Skip to main content

List Authorized Workspaces Teams

View the Workspaces available to the authenticated user.

External Documentation

To learn more, visit the ClickUp documentation.

Example Output

{
"teams": [
{
"id": "1234",
"name": "My ClickUp Workspace",
"color": "#000000",
"avatar": "https://clickup.com/avatar.jpg",
"members": [
{
"user": {
"id": 123,
"username": "John Doe",
"color": "#000000",
"profilePicture": "https://clickup.com/avatar.jpg"
}
}
]
}
]
}

Workflow Library Example

List Authorized Workspaces Teams with Clickup and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop