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