v1

latestOpenAPI 3.0.12026-07-2491247233.8 KB
Organizations

Bulk update child organization licensing

Apply license transitions to up to 200 child organizations in one call. Each organization is evaluated independently; per-organization failures are reported in the results array, not the HTTP status.

post/v0/organizations/mine/child-organizations/bulk-licensing

Request body

Example request

{
  "items": [
    {
      "org_id": "019263d1-7c1a-7c8e-9c66-f1c2a9b1f4e2"
    }
  ]
}

Response

OK

Example response

{
  "results": [
    {
      "error": "enterprise subscriptions cannot be transitioned to a trial",
      "org_id": "019263d1-7c1a-7c8e-9c66-f1c2a9b1f4e2"
    }
  ]
}