---
title: "List membership roles"
method: GET
path: "/v0/memberships/{membership-id}/roles"
tags: ["Roles"]
---

# List membership roles

`GET /v0/memberships/{membership-id}/roles`

Returns the [roles](#tag/Roles) assigned to this [membership](#tag/Memberships).

## Path parameters

- `membership-id` string, required

## Response `200`

OK

- object
  - `roles` object[], required — Shows a collection of [roles](#tag/Roles).
    - `display-name` string, required — A human readable label for an entity
    - `description` string, required
    - `role-url` union, required — Link to the [role](#tag/Roles).
      - string
      - string
    - `role-category` string

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/178ed43d543b/schema)
