---
title: "Get User Password Status"
method: GET
path: "/users/{userId}/passwordStatus"
tags: ["Users"]
---

# Get User Password Status

`GET /users/{userId}/passwordStatus`

Returns the user's password status based on a user ID.
### Authorization Required:
  - Designer Administrator

## Path parameters

- `userId` string, required

## Response `200`

User Password Status

- object
  - `userId` string, required
  - `passwordStatus` 'OK' | 'TEMPORARY' | 'N/A', required — Status of the user's password: * `TEMPORARY` - User must change password at first login. If temporary password has expired, a new one must be resent using PUT. * `OK` - User has already changed their temporary password. * `FORCED_RESET` - User has to reset their password. * `N/A` - Not applicable

## Other responses

- `default` — Error

---

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