---
title: "Organization Updated"
method: POST
path: "organization.updated"
---

# Organization Updated

`POST organization.updated` (webhook)

Triggered when an organization is updated

## Payload

- OrganizationUpdatedEvent — Payload delivered for the organization.updated webhook event.
  - `spec_version` string, required — The webhook specification version
  - `id` string, required — Unique identifier for the webhook event (must be prefixed with "evt_")
  - `type` 'organization.updated', required — The event type
  - `occurred_at` string, date-time, required — When the event occurred (ISO 8601 format)
  - `environment_id` string, required — The environment ID where the event occurred
  - `organization_id` string — The organization ID (if applicable)
  - `object` 'Organization', required — The type of object that triggered the webhook
  - `data` OrganizationEventData, required — Organization payload for organization.created and related lifecycle events.
    - `id` string, required — Scalekit organization identifier
    - `display_name` string, required — Organization display name
    - `external_id` string — Your system's unique ID for this organization
    - `region_code` string — Region code for the organization
    - `create_time` string, date-time — When the organization was created
    - `update_time` string, date-time — When the organization was last updated
    - `deleted_at` string, date-time — When the organization was deleted (deleted events only)
    - `metadata` object, nullable — Organization metadata map
    - `settings` object — Organization feature settings
      - `features` object[]
        - `name` string
        - `enabled` boolean
  - `display_name` string — Human-readable display name for the event

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/versions/a40d5d4650e5/schema)
