---
title: "List roles"
method: GET
path: "/roles"
tags: ["People"]
---

# List roles

`GET /roles`

Lists the available roles that can be assigned to a person to determine their access and permissions.

## Query parameters

- `accountId` string — NOT USED YET
- `limit` integer — The maximum number of results to return.
- `offset` integer — The number of items to skip before returning results.

## Response `200`

OK

- object
  - `limit` integer — The maximum number of results to return.
  - `offset` integer — The number of items to skip before returning results.
  - `count` integer, required — The total amount of records matching the querying when "limit" is ignored.
  - `search` string — The term to search the records for.
  - `rows` object[], required
    - `id` string, uuid
    - `name` string, required
    - `accountId` string, nullable — The ID of the account to work with.
    - `type` string
    - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.
    - `updatedAt` string, date-time, required — The date the Resource was last modified. ISO 8601 format without milliseconds.

---

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