Skip to content
sigiro
Esc
navigateopen⌘Jpreview

POST /admin/tenants — create or reactivate a tenant in the distributed control plane.

POST/admin/tenants
Request body
requiredapplication/json
idstringrequired
Responses
200Tenant created
idstringrequired
statusstringrequired
Request
curl -X POST "/admin/tenants" \
  -H "Content-Type: application/json" \
  -d '{
  "id": "string"
}'
Response
{
  "id": "string",
  "status": "string"
}