AccountsClientsInvitations
class AccountsClientsInvitations extends Resource (View source)
The "invitations" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$invitations = $adexchangebuyer2Service->accounts_clients_invitations;
Methods
create(string $accountId, string $clientAccountId, ClientUserInvitation $postBody, array $optParams = [])
Creates and sends out an email invitation to access an Ad Exchange client buyer account. (invitations.create)
get(string $accountId, string $clientAccountId, string $invitationId, array $optParams = [])
Retrieves an existing client user invitation. (invitations.get)
listAccountsClientsInvitations(string $accountId, string $clientAccountId, array $optParams = [])
Lists all the client users invitations for a client with a given account ID.
Details
ClientUserInvitation
create(string $accountId, string $clientAccountId, ClientUserInvitation $postBody, array $optParams = [])
Creates and sends out an email invitation to access an Ad Exchange client buyer account. (invitations.create)
ClientUserInvitation
get(string $accountId, string $clientAccountId, string $invitationId, array $optParams = [])
Retrieves an existing client user invitation. (invitations.get)
ListClientUserInvitationsResponse
listAccountsClientsInvitations(string $accountId, string $clientAccountId, array $optParams = [])
Lists all the client users invitations for a client with a given account ID.
(invitations.listAccountsClientsInvitations)