team_join event
A new member has joined
Compatibility:Â RTMÂ Events API
{
"type": "team_join",
"user": {
…
}
}
The team_join
event is sent to all connections for a workspace when a new
member joins. Clients can use this to update their local cache of members.
Events API compatibility
Subscribe to this event via the Events API.
Events of this type will be wrapped in metadata when sent via the Events API.