---
title: "List the members currently on a rule"
method: GET
path: "/rules/{rule_id}/members"
tags: ["Allowance Management"]
---

# List the members currently on a rule

`GET /rules/{rule_id}/members`

Returns the members whose assignment to this rule has not ended yet, plus the total number of them. Use `limit` to page through the first entries; `total` always counts all of them.

## Path parameters

- `rule_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful response

- object
  - `total` number, required — How many members are on the rule, ignoring `limit`.
  - `members` object[], required
    - `id` string, required
    - `name` string, required — The member's name, or their email if they have none.

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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