Logo
Zoom Public API Documentation

phone-users-{user Id}-voice mails

Number of APIs: 2


1. Get user's voicemails

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

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

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

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



2. List user's voicemails in descending order

GET {{baseUrl}}/phone/users/:userId/voice_mails/sync?sync_type=FSync&sync_token=Z2JHTFNkMkRQa18xNjQxNTM3MDg2ODA5XzE2NDMyNjAxNzA5NDg=&count=15

Use this API to retrieve a user's Zoom Phone voicemails in descending order. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:read, phone:read:admin, phone_voicemail:read, phone_voicemail:read:admin

Rate Limit Label: Medium

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



ENDPOINTS