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