user.modified

đŸ“˜

NOTE

To configure webhooks:

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
}