Memos
User Service

Get Linked Identity

GetLinkedIdentity gets a linked SSO identity for a user.

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

Path Parameters

user*string

The user id.

linkedIdentity*string

The linkedIdentity id.

Response Body

application/json

application/json

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