---
title: "GET"
method: GET
path: "/"
---

# GET

`GET /`

Get the list of roles in the organization

## Headers

- `Authorization` string, required
- `apikey` string, required

## Response `200`

Successful operation

- object
  - `roles` object[]
    - `id` string — Use this id in future requests to update this specific role
    - `displayName` string
    - `description` string
    - `roleReferenceId` string
    - `createdAt` string
    - `createdBy` string
    - `updatedAt` string
    - `updatedBy` string
    - `usersCount` integer
    - `editable` boolean
  - `paginationToken` string
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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