---
title: "List teammate rules"
method: GET
path: "/teammates/{teammate_id}/rules"
tags: ["Rules"]
---

# List teammate rules

`GET /teammates/{teammate_id}/rules`

List the rules of a teammate.

Required scope: `rules:read`

## Path parameters

- `teammate_id` string, required

## Response `200`

Array of Rules

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` RuleResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `owner` string, nullable — Link to rule owner
    - `id` string, required — Unique identifier of the rule
    - `name` string, required — Name of the rule
    - `actions` string[], required — List of the rule's actions description
    - `is_private` boolean, required — Whether or not the rule is individual

---

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