List Organization Users
Organizations
List Organization Users
List all users who belong to an organization
GET
List Organization Users
GET /organizations//users
Returns the list of users who are members of the specified organization, along with their roles.Notes
- Requires
owner,admin, ormemberrole. Viewers cannot list organization users. - Returns
403if 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, orviewer). - To change a user’s role, see Update Organization User Role.
- To add new users to the organization, use the invite flow.
