---
title: "Creates an owner-tier override."
method: POST
path: "/campaign/owner-tier-overrides"
tags: ["OwnerTierOverride"]
---

# Creates an owner-tier override.

`POST /campaign/owner-tier-overrides`

The pattern must be an exact email (user@domain.com) or a wildcard domain
 (*@domain.com), and at least one of the override values must be set.

## Request body

- CreateOwnerTierOverrideEndpointInput
  - `pattern` string, required — The owner-email pattern this override applies to: an exact email (user@domain.com) or a wildcard domain (*@domain.com). Exact matches win over wildcard matches.
  - `priorityOverride` integer, nullable — The priority matching owners' jobs are created with. Null for no priority override.
  - `boostOverride` integer, nullable — The global boost level matching owners' campaigns are created with (0-10). Null for none.

## Response `200`

OK

- CreateOwnerTierOverrideEndpointOutput
  - `id` string, required — The id of the created override.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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