Create User

This endpoint is used to create a new user. If the new user was created successfully, then the Guid Id of the new user will be returned.

Controlled Errors

Error CodeError Message
error_phonenumber_invalid_formatInvalid phone number format.
error_locale_not_foundLocale provided was not found.
error_phone_number_used_on_same_accountAnother active user is already using the provided phone number.
error_user_email_already_used_on_same_accountAnother active user is already using the provided email.
error_user_not_createdUser creation failed.

Any status codes returned that are not provided here are generic status codes that can be found here.

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!