---
title: "Set a contact status"
method: PUT
path: "/contacts/{contactId}/status"
tags: ["Contact API:Contacts"]
---

# Set a contact status

`PUT /contacts/{contactId}/status`

Change the contact status and add an optional note

## Path parameters

- `contactId` integer, required

## Request body

- SetContactStatusCommand
  - `statusId` integer, required — Status Id
  - `note` SubmitStatusNoteModel — Optional note
    - `type` string, nullable — Optional note type
    - `text` string, nullable — Note content

## Response `200`

Contact status was successfully updated

## Other responses

- `202` — Contact status already assigned
- `404` — Contact was not found
- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/versions/9f43f6a6ee6e/schema)
