NOTE
To configure webhooks:
- Partners using OAuth clients please email [email protected].
- Companies reference our Configure Company webhooks guide for more details. Webhooks are restricted to Gourmet plans.
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
}