AI-generated Key Takeaways
-
This endpoint, which is now deprecated, was used to list administrators for a specified Google My Business account.
-
It required an HTTP GET request to a specific URL with the account name as a path parameter.
-
The response, if successful, included a JSON object containing an array of administrators associated with the account.
-
Authorization required one of two OAuth scopes:
https://www.googleapis.com/auth/plus.business.manage
orhttps://www.googleapis.com/auth/business.manage
. -
Developers are encouraged to utilize the new Account Management API instead of this deprecated endpoint.
Lists the admins for the specified account.
HTTP request
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*}/admins
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The name of the account from which to retrieve a list of admins. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for AccessControl.ListAccountAdmins.
JSON representation | |
---|---|
{
"admins": [
{
object ( |
Fields | |
---|---|
admins[] |
A collection of |
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.