Enrollment Statuses
Description¶
The enrollmentStatuses endpoint is used to get the list of the enrollment statuses that are used to represent Customer enrollments associated with the application.  
Request¶
Endpoint¶
ui/refdata/v1/enrollmentStatusesMethod¶
GET
Response¶
 [
    {
        "name": "DISENROLLED"
    },
    {
        "name": "ENROLLED"
    },
    {
        "name": "NOT_ENROLLED"
    }
]
Tabular Format
| ENROLLMENT STATUS NAME | 
|---|
| DISENROLLED | 
| ENROLLED | 
| NOT_ENROLLED | 
Updated As Of Version: 6.1.1