General Information
...
Service | API | Method |
---|---|---|
urac | /account/changePassword | POST |
Data Model: UsersWorkflow: %Link to Architecture Page%
Input
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
uId | Query | YES | String | N/A | User id |
oldPassword | Body | YES | String | N/A | Old Password |
password | Body | YES | String | N/A | New Password |
confirmation | Body | YES | String | N/A | same value as password |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true } |
...