AppGrantMemberCandidate
Org member eligible for app access grants. Scoped to the app org; requires manage_access_tiers.
type AppGrantMemberCandidate {
userId: BigInt!
email: String
gamertag: String
}
Fields
AppGrantMemberCandidate.userId ● BigInt! non-null scalar
Numeric id of the candidate user (use with grantAppAccess).
AppGrantMemberCandidate.email ● String scalar
Email of the candidate, if known.
AppGrantMemberCandidate.gamertag ● String scalar
Gamertag / display handle of the candidate, if set.
Returned By
appGrantMemberCandidates query