---
title: "List all roles in an organization"
method: GET
path: "/v1/roles"
tags: ["Roles"]
---

# List all roles in an organization

`GET /v1/roles`

## Response `200`

Responding with list of roles

- object[]
  - `id` Id — unresolved $ref
  - `name` string
  - `description` string
  - `organizationId` Id — unresolved $ref
  - `ssoGroupMappings` string[]
  - `enabled` boolean
  - `createdAt` CreatedAt — unresolved $ref
  - `policyScopes` string[]

## Other responses

- `401` — Invalid token
- `403` — Caller is not authorized to perform this action
- `404` — Organization not found

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
