createGroup
Create a new group in your organization.
New groups are created with the CUSTOM role by default, allowing you to assign
project-level access grants after creation. Requires organization_admin permissions.
createGroup(
organizationId: ID!
input: CreateGroupInput!
): GroupPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
createGroup.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
createGroup.input ● CreateGroupInput! non-null input {#input}
Create a new group. Groups control which projects members can access.