Skip to main content

team_join event

A new member has joined

Facts

Required Scopes
Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the team_join event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "team_join",
"user": {
...
}
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

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.