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¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "CLOSED"
    },
    {
        "name": "DELETED"
    },
    {
        "name": "INACTIVE"
    },
    {
        "name": "LOCKED"
    },
    {
        "name": "UNLINKED"
    },
    {
        "name": "LICENSE_EXPIRED"
    }
]
Tabular Format
| USER STATUS NAME | 
|---|
| ACTIVE | 
| CLOSED | 
| DELETED | 
| INACTIVE | 
| LOCKED | 
| UNLINKED | 
| LICENSE_EXPIRED | 
Updated As Of Version: 6.4.2.10