Organizations
List Organizations
Returns a list of all organizations within a specified workspace.
GET
List Organizations
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
Response
200
application/json
A list of organizations.
The response is of type object
.
Previous
Create OrganizationCreates a new organization within a workspace. The rules for `billing_account_id` depend on the workspace's billing mode:
- **`single` / `assigned`**: A `billing_account_id` is required for root organizations. Child organizations inherit billing and must have a `null` value.
- **`pooled`**: `billing_account_id` must always be `null` as resources are pooled at the workspace level.
Next
List Organizations