Docs › API Reference › MFA Service › GET /internal/mfa/status/{user_id}
GET /internal/mfa/status/{user_id}
Internal get user MFA status without JWT authentication, called by other services (identity-service). Requires X-Tenant-ID header. Reference: OWASP ASVS V2.8.
Multi-Factor Authentication None application/json
Request Parameters
Name In Type Required Default Example Constraints Description
user_id
path
string
Yes
User ID
Referenced Schemas
dto.InternalMFAStatusDetailResponse
dto.InternalMFAStatusResponse
dto.MFAMethodStatus
Field Type Required Example Constraints Description
email
string
No
user@example.com
enabled
boolean
No
True
phone
string
No
+8613800****000
verified
boolean
No
True
gitee_com_linmes_authms_base_dto.SimpleResponse
Field Type Required Example Constraints Description
code
integer
No
message
string
No
timestamp
string
No