Acceldata · Example Payload

Adoc Api User Example

AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

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

Top-level fields

idusernameemailfirstNamelastNameroleactivecreatedAt

Example Payload

Raw ↑
{
  "id": "user-001",
  "username": "jane.smith",
  "email": "jane.smith@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "role": "DATA_ENGINEER",
  "active": true,
  "createdAt": "2023-01-15T00:00:00Z"
}