BetterCloud · JSON Structure

Bettercloud Workflow Run Request Structure

Request body for triggering a workflow execution.

Type: object Properties: 1 Required: 1
AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

WorkflowRunRequest is a JSON Structure definition published by BetterCloud, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

user_ids

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bettercloud/refs/heads/main/json-structure/bettercloud-workflow-run-request-structure.json",
  "name": "WorkflowRunRequest",
  "description": "Request body for triggering a workflow execution.",
  "type": "object",
  "properties": {
    "user_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of user IDs to run the workflow for.",
      "example": [
        "user-a1b2c3d4"
      ]
    }
  },
  "required": [
    "user_ids"
  ]
}