Logo
Zoom Public API Documentation

phone-users-{user Id}-settings-{setting Type}

Number of APIs: 3


1. Update a user setting

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

Use this API to update the user setting according to the setting type, specifically for a shared voicemail access and delegation. For user-level apps, pass the me value instead of the userId parameter.

Phone users can access shared voicemail inboxes in the Zoom desktop client, web portal, or provisioned desk phone.

To view these settings in the Zoom web portal, navigate to the Admin >> Phone System Management >> Users & Rooms interface. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.

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

Prerequisites: * A Business or Enterprise account



2. Add a user setting

POST {{baseUrl}}/phone/users/:userId/settings/:settingType

Use this API to add the user setting according to the setting type, specifically for a shared voicemail access and delegation. For user-level apps, pass the me value instead of the userId parameter.

Phone users can access shared voicemail inboxes in the Zoom desktop client, web portal, or provisioned desk phone.

To view these settings in the Zoom web portal, navigate to the Admin >> Phone System Management >> Users & Rooms interface. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.

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

Prerequisites: * A Business or Enterprise account



3. Delete a user setting

DELETE {{baseUrl}}/phone/users/:userId/settings/:settingType?shared_id=--e8ugg0SeS-9clgrDkn2w&assistant_extension_id=---52bTzRAW2z5Qdu_MQRg&device_id=-GHFnf5WQe-H-_r0Wwx9iQ&intercom_extension_id=GQUUuvGMQu-bvod7HsYYIw

Use this API to remove the setting type of a user for a shared voicemail access and delegation. For user-level apps, pass the me value instead of the userId parameter.

To view these settings in your Zoom web portal, navigate to the Admin >> Phone System Management >> Users & Rooms interface. Click the Users tab and select User Settings. Scroll down to Voicemail & Call Recordings.

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

Prerequisites: * A Business or Enterprise account



ENDPOINTS