Bulk assign leads to teammate
POST
https://api.tamio.com/v2/leads/bulk/assign-to-teammate
Assigns multiple leads to a team member in a single operation. Pass
null for teammate_id to unassign leads from their current teammate.
Maximum 50 leads per operation.
Body Parameters
leads
array of string*
Array of lead UUIDs to assign
teammate_id
string*
UUID of team member to assign leads to, or null to unassign
Responses
200
Leads assigned successfully
Leads assigned successfully
status
integer
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string