v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Authorization

Get Authorized User

View the details of the authenticated user's ClickUp account.

get/v2/user

Response

Example response

{
  "user": {
    "id": 123,
    "username": "John Doe",
    "email": "user@company.com",
    "color": "#000000",
    "profilePicture": "https://clickup.com/avatar.jpg",
    "initials": "JD",
    "week_start_day": 0,
    "global_font_support": false,
    "timezone": "America/Los_Angeles"
  }
}