---
title: "Find and update an audience"
method: PATCH
path: "/api/servicepool/audiences/{identifier}"
tags: ["audiences"]
---

# Find and update an audience

`PATCH /api/servicepool/audiences/{identifier}`

Partially update one existing audience

## Path parameters

- `identifier` string, uuid, required

## Request body

- AudienceDtoInput
  - `clickRate` number — The click rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)
  - `description` string — The description of the audience
  - `filterValues` string — The filter values of the audience
  - `filters` string — The filters of the audience
  - `name` string, required — The name of the audience
  - `openRate` number — The open rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)
  - `proximity` object, nullable
    - `distance` number, required — The numeric distance from location
    - `unit` 'mile' | 'kilometer', required — The unit of measurement
    - `locationUuid` string, required — The unique identifier of the location to check distance against
  - `vectors` object, nullable
    - `jobMatch` object, nullable
      - `matchThreshold` number, required — The match threshold of the job match vector
      - `matchType` 'Job' | 'Opening', required — The match type of the job match vector
      - `matchUuid` string, required — The unique identifier of the job match vector

## Response `204`

Successfully updated audience

## Other responses

- `422` — default error response
- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
