Skip to main content
POST
/
api
/
v1
/
cohorts
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/cohorts" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Body

application/json
name
string
required
Required string length: 1 - 120
programYear
string
Maximum string length: 32
Example:

"2026"

description
string

Shown in ESO UIs; stored on cohort.metadata.description

Maximum string length: 2000
visibility
enum<string>
default:public
Available options:
public,
private

Response

Create — created

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload