Power BI · Schema

GroupUserList

A list of workspace users

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
value array
@odata.context string
View JSON Schema on GitHub

JSON Schema

power-bi-groupuserlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupUserList",
  "title": "GroupUserList",
  "type": "object",
  "description": "A list of workspace users",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GroupUser"
      },
      "example": []
    },
    "@odata.context": {
      "type": "string",
      "example": "example_value"
    }
  }
}