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

## Changes

- **2020-03-31** `cf7faab2dfbe` — 1 warning, 1 info
  - removed the request property `payload/object/participant/user_id`
  - added the new optional request property `payload/object/participant/id`
- **2020-03-31** `6ceb25c421ea` — 1 info
  - added the new `meeting.ended` enum value to the request property `event`
- **2020-03-31** `cb09540051f6` — 1 info
  - endpoint added
- **2020-03-29** `7d0e3757f332` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tng/apis/virtual-office/changes/api/zoomus/webhook/post.md)

---

[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/bd22bb480374/schema)
