Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
user_id path string Yes User ID

Responses

StatusDescriptionSchema
200Successdto.PasswordStatusResponse

Referenced Schemas

dto.PasswordStatusResponse

FieldTypeRequiredExampleConstraintsDescription
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