gogol-dfareporting-0.0.1: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.AccountUserProFiles.List

Contents

Description

Retrieves a list of account user profiles, possibly filtered.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.accountUserProfiles.list.

Synopsis

REST Resource

type AccountUserProFilesListResource = "dfareporting" :> ("v2.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("accountUserProfiles" :> (QueryParam "userRoleId" (Textual Int64) :> (QueryParam "searchString" Text :> (QueryParams "ids" (Textual Int64) :> (QueryParam "sortOrder" AccountUserProFilesListSortOrder :> (QueryParam "active" Bool :> (QueryParam "pageToken" Text :> (QueryParam "sortField" AccountUserProFilesListSortField :> (QueryParam "subaccountId" (Textual Int64) :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` AccountUserProFilesListResponse)))))))))))))) Source

A resource alias for dfareporting.accountUserProfiles.list method which the AccountUserProFilesList request conforms to.

Creating a Request

Request Lenses

aupflUserRoleId :: Lens' AccountUserProFilesList (Maybe Int64) Source

Select only user profiles with the specified user role ID.

aupflSearchString :: Lens' AccountUserProFilesList (Maybe Text) Source

Allows searching for objects by name, ID or email. Wildcards (*) are allowed. For example, "user profile*2015" will return objects with names like "user profile June 2015", "user profile April 2015", or simply "user profile 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "user profile" will match objects with name "my user profile", "user profile 2015", or simply "user profile".

aupflIds :: Lens' AccountUserProFilesList [Int64] Source

Select only user profiles with these IDs.

aupflProFileId :: Lens' AccountUserProFilesList Int64 Source

User profile ID associated with this request.

aupflActive :: Lens' AccountUserProFilesList (Maybe Bool) Source

Select only active user profiles.

aupflPageToken :: Lens' AccountUserProFilesList (Maybe Text) Source

Value of the nextPageToken from the previous result page.

aupflSubAccountId :: Lens' AccountUserProFilesList (Maybe Int64) Source

Select only user profiles with the specified subaccount ID.

aupflMaxResults :: Lens' AccountUserProFilesList (Maybe Int32) Source

Maximum number of results to return.