---
title: "Get Authorized User"
method: GET
path: "/v2/user"
tags: ["Authorization"]
---

# Get Authorized User

`GET /v2/user`

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

## Response `200`

- object
  - `user` object
    - `id` integer
    - `username` string
    - `email` string
    - `color` string
    - `profilePicture` string
    - `initials` string
    - `week_start_day` integer — The user's preferred start of the calendar week setting. \ `0` is Sunday. \ `1` is Monday.
    - `global_font_support` boolean
    - `timezeone` string

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
