---
title: "Assign a member to an allowance rule"
method: POST
path: "/members/{member_id}/rule-assignments"
tags: ["Allowance Management"]
---

# Assign a member to an allowance rule

`POST /members/{member_id}/rule-assignments`

Creates a new rule assignment for a member. Date ranges must not overlap with existing assignments for the same allowance type. Allowance values are automatically recalculated.

## Path parameters

- `member_id` string, uuid, required

## Request body

- object
  - `rule_id` string, uuid, required
  - `allowance_type_id` string, uuid, required
  - `rule_start_date` string, required — First day the rule applies (inclusive), in YYYY-MM-DD format.
  - `rule_end_date` string, nullable — Last day the rule applies (inclusive), in YYYY-MM-DD format, or null for open-ended. To cover a member through 2026-08-31, send 2026-08-31.
  - `reason` string, required — Why this assignment is being created — stored in the rule audit log.

## Response `200`

Successful response

- object
  - `id` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `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)
