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

UserListLink resource

@context
@id
string
@type
string
id
integer
userList
string<iri-reference>
Example:

"https://example.com/"

user
object | null
profileExternal
object | null