UiPath · Example Payload

Platform Management User Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

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

Top-level fields

idnameemailisActivecreatedOnlastLoginDate

Example Payload

Raw ↑
{
  "id": "item-001",
  "name": "Example Name",
  "email": "user@example.com",
  "isActive": true,
  "createdOn": "2026-01-15T10:30:00Z",
  "lastLoginDate": "2026-01-15T10:30:00Z"
}