Early bird discounts live! Claim your offer

group.created

New project group created.

project_id is always null for group events.

When this fires

A team owner or manager creates a new project group. Groups bundle projects so a collaborator can be granted a role scoped to a subset of projects.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "group.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team_id": "tem_01HX...",
    "group": {
      "id": "grp_01HX...",
      "code": "core-community",
      "name": "Core Community"
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways group.created for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idnullAlways null — account-level event.
data.team_idstring ULIDTeam that owns the group.
data.group.idstring ULIDGroup identifier.
data.group.codestringStable, human-readable group code.
data.group.namestringDisplay name.

Caveats

  • Project memberships within the group are not embedded in this event; fetch the group from the API for the project list.
  • Group-scoped role assignments emit team.member.role_changed when assignments change.

How is this guide?

On this page

MemberPass 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