v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-21149158448.6 KB
Teams
users

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/v1/users/

Request body

emailstring email required

User email address

passwordstring required

User password

given_namestring nullable

User's given name

family_namestring nullable

User's family name

external_user_idstring nullable

External user identifier

profile_imagestring uri nullable

URL to user's profile image

team_idstring uuid required

ID of the team to assign the user to

password_change_requiredboolean

Whether the user must change their password on first login

Response

Successful Response

idstring uuid required
emailstring email required
is_activeboolean
is_superuserboolean
is_verifiedboolean
given_namestring nullable
family_namestring nullable
external_user_idstring nullable
profile_imagestring uri nullable
password_change_requiredboolean
is_super_adminboolean