Early bird discounts live! Claim your offer

group.updated

Group renamed or its permission set replaced.

project_id is always null for group events.

When this fires

A group is renamed, or the permissions attached to it are replaced.

Who is in the group is a separate event — group.members_synced — because the two changes have different consequences. A rename is cosmetic; changing the permission set silently re-scopes everyone already in the group.

Required ability

group:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "group.updated",
  "created_at": "2026-05-22T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team_id": "a83f0d51-4c92-4b7e-8615-2fd9e70a3c86",
    "group_id": "1f68d92a-04c5-4e83-97b1-3d6a05e2f847",
    "code": "core-community",
    "name": "Core Community"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways group.updated for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idnullAlways null — account-level event.
data.team_idstring UUIDTeam that owns the group.
data.group_idstring UUIDGroup identifier.
data.codestringStable group code (immutable across renames).
data.namestringUpdated display name.

Caveats

  • The permission set is not in the payload, so this event tells you a group changed without telling you into what. Read GET /v1/groups/{group} for the current permissions.
  • Permissions replace, they do not merge. An update that sends permissions sets them to exactly that list, so everyone in the group can gain and lose access in the same event.
  • code is immutable, so a rename never breaks a reference held elsewhere.
  • Membership is untouched here. See group.members_synced.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request