Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi all,
is it possible to generate new tennants via API?
Thanks in Advance
Yes, exactly
The EntityServices resource has a service named CreateOrganization that will allow you to do this.
When ever creating entities by code make sure you use try catch blocks to prevent Ghost Entities, Help Center Ghost Entities.
Thanks,