---
title: "Tag Policy"
method: POST
path: "/tag"
---

# Tag Policy

`POST /tag`

Tag adds a tag to the policy

## Request body

- PolicyTagInput — Expensify policy tag information
  - `Email` string — email of the individual or beneficiary
  - `EventName` string — Unique name of the event
  - `TicketID` string — Unique ID of the ticket - required for travel funds
  - `TxnType` string — Type of transaction
  - `Username` string — Unique username or lfId of the individual

## Response `200`

OK

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/linuxfoundation/apis/reimbursements-api.md) · [All operations](https://skmtc.net/linuxfoundation/apis/reimbursements-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linuxfoundation/reimbursements-api/versions/7409433339bf/schema)
