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

Example Output

{
	"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>"
					}
				}
			]
		}
	]
}

Workflow Library Example

List Authorized Workspaces Teams with Clickup and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop