Skip to main content
PATCH
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user

Body

application/json

Represents a user in an organization

role
enum<string>
required

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

id
string
required

The unique identifier of the user

email
string<email>
required

The email address of the user

first_name
string
required

The first name of the user

last_name
string
required

The last name of the user

permissions
object
required

The roles assigned to the user in the organization