---
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`

At least one of the override values must be set.

## Request body

- CreateOwnerTierOverrideEndpointInput
  - `organizationId` string, required — The id of the organization this override applies to.
  - `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/5f993bd211f5/schema)
