BetterCloud · Example Payload

Bettercloud Event Example

User suspended via BetterCloud workflow

AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

Bettercloud Event Example is an example object payload from BetterCloud, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeactor_emailtarget_emaildescriptionoccurred_at

Example Payload

Raw ↑
{
  "id": "evt-500100",
  "type": "user.suspended",
  "actor_email": "admin@example.com",
  "target_email": "jsmith@example.com",
  "description": "User suspended via BetterCloud workflow",
  "occurred_at": "2026-04-18T14:00:00Z"
}