External DocumentationTo learn more, visit the ClickUp documentation.
Actions
List Authorized Workspaces Teams
View the Workspaces available to the authenticated user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"teams": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>",
"avatar": "<string>",
"members": [
{
"user": {
"id": 130936646,
"username": "<string>",
"email": "<string>",
"color": "<string>",
"profilePicture": null,
"initials": "<string>",
"role": 5,
"role_subtype": 1,
"role_key": "<string>",
"custom_role": null,
"last_active": "<string>",
"date_joined": "<string>",
"date_invited": "<string>"
},
"invited_by": {
"id": 13430186,
"username": "<string>",
"color": "<string>",
"email": "<string>",
"initials": "<string>",
"profilePicture": "<string>",
"banned_date": null,
"status": "<string>"
}
},
{
"user": {
"id": 43594387,
"username": "<string>",
"email": "<string>",
"color": "<string>",
"profilePicture": null,
"initials": "<string>",
"role": 1,
"role_subtype": 0,
"role_key": "<string>",
"custom_role": null,
"last_active": "<string>",
"date_joined": "1744222800956",
"date_invited": "1744216438980"
},
"invited_by": {
"id": 93334712,
"username": "<string>",
"color": "<string>",
"email": "<string>",
"initials": "<string>",
"profilePicture": "<string>",
"banned_date": null,
"status": "<string>"
}
}
]
}
]
}
Was this page helpful?