social / pragma.account / AccountService / getPlayerIdentitiesV1 /

getPlayerIdentitiesV1 #

suspend fun getPlayerIdentitiesV1(playerSession: PlayerSession, request: AccountRpc.GetPlayerIdentitiesV1Request): AccountRpc.GetPlayerIdentitiesV1Response

Player endpoint that returns a list of PlayerIdentity for all requested playerIds that exist in the database. If the gameShardId does not exist, a PragmaError.AccountService_NotFound will be thrown.

Note: This endpoint returns PlayerIdentity objects with filtered Identity Provider results. This filtering can be configured using IdentityProviderPluginConfig.visibleToOtherPlayers.

PragmaResultErrors

  • PragmaError.AccountService_NotFound - A game shard could not be found for the given game shard id.