---
title: "Webhook for zoom.us calls"
method: POST
path: "/api/zoomus/webhook"
tags: ["Zoom.us"]
---

# Webhook for zoom.us calls

`POST /api/zoomus/webhook`

## Request body

- ZoomusEvent
  - `event` 'meeting.participant_joined' | 'meeting.participant_left' | 'meeting.ended'
  - `payload` object
    - `object` object
      - `id` string — Zoom.us meeting id
      - `participant` object
        - `id` string — unique zoom user id
        - `user_name` string — Name of the user (which she/he entered upon joining the meeting)

## Response `200`

Success

## Other responses

- `500` — Internal error

---

[API](https://skmtc.dev/tng/apis/virtual-office.md) · [All operations](https://skmtc.dev/tng/apis/virtual-office/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tng/virtual-office/revisions/5cc6ee797979/schema)
