API Identity provider links of user

If the user has origin in some identity provider in the tab “Identity provider links” we will see information about the identity provider.

Is it possible somewhere in API to see this correlation (user - identity provider)?
I know that a similar thing exists for user federation but for identity provider links I can’t find any information about correlation…

some starting points:

import org.keycloak.representations.idm.FederatedIdentityRepresentation;
import org.keycloak.representations.idm.IdentityProviderRepresentation;
import org.keycloak.representations.idm.UserRepresentation;

And UsersResource.java