User Service
List Linked Identities
ListLinkedIdentities returns a list of linked SSO identities for a user.
curl -X GET "https://example.com/api/v1/users/string/linkedIdentities"{
"linkedIdentities": [
{
"name": "string",
"idpName": "string",
"externUid": "string"
}
]
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}