Users
Create or Update a User
POST
Authorizations
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Body
application/json
The email address of the user.
The full name of the user.
ISO 3166-1 alpha-2 country code, e.g., 'us' or 'US' for United States.
The user's timezone.
Leave empty to create a new user; provide a UID to update an existing user.
Response
200
application/json
Successful Response
The response is of type any
.