Skip to main content

accounts_changed event

The list of accounts a user is signed into has changed

Facts

Required Scopes
No scopes required!
Compatible APIs

Usage info

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

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

The accounts_changed event is used by our web client to maintain a list of logged-in accounts. Other clients should ignore this event.