User
Update user
Update a user by ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
USER
, ADMIN
Response
200
application/json
OK
User status (only available for admins)
LDAP authentication status (only available for admins)
Role of the user (only available for admins)
Available options:
USER
, ADMIN
Was this page helpful?