Create User
POST
/user?k={api_key}&c={client_guid}` or `{external_client_guid}
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.
The value passed as sex can be MALE or FEMALE.
The birthdate must be ISO 8601 format (e.g., 1992-03-28).
The zip_code must be a US Zip code in "nnnnn" or "nnnnn-nnnn" format, or a Canadian Postal Code in "ana nan" format.
Request Information
- URL:
/user?k={api_key}&c={client_guid}or{external_client_guid} - Request Type:
POST - Request Header:
Content-Type: application/json - Required Parameters:
external_user_guid(must be unique within the client)
Request sample
Language:text
Response sample
Language:text