POST {{baseUrl}}/information_barriers/policies
Create a new Information Barrier policy. Information Barriers help customers control communication policies and meet regulatory requirements at scale. Use information barriers to prevent specific groups of users who possess sensitive information from communicating with others who should not know this information. Prerequisites:
* Contact Zoom Support to enable Information Barriers for your account. Scopes: Rate Limit Label: information_barriers:write:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"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