Sign in

Update enterprise organization name

documented

Update the name of the Enterprise organization.

PATCH /api/enterprise/v2/enterprises/{enterpriseId}Enterprise Managementno 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://acuityscheduling.com/api/enterprise/v2/enterprises/{{$enterpriseId}}" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "domain": "{{$domain}}", "timeZone": "{{$timeZone}}", "contactEmail": "{{$contact_email}}", "address": {"line1": "{{$address_line1}}", "line2": "{{$address_line2}}", "city": "{{$city}}", "state": "{{$state}}", "postalCode": "{{$postalCode}}", "country": "{{$country}}"} }'
Update enterprise organization name · acuityscheduling · OpenIntegrations