latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Users

Get a specific user profile

Get a specific user profile by name

get/users/{name}

Path parameters

namestring required

Response

Successful Response

namestring

The display name for this user

usernamestring required

The lowercase account name for this user

descriptionstring

A short description of the user

picturestring

URL to the picture associated with this user

Example response

{
  "name": "Ladybug Bot",
  "username": "ladybugbot",
  "description": "Beep Boop!",
  "picture": "https://avatars1.githubusercontent.com/u/38131342"
}