latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
Get authenticated user's details
Returns details of the authenticated user
get/user
Response
OK
Example response
{
"name": "Ryan Dahl",
"email": "ry@example.com",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80,
"scopeUsage": 3,
"scopeLimit": 10,
"inviteCount": 3
}