Create a new organization in your Clone Guard® Security Scanning portal and optionally subscribe it to one or more product plans.By default, when an organization is created, the system will attempt to subscribe it to the configured default plan (if one exists).
If no default plan is configured, the organization will be created without any active subscriptions.You can override this behavior by settingskip_default_subscription to true,
in which case you must explicitly provide the plans parameter to define one or more subscriptions during creation.Organizations require an active subscription to a product plan in order to be fully functional and able to use the platform’s features.Currently, plans must be created and managed through the Scanning Solution Portal (Admin Dashboard).API support for plan management will be available in a future release.
Subscription Behavior#
If a default plan exists → the organization is automatically subscribed to it
If no default plan exists → the organization is created without subscriptions
Custom behavior (skip_default_subscription = true):The plans parameter becomes required
The organization will be subscribed only to the plans provided in the request
plans#
An array of subscription objects used to assign one or more product plans to the organization during creation.Each item has the following structure:plan (string): The plan code
interval (string): none, monthly, or yearly
start_date (datetime, optional)
end_date (datetime, optional)
You can include multiple plans in the array to subscribe the organization to different products.An organization can have only one active subscription per product.
If multiple plans from the same product (e.g. PCI) are provided, only the first one will be applied.
Additional plans for the same product will be ignored.