Skip to main content

orgRoles

Lists all roles defined in an organization. Requires the 'manage_members' permission on the org (super admins bypass).

orgRoles(
orgId: BigInt!
): [OrgRole!]!

Arguments

orgRoles.orgId ● BigInt! non-null scalar

Organization id (BigInt as string).

Type

OrgRole object