Account Management API
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
変更ログ
v1.1
ビジネス情報の移管
Account Management API を使用してビジネス情報を移管できるようになりました。リクエストの本文には destinationAccount
(以前の toAccount
)を含める必要があります。詳細
v1
API アクセス
Account Management API は GCP Console から有効にする必要があります。OAuth スコープに変更はありません。
エンドポイント URL
Account Management API は https://mybusiness.googleapis.com/v4/accounts/{accountId}
からではなく、https://mybusinessaccountmanagement.googleapis.com/v1/accounts/{accountId}
からアクセスできます。
ListInvitations のフィルタリング
これまでは、招待のフィルタリングは target_type
URL パラメータを使用して行うことができました。Account Management API では、このパラメータが filter
パラメータに置き換えられています。この変更により、クライアントは ?filter=target_type=ACCOUNT_ONLY
などの値を使用してフィルタリングできるようになります。
メインのオーナー
「PrimaryOwner」を accounts.create メソッドの POST 本文に移動しました。これまではクエリ パラメータでした。
GenerateAccountNumber
機能が非推奨になりました。
ListRecommendGoogleLocations
機能が非推奨になりました。
すべての更新にフィールド マスクが必要になりました
更新とパッチの呼び出しに、URL の updateMask パラメータが必須になりました。
アカウントの役割と管理者の役割の名前を更新しました
アカウント管理者の役割の名前が次のように変更されました。
更新前の名前 |
更新後の名前 |
OWNER |
PRIMARY_OWNER |
CO_OWNER |
OWNER |
COMMUNITY_MANAGER |
SITE_MANAGER |
OrganizationInfo.postal_address の名前が OrganizationInfo.address に変更されました
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-29 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-29 UTC。"],[],["The Account Management API now allows location transfers via the `destinationAccount` field. API access is enabled through the GCP Console, with a new endpoint URL. Invitation filtering now uses a `filter` parameter. `PrimaryOwner` moved to the POST body of `accounts.create`. `GenerateAccountNumber` and `ListRecommendGoogleLocations` are deprecated. All updates require a field mask. Account role names have been revised (e.g., OWNER to PRIMARY_OWNER), and `OrganizationInfo.postal_address` is now `OrganizationInfo.address`.\n"]]