BetterCloud · Example Payload

Bettercloud User Example

AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

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

Top-level fields

idemailfirst_namelast_namestatusdepartmenttitlemanager_emaillocationcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "user-a1b2c3d4",
  "email": "jsmith@example.com",
  "first_name": "Jane",
  "last_name": "Smith",
  "status": "active",
  "department": "Engineering",
  "title": "Senior Engineer",
  "manager_email": "manager@example.com",
  "location": "San Francisco",
  "created_at": "2025-01-15T10:00:00Z",
  "updated_at": "2026-04-01T08:30:00Z"
}