---
title: "Create a new LeadStatusChange activity"
method: POST
path: "/activity/status_change/lead/"
tags: ["activities.lead_status_changes"]
---

# Create a new LeadStatusChange activity

`POST /activity/status_change/lead/`

Creating a lead status change does not change the lead's status. It only logs the status change event in the lead's activity feed. This should only be used to import historical status changes from another system.

## Response `200`

Successful response

- LeadStatusChangeActivity
  - `_paused_subscriptions` PausedSubscription[]
    - `contact_id` string, nullable, required
    - `contact_name` string, nullable, required
    - `id` string, required
    - `sequence_id` string, required
    - `sequence_name` string, required
    - `sequence_status` string, required
  - `_type` string, required
  - `activity_at` string, date-time, nullable, required
  - `contact_id` string, nullable, required
  - `created_by` string, nullable, required
  - `created_by_name` string, nullable
  - `date_created` string, date-time, required
  - `date_updated` string, date-time, required
  - `id` string, required
  - `lead_id` string, nullable, required
  - `new_status_id` string, required
  - `new_status_label` string
  - `old_status_id` string, required
  - `old_status_label` string
  - `organization_id` string, required
  - `updated_by` string, nullable, required
  - `updated_by_name` string, nullable
  - `user_id` string, nullable, required
  - `user_name` string, nullable
  - `users` string[], required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/close/apis/close-api.md) · [All operations](https://skmtc.net/close/apis/close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/close/close-api/revisions/0dcf3303e9d7/schema)
