v1

latestOpenAPI 3.0.12026-06-115557102.5 KB

Get 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

idstring uuid required

The ID of a user.

namestring required

The user's display name.

avatarUrlstring required

The URL to the user's avatar.

githubIdinteger nullable

The user's GitHub ID.

createdAtstring date-time required

The date and time when the user profile was created.

updatedAtstring date-time required

The date and time when the user profile was last updated.

Example response

{
  "name": "Ryan Dahl",
  "avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
  "githubId": 80
}