Operations API
Leads

Assign to Teammate

This API endpoint (POST) assigns multiple leads to a teammate. If the request succeeds, it will return the id of the teammate id and the ids of the updated leads. Permissions: customer.edit Webhook event: customer-updated

Body Parameters

teammate_id string The id of the teammate to assign the customers to. To unassign leads from a teammate, omit the this parameter.



leads array of strings * An array of lead ids to be assigned to the teammate. The maximum number of leads that you can request is 50.