---
title: "Create Applicant Note"
method: POST
path: "/v2/applicants/{id}/notes"
tags: ["Notes"]
---

# Create Applicant Note

`POST /v2/applicants/{id}/notes`

Creating Applicant Notes

## Path parameters

- `id` string, required

## Request body

- CreateUpdateApplicantNote
  - `content` string, required
  - `user_id` string, nullable — User UUID who will be assigned as the creating user.

## Response `201`

OK

- ApplicantNote
  - `id` string, required
  - `content` string, required — Content of the Note
  - `created_at` string, date-time, required
  - `is_shared` boolean — Indicates if the Note is shared across multiple applicants
  - `updated_at` string, date-time, required
  - `last_updated_by` object, nullable, required
    - `name` string, required — Applicants name
    - `email` string, required — Applicants email
    - `id` string, required — Applicants id
  - `user` object, nullable, required
    - `name` string, required — Applicants name
    - `email` string, required — Applicants email
    - `id` string, required — Applicants id

## Other responses

- `401` — Unauthorized

---

[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)
