Skip to main content
POST
Create a new people list

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
required

Name of the list to create

Example:

"My list"

people_ids
string[]

ID of people being added

is_public
boolean

Whether the list is shared with other users in the team

Example:

true

Response

The ID of the list that was created

ID of the list

Example:

"a1d2434c-e089-480a-8a27-9909d2f558b4"