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:
Scopes:
information_barriers:write:admin
Rate Limit Label
:
MEDIUM
Request Body
{"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}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"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}