v1
latestOpenAPI 3.0.12026-07-175557102.5 KBGet user details
Returns details of a user
get/users/{id}
Path parameters
idstring uuid required
The ID of a user.
The ID of the user
Response
OK
Example response
{
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}