Skip to main content
POST
This endpoint creates a new user.
external_user_guid was not previously required in User create and the request will execute without it for backward compatibility, but it is required in all new implementations. The external_user_guid cannot begin with USR- as this is reserved for the system.
Included in the response is the system-defined master_widget_url, guid, and login_token values.

Query Parameters

string
required
Your API key.
string
required
The client GUID or external client GUID.

Body Parameters

string
required
A unique identifier for the user within the client. Cannot begin with USR-.
string
The user’s email address.
string
The user’s first name.
string
The user’s last name.
string
The user’s phone number.
string
US Zip code in nnnnn or nnnnn-nnnn format, or a Canadian Postal Code in ana nan format.
string
The user’s sex. Accepted values: MALE or FEMALE.
string
The user’s date of birth in ISO 8601 format (e.g., 1992-03-28).