Logo
Zoom Public API Documentation

phone-users-{userId}-settings

Number of APIs: 2


1. Get a user's profile settings

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

Gets the Zoom Phone profile settings of a user. For user-level apps, pass the me value instead of the userId parameter.

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

Scopes: phone:read:admin,phone:read

Granular Scopes: phone:read:user_setting:admin,phone:read:user_setting

Rate Limit Label: Light



2. Update a user's profile settings

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

Updates the Zoom Phone profile settings of a user. For user-level apps, pass the me value instead of the userId parameter.

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

Scopes: phone:write,phone:write:admin

Granular Scopes: phone:update:user_setting,phone:update:user_setting:admin

Rate Limit Label: Light



ENDPOINTS