---
title: "List Roles"
method: GET
path: "/organizations/roles"
tags: ["Organization"]
---

# List Roles

`GET /organizations/roles`

Returns a list of roles

## Response `200`

Roles successfully returned

- ListOrganizationRolesResponse
  - `data` Role[]
    - `uuid` string
    - `name` string
    - `type` string

## Other responses

- `401` — Valid API key required
- `500` — Unexpected server error. Please try again later.
- `default` — unexpected error

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/revisions/5de55d3804cf/schema)
