GET /admin/users/{user_id}/password-status
View user's password lifecycle status, including forced change, password age, expiration time, etc.
Authentication `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
dto.PasswordStatusResponse
| Field | Type | Required | Example | Constraints | Description |
active |
boolean |
No |
|
|
Password is valid |
must_change_password |
boolean |
No |
|
|
Force password change required |
password_changed_at |
string |
No |
|
|
Password last modified time |
password_expires_in |
integer |
No |
|
|
Password remaining days |
password_warning |
string |
No |
|
|
Password warning: expiring/expired_grace/expired |