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

# List User Workspaces

> List all workspaces the current user belongs to

# GET /users/workspaces

Returns the list of workspaces that the authenticated user has access to, including their role in each workspace.

## Notes

* Requires a valid JWT (any role).
* Useful for building workspace switchers or onboarding flows where the user selects a workspace context.
* See `GET /workspaces` for workspace-scoped listing, or `POST /workspaces` to create a new workspace.
