---
title: "Creates a new work status for a team member"
method: POST
path: "/v{version}/Users/teamMember/workStatus"
tags: ["Users"]
---

# Creates a new work status for a team member

`POST /v{version}/Users/teamMember/workStatus`

## Path parameters

- `version` string, required

## Headers

- `company-id` string, required

## Request body

- UsersContractsCommandsCreateTeamMemberWorkStatusCommand
  - `userId` integer
  - `dateEffective` string, date-time
  - `status` string, nullable

## Response `200`

Success

- UsersContractsCommandsCreateTeamMemberWorkStatusResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` UsersContractsCommandsNewWorkStatusResponse
    - `workStatusId` integer

---

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