Logo
Zoom Public API Documentation

phone-users-{userId}-settings-{settingType}

Number of APIs: 3


1. Add a user's shared access setting

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

Adds the user setting according to the setting type, specifically for delegation, intercom and shared access for voicemail, and call recordings. For user-level apps, pass the me value instead of the userId parameter.

To see the shared access settings in the Zoom web portal, go to Admin > Phone System Management > Users & Rooms . Click Users and select User Policy. Go to Voicemail, Automatic Call Recording and Ad Hoc Call Recording.

To view the delegation and intercom setting in your Zoom web portal, navigate to Admin > Phone System Management > Users & Rooms. Click the Users tab and select User Settings

Prerequisites: * A Business or Enterprise account

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:write:shared_setting,phone:write:shared_setting:admin

Rate Limit Label: Light



2. Delete a user's shared access setting

DELETE {{baseUrl}}/phone/users/:userId/settings/:settingType?shared_id=<string>&assistant_extension_id=<string>&device_id=<string>&intercom_extension_id=<string>

Removes the user setting according to the setting type, specifically for delegation, intercom and shared access for voicemail and call recordings. For user-level apps, pass the me value instead of the userId parameter.

To see the shared access settings in the Zoom web portal, go to Admin > Phone System Management > Users & Rooms . Click Users and select User Policy. Go to Voicemail, Automatic Call Recording and Ad Hoc Call Recording.

To view the delegation and intercom setting in your Zoom web portal, navigate to Admin > Phone System Management > Users & Rooms. Click the Users tab and select User Settings

Prerequisites: * A Business or Enterprise account

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:delete:shared_setting,phone:delete:shared_setting:admin

Rate Limit Label: Light



3. Update a user's shared access setting

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

Updates the user setting according to the setting type, specifically for delegation, intercom and shared access for voicemail and call recordings. For user-level apps, pass the me value instead of the userId parameter.

To see the shared access settings in the Zoom web portal, go to Admin > Phone System Management > Users & Rooms . Click Users and select User Policy. Go to Voicemail, Automatic Call Recording and Ad Hoc Call Recording.

To view the delegation and intercom setting in your Zoom web portal, navigate to Admin > Phone System Management > Users & Rooms. Click the Users tab and select User Settings

Prerequisites: * A Business or Enterprise account

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:update:shared_setting,phone:update:shared_setting:admin

Rate Limit Label: Light



ENDPOINTS