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, a PragmaError.AccountService_NotFound will be thrown.
PragmaResultErrors
- PragmaError.AccountService_NotFound - A game shard could not be found for the given game shard id.