AI-generated Key Takeaways
-
An Admin resource represents an administrator for a Google My Business Account or Location, with details such as name, role, and pending invitation status.
-
Admins have specific roles within an Account or Location, and their information is organized in a structured JSON format.
-
You can manage Admins (inviting, removing, updating, or viewing them) using dedicated methods, although some methods like
create
,delete
,list
, andpatch
are currently deprecated. -
The
Admin
resource includes fields likename
,adminName
,role
, andpendingInvitation
to provide comprehensive information about the administrator.
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 location. |
(deprecated) |
Removes the specified admin as a manager of the specified location. |
(deprecated) |
Lists all of the admins for the specified location. |
(deprecated) |
Updates the Admin for the specified Location Admin. |