GET
/
api
/
v1
/
user_list_links
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "userList": "https://example.com/",
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "email": "jsmith@example.com",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "profileExternal": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "email": "<string>",
    "fullName": "<string>",
    "firstName": "<string>",
    "lastName": "<string>"
  }
}

Path Parameters

id
string
required

UserListLink identifier

Response

200
application/ld+json

UserListLink resource