Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
linenumbersthemetrueEmacs
# mylogin: your login
# mypass: your current password
curl -s -H "Content-type: application/json" -u {mylogin}:{mypass} https://cubbles.world/_api/manageprofile/users/{mylogin}

Response:

Code Block
languagejs
themeEmacs
{"userId":"3","logins":{"local":{"login":"mylogin"}},"displayName":"My Name","email":"my-email@example.com"}