---
title: "Create a new self assignment"
method: POST
path: "/assignments/self/"
tags: ["Assignments"]
---

# Create a new self assignment

`POST /assignments/self/`

## Request body

- Assignment
  - `active` boolean
  - `provisioned` boolean
  - `validated` boolean
  - `is_self_schedule` boolean
  - `description` string
  - `owner` string
  - `ticket` string
  - `qinq` integer
  - `wipe` boolean
  - `ccuser` string[]
  - `cloud_id` integer
  - `vlan_id` integer

## Response `201`

Created

## Changes

- **2025-06-30** `ebdd7b70d1d5` — 1 info
  - added the new optional request property `is_self_schedule`
- **2024-09-26** `098c2dd82fa1` — 1 info
  - endpoint added
- **2024-01-29** `73b6d82124fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/assignments/self/post.md)

---

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