Looker Studio · Schema

Looker Studio Permissions

Represents the permissions configuration for a Looker Studio asset, mapping roles to arrays of member identifiers. Used for managing sharing and access control on reports and data sources.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
permissions object A mapping of roles to arrays of member identifiers. Each key is a role (VIEWER, EDITOR, OWNER, LINK_VIEWER, LINK_EDITOR) and each value is an array of member strings using prefixed format.
etag string An opaque string used for optimistic concurrency control. Include this value in update requests to prevent conflicting modifications.
View JSON Schema on GitHub

JSON Schema

looker-studio-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/looker-studio/json-schema/looker-studio-permissions-schema.json",
  "title": "Looker Studio Permissions",
  "description": "Represents the permissions configuration for a Looker Studio asset, mapping roles to arrays of member identifiers. Used for managing sharing and access control on reports and data sources.",
  "type": "object",
  "properties": {
    "permissions": {
      "type": "object",
      "description": "A mapping of roles to arrays of member identifiers. Each key is a role (VIEWER, EDITOR, OWNER, LINK_VIEWER, LINK_EDITOR) and each value is an array of member strings using prefixed format.",
      "properties": {
        "VIEWER": {
          "type": "array",
          "description": "Members with view-only access to the asset.",
          "items": {
            "$ref": "#/$defs/Member"
          }
        },
        "EDITOR": {
          "type": "array",
          "description": "Members with edit access to the asset.",
          "items": {
            "$ref": "#/$defs/Member"
          }
        },
        "OWNER": {
          "type": "array",
          "description": "Members with full ownership and control over the asset.",
          "items": {
            "$ref": "#/$defs/Member"
          }
        },
        "LINK_VIEWER": {
          "type": "array",
          "description": "Members who can view the asset via a shared link.",
          "items": {
            "$ref": "#/$defs/Member"
          }
        },
        "LINK_EDITOR": {
          "type": "array",
          "description": "Members who can edit the asset via a shared link.",
          "items": {
            "$ref": "#/$defs/Member"
          }
        }
      },
      "additionalProperties": false
    },
    "etag": {
      "type": "string",
      "description": "An opaque string used for optimistic concurrency control. Include this value in update requests to prevent conflicting modifications."
    }
  },
  "required": [
    "permissions"
  ],
  "$defs": {
    "Member": {
      "type": "string",
      "description": "A member identifier using a prefixed format. Supported prefixes: user: (Google account), group: (Google Group), domain: (organizational domain), serviceAccount: (service account), or the literal 'allUsers' for anyone with a link.",
      "examples": [
        "user:jane@example.com",
        "group:team@googlegroups.com",
        "domain:example.com",
        "serviceAccount:bot@project.iam.gserviceaccount.com",
        "allUsers"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/looker-studio-permissions"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.