social / pragma.account / AccountService / getPlayerIdentitiesPartnerV1 /
getPlayerIdentitiesPartnerV1 #
suspend fun getPlayerIdentitiesPartnerV1(partnerSession: PartnerSession, request: AccountRpc.GetPlayerIdentitiesPartnerV1Request): AccountRpc.GetPlayerIdentitiesPartnerV1Response
Partner endpoint that returns a list of PlayerIdentity for all requested playerIds that exist in the database and a list of BatchRequestFailure for those not found. If the gameShardId does not exist, an AccountRpc.NotFoundApplicationError will be thrown.
PragmaApplicationErrors
- AccountRpc.NotFoundApplicationError - A game shard could not be found for the given game shard id.