class UserProfiles extends Resource (View source)

The "userProfiles" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $userProfiles = $dfareportingService->userProfiles;

Methods

get(string $profileId, array $optParams = [])

Gets one user profile by ID. (userProfiles.get)

listUserProfiles(array $optParams = [])

Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)

Details

UserProfile get(string $profileId, array $optParams = [])

Gets one user profile by ID. (userProfiles.get)

Parameters

string $profileId

The user profile ID.

array $optParams

Optional parameters.

Return Value

UserProfile

Exceptions

Exception

UserProfileList listUserProfiles(array $optParams = [])

Retrieves list of user profiles for a user. (userProfiles.listUserProfiles)

Parameters

array $optParams

Optional parameters.

Return Value

UserProfileList

Exceptions

Exception