API Reference

Add quantity to a game pass for a user.

The quantity can be negative to deduct game passes.
The minimum quantity is of user owned game passes is 0.
If you want to remove the game pass for a user, use the deleteFromUser endpoint.

Log in to see full request history
Body Params
string

A unique request name for the game pass.

string

The ID of the game pass to be removed from the user.

string
required

The user ID from whom the game pass will be removed.

integer
Defaults to 1

The quantity of the game pass to be added. Can be negative to remove game passes.

Responses

Response body
object
gamePasses
array of objects
gamePasses
object
string
required

Unique identifier for the Game Pass user id.

string
required

Unique identifier for the Game Pass.

integer
≥ 0

The quantity of the Game Pass.

int64
required

The UNIX timestamp representing when the Game Pass was created in milliseconds since midnight, January 1, 1970 UTC. This field is automatically populated by the backend.

int64
required

The UNIX timestamp representing when the Game Pass was last updated in milliseconds since midnight, January 1, 1970 UTC. This field is automatically populated by the backend.

string
required

Identifier for the user who created the Game Pass.

string
required

Identifier for the user who last updated the Game Pass.

400

Invalid argument error for invalid input values.

410

Not Found error indicating the game pass or user does not exist.

Language
Credentials
URL