Create a user list
Creates a new user list. Tenant and owner are set server-side from the authenticated user. Lists can be static (members added manually via user list links) or dynamic (members computed from criteria and scope). Requires HR_TENANT or COMMUNICATION_TENANT permission.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Body
The new UserList resource
static, dynamic "/api/v1/tenants/1"
"/api/v1/users/1"
members_and_contacts, members_only, contacts_only ALL, ACTIVE, INACTIVE 1000Response
UserList resource created
static, dynamic "/api/v1/tenants/1"
members_and_contacts, members_only, contacts_only ALL, ACTIVE, INACTIVE 1000
