POST ./auth/challenge_email
Tags: public
It is used to validate an email address.
POST parameter
| Name | Value Type | Validation | Details |
|---|---|---|---|
| chUaID | int | Required | User uaID |
| chIntent | string | Required | Validation intent (register,edit) |
| chEmail | string | Required | Email address |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| chUaID | 101 | Invalid uaID. |
Output example
{"chID": 8065}
