social / pragma.account / AccountService / getPlayerIdentitiesServiceV1 /
getPlayerIdentitiesServiceV1 #
suspend fun getPlayerIdentitiesServiceV1(serviceSession: ServiceSession, request: AccountRpc.GetPlayerIdentitiesServiceV1Request): AccountRpc.GetPlayerIdentitiesServiceV1Response
Service 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.