social / pragma.account / AccountService / getPlayerIdentitiesOperatorV1 /

getPlayerIdentitiesOperatorV1 #

suspend fun getPlayerIdentitiesOperatorV1(operatorSession: OperatorSession, request: AccountRpc.GetPlayerIdentitiesOperatorV1Request): AccountRpc.GetPlayerIdentitiesOperatorV1Response

Operator 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.