post https://api.alocity.com/v1/integration-management/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 Code | Error Message |
---|---|
error_phonenumber_invalid_format | Invalid phone number format. |
error_locale_not_found | Locale provided was not found. |
error_phone_number_used_on_same_account | Another active user is already using the provided phone number. |
error_user_email_already_used_on_same_account | Another active user is already using the provided email. |
error_user_not_created | User creation failed. |
Any status codes returned that are not provided here are generic status codes that can be found here.