List Workspace Users
Workspaces
List Workspace Users
List all users in a workspace
GET
List Workspace Users
GET /workspaces//users
Returns the list of users who belong to the specified workspace, including their roles.Notes
- Requires a valid JWT (any role).
- You can only list users for the workspace you are currently authenticated into. Attempting to access a different workspace returns 403.
- The
workspace_idpath parameter is an integer. - See
POST /usersto add a new user to the workspace.
