social / pragma.account / AccountService / getSocialIdentitiesV1 /
getSocialIdentitiesV1 #
suspend fun getSocialIdentitiesV1(playerSession: PlayerSession, request: AccountRpc.GetSocialIdentitiesV1Request): AccountRpc.GetSocialIdentitiesV1Response
Player endpoint that returns a list of SocialIdentity for all requested socialIds that exist in the database and a list of BatchRequestFailure for those not found.
Note: This endpoint returns PublicSocialIdentity objects with filtered Identity Provider results. This filtering can be configured using IdentityProviderPluginConfig.visibleToOtherPlayers.