/v1/admin/tenants/{tenant_id}/reseedBackfill baseline RBAC + connector configs for a tenant. A tenant admin may reseed their own tenant (e.g. from the per-tenant danger zone in the Console). Platform admins may reseed any tenant. Any other combination is forbidden — a tenant admin of tenant A cannot reseed tenant B. Idempotent at the row level: existing permissions/roles/mappings/connectors are left untouched; only missing rows are inserted. The response reports how many rows were created in each category.
| Name | Type | Required | Description |
|---|---|---|---|
tenant_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X POST '/api-proxy/v1/admin/tenants/{tenant_id}/reseed' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X POST '/api-proxy/v1/admin/tenants/{tenant_id}/reseed' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented