PUSH GroupMemberAddedEvent object
Represents a user being added to a group. The event contains a reference to the group and to the new group member.
Fields
| Field | Type | Description |
|---|---|---|
eventIdrequired |
String | The unique ID of the event. |
eventTyperequired |
String | The type of the event (GROUP_MEMBER_ADDED). |
groupKeyrequired |
String | The key for the group the user was added to. |
groupMemberIdrequired |
String | The user ID for the user just added to the group. |
Example
{
"eventId": "06f4fb0c-62b5-40bb-91ca-ab1657f83206",
"eventType": "GROUP_MEMBER_ADDED",
"groupKey": "nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI",
"groupMemberId": "CkGyUQ2b5mNHxyCqkzflKg",
}
Last updated on