Path: / admin / realms / {realm} / users / {username} / federated-identity

List set of social logins associated with this user.

Path parameters:
realm - realm name (not id!)
username -

Sub-Resources
Resources
NameDescription
{provider}

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/users/{username}/federated-identityList set of social logins associated with this user.

Method Detail

GET /admin/realms/{realm}/users/{username}/federated-identity

List set of social logins associated with this user.

HTTP Example:
GET /admin/realms/{realm}/users/{username}/federated-identity
API Example:

UsersResource.getFederatedIdentity({'realm': /* name realm name (not id!) */,
  'username': /* username */});

Output:
List<FederatedIdentityRepresentation> -
Produces:
application/json