PATCH
/
api
/
v1
/
user_lists
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "tenant": "https://example.com/",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "criteria": [
    "<string>"
  ],
  "type": "static",
  "scope": "members_and_contacts"
}

Path Parameters

id
string
required

UserList identifier

Body

application/merge-patch+json

The updated UserList resource

Response

200
application/ld+json

UserList resource updated