---
title: "Generate a meeting link for the authenticated user"
method: POST
path: "/v1/zooms/link/user"
tags: ["zoom-links"]
---

# Generate a meeting link for the authenticated user

`POST /v1/zooms/link/user`

## Request body

- HttpEventLinkRequest
  - `country_id` integer, required
  - `event_id` integer, required
  - `prefix` string
  - `region_id` integer, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/earnation/apis/earnation-api.md) · [All operations](https://skmtc.dev/earnation/apis/earnation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/earnation/earnation-api/revisions/1219d1bf2177/schema)
