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

Contents

Description

Updates permissions for an existing user on the given account.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.accountUserLinks.update method which the ManagementAccountUserLinksUpdate request conforms to.

Creating a Request

managementAccountUserLinksUpdate Source

Creates a value of ManagementAccountUserLinksUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mauluAccountId :: Lens' ManagementAccountUserLinksUpdate Text Source

Account ID to update the account-user link for.

mauluLinkId :: Lens' ManagementAccountUserLinksUpdate Text Source

Link ID to update the account-user link for.