Microsoft Power Automate · Example Payload

Power Automate Management Api Environment Example

AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Power Automate Management Api Environment Example is an example object payload from Microsoft Power Automate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namelocationproperties

Example Payload

Raw ↑
{
  "name": "Default-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "location": "unitedstates",
  "properties": {
    "displayName": "Production Environment",
    "description": "Main production environment for business flows.",
    "createdTime": "2025-01-15T10:00:00Z",
    "lastModifiedTime": "2026-04-10T14:30:00Z",
    "provisioningState": "Succeeded",
    "environmentSku": "Production",
    "environmentType": "Production",
    "isDefault": false
  }
}