Power BI · JSON Structure

Power Bi Rest Group User Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

GroupUser is a JSON Structure definition published by Power BI, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

emailAddress displayName identifier graphId groupUserAccessRight principalType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GroupUser",
  "type": "object",
  "properties": {
    "emailAddress": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "graphId": {
      "type": "string"
    },
    "groupUserAccessRight": {
      "type": "string"
    },
    "principalType": {
      "type": "string"
    }
  }
}