v1

latestSwagger 2.02026-07-17652667.3 KB
basic

Change current user information

put/users/me

Request body

aliasstring
full_namestring
emailstring
passwordstring

Only set for changing password, otherwise empty.

Example request

{
  "password": "my-password",
  "full_name": "John Doe",
  "permissions": [
    {
      "identifier": "identifier",
      "name": "name",
      "granted": true
    },
    {
      "identifier": "identifier",
      "name": "name",
      "granted": true
    }
  ],
  "alias": "johndoe",
  "email": "John@Doe.com"
}

Response

User information