Early bird discounts live! Claim your offer

team.created

New team is created. Growth-tier+ only.

project_id is always null for team events — these are account-level. Only emitted on Growth tier or higher.

When this fires

A new team is created beyond the implicit personal team. Available on Growth tier and above.

Required ability

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

Payload

{
  "id": "evt_01HX...",
  "type": "team.created",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team": {
      "id": "tem_01HX...",
      "name": "Research Team",
      "owner_id": "usr_01HX..."
    }
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways team.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 identifier.
data.team.namestringDisplay name.
data.team.owner_idstring ULIDUser id of the team owner.

Caveats

  • Free and Starter tier accounts never see this event — teams are not enabled below Growth.
  • The implicit personal team that exists for every account is not represented by this event; only explicit team creation is.

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