Get permissions for a given Data Studio asset.
Request
HTTP request
GET https://datastudio.googleapis.com/v1/assets/{assetId}/permissions
Parameters
Parameter name | Type | Description |
---|---|---|
assetId | string | The id of the asset. |
role | Role | The role of the permission. |
Authorization
This request requires 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.