Skip to main content

admins

Overview

Nameadmins
TypeResource
Idgooglemybusiness.mybusinessaccountmanagement.admins

Fields

Methods

NameAccessible byRequired ParamsDescription
accounts_admins_listSELECTaccountsIdLists the admins for the specified account.
locations_admins_listSELECTlocationsIdLists all of the admins for the specified location.
accounts_admins_createINSERTaccountsIdInvites 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.
locations_admins_createINSERTlocationsIdInvites 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.
accounts_admins_deleteDELETEaccountsId, adminsIdRemoves the specified admin from the specified account.
locations_admins_deleteDELETEadminsId, locationsIdRemoves the specified admin as a manager of the specified location.
accounts_admins_patchEXECaccountsId, adminsIdUpdates the Admin for the specified Account Admin.
locations_admins_patchEXECadminsId, locationsIdUpdates the Admin for the specified location. Only the AdminRole of the Admin can be updated.