v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Collection Providers

List Moderators for a Collection Provider

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.
get/providers/collections/{provider_id}/moderators/

Path parameters

provider_idstring required

The unique identifier of the collection provider.

Query parameters

pageinteger

Page number of results to view.

filter[permission_group]string

Filter moderators by permission group (moderator or admin).

Response

Successful retrieval of the moderators list.