---
title: "Recommend Participants"
method: POST
path: "/v1/people/recommendations"
tags: ["people"]
---

# Recommend Participants

`POST /v1/people/recommendations`

## Headers

- `X-API-Key` string, nullable

## Request body

- ParticipantRecommendationIn
  - `workspace_id` string, uuid, required
  - `interview_id` string, uuid, nullable
  - `limit` integer
  - `campaign` ParticipantRecommendationCampaignIn
    - `name` string, nullable
    - `description` string, nullable
    - `goal` string, nullable
    - `interview_context_for_employee` string, nullable
    - `success_criteria` string, nullable
    - `topics` string[]
    - `questions` string[]
  - `existing_person_ids` string[]
  - `existing_emails` string[]

## Response `200`

Successful Response

- ParticipantRecommendationsOut
  - `recommendations` ParticipantRecommendationOut[], required
    - `id` string, uuid, required
    - `workspace_id` string, uuid, required
    - `user_id` string, nullable
    - `name` string, required
    - `email` string, nullable
    - `phone` string, nullable
    - `job_title` string, nullable
    - `department` string, nullable
    - `seniority_level` integer, nullable
    - `seniority_label` string, nullable
    - `person_type` string, required
    - `source` string, required
    - `audience_filter_attributes` object
    - `image_url` string, nullable
    - `group_ids` string[]
    - `group_names` string[]
    - `campaign_count` integer
    - `completed_count` integer
    - `last_participated_at` string, date-time, nullable
    - `channels` string[]
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `score` number, required
    - `reasons` string[]
    - `matched_campaigns` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
