These docs are for v2.2022.0501. Click to read the latest docs for v2.2023.0501.

user.deactivated

📘

NOTE

To get access and subscribe to our webhooks, email [email protected].

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
}