Sign in

Create business unit

documented

Create a new business unit.

POST /api/short/bu/business_unitsBusiness Unitsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.site24x7.com/api/short/bu/business_units" \
  -X POST \
  -H "Content-Type: application/json;charset=UTF-8" \
  -H "Accept: application/json; version=2.0" \
  -H "Authorization: Zoho-oauthtoken {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Cookie: zaaid={{SITE24X7_BU_ZAAID}}" \
  -d '{"name": "{{$name}}", "description": "{{$description}}"}'