GET {{baseUrl}}/information_barriers/policies/:policyId
Return an Information Barriers policy by its ID. Prerequisites:
* Contact Zoom Support to enable Information Barriers for your account. Scopes: Rate Limit Label: information_barriers:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"assigned_group_id": "<string>",
"id": "<string>",
"policy_name": "<string>",
"settings": {
"complete_phone_calls": "<boolean>",
"file_transfer": "<boolean>",
"im": "<boolean>",
"in_meeting_chat": "<boolean>",
"meeting": "<boolean>",
"message_via_sms": "<boolean>",
"recording": "<boolean>",
"screen_share": "<boolean>"
},
"status": 1,
"to_group_id": "<string>",
"type": 0
} |
ENDPOINTS