createImDirectoryGroup.Rd
Create an IM directory group https://support.zoom.us/hc/enus/articles/203749815IMManagement under your account.**Scopes**: imgroup:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
createImDirectoryGroup( name = NULL, type = NULL, search_by_domain = NULL, search_by_account = NULL, search_by_ma_account = NULL, return_response = F )
name | Group name: must be unique to one account. |
---|---|
type | IM Group types:normal Only members can see automatically see the other members of this group. Other people can search for members within this group. shared Everyone under an account can see the group members automatically.restricted Nobody can see the group or search for members except the members in the group. |
search_by_domain | Members can search for others in the same email domain. |
search_by_account | Members can search for others under same account. |
search_by_ma_account | Members can search for others under same master account, including all sub accounts. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |