---
title: "List Channel Affiliates"
method: GET
path: "/v1/accounts/{{account_id}}/channels{channel_name}}/members"
tags: ["Media Sharing"]
---

# List Channel Affiliates

`GET /v1/accounts/{{account_id}}/channels{channel_name}}/members`

Gets a list of affiliates for a channel - this is a Master account operation

## Path parameters

- `account_id` string, required
- `channel_name` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

200

- ChannelAffiliate[]
  - `account_id` string, required — affiliate account id
  - `account_name` string, required — affiliate account name
  - `approved` boolean, required — whether the affiliate has approved the relationship

## Other responses

- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `403` — NOT_AVAILABLE: The resource you are requesting is unavailable - this may be a temporary condition while some kind of processing of the video is in progress, but if the message persists, contact
- `404` — RESOURCE_NOT_FOUND: Resource not found
- `429` — TOO_MANY_REQUESTS: You are submitting too many simultaneous requests or too many requests per second
- `500` — UNKNOWN: Issue in Brightcove system; try again later. TIMEOUT: Server likely too busy; try again later.

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-cms-api-reference/revisions/1b6182a4560a/schema)
