Power BI · Schema

CreateGroupRequest

Request body for creating a workspace

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
name string The display name of the new workspace
View JSON Schema on GitHub

JSON Schema

power-bi-creategrouprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateGroupRequest",
  "title": "CreateGroupRequest",
  "type": "object",
  "required": [
    "name"
  ],
  "description": "Request body for creating a workspace",
  "properties": {
    "name": {
      "type": "string",
      "description": "The display name of the new workspace",
      "example": "Example Title"
    }
  }
}