List User Workspaces
Users
List User Workspaces
List all workspaces the current user belongs to
GET
List User Workspaces
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 /workspacesfor workspace-scoped listing, orPOST /workspacesto create a new workspace.
