---
title: "Get User's Enrollment Status"
method: GET
path: "/v1/enrollment-assignees/{enrollmentAssigneeId}/enrollment-progress"
tags: ["Training"]
deprecated: true
---

# Get User's Enrollment Status

`GET /v1/enrollment-assignees/{enrollmentAssigneeId}/enrollment-progress`

> **Deprecated.**

> ❗️ End of Support Notification
> 
> As of December 5, 2025, this API is now deprecated. For more information, see [OneTrust API Sunsetting & Deprecation Guidelines](https://developer.onetrust.com/onetrust/reference/onetrust-api-sunsetting-deprecation-guidelines).


Use this API to retrieve the enrollment status of a user using the `enrollmentAssigneeId` query parameter.

## Path parameters

- `enrollmentAssigneeId` string, uuid, required

## Response `200`

OK

- EnrollmentStatusDetails
  - `languageId` string, uuid — Valid unique id for a particular language.
  - `languageName` string — Valid Language available for the course.
  - `languageNameKey` string — Valid Language key for the course.
  - `status` string — Status of the enrolled user.
  - `progress` string — Progress of the enrolled user.
  - `courseId` string, uuid — Valid unique id for the course which user is assigned.
  - `score` integer — Score for the course which user is assigned.
  - `completedDT` string, date-time — Completion Date for the course (If user is in COMPLETED status).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
