---
title: "POST /users/me/vouchers/"
method: POST
path: "/users/me/vouchers/"
tags: ["users"]
---

# POST /users/me/vouchers/

`POST /users/me/vouchers/`

The logged-in user give a voucher to the target user.

## Request body

- GivenVoucherRequest — A voucher given by the logged-in user to a target user. As the public status of the voucher is displayed, this serializer shouldn't be used to list the vouchers not related to the logged-in user. Prefer `PublicGivenVoucherSerializer` instead.
  - `to` string, required

## Response `201`

- GivenVoucher — A voucher given by the logged-in user to a target user. As the public status of the voucher is displayed, this serializer shouldn't be used to list the vouchers not related to the logged-in user. Prefer `PublicGivenVoucherSerializer` instead.
  - `by` string, required
  - `to` string, required

---

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