gogol-analytics-0.0.1: Google Analytics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Management.WebPropertyUserLinks.Update

Contents

Description

Updates permissions for an existing user on the given web property.

See: Google Analytics API Reference for analytics.management.webpropertyUserLinks.update.

Synopsis

REST Resource

type ManagementWebPropertyUserLinksUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityUserLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` EntityUserLink :> Put `[JSON]` EntityUserLink)))))))))) Source

A resource alias for analytics.management.webpropertyUserLinks.update method which the ManagementWebPropertyUserLinksUpdate request conforms to.

Creating a Request

Request Lenses

mwpuluWebPropertyId :: Lens' ManagementWebPropertyUserLinksUpdate Text Source

Web property ID to update the account-user link for.

mwpuluAccountId :: Lens' ManagementWebPropertyUserLinksUpdate Text Source

Account ID to update the account-user link for.

mwpuluLinkId :: Lens' ManagementWebPropertyUserLinksUpdate Text Source

Link ID to update the account-user link for.