---
title: "Create Activity"
method: POST
path: "/api/ats/v1/activities"
tags: ["Activity"]
---

# Create Activity

`POST /api/ats/v1/activities`

Creates a Activity object with the given values.

## Headers

- `x-connector-token` string, required

## Request body

- CreateAtsActivity
  - `user` string, uuid, nullable, required — The user who owns the activity.
  - `activity_type` 'NOTE' | 'EMAIL' | 'OTHER', nullable, required — The type of activity. If the value is not one of the defined enum values, the original value passed through will be returned.
  - `subject` string, nullable — The subject of the activity.
  - `body` string, nullable, required — The body of the activity. This can include notes, comments, or other relevant information.
  - `visibility` 'ADMIN_ONLY' | 'PUBLIC' | 'PRIVATE', nullable, required — Visibility of the activity. If the value is not one of the defined enum values, the original value passed through will be returned.
  - `candidate` string, uuid, nullable, required — Candidate who applied for the activity.

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.dev/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/revisions/2d88c1b6fc96/schema)
