Early bird discounts live! Claim your offer

team.member.role_changed

Collaborator's role within a team changes.

project_id is always null for team events.

When this fires

A collaborator's role within the team changes — promoted, demoted, or moved between custom roles.

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.role_changed",
  "created_at": "2026-05-22T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": null,
  "data": {
    "team_id": "tem_01HX...",
    "user_id": "usr_01HX...",
    "role_id": "rol_01HX..."
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways team.member.role_changed 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 collaborator belongs to.
data.user_idstring ULIDUser id of the collaborator whose role changed.
data.role_idstring ULIDNew role id.

Caveats

  • For ability detail behind a role id, listen for role.updated or pull the role definition from the API.
  • Group-scoped role assignments emit this event when they change; the role id reflects the new assignment regardless of scope.

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