---
title: "Add a list of channel moderators"
method: PUT
path: "/channels/{channel_id}/moderators"
tags: ["Channels\\Moderators"]
---

# Add a list of channel moderators

`PUT /channels/{channel_id}/moderators`

This method adds multiple users as moderators to the specified channel. The authenticated user must be a follower to add them as a moderator.

## Path parameters

- `channel_id` number, required

## Request body

- object
  - `user_uri` string, required — The URI of a user to add as a moderator.

## Response `200`

The moderators were added.

## Other responses

- `400` — Error code 2908: The list contains more than 100 users.
- `403` — The authenticated user doesn't own the channel, a user is already a moderator of the channel, or you tried to add a user that the authenticated user doesn't follow.
- `404` — No such channel exists, or no such user exists.

---

[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)
