/bff/gateway/security/users/{id}/profile
并发调用 identity/session/audit 上游服务,聚合返回用户安全状态、可信设备、活跃会话数、异常事件计数、当前密码策略等安全画像数据
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
|---|---|---|---|---|---|---|---|
id |
path |
string |
Yes | 用户ID(ULID 格式) |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | 用户安全画像 | object |
| 400 | 请求参数无效 | object |
| 401 | 未认证 | object |
| 403 | 权限不足 | object |
| 500 | 服务器内部错误 | object |