Skip to main content

createAccessTier

Create a new access tier (a free/paid bundle of runtime permissions) for an app. Requires the 'manage_access_tiers' permission on the app (input.appId); super admins bypass. SIDE EFFECTS: validates the tier's permission keys against runtimePermissions and notifies the game API so Buddy sees the new tier. Does NOT grant the tier to any user.

createAccessTier(
input: CreateAccessTierInput!
): AppAccessTier!

Arguments

createAccessTier.input ● CreateAccessTierInput! non-null input

Definition of the access tier to create.

Type

AppAccessTier object

A free or purchasable access tier for an app, bundling a price and the set of runtime permission keys that granted users receive.