> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Authorized Workspaces Teams

View the Workspaces available to the authenticated user.

<Note>
  External Documentation

  To learn more, visit the [ClickUp documentation](https://clickup.com/api/clickupreference/operation/GetAuthorizedTeams/#tag/Teams-Workspaces/operation/GetAuthorizedTeams).
</Note>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-authorized-workspaces-teams-with-clickup-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-authorized-workspaces-teams-with-clickup-and-send-results-via-email/canvas" />
</div>
