get_user
Retrieve your ClickUp user profile to verify authentication and obtain your user id, email, and name.
Instructions
Return the current ClickUp user profile using the configured API token.
Use this to verify authentication and retrieve your user details (id, email, name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID | |
| Yes | User email | ||
| name | No | User name | |
| username | No | Username | |
| initials | No | User initials | |
| profile_picture | No | Profile picture URL | |
| color | No | User color |