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

Preview this Workflow on desktop