Activepieces · Example Payload

Activepieces User Example

AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

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

Top-level fields

idcreatedupdatedemailfirstNamelastNamestatusplatformRole

Example Payload

Raw ↑
{
  "id": "user-abc123",
  "created": "2025-03-15T14:30:00Z",
  "updated": "2025-03-15T14:30:00Z",
  "email": "user@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "status": "ACTIVE",
  "platformRole": "ADMIN"
}