Accept Invitation Failed Event (v1)

Event indicating an attempt to accept a team invitation has failed

Architecture

Schema

Message Schema

8 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

userId string
required

The identifier of the user who attempted to accept the invitation

invitationId string
required

The identifier of the invitation that failed to be accepted

teamId string
required

The system identifier of the team the invitation was for

teamName string
required

The name of the team the invitation was for

failure object
required

Represents a failure condition with error code and reason