Acronis · Example Payload

Account Management User Example

CybersecurityData ProtectionEndpoint Management

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

Top-level fields

idloginemailfirstnamelastnameenabledtenant_idcreated_at

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "login": "sample-value",
  "email": "admin@example.com",
  "firstname": "Production Tenant",
  "lastname": "Production Tenant",
  "enabled": true,
  "tenant_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "created_at": "2025-03-15T14:30:00Z"
}