Memos
User Service

List Linked Identities

ListLinkedIdentities returns a list of linked SSO identities for a user.

GET
/api/v1/users/{user}/linkedIdentities

Path Parameters

user*string

The user id.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/string/linkedIdentities"
{  "linkedIdentities": [    {      "name": "string",      "idpName": "string",      "externUid": "string"    }  ]}