Skip to main content
POST
Add a user
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Body

application/json
user
object
required

If the email belongs to a deactivated user, that user is reactivated with the supplied attributes.

Response

201 - application/json

Created - User created successfully

email
string<email>
Example:

"oliver@example.com"

role
string
Example:

"non_owner"

first_name
string
Example:

"Oliver"

last_name
string
Example:

"Smith"

apps
object[]
Example: