Graphql fields and variables for the groupCreate mutation
Last updated 2 years ago
Was this helpful?
Create a group
Scope required: security:write
For a complete list of input attributes see the type
mutation groupCreate ($attributes: GroupAttributes!) { groupCreate (attributes: $attributes) { errors group { id name parentGroupId } } }
{ "attributes": { "name": "", "parentGroupId": "456123" } }
attributes
errors
List (String)
group