本页面提供关于 /docs/ja/api/user/info
路径的详细信息。
请求方法
GET
路径说明
/docs/ja/api/user/info
路径用于获取用户的基本信息。
请求示例
GET /docs/ja/api/user/info
响应示例
{
"id": 12345,
"username": "example_user",
"email": "example@example.com",
"created_at": "2021-01-01T00:00:00Z"
}
注意事项
- 请确保请求时携带正确的认证信息。
- 用户信息是敏感数据,请妥善处理。
相关链接
User Profile