Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.2 KB

GroupCreateRequest.md

File metadata and controls

11 lines (8 loc) · 1.2 KB

# GroupCreateRequest

Properties

Name Type Description Notes
directory_privacy int The group's directory privacy setting. Use this parameter if you set the `in_directory` parameter to the `true` value: * `1` — Visible and searchable to all users. * `2` — Visible only to group members, but searchable to all users. * `3` — Visible and searchable only to group members. This value defaults to `2` and is only available for accounts that enabled a group via the user interface. [optional] [default to self::DIRECTORY_PRIVACY_2]
in_directory bool Whether to display the group in the Zoom client's Contacts group: * `true` — Display the group. * `false` — Do not display the group. This value defaults to `false` and is only available for accounts that enabled a group via the user interface. [optional] [default to false]
name string The group's name. [optional]

[Back to Model list] [Back to API list] [Back to README]