User Statuses
Description¶
The userStatuses endpoint is used to get the list of User Statuses existing in the application.
Request¶
Endpoint¶
/ui/refdata/v1/userStatusesMethod¶
GET
Response¶
{
"value": "Active",
"name": "ACTIVE"
},
{
"value": "Closed",
"name": "CLOSED"
},
{
"value": "Deleted",
"name": "DELETED"
},
{
"value": "Inactive",
"name": "INACTIVE"
},
{
"value": "Locked",
"name": "LOCKED"
},
{
"value": "Unlinked",
"name": "UNLINKED"
}
Tabular Format
| USER STATUS NAME | USER STATUS VALUE |
|---|---|
| ACTIVE | Active |
| CLOSED | Closed |
| DELETED | Deleted |
| INACTIVE | Inactive |
| LOCKED | Locked |
| UNLINKED | Unlinked |
Updated As Of Version: 1.7.0.12