---
title: "Assign Expense Policy to Users"
method: POST
path: "/business/v2/expense-policies/{expensePolicyId}/assignees"
tags: ["Expense Policies"]
---

# Assign Expense Policy to Users

`POST /business/v2/expense-policies/{expensePolicyId}/assignees`

Endpoint to assign a specific `ExpensePolicy` to one or more `User` resources. Since a `User` can hold at most one `ExpensePolicy`, any existing assignment is replaced.

## Path parameters

- `expensePolicyId` string, required — The `ExpensePolicy` ID.

## Request body

- ExpensePolicyAssignment — Add `ExpensePolicy` assignees JSON parameters.
  - `assignee_ids` string[], required — List of `User` IDs to assign to the `ExpensePolicy`.

## Response `204`

No content as result.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
