Update Tenant Account
Authentication
Path parameters
Request
Tenant Admin invite acceptance; must match the requesting user
Provider Admin replace payload for TargetedInstanceCreation configuration. Required to be non-empty when sent.
PATCH uses replace semantics: previously configured per-site overrides whose siteId is omitted from the new payload are cleared.
Server validation rules:
- must contain at least one entry
- must contain exactly one entry with omitted or empty siteIds
- must not repeat any siteId across entries
- every provided siteId must be a valid Site UUID
- every provided siteId must identify a Site associated with the Tenant and owned by the Tenant Account’s Infrastructure Provider; otherwise the server rejects the request with 400
Response
Date/time when the Tenant Account was created
Date/time when the Tenant Account was last updated
Provider-scoped TargetedInstanceCreation settings for this Tenant Account. Replaces the deprecated tenant-level capabilities.targetedInstanceCreation attribute.
When present on a Tenant Account response, the array always includes one entry with omitted siteIds derived from TenantAccount.config, followed by zero or more entries with siteIds for per-site overrides that differ from the account default.