Logo
Zoom Public API Documentation

Create an Information Barrier policy

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: information_barriers:write:admin

Rate Limit Label: 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 }



Curl
curl -X POST 'https://api.zoom.us/v2/information_barriers/policies' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"assigned_group_id":"\u003cstring\u003e","id":"\u003cstring\u003e","policy_name":"\u003cstring\u003e","settings":{"complete_phone_calls":"\u003cboolean\u003e","file_transfer":"\u003cboolean\u003e","im":"\u003cboolean\u003e","in_meeting_chat":"\u003cboolean\u003e","meeting":"\u003cboolean\u003e","message_via_sms":"\u003cboolean\u003e","recording":"\u003cboolean\u003e","screen_share":"\u003cboolean\u003e"},"status":1,"to_group_id":"\u003cstring\u003e","type":0}'

ENDPOINTS