Python
Users
Update user
Update user permissions in the organization.
PATCH
Python
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
User updated successfully
Represents a user in an organization