latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

User

Get authenticated user profile.

Get authenticated user profile

get/user

Response

Successful Response

idstring required

The unique ID for that user

emailstring required

The email associated with that user

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

{
  "id": "96c12d05-f1a2-4491-b0cc-c2ed473301b5",
  "email": "ladybugbot@ladybug.tools",
  "name": "Ladybug Bot",
  "username": "ladybugbot",
  "description": "Beep Boop!",
  "picture": "https://avatars1.githubusercontent.com/u/38131342"
}