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

# List organization role bindings

`GET /orgs/{name}/role-bindings`

Retrieve a org's role bindings

## Path parameters

- `name` string, required

## Response `200`

Retrieved

- OrganizationRoleBinding[]
  - `user` UserPublic, required
    - `name` string — The display name for this user
    - `username` string, required — The lowercase account name for this user
    - `description` string — A short description of the user
    - `picture` string — URL to the picture associated with this user
  - `role` OrganizationRole, required
    - `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)
