3d5d69795558
Create a user
Create a new user in the system
Request body
User's name
User type - either regular USER or Service Account (SA)
User's email address (required for type 'user', optional for type 'SA')
User's description or bio (optional, commonly used for SA)
List of role IDs to assign to the user
List of team IDs to add the user to
URL to user's profile photo
Email address of the person creating this user (will be looked up in the database)
If true, automatically assigns the 'Admin' role (from account_id=null) to the user
If true, skips Auth0 user creation and password reset email. Use this flag for SSO users managed externally.
Response
Created user
Unique identifier for the user
Account identifier this user belongs to
User's full name
User's email address
User's description or bio
URL to user's profile photo
When the user was created
User's last login time
Whether the user's email has been verified
List of role IDs directly assigned to this user
List of team IDs this user belongs to
Connection/authentication provider used by the user
User ID of the person who created this user
Name of the user who created this user
Whether this service account was automatically created by the system during migrations or other automated processes
User type - either regular USER or Service Account (SA)