---
title: "Assign Accounts To Pricing Group"
method: POST
path: "/digital-banking/v1/pricing-groups/{pricing_group_id}/accounts"
tags: ["Pricing Groups"]
---

# Assign Accounts To Pricing Group

`POST /digital-banking/v1/pricing-groups/{pricing_group_id}/accounts`

Assign multiple accounts to a pricing group. The pricing group's current rate structure will be copied to all assigned accounts. If accounts are already assigned to a different pricing group, they will be reassigned and receive the new rates.

## Path parameters

- `pricing_group_id` string, uuid, required

## Request body

- AssignAccountsToPricingGroupRequest
  - `account_ids` string[], required — List of account IDs to assign to this pricing group
  - `effective_at` string, date-time — When the pricing group rates become effective for these accounts. Defaults to now if not provided.

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/modernfi/apis/endpoints.md) · [All operations](https://skmtc.net/modernfi/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernfi/endpoints/versions/d9c7bd6bd2f2/schema)
