General Information
...
Service | API | Method |
---|---|---|
urac | /resetPassword | POST |
Data ModelModels: Users, Tokens
Workflow: %Link to Architecture Page%
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
token | Query | YES | String | N/A | Generated by Urac and email to user after forgot password request is made. |
password | Body | YES | String | N/A | |
confirmation | Body | YES | String | N/A | same value as password |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "..." } } |
...