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 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: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:write:admin
,phone:write
phone:write:shared_setting
,phone:write:shared_setting:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"delegation": {
"assistants": [
{
"display_name": "<string>",
"extension_id": "<string>",
"extension_number": "<long>",
"extension_type": "<string>",
"id": "<string>"
},
{
"display_name": "<string>",
"extension_id": "<string>",
"extension_number": "<long>",
"extension_type": "<string>",
"id": "<string>"
}
],
"privacy": "<boolean>",
"privileges": 2
},
"voice_mail": {
"access_user_id": "<string>",
"delete": "<boolean>",
"download": "<boolean>",
"shared_id": "<string>"
},
"voicemail_access_members": [
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"allow_sharing": "<boolean>",
"shared_id": "<string>"
},
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"allow_sharing": "<boolean>",
"shared_id": "<string>"
}
],
"auto_call_recording_access_members": [
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"shared_id": "<string>"
},
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"shared_id": "<string>"
}
],
"ad_hoc_call_recording_access_members": [
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"shared_id": "<string>"
},
{
"access_user_id": "<string>",
"allow_delete": "<boolean>",
"allow_download": "<boolean>",
"shared_id": "<string>"
}
]
} |
ENDPOINTS