General Information
...
Service | API | Method |
---|---|---|
urac | /admin/changeUserStatus | GET |
Data Model: UsersWorkflow: %Link to Architecture Page%
Input
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
uId | Query | YES | String | N/A | the user id |
status | Query | YES | String | N/A | restricted to either 'active' OR 'inactive' |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": true } |
...