Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the user
Body
application/json
Represents a user in an organization
The role to assign to the user in the organization. Available roles: admin, member
Available options:
admin
, member
Response
200 - application/json
User updated successfully
Represents a user in an organization
The unique identifier of the user
The email address of the user
The first name of the user
The last name of the user
The roles assigned to the user in the organization