ManagementWebpropertyUserLinks
class ManagementWebpropertyUserLinks extends Resource (View source)
The "webpropertyUserLinks" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$webpropertyUserLinks = $analyticsService->management_webpropertyUserLinks;
Methods
Removes a user from the given web property. (webpropertyUserLinks.delete)
Adds a new user to the given web property. (webpropertyUserLinks.insert)
Lists webProperty-user links for a given web property.
Updates permissions for an existing user on the given web property.
Details
delete(string $accountId, string $webPropertyId, string $linkId, array $optParams = [])
Removes a user from the given web property. (webpropertyUserLinks.delete)
EntityUserLink
insert(string $accountId, string $webPropertyId, EntityUserLink $postBody, array $optParams = [])
Adds a new user to the given web property. (webpropertyUserLinks.insert)
EntityUserLinks
listManagementWebpropertyUserLinks(string $accountId, string $webPropertyId, array $optParams = [])
Lists webProperty-user links for a given web property.
(webpropertyUserLinks.listManagementWebpropertyUserLinks)
EntityUserLink
update(string $accountId, string $webPropertyId, string $linkId, EntityUserLink $postBody, array $optParams = [])
Updates permissions for an existing user on the given web property.
(webpropertyUserLinks.update)