UiPath · Example Payload

Orchestrator O Data User Collection Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Orchestrator O Data User Collection Example is an example object payload from UiPath, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": [
    {
      "Id": 62,
      "UserName": "Example Name",
      "Name": "Example Name",
      "EmailAddress": "user@example.com",
      "IsActive": true
    }
  ]
}