User Statuses

Description

The userStatuses endpoint is used to get the list of User Statuses existing in the application.

Request

Endpoint

/ui/refdata/v1/userStatuses

Method

 GET

Response

[
    {
        "name": "ACTIVE"
    },
    {
        "name": "CLOSED"
    },
    {
        "name": "DELETED"
    },
    {
        "name": "INACTIVE"
    },
    {
        "name": "LOCKED"
    },
    {
        "name": "UNLINKED"
    }
]

Tabular Format

USER STATUS NAME
ACTIVE
CLOSED
DELETED
INACTIVE
LOCKED
UNLINKED

Updated As Of Version: 6.1.1