POST
/
api
/
v1
/
user_lists
{
  "@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"
}

Body

The new UserList resource

Response

201
application/ld+json

UserList resource created