POST ./auth/recovery_challenge
It is used to initialize a challenge for password recovery.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| uaUserName | int | Required | User ID. |
| reopType | int | Required | Recovery type ID from GET ./auth/recovery_options. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| uaUserName | 101 | Invalid uaUserName |
| reopType | 102 | Invalid option ID. |
Output example
{"result": true}
