Link User To Organisation Failed Event (v1)

Event indicating linking a user to an organisation via invitation has failed

Architecture

Schema

Message Schema

9 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 for whom the link attempt failed

invitationId string
required

The identifier of the invitation being processed

teamId string

The identifier of the team the invitation was for; optional if the link failed before team lookup

teamName string

The name of the team the invitation was for; optional

organisationName string

The name of the organisation the invitation was for; optional

failure object
required

Represents a failure condition with error code and reason