...
...
Note |
---|
Pin Code will be encrypted at a later Version. This Api will be deprecated. |
General Information
...
Service | API | Method |
---|---|---|
urac | /admin/recoverPinCode | Get |
Data Model: Users
Workflow:
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
username | Query | NO | String | N/A | the user username (either username or email should be provided) | ||||||
Query | NO | String | N/A | the user email (either username or email should be provided) | tenantId | body | YES | String |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "..." } } |
...