is there an easy way to use all the defaults when creating a Tenant via the API?
-
is there an easy way to use all the defaults when creating a new Tenant via the API?
-
Yes, you want to use
sourceTenantId
when creating the tenantYou can keep a tenant around or use a particular one as the template, and then always create a new tenant using the
sourceTenanId
. This does not do a merge however, so if you want specific values, you’d want to do something like:- Call create w/ sourceTenantId
- Consume the response and then modify what you want
- Call update or patch with the new values