Create an organization
POST/auth/organizations
Create a new organization inside the current application × environment. Membership is many-to-many — add end users via POST /auth/organizations/{id}/members. The Default organization for the environment is auto-created at migration time and cannot be created via API.
Request
Responses
- 201
- 400
- 402
- 409
Organization created
Validation error
Organizations are a Pro feature (sc-5597)
Slug already exists in this environment