Organizations
Create Organization
Creates a new organization within a workspace. The rules for billing_account_id
depend on the workspace’s billing mode:
single
/assigned
: Abilling_account_id
is required for root organizations. Child organizations inherit billing and must have anull
value.pooled
:billing_account_id
must always benull
as resources are pooled at the workspace level.
POST
Create Organization
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
Body
application/json
Response
201
application/json
Organization created successfully.
The response is of type object
.
Create Organization