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.ProFileUserLinks.Update

Contents

Description

Updates permissions for an existing user on the given view (profile).

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profileUserLinks.update method which the ManagementProFileUserLinksUpdate request conforms to.

Creating a Request

Request Lenses

mpfuluWebPropertyId :: Lens' ManagementProFileUserLinksUpdate Text Source

Web Property ID to update the user link for.

mpfuluProFileId :: Lens' ManagementProFileUserLinksUpdate Text Source

View (Profile ID) to update the user link for.

mpfuluAccountId :: Lens' ManagementProFileUserLinksUpdate Text Source

Account ID to update the user link for.

mpfuluLinkId :: Lens' ManagementProFileUserLinksUpdate Text Source

Link ID to update the user link for.