Early bird discounts live! Claim your offer

team.member.invited

Invitation issued to a new collaborator.

project_id is always null for team events. The invitee has not yet accepted at this point.

When this fires

A team owner or manager invites a collaborator by email. The collaborator becomes a member only once they accept and team.member.joined fires.

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.member.invited",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team_id": "tem_01HX...",
    "email": "[email protected]",
    "role_id": "rol_01HX...",
    "role_code": "manager"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways team.member.invited 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 the invitation is for.
data.emailstringEmail address the invitation was sent to.
data.role_idstring ULIDRole assigned to the collaborator on acceptance.
data.role_codestringStable role code (e.g. manager, viewer).

Caveats

  • An invitation can be revoked or expire without producing a follow-up event in this family.
  • The collaborator does not have access until they accept; expect team.member.joined.

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