Skip to content

beamable-sdk / api / partiesPostInviteById

Function: partiesPostInviteById()

partiesPostInviteById(requester, id, payload, gamertag?): Promise<HttpResponse<ApiPartiesInvitePostPartyResponse>>

Defined in: src/__generated__/apis/PartyApi.ts:157

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

id

string

Id of the party

payload

InviteToParty

The InviteToParty instance to use for the API request

gamertag?

string

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

Returns

Promise<HttpResponse<ApiPartiesInvitePostPartyResponse>>

Remarks

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