latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
Leads
Assign a Technician to a Lead
Assigns a technician to a lead. If the account does not have multi-technician enabled, use replace: true to replace the existing technician.
post/v2/leads/{leadId}/team
Path parameters
leadIdstring required
Example:LD-BA5r7o4bqzR9MONa
The Lead ID
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Request body
Example request
{
"replace": true
}Response
The assigned technician
Example response
{
"id": "USR-BA5r7o4bqzR9MONa",
"name": "John Doe",
"emailAddress": "john.doe@example.com",
"isPrimary": true
}