2.21. user : Manage the current user.
2.21.1. get /api/v1/user/ リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
2.21.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Get user information for the authenticated user.
2.21.1.2. Response Class (Status 200) リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
Model: Model Schema
{
"organizations": [
{}
],
"verified": true,
"avatar": {},
"anonymous": true,
"logins": [
{}
],
"can_create_repo": true,
"preferred_namespace": true,
"email": "string"
}
Response Content Type: application/json
2.21.1.3. Response Messages リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|