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 Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:read:admin
,phone:read
phone:read:user_setting:admin
,phone:read:user_setting
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 Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:write
,phone:write:admin
phone:update:user_setting
,phone:update:user_setting:admin
Light
ENDPOINTS