Skip to content

user_update

Admin

Note

There must be always one user of level admin present in the system.

Note

It is not possible to edit self, that is the user is performing the changes.

Updates the specified user.

Params

attribute description
username*
string
The username of the new user to be changed
role*
string
The name of the new role to be given to the user

Example

{
  "username": "defaultAdmin",
  "role": "admin"
}

Return

N/A