Method: accounts.create
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された親の下に、指定された名前とタイプでアカウントを作成します。
- 個人アカウントや組織は作成できません。
- ユーザー グループを、メインのオーナーの個人アカウントで作成することはできません。
- 個人アカウントが組織内にある場合、個人アカウントのメインのオーナーと一緒にビジネス グループを作成することはできません。
- ビジネス グループはビジネス グループを所有できません。
HTTP リクエスト
POST https://mybusiness.googleapis.com/v4/accounts
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
primaryOwner |
string
作成するアカウントのメインのオーナーとなるアカウントのリソース名。accounts/{accountId}/ の形式にする必要があります。
|
リクエスト本文
リクエストの本文には Account
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Account
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 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"]],["最終更新日 2023-12-01 UTC。"],[[["This endpoint creates a new Google My Business account with a specified name, type, and primary owner, but Personal accounts and Organizations cannot be created directly."],["Location Groups have ownership restrictions, preventing creation by Personal accounts under certain conditions or ownership of other Location Groups."],["The request requires specifying the primary owner's account ID and the account details in the request body, using the `POST` method with the provided URL."],["Successful requests return the newly created account details, while authorization requires specific OAuth scopes for account management."],["This endpoint is deprecated and Google recommends using the Account Management API instead for creating accounts."]]],[]]