---
title: "List all users with their roles in an organization"
method: GET
path: "/organizations/{organization_id}/users"
tags: ["Organizations"]
---

# List all users with their roles in an organization

`GET /organizations/{organization_id}/users`

Retrieve all users with their roles within a specific organization.

## Path parameters

- `organization_id` string, required

## Response `200`

Successful Response

- UserWithRoles[]
  - `id` string, required
  - `email` string, nullable
  - `active_org_id` string, nullable
  - `created_at` string, date-time, required
  - `is_super_admin` boolean, nullable
  - `organization_role` OrganizationRole, required
    - `name` string, required
    - `id` string, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `organization_role_permissions` object[], nullable — The permissions for the organization role.
  - `project_roles` object, nullable
  - `user_project_roles` UserProjectRoleRef[], nullable
    - `project_id` string, required
    - `project_role_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
