/bff/gateway/security/users/{id}/timeline
调用审计服务查询用户相关的审计日志和异常事件,按时间倒序排列,返回用户安全事件时间线
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 |