Method: accounts.create
指定された親の下に、指定された名前とタイプでアカウントを作成します。
- 個人アカウントや組織は作成できません。
- ユーザー グループを、メインのオーナーの個人アカウントで作成することはできません。
- 個人アカウントが組織内にある場合、個人アカウントのメインのオーナーと一緒にビジネス グループを作成することはできません。
- ビジネス グループはビジネス グループを所有できません。
HTTP リクエスト
POST https://mybusinessaccountmanagement.googleapis.com/v1/accounts
この URL は gRPC Transcoding 構文を使用します。
リクエスト本文
リクエストの本文には Account
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Account
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["Creates a new account with a specified name and type under a parent account, excluding Personal and Organization account types."],["User Groups cannot have Personal accounts as primary owners, and Location Groups have ownership restrictions based on the primary owner's account type."],["The request utilizes an HTTP POST method to the specified URL with the account details provided in the request body as an 'Account' instance."],["Successful requests will return the newly created account details in the response body, also formatted as an 'Account' instance."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],[]]