NOTE
To get access and subscribe to our webhooks, email [email protected].
This webhook will be triggered when a user is modified. This includes a user who's status
changes from false
to true
meaning they have been reactivated.
Below is an example user.modified
payload.
{
"user_id": 12345,
"company_id": 1111
}