Skip to main content

groupMembers

Get users in a specific group (non-recursive) Used to fetch members when a role group is selected in the tree Requires view-users permission on the organization resource

groupMembers(
organizationId: String!
groupId: String!
): [OrganizationUser!]!

Arguments

groupMembers.organizationId ● String! non-null scalar

groupMembers.groupId ● String! non-null scalar

Type

OrganizationUser object

User in the organization (from Keycloak)