/register
✅ Email as user_id
user_id
These are the possible response codes when you make an API call to the /register
endpoint with an email address as user_id
.
Response code | Error | Message | Scenario | Resolution |
---|---|---|---|---|
200 OK |
| Register valid email address with expected values | ||
200 OK | "An email has been sent to the address on record" | Register email address twice | It did not duplicate the user record because it did not show UUID. | |
200 OK |
| Invalid | ||
200 OK |
| Missing | ||
200 OK |
| Removed | ||
200 OK |
| Invalid | ||
200 OK |
| Missing | ||
200 OK |
| Missing | ||
200 OK |
| Removed | ||
200 OK |
| Invalid | ||
200 OK |
| Missing | ||
200 OK |
| Removed | ||
200 OK |
|
| ||
200 OK |
|
| ||
400 Bad Request |
| "Invalid json format" | Empty payload | Add the payload. |
400 Bad Request |
| "Invalid json format" | Invalid JSON format used in the payload. | Use correct JSON format for the payload. |
403 Forbidden error |
| Forbidden | Invalid | Enter a valid |
422 Unprocessable Entity |
| "emailAddress": [ | Register an invalid email address | Use a valid and properly formatted email address. |
422 Unprocessable Entity |
| "error_details": { no error description |
| Remove the |
422 Unprocessable Entity |
| "error_details": { |
| Add the missing |
422 Unprocessable Entity |
| "client_id": { no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "error_details": { | Removed | Add the |
422 Unprocessable Entity |
| "auth_type": { no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| "auth_type": { no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "error_details": { | Removed | Add the |
422 Unprocessable Entity |
| "redirect_uri": { no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| Missing Parameter: redirect_uri | Missing invalid | Enter a valid |
422 Unprocessable Entity |
| "redirect_uri": "field required" | Removed | Add the |
422 Unprocessable Entity |
| "error_details": { | Removed | Add the |
422 Unprocessable Entity |
| "displayName": { no error description | Add additional field that is not part of | Use parameters that are allowed in the forms configuration. |
422 Unprocessable Entity89 |
| could not find a flow named 'standard_global' with version 'xxxxxx" and locale 'xx-xxx' | Invalid | Enter a valid |
422 Unprocessable Entity |
| "error_details": { | Invalid value for | Enter a valid value for |
422 Unprocessable Entity |
| "The Legal Acceptances were updated, you must accept before continuing" no error description | The | Set the correct value for the |
503 | Service Temporarily Unavailable | Backend action does not exist | Invalid version code | Use a valid |
✅ Mobile as user_id
user_id
These are the possible response codes when you make an API call to the /register
endpoint with a mobile number as user_id
.
Response code | Error | Message | Scenario | Resolution |
---|---|---|---|---|
200 OK |
| Register mobile number with expected values | ||
200 OK | An SMS has been sent to the address on record | Register mobile number twice | ||
200 OK |
| Invalid | ||
200 OK |
| Missing | ||
200 OK |
| Remove | ||
200 OK |
| Invalid | ||
200 OK |
| Missing | ||
200 OK |
| Missing | ||
200 OK |
| Removed | ||
200 OK |
| Invalid | ||
200 OK |
| Missing site_indentifier | ||
200 OK |
| Removed site_indentifier | ||
200 OK |
|
| ||
200 OK |
|
| ||
403 Forbidden |
| "Forbidden" | Invalid | Enter a valid |
422 Unprocessable Entity |
| "error_details": { no error description |
| Remove the |
422 Unprocessable Entity |
| "error_details": { | newPassword is required in client configuration settings, but not available in the payload | Add the missing |
422 Unprocessable Entity |
| "client_id": { no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "client_id": "field required" no error description | Removed | Add the |
422 Unprocessable Entity |
| "invalid":"unsupported auth_type value" no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| "invalid":"unsupported auth_type value" no error description | Missing | Enter a valid |
422 Unprocessable Entity |
| "auth_type":"field required" | Remove | Add the |
422 Unprocessable Entity |
| "invalid":"invalid value" no error description | Invalid | Enter a valid |
422 Unprocessable Entity |
| "error_details": null | Missing | Enter a valid |
422 Unprocessable Entity |
| "redirect_uri": "field required" | Removed | Add the |
422 Unprocessable Entity |
| "grant_type": "field required" | Removed | Add the |
422 Unprocessable Entity |
| "displayName": { no error description | Add additional field that is not part of profile_fields or forms config | Use parameters that are allowed in the forms configuration. |
422 Unprocessable Entity |
| "could not find a flow named "standard_global" with version 'xxxxxxx" and locale "xx-xxx"" | Invalid | Enter a valid |
422 Unprocessable Entity |
| "454": "Expecting ',' delimiter: line xx column xx (char xxx)" | Invalid value for | Enter a valid value for |
422 Unprocessable Entity |
| "message": "The Legal Acceptances were updated, you must accept before continuing" no error description | The | Set the correct value for the |
502 | Bad Gateway | Register invalid mobile number | Use a valid mobile phone number. | |
503 | Service Temporarily Unavailable | Backend action does not exist | Invalid version code | Enter a valid |