Users
Create a User
Creates a new user. Can optionally assign to an organization using query parameter or body parameter.
POST
Create a User
Authorizations
Query Parameters
Organization to assign the user to
Body
application/json
Unique identifier in your database. This key is unique across your partner account.
Email address of the user.
Customer's display name.
Name of a new team to create for this user (if not adding to existing organization).
ID of an existing organization to add the user to (alternative to query parameter). Required if role is provided.
Role to assign to the user in the organization. If provided, organization_id is required.
Available options:
owner, manager, user Create a User