beamable-sdk / api / playersGetPartiesByPlayerId
Function: playersGetPartiesByPlayerId()¶
playersGetPartiesByPlayerId(
requester,playerId,gamertag?):Promise<HttpResponse<Party>>
Defined in: src/__generated__/apis/PlayerPartyApi.ts:27
Parameters¶
requester¶
The HttpRequester type to use for the API request.
playerId¶
string
Player Id
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<Party>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.