v1

latestSwagger 2.02026-07-17652667.3 KB
basic

Change user information

put/users/account/{alias}

Path parameters

aliasstring required

Alias of the user

Query parameters

block_on_existingboolean

Only create a new one, block if one already exists

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