---
title: "List Moderators for a Collection Provider"
method: GET
path: "/providers/collections/{provider_id}/moderators/"
tags: ["Collection Providers"]
---

# List Moderators for a Collection Provider

`GET /providers/collections/{provider_id}/moderators/`

Retrieve a list of all moderators assigned to a specific collection provider.
## Permissions
 - The authenticated user must be an administrator of the collection provider.

## Returns
 - A JSON object with a `data` key containing an array of moderator records.
 - Each moderator includes their permission group and basic user information.

## Path parameters

- `provider_id` string, required

## Query parameters

- `page` integer
- `filter[permission_group]` string

## Response `200`

Successful retrieval of the moderators list.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access this list.
- `404` — Not Found. No collection provider matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
