---
title: "List all organization roles with their permissions"
method: GET
path: "/roles/organization"
tags: ["roles"]
---

# List all organization roles with their permissions

`GET /roles/organization`

List every organization role together with the permissions it grants.

## Response `200`

Successful Response

- OrganizationRoleWithPermissions[]
  - `id` string, required
  - `name` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `permissions` Permission[]
    - `id` string, nullable
    - `action` string, required
    - `description` string, nullable
    - `created_at` string, date-time, nullable

---

[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)
