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 deactivated.
Below is an example user.deactivated
payload.
{
"editing_user_id": 999999,
"target_user_id": 12345,
"company_id": 123
}