GET /admin/users/{user_id}/security-status
Get user security status information
Account Management `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
dto.SecurityStatusResponse
User account security status
| Field | Type | Required | Example | Constraints | Description |
can_login |
boolean |
No |
True |
|
Can login |
email_verified |
boolean |
No |
True |
|
Email verified |
is_locked |
boolean |
No |
False |
|
Is locked |
lock_until |
string |
No |
2026-04-15T12:00:00Z |
|
Lockout end time |
login_fail_count |
integer |
No |
0 |
|
Failure count |
max_attempts |
integer |
No |
5 |
|
Maximum attempts |
mfa_enabled |
boolean |
No |
True |
|
MFA enabled |
phone_verified |
boolean |
No |
True |
|
Phone verified |
dto.SecurityStatusResponse2
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SecurityStatusResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|