---
title: "Get password weak status"
method: GET
path: "/v1/auth/password-weak"
tags: ["Password Weak"]
---

# Get password weak status

`GET /v1/auth/password-weak`

Returns the millisecond timestamp at which the user's current password was first flagged as weak, or null if it is not flagged.

## Response `200`

Status retrieved

- PasswordWeakResponse
  - `since` integer

## Other responses

- `401` — Unauthenticated
- `500` — Internal server error

---

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