account_user_links
Overview
Name | account_user_links |
Type | Resource |
Id | googleanalytics.analytics.account_user_links |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Entity user link ID |
permissions | object | Permissions the user has for this entity. |
selfLink | string | Self link for this resource. |
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. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
management_accountUserLinks_list | SELECT | accountId | Lists account-user links for a given account. |
management_accountUserLinks_delete | DELETE | accountId, linkId | Removes a user from the given account. |
management_accountUserLinks_insert | EXEC | accountId | Adds a new user to the given account. |
management_accountUserLinks_update | EXEC | accountId, linkId | Updates permissions for an existing user on the given account. |