---
title: "Permit a list of users to view a private video"
method: PUT
path: "/videos/{video_id}/privacy/users"
tags: ["Videos\\Viewing privacy"]
---

# Permit a list of users to view a private video

`PUT /videos/{video_id}/privacy/users`

This method gives multiple users permission to view the specified private video. The body of the request should
follow our [batch request format](https://developer.vimeo.com/api/common-formats#working-with-batch-requests): each
object must contain a single uri field whose value is the URI of the user who can view the video.

## Path parameters

- `video_id` number, required

## Response `200`

The users can now view the private video.

---

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