Add Team Member Command (v1)

Command to add a member to a team

Architecture

Schema

Message Schema

5 properties

Base type for all commands in the system

id string
required

Unique identifier for the message, typically a UUID

userId string
required

The user id of the member to be added to the team

teamId string
required

The system identifier of the team to which the member is being added

roleId string
required

The identifier of the new role assigned to the member

status string

Represents the activity status

Allowed values: INACTIVE ACTIVE