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