Skip to content

beamable-sdk / api / playersGetPartyInvitesByPlayerId

Function: playersGetPartyInvitesByPlayerId()

playersGetPartyInvitesByPlayerId(requester, playerId, gamertag?): Promise<HttpResponse<PartyInvitesForPlayerResponse>>

Defined in: src/__generated__/apis/PlayerPartyApi.ts:96

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

playerId

string

PlayerId

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<PartyInvitesForPlayerResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.