Create User
Create a new user.
Requires team:write_user permission for the specified team (team owners and admins) or team:write_user_all permission (super admin).
POST
Create User
Body
application/json
Request model for creating a user with team assignment.
User email address
User password
Minimum string length:
8ID of the team to assign the user to
User's given name
User's family name
External user identifier
URL to user's profile image
Required string length:
1 - 2083Whether the user must change their password on first login
Response
Successful Response
Returned to clients when reading user info.
Required string length:
1 - 2083Last modified on April 21, 2026
Previous
Get Current UserGet the current authenticated user's information.
Returns the user information for the authenticated user based on JWT claims.
Next
Create User