Provision A Child Organization

Describes the process to create a new child Organization under a parent Organization. The child is included under the umbrella of the parent’s subscription licensing and includes user management. Follow these steps when a new customer is added through a third-party system. For more information on parent/child Organizations see Managing A Parent Organization and Managing Child Organizations in the TIBCO Scribe® Help.

  1. Call the POST orgs method with the ID of your parent Organization.
    • The Organization ID for the new child Organization is returned and can be used for the remaining calls.
    • Parent Organization administrators are automatically made administrators of the child Organization.
  2. To add Users to the new child Organization, use the POST invitedusers method.
  3. Provision either a Cloud Agent or an On-Premise Agent with the POST provision cloud agent or POST onpremise agent method.
    • Cloud-based Agents may take several minutes to be provisioned after receiving the command.
    • If you are installing an On-Premise Agent, on the machine hosting the Agent, immediately install the Agent using the Installation Key and Installer that were returned in the Agent's provision command response.
  4. Install any Connector that the new child Organization requires with the POST connectors install method.
    • Only the Text Connector is installed by default.

If the Organization manages a Connector, use the POST customers method to add the new child Organization to your managed Connector’s list of customers. This process automatically installs the Connector into the child Organization. See Marketplace Customers in the TIBCO Scribe® Help for more information.

See

How Do I...