Create user
When sendInvitation=true, an invitation email is sent to the user and the password field is ignored. When sendInvitation=false (default), a welcome email is sent and the password field is used if provided.
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Query Parameters
When true, sends an invitation email; password field is ignored
Body
Email address
255First name
255Last name
255User role
ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER IANA timezone identifier, e.g. Europe/Berlin
255Username (login name)
255When false, the user account is created but immediately deactivated
Internal note about the user; max 4096 characters
4096Initial password; ignored when sendInvitation=true
255When true, the user receives newsletter emails
Response
Created
User with all belonging objects
Email address
255First name
255Internal numeric ID
Last name
255User role
ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER IANA timezone identifier
255Unique identifier (UID)
255Username (login name)
255When false, the user account is deactivated
Roles that the calling user may assign to this user
When true, the user credentials are read-only due to SSO
Date the user account was created
Date the user account was deleted; null if the account is active
Preferred editor version for the user
Number of jobs currently in progress for this user
Date and time of the user's last successful login
Internal note about the user
4096When true, the user has a pending email change
When true, the user receives newsletter emails
When true, the user has two-factor authentication configured