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

> List all users who belong to an organization

# GET /organizations/{organization_id}/users

Returns the list of users who are members of the specified organization, along with their roles.

## Notes

* **Requires `owner`, `admin`, or `member` role.** Viewers cannot list organization users.
* Returns `403` if the authenticated workspace does not belong to the requested organization, or if the caller lacks a sufficient role.
* Each returned user record includes the user's organization-level role (`owner`, `admin`, `member`, or `viewer`).
* To change a user's role, see [Update Organization User Role](/api-reference/endpoints/organizations-users-update).
* To add new users to the organization, use the [invite flow](/api-reference/endpoints/organization-invites-create).
