The connector syncs the members of a single ClickUp Workspace as user
identities. Each user carries their Workspace role — Owner, Admin,
Member, Guest, or a custom role you have defined — so you can see who
holds administrative access to your Workspace.
You need a ClickUp personal API token. It is sent on every request in the
Authorization header and grants API access as your account, so treat it as a
secret. The token must belong to a member of the Workspace you want to sync.
1
Sign in to ClickUp as a member of the Workspace you want to sync.
2
Click your avatar in the lower-left corner and open Settings, then go to
Apps.
3
Under API Token, click Generate (or Regenerate) and copy the
personal token. It begins with pk_.
4
Find your Workspace ID. It is the number after /{id}/ in any ClickUp app
URL, or call GET https://api.clickup.com/api/v2/team with your token and
copy the id of the Workspace you want to sync. ClickUp’s API calls a
Workspace a “team”.