Logo
Zoom Public API Documentation

phone-users-{user Id}

Number of APIs: 3


1. Get user's profile

GET {{baseUrl}}/phone/users/:userId

Use this API to return a user's Zoom phone profile. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:read, phone:read:admin Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license



2. Update user's profile

PATCH {{baseUrl}}/phone/users/:userId

Use this API to update a user's Zoom Phone profile. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:write, phone:write:admin Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license



3. Get user's recordings

GET {{baseUrl}}/phone/users/:userId/recordings?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&from=2020-12-31&to=2021-12-31

Use this API to get a user's Zoom Phone recordings. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:read, phone:read:admin, phone_recording:read, phone_recording:read:admin
Rate Limit Label: Medium

Prerequisites: * A Business or Enterprise account * A Zoom Phone license



ENDPOINTS