Skip to main content
The group.member_added event is triggered when a user is added to a group, whether from the Management API or a SCIM-mapped directory.

Event payload

Emitted when a user is added to a group. group_name is the group the user joined.

group_name
string
required
Example:

"engineering"

user_id
string
required

An app's user's unique identifier. It is prefixed with 'usr_'

Examples:

"usr_01jqebhswje1ka1z7ahr9rfsgt"

"usr_01jqy7455pf8p9bap5qke912g1"

added_at
string<date-time>
required
Example:

"2025-03-15T10:30:00Z"