Steppd fires webhook events for team membership changes. These events let you keep external systems, such as an HRIS, an onboarding tool, or an audit log, in sync with your Steppd organization’s roster. All events share the same common envelope.Documentation Index
Fetch the complete documentation index at: https://docs.steppd.com/llms.txt
Use this file to discover all available pages before exploring further.
member.invited
Fires when an admin sends an invitation to a new team member. Event name:member.invited
Key fields in data
The email address to which the invitation was sent.
The user ID of the admin who sent the invitation.
Example payload
member.role_changed
Fires when an admin promotes a member toadmin or demotes an admin to member. Steppd prevents demotion of the last remaining admin in an organization.
Event name: member.role_changed
Key fields in data
The user ID of the member whose role changed.
The role after the change. Either
"admin" or "member".The user ID of the admin who made the change.