---
title: "Credit a user in a video"
method: POST
path: "/videos/{video_id}/credits"
tags: ["Videos\\Credits"]
---

# Credit a user in a video

`POST /videos/{video_id}/credits`

This method adds a user credit to a video.

## Path parameters

- `video_id` number, required

## Response `201`

The credit was added.

## Other responses

- `400` — * A parameter is invalid. * The authenticated user has an unverified email address. * There is a user block between the video owner and the person receiving credit.
- `403` — The authenticated user doesn't own the 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/versions/ea882e0224a4/schema)
