---
title: "Set user status"
method: POST
path: "/users/{user_id}/statuses"
tags: ["user statuses"]
---

# Set user status

`POST /users/{user_id}/statuses`

Creates a new status for a user.

## Path parameters

- `user_id` integer, required

## Response `200`

The status was created or updated successfully.

- Status
  - `assignable_id` integer, nullable — The ID of the assignable (such as project or leave type) the user is currently working on.
  - `created_at` string, date-time, required — The time the status was created.
  - `current_task` string, nullable — The name of the current task.
  - `end` string, date-time, nullable — The end date of the status.
  - `id` integer, required — The unique ID of the status.
  - `message` string, nullable — A message associated with the status.
  - `start` string, date-time, nullable — The start date of the status.
  - `status` 'ITO' | 'WFH' | 'SIC' | 'OOO' | 'VAC' | 'OOF', required — The status of the user.
  - `updated_at` string, date-time, required — The time the status was last updated.
  - `user_id` integer, required — The ID of the user.

## Other responses

- `400` — The user status is invalid or missing.
- `403` — The user ID was not found or is missing.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
