Skip to main content

appGrantMemberCandidates

Lists org members eligible for a manual app access grant (active members of the app's owning org). Requires the 'manage_access_tiers' permission on the app; super admins bypass. Use the returned user ids with grantAppAccess.

appGrantMemberCandidates(
appId: BigInt!
): [AppGrantMemberCandidate!]!

Arguments

appGrantMemberCandidates.appId ● BigInt! non-null scalar

Numeric id of the app whose org members should be listed as grant candidates.

Type

AppGrantMemberCandidate object

Org member eligible for app access grants. Scoped to the app org; requires manage_access_tiers.