Back to Vercel API
Vercel API

Remove organizationId/organizationSlug fields; add organization-team-create event

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

Two changes are present in this diff:

  • Breaking: The organizationId and organizationSlug properties have been removed from a webhook/event payload schema (the object previously had slug, organizationId, and organizationSlug; now only slug remains). Clients reading these fields from that payload will stop receiving them.
  • Additive: A new event type "organization-team-create" has been added to three event-type enum lists, allowing webhooks/filters to subscribe to this new event.

Open the source documentation