Googleapis Mybusinessaccountmanagement
Googleapis Mybusinessaccountmanagement is a connector for the Google Business Profile Account Management API, which manages business profile accounts and access.
- Base URL:
https://mybusinessaccountmanagement.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusinessaccountmanagement_accounts_list— GET /v1/accounts — Lists all of the accounts for the authenticated user. This includes all accountsmybusinessaccountmanagement_accounts_get— GET /v1/{name} — Gets the specified account. ReturnsNOT_FOUNDif the account does not exist ormybusinessaccountmanagement_locations_admins_lis— GET /v1/{parent}/admins — Lists all of the admins for the specified location.mybusinessaccountmanagement_accounts_invitations— GET /v1/{parent}/invitations — Lists pending invitations for the specified account.mybusinessaccountmanagement_accounts_create— POST /v1/accounts — Creates an account with the specified name and type under the given parent. - Pemybusinessaccountmanagement_locations_admins_del— DELETE /v1/{name} — Removes the specified admin as a manager of the specified location.
Inputs
apiKey— your googleapis-mybusinessaccountmanagement API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: mybusinessaccountmanagement_accounts_list
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: mybusinessaccountmanagement_accounts_list, mybusinessaccountmanagement_accounts_get, mybusinessaccountmanagement_locations_admins_lis, mybusinessaccountmanagement_accounts_invitations, mybusinessaccountmanagement_accounts_create, mybusinessaccountmanagement_locations_admins_del |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |