latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Divisions

Create division

Creates a division inside the tenant. protected divisions require a resource confirmation code on delete. The new division ID is returned in the ld-division response header.

post/tenants/{tenant_id}/divisions

Path parameters

tenant_idinteger required
Example:7261845022003200000

Tenant identifier

Request body

descriptionstring
emailstring
namestring required
protectedboolean nullable

Optional. When true, deletion is hardened: deleting this division will require a one-time confirmation code emailed to the tenant address (request via PUT /tenants/{tenant_id}/request_code with action = "delete_division"). Defaults to false when omitted.

Example request

{
  "description": "Production deployment for high-throughput streaming.",
  "email": "alice@laserdata.com",
  "name": "production",
  "protected": true
}

Response

Division created. The new division ID is returned in the ld-division header