Permissions: get
Stay organized with collections
Save and categorize content based on your preferences.
Get the permissions for a Looker Studio asset.
Request
HTTP request
GET https://datastudio.googleapis.com/v1/assets/{assetName}/permissions
Path parameters
Parameter name |
Type |
Description |
assetName |
string |
The name (ID) of the asset. |
Authorization
This request requires the authorized user to have sufficient permissions to view
asset permissions and authorization with at least one of the following scopes:
Scope |
https://www.googleapis.com/auth/datastudio.readonly |
https://www.googleapis.com/auth/datastudio |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Permissions object.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Retrieve permissions for a Looker Studio asset using the provided HTTP GET request."],["Specify the asset's name (ID) in the request path parameter."],["Authorization is required with scopes for either readonly or full access to Data Studio."],["No request body is necessary for this method."],["A successful response returns a Permissions object detailing the asset's permissions."]]],[]]