> ## 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 Workspace Users

> List all users in a workspace

# GET /workspaces/{workspace_id}/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_id` path parameter is an integer.
* See `POST /users` to add a new user to the workspace.
