Magidoc

createGroup
Mutation

Create a new group.

Arguments

#

description

Optional parameter used set a description of the group. Unless this parameter is supplied, the description will be empty.

members

Optional parameter used set the list of members assigned to the group. Values should be a string containing a comma-delimited list of members. Unless this parameter is supplied, the members list will be empty by default.

name

Non-null

Required parameter used to set the name of the group. Group names are limited to having letters, numbers, periods, spaces, dashes, and underscores.

sharedUserGroup

Optional parameter used set the shared parameter in the group. Unless this parameter is supplied, the shared_user_group will be false by default.

tag

Optional parameter used set a tag for the group. Unless this parameter is supplied, the tag will be empty.

Response

#

Returns Group !.

Example

#

    
  

3

    
  

3

    
  

3