Leads - Admin

Api Assign Lead

Assign/reassign a lead to a user or team. Sends SMS and email notifications like POST /public/leads.

Request body options:

  • { "assigned_user_id": 123 } - Direct assignment to specific user
  • { "team_id": 456 } - Round-robin assignment within team

Returns the assigned user info.

post/api/leads/{lead_id}/assign

Path parameters

lead_idinteger required

Headers

x-api-tokenstring nullable

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/api/leads/{lead_id}/assign:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.