Skip to main content

grantAppAccess

Grant (or re-activate) a user's access to an app, optionally on a specific tier. Requires the 'manage_access_tiers' permission on the app (input.appId); super admins bypass. ENTITLEMENT CHANGE: upserts an active app_user_access row and notifies the game API, so the target user immediately gains that tier's runtime permissions in Buddy. Idempotent per (app,user): re-granting updates the tier and sets status back to active.

grantAppAccess(
input: GrantAppAccessInput!
): AppUserAccess!

Arguments

grantAppAccess.input ● GrantAppAccessInput! non-null input

Who to grant access to, and on which tier.

Type

AppUserAccess object

A user's entitlement to a specific app: whether (and via which tier) they may access it. At most one row per (app, user).