Create an organization
POST/api/v1/organizations
Create an organization. admin role is required to create an organization.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Organization created successfully
Invalid request parameters
Missing or invalid API key
User is not authorized to create organization
Organization not found
Organization already exists
Rate limit exceeded
Internal server error