Skip to main content
GET
/
organizations
/
{organization_id}
/
users
List Organization Users
curl --request GET \
  --url https://api.example.com/organizations/{organization_id}/users

GET /organizations//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.
  • To add new users to the organization, use the invite flow.