In case of already linked account, Auth0 just send the primary user info ( want secondary account info(email) as well)

Hello all,

Problem:
We have 2 linked accounts already (one is primary and one is linked(inside identities).

when user tried to login again /oauth/token with the already linked account, Auth0 just send the information of the Primary account and no info about the account that is going to login.

We need the email/userid of the linked user as well…

We have tried but not able to solve it as Auth0 don’t have preLogin Action.

@auth0communityuser