Skip to main content

memberRoles

Lists the roles assigned to a single org member. Requires a valid session token.

memberRoles(
orgMemberId: BigInt!
): [OrgRole!]!

Arguments

memberRoles.orgMemberId ● BigInt! non-null scalar

Membership id (org_member_id as a BigInt string). Note this is the org_members row id, not the user_id.

Type

OrgRole object