AI-generated Key Takeaways
-
An Admin resource represents an administrator for a Google My Business Account or Location, managing permissions and access.
-
Admins have roles, names (initially email addresses, later full names), and can have pending invitations.
-
JSON representation includes name, adminName, role, and pendingInvitation fields detailing admin properties.
-
Deprecated methods like
create,delete,list, andpatchwere previously used for managing Admins.
Resource: Admin
| JSON representation | |
|---|---|
{
"name"
:
string
,
"adminName"
:
string
,
"role"
:
enum (
|
|
| Fields | |
|---|---|
name
|
The resource name. For account admins, this is in the form: For location admins, this is in the form: |
adminName
|
The name of the admin. When making the initial invitation, this is the invitee's email address. On |
role
|
Specifies the |
pendingInvitation
|
Output only. Indicates whether this admin has a pending invitation for the specified resource. |
Methods |
|
|---|---|
(deprecated) |
Invites the specified user to become an administrator for the specified account. |
(deprecated) |
Removes the specified admin from the specified account. |
(deprecated) |
Lists the admins for the specified account. |
(deprecated) |
Updates the Admin for the specified Account Admin. |

