User Management
Create or Add User to Team
Creates a new user (if email doesn’t exist) and adds them to the current team, or adds an existing user to the team. Requires user:create
scope. Sends verification emails/SMS if applicable. Newly created users get a temporary password returned in the response (only on creation).
POST
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Body
application/json
User details for creation or addition.
User's email address. Must be unique if creating a new user.
User's full name (required if creating new user).
Maximum length:
100
Whether the new user should be allowed to log in.
User's timezone (required if creating new user).
Array of Role UUIDs to assign to the user within the current team.