webproperty_user_links
Overview
Name | webproperty_user_links |
Type | Resource |
Id | googleanalytics.analytics.webproperty_user_links |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Entity user link ID |
userRef | object | JSON template for a user reference. |
entity | object | Entity for this link. It can be an account, a web property, or a view (profile). |
kind | string | Resource type for entity user link. |
permissions | object | Permissions the user has for this entity. |
selfLink | string | Self link for this resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
management_webpropertyUserLinks_list | SELECT | accountId, webPropertyId | Lists webProperty-user links for a given web property. |
management_webpropertyUserLinks_delete | DELETE | accountId, linkId, webPropertyId | Removes a user from the given web property. |
management_webpropertyUserLinks_insert | EXEC | accountId, webPropertyId | Adds a new user to the given web property. |
management_webpropertyUserLinks_update | EXEC | accountId, linkId, webPropertyId | Updates permissions for an existing user on the given web property. |