---
title: "POST /v1/organizations/{organizationId}/projects/{projectId}/cohorts"
method: POST
path: "/v1/organizations/{organizationId}/projects/{projectId}/cohorts"
tags: ["Cohorts"]
---

# POST /v1/organizations/{organizationId}/projects/{projectId}/cohorts

`POST /v1/organizations/{organizationId}/projects/{projectId}/cohorts`

## Path parameters

- `organizationId` string, required
- `projectId` string, required

## Request body

- GoliothCohortsCreateBody
  - `name` string

## Response `200`

A successful response.

- GoliothCreateCohortResponse
  - `data` GoliothCohort
    - `activeDeploymentId` string
    - `cohortId` string
    - `createdAt` string, date-time
    - `deviceCount` integer
    - `name` string
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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