---
title: "Get duty status by user Id"
method: GET
path: "/users/{userId}/dutyStatus"
tags: ["Users"]
---

# Get duty status by user Id

`GET /users/{userId}/dutyStatus`

Returns a object with duty information.

## Path parameters

- `userId` string, required

## Response `200`

Duty successfully loaded.

- V1UserDutyInfo
  - `lastChange` string, date-time, nullable
  - `onDuty` boolean
  - `onManagerDuty` boolean
  - `overdue` boolean
  - `teamId` string, nullable
  - `userId` string, nullable

## Other responses

- `400` — Required authentifaction info could not be found in the request/claims.
- `403` — You're not allowed to request that duty information.
- `404` — Required entities could not be found in the database.

---

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