---
title: "Assign Lead"
method: POST
path: "/v1.0/leads/{leadId}/assignment"
tags: ["Leads"]
---

# Assign Lead

`POST /v1.0/leads/{leadId}/assignment`

Place assignee to a lead.

## Path parameters

- `leadId` integer, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Request body

- LeadAssigineeRequest[] — Lead assignees
  - `role` string, required — Role, `Agent`, `Assistant`, `Lender`
  - `assignee` string — Account of assignee

## Response `200`

Successful operation.

- LeadIdResponse — Response containing the lead ID.
  - `leadId` integer — ID of the lead.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
