Skip to content

Teammate Reference

A reference to a teammate

typestringrequired

The type of teammate

Enum:"admin""team""bot"
Example:"admin"
idintegerrequired

The unique identifier of the teammate

Example:123
namestringrequired

The display name of the teammate

Example:"Jane Example"
emailstring or null, (email)

The email address of the teammate (optional for teams/bots)

Example:"jane@example.com"
{ "type": "admin", "id": 123, "name": "Jane Example", "email": "jane@example.com" }