---
title: "Create Talent Pool"
method: POST
path: "/api/v2/smartapply/talent-pool"
tags: ["Join Talent Pool"]
---

# Create Talent Pool

`POST /api/v2/smartapply/talent-pool`

Allowing the candidate to join talent pool

## Headers

- `Authorization` string, required

## Request body

- TalentPoolSchema
  - `tags` string[], nullable — Tags of profile for Talent Pool
  - `message` string, nullable — Response message for Joining Talent Pool
  - `emailSubscription` boolean, nullable — Subscribed for emails
  - `profileId` string, nullable — Profile Id to be added in the Talent Pool

## Response `200`

OK

- TalentPoolSchema
  - `tags` string[], nullable — Tags of profile for Talent Pool
  - `message` string, nullable — Response message for Joining Talent Pool
  - `emailSubscription` boolean, nullable — Subscribed for emails
  - `profileId` string, nullable — Profile Id to be added in the Talent Pool

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
