AccountsAdmins
class AccountsAdmins extends Resource (View source)
The "admins" collection of methods.
Typical usage is:
$mybusinessaccountmanagementService = new Google\Service\MyBusinessAccountManagement(...);
$admins = $mybusinessaccountmanagementService->accounts_admins;
Methods
Invites the specified user to become an administrator for the specified account. The invitee must accept the invitation in order to be granted access to the account. See AcceptInvitation to programmatically accept an invitation. (admins.create)
Removes the specified admin from the specified account. (admins.delete)
Lists the admins for the specified account. (admins.listAccountsAdmins)
Details
Admin
create(string $parent, Admin $postBody, array $optParams = [])
Invites the specified user to become an administrator for the specified account. The invitee must accept the invitation in order to be granted access to the account. See AcceptInvitation to programmatically accept an invitation. (admins.create)
MybusinessaccountmanagementEmpty
delete(string $name, array $optParams = [])
Removes the specified admin from the specified account. (admins.delete)
ListAccountAdminsResponse
listAccountsAdmins(string $parent, array $optParams = [])
Lists the admins for the specified account. (admins.listAccountsAdmins)