Bulk assign leads to organization users
Lead
Bulk assign leads to organization users
Bulk assign leads to organization users
POST
Bulk assign leads to organization users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Minimum array length:
1The search query to filter leads by.
Example:
"test"
The filter to apply to the leads.
Available options:
FILTER_VAL_CONTACTED, FILTER_VAL_NOT_CONTACTED, FILTER_VAL_COMPLETED, FILTER_VAL_UNSUBSCRIBED, FILTER_VAL_ACTIVE, FILTER_LEAD_INTERESTED, FILTER_LEAD_NOT_INTERESTED, FILTER_LEAD_MEETING_BOOKED, FILTER_LEAD_MEETING_COMPLETED, FILTER_LEAD_CLOSED, FILTER_LEAD_OUT_OF_OFFICE, FILTER_LEAD_WRONG_PERSON, FILTER_LEAD_LOST, FILTER_LEAD_NO_SHOW, FILTER_LEAD_CUSTOM_LABEL_POSITIVE, FILTER_LEAD_CUSTOM_LABEL_NEGATIVE, FILTER_VAL_BOUNCED, FILTER_VAL_SKIPPED, FILTER_VAL_RISKY, FILTER_VAL_INVALID, FILTER_VAL_VALID, FILTER_VAL_IN_SUBSEQUENCE, FILTER_VAL_OPENED_NO_REPLY, FILTER_VAL_COMPLETED_NO_REPLY, FILTER_VAL_NO_OPENS, FILTER_VAL_REPLIED, FILTER_VAL_LINK_CLICKED Example:
"FILTER_LEAD_CLOSED"
The ID of the campaign to filter leads by.
Example:
"019e3bd1-b5dc-7ca1-91c9-3f9be64133d8"
The ID of the list to filter leads by.
Example:
"019e3bd1-b5dc-7ca1-91c9-3f9c8bc69215"
Whether the leads are in the campaign.
Example:
true
Whether the leads are in the list.
Example:
true
The ID of the smart view to filter leads by.
Example:
"019e3bd1-b5dc-7ca1-91c9-3f9e060c5f98"
The IDs of the leads to filter by.
The limit of the number of leads to return.
Required range:
x >= 0Example:
10