Adds members to a given Data Studio asset.
Request
HTTP request
PATCH https://datastudio.googleapis.com/v1/assets/{assetId}/permissions:addMembers
Parameters
Parameter name | Type | Description |
---|---|---|
assetId | string | The id of the asset. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/datastudio |
Request body
In the request body, supply the following properties:
Property name | Type | Description |
---|---|---|
name | string | The name (ID) of the asset. |
role | Role | The role to add members to. |
members | Array<Member> | The members to add. |
Response
If successful, this method returns the updated Permissions object.