Creates a user list

Creates a User List with the specified details. The parameters field must conform to the QueryBuilder format. Every rule id must be one the filter engine recognises (see POST /users/search for the list); unknown ids return 422 instead of being silently ignored. A "list" rule may only reference saved lists in your organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Data containing user list information

string
required

Name of the user list

int64
required

Identifier for the scope

string
enum
required

Type of the scope

Allowed:
int64 | null

Identifier for the associated event, if applicable

int64 | null

Identifier for the associated user

parameters
object
required

Parameters for filtering users in QueryBuilder format

Responses
201

user list created

422

unprocessable entity

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!