AccountsClientsUsers
class AccountsClientsUsers extends Resource (View source)
The "users" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$users = $adexchangebuyer2Service->accounts_clients_users;
Methods
get(string $accountId, string $clientAccountId, string $userId, array $optParams = [])
Retrieves an existing client user. (users.get)
listAccountsClientsUsers(string $accountId, string $clientAccountId, array $optParams = [])
Lists all the known client users for a specified sponsor buyer account ID.
update(string $accountId, string $clientAccountId, string $userId, ClientUser $postBody, array $optParams = [])
Updates an existing client user. Only the user status can be changed on update. (users.update)
Details
ClientUser
get(string $accountId, string $clientAccountId, string $userId, array $optParams = [])
Retrieves an existing client user. (users.get)
ListClientUsersResponse
listAccountsClientsUsers(string $accountId, string $clientAccountId, array $optParams = [])
Lists all the known client users for a specified sponsor buyer account ID.
(users.listAccountsClientsUsers)
ClientUser
update(string $accountId, string $clientAccountId, string $userId, ClientUser $postBody, array $optParams = [])
Updates an existing client user. Only the user status can be changed on update. (users.update)