General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
urac | /emailToken | GET | N/A |
Description
This API resets the password of an account if forgotten by providing the user (username or email)is very useful is the user status is pendingNew or pendingJoin and the initial email token has expired and needs a new one.
Input
...
Code Block |
---|
Type: application/json |
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
username | Query | YES | String | N/AUsername | username can be (userName or email) |
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
|
Invalid Response
|
Response schema
Follow this link to check out the response JSON Schema
...