Skip to main content
GET
/
users
/
workspaces
List User Workspaces
curl --request GET \
  --url https://api.example.com/users/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 /workspaces for workspace-scoped listing, or POST /workspaces to create a new workspace.