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"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings