You have been added to a User Group

Facts

Required scopes

Works with

RTMEvents API
{
    "type": "subteam_self_added",
    "subteam_id": "S0615G0KT"
}

The subteam_self_added event is sent to you when you have been added to an existing User Group. Clients can use this to update their local list of User Groups.

This event is not available to bot user subscriptions in the Events API.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more