---
title: "Create an assignment"
method: POST
path: "/v1/assign/{username}/{event_slug}"
tags: ["Public"]
---

# Create an assignment

`POST /v1/assign/{username}/{event_slug}`

Submit an assignment request for an individual host's assignment type. Returns confirmation including `cancel_url` and `reschedule_url`. If `requires_confirmation: true`, status will be `pending` until the host confirms.

## Path parameters

- `username` string, required
- `event_slug` string, required

## Request body

- object
  - `start_time` string, required — ISO 8601 datetime from the `/v1/slots` response
  - `attendee_name` string, required
  - `attendee_email` string, email, required
  - `attendee_timezone` string
  - `notes` string
  - `custom_responses` object — Answers to custom fields defined on the assignment type

## Response `201`

Default Response

- object

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
