---
title: "Find users who have access to the contentId provided"
method: GET
path: "/courses/{contentId}/permissions"
tags: ["Courses"]
---

# Find users who have access to the contentId provided

`GET /courses/{contentId}/permissions`

Responds with users who have access to a specific course by contentId.

## Path parameters

- `contentId` string, required

## Response `200`

List of users who have access to the content ID provided.

- UserPermission
  - `email` string
  - `name` string
  - `isBuilder` boolean
  - `isReviewer` boolean

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
