POSThttps://api.astronomer.io/platform/v1beta1/organizations/organizationId
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X POST https://api.astronomer.io/platform/v1beta1/organizations/organizationId \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "billingEmail": "billing@company.com",
> "isScimEnabled": false,
> "name": "My Organization"
>}'
Response