---
title: "POST /api/organizations/regular"
method: POST
path: "/api/organizations/regular"
tags: ["Organizations"]
---

# POST /api/organizations/regular

`POST /api/organizations/regular`

## Request body

- CreateRegularOrganizationRequest
  - `isSyndicate` boolean
  - `chapter` string, required
  - `organizationName` string, required
  - `numberOfUnits` integer
  - `enterpriseNumber` string, required
  - `referralSource` string
  - `referralSourceDetails` string, required
  - `lang` string, nullable
  - `members` PersonDto[]
    - `firstName` string, required
    - `lastName` string, required
    - `email` string, required
    - `phoneNumber` string, required
    - `phoneExtension` integer, nullable
    - `apartment` string, nullable
    - `street` string, required
    - `city` string, required
    - `zipCode` string, required
    - `isMain` boolean

## Response `200`

Success

- SucceededOrNotResponse
  - `succeeded` boolean
  - `errors` Error[]
    - `errorType` string
    - `errorMessage` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
