---
title: "Get all the users who can view a private channel"
method: GET
path: "/channels/{channel_id}/privacy/users"
tags: ["Channels\\Private channel members"]
---

# Get all the users who can view a private channel

`GET /channels/{channel_id}/privacy/users`

This method gets all the users who have access to the specified private channel.

## Path parameters

- `channel_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `page` number
- `per_page` number

## Response `200`

The users were returned.

## Other responses

- `401` — Error code 8003: The user credentials are invalid.
- `403` — Error code 3200: The authenticated user doesn't own this channel.
- `404` — Error code 2204: You can't add this user to a channel of this type.

---

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