Update User
/users
Update User
Modify a given User.
Fields not included in the request body will not be modified.
PUT
Update User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The schema used for creating new users or updating existing users.
The email of the user
Flag indicating if the user is a tenant admin
The user level roles of the user.
Available options:
VISITOR, AGENT_USER, CUSTOMER_USER, CUSTOMER_INTERNAL_USER, CONTEXTUAL_STAFF_USER, CONTEXTUAL_EXTERNAL_STAFF_USER, CONTEXTUAL_INTERNAL_STAFF_USER, TENANT_ADMIN, CUSTOMER_ADMIN, CONTEXTUAL_ADMIN, SUPER_ADMIN, SERVICE_ACCOUNT Response
Successful Response
The response is of type EmptyResponse · object.