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.
The user level roles of the user for agent level roles.
Per agent level roles for the user. If a user is granted any role under agent_level_roles
, then the user has that role for all the agents. Only the roles that need to be updated should be part of this.
Response
Successful Response
The response is of type object
.