Skip to main content
POST
Create or Update a User

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Body

application/json
email
string

The email address of the user.

full_name
string

The full name of the user.

country
string

ISO 3166-1 alpha-2 country code, e.g., 'us' or 'US' for United States.

timezone
string

The user's timezone.

uid
string

Leave empty to create a new user; provide a UID to update an existing user.

Response

Successful Response