API Reference

Retrieve all game passes for a specific user

Log in to see full request history
Body Params
string
required

The user ID for whom all game passes are being retrieved. Defaults to authenticated user's ID if not provided.

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 userId.

410

Not Found error indicating the user does not exist or has no game passes.

Language
Credentials
URL