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.Insert

Contents

Description

Adds a new user to the given account.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.accountUserLinks.insert method which the ManagementAccountUserLinksInsert request conforms to.

Creating a Request

managementAccountUserLinksInsert Source

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

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

Request Lenses

mauliAccountId :: Lens' ManagementAccountUserLinksInsert Text Source

Account ID to create the user link for.