Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.1 KB

ImGroupCreateRequest.md

File metadata and controls

13 lines (10 loc) · 1.1 KB

# ImGroupCreateRequest

Properties

Name Type Description Notes
name string Group name: must be unique to one account. [optional]
search_by_account bool Members can search for others under same account. [optional]
search_by_domain bool Members can search for others in the same email domain. [optional]
search_by_ma_account bool Members can search for others under same master account, including all sub accounts. [optional]
type string IM Group types:<br>`normal` - Only members can see automatically see the other members of this group. Other people can search for members within this group. <br>`shared` - Everyone under an account can see the group members automatically.<br>`restricted` - Nobody can see the group or search for members except the members in the group. [optional] [default to 'normal']

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