---
title: "Create a task for an organization (admin)"
method: POST
path: "/v1/admin/organizations/{orgId}/tasks"
tags: ["Admin - Tasks"]
---

# Create a task for an organization (admin)

`POST /v1/admin/organizations/{orgId}/tasks`

## Path parameters

- `orgId` string, required

## Request body

- CreateAdminTaskDto
  - `title` string, required — Title of the task
  - `description` string, required — Description of the task
  - `status` 'todo' | 'in_progress' | 'in_review' | 'done' | 'not_relevant' | 'failed' — Task status
  - `frequency` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly' — Task frequency
  - `department` 'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms' — Department

## Response `201`

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ac8d1e4e2e79/schema)
