Cara mengelola Google Bisnis

In the My Business Account Management API, managers for business accounts and locations are referred to as admins. To find out more about how admins can manage accounts and locations, see Business Profile accounts and location groups and Manage listing details.

Admins for accounts and locations are represented by the following collections:

  • accounts.admins
  • accounts.locations.admins

The resource paths for admins are as follows:

accounts/{accountId}/admins/{adminId} locations/{locationId}/admins/{adminId} You can perform the following operations:

  • List admins for an account or location
  • Add an admin to an account or location
  • Remove an admin from an account or location

List admins for an account or location

Lists the admins for the specified account or location.

HTTP

To list the admins for an account

GET //mybusiness.googleapis.com/v1/accounts/{accountId}/admins

To list the admins for a location

GET //mybusinessaccountmanagement.googleapis.com/v1/locations/{locationId}/admins

Add an admin to an account or location

Invites someone to become an admin for an account or location. You must associate the invitee's email address with a Google Account. When the invitee signs in to Business Profile using their Google Account, they will be prompted to agree to the terms and conditions before they can make changes.

HTTP

To invite a user to be an admin for an account

POST //mybusinessaccountmanagement.googleapis.com/v1/accounts/{accountId}/admins

To invite a user to be an admin for a location

POST //mybusinessaccountmanagement.googleapis.com/v1/accounts//{locationId}/admins { "role": "MANAGER", "adminName": "" }

Remove an admin from an account or location

Removes an admin from the specified account or location.

HTTP

To remove an admin from an account

DELETE //mybusinessaccountmanagement.googleapis.com/v1/accounts/{accountId}/admins/{adminId}

To remove an admin from a location

DELETE //mybusinessaccountmanagement.googleapis.com/v1/accounts/locations/{locationId}/admins/{adminId}

Video

Postingan terbaru

LIHAT SEMUA