---
title: "List organization roles"
method: GET
path: "/orgs/{name}/roles"
tags: ["Orgs"]
---

# List organization roles

`GET /orgs/{name}/roles`

Retrieve a org's roles

## Path parameters

- `name` string, required

## Response `200`

Retrieved

- OrganizationRole[]
  - `owner` AccountPublic, required
    - `id` string, required
    - `account_type` string, required
    - `name` string, required
    - `display_name` string
    - `description` string
    - `picture_url` string — https://robohash.org/ladybugbot
  - `name` string, required — The name of the role that is being bound to the user
  - `display_name` string, required — The display name for this role
  - `description` string, required — A description of the role
  - `resources` object — The resources that the role can access

## Other responses

- `422` — Validation Error

---

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