تتضمّن واجهة برمجة التطبيقات
لأداء الأعمال في Google طريقة واجهة برمجة تطبيقات
جديدة تتيح جلب عدة "مقاييس يومية" في طلب واحد لواجهة برمجة التطبيقات.
يُرجى مراجعة
الجدول الزمني للإيقاف وتعليمات نقل البيانات من طريقة v4 reportInsights API إلى واجهة برمجة التطبيقات الخاصة بأداء "الملف التجاري على Google".
Method: accounts.create
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
ينشئ حسابًا بالاسم والنوع المحدّدين ضمن العنصر الرئيسي المحدّد.
- لا يمكن إنشاء حسابات شخصية أو مؤسسات.
- لا يمكن إنشاء مجموعات مستخدمين باستخدام حساب شخصي كمالك أساسي.
- لا يمكن إنشاء مجموعات المواقع الجغرافية مع مالك أساسي لحساب شخصي إذا كان هذا الحساب تابعًا لمؤسسة.
- لا يمكن لـ "مجموعات المواقع الجغرافية" امتلاك مجموعات المواقع الجغرافية.
طلب HTTP
POST https://mybusinessaccountmanagement.googleapis.com/v1/accounts
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
نص الطلب
يحتوي نص الطلب على مثال Account
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثيل Account
تم إنشاؤه حديثًا.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/business.manage
لمزيد من المعلومات، راجِع نظرة عامة على بروتوكول OAuth 2.0.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCreates a new account with a specified name and type under a parent account, excluding Personal and Organization account types.\u003c/p\u003e\n"],["\u003cp\u003eUser Groups cannot have Personal accounts as primary owners, and Location Groups have ownership restrictions based on the primary owner's account type.\u003c/p\u003e\n"],["\u003cp\u003eThe request utilizes an HTTP POST method to the specified URL with the account details provided in the request body as an 'Account' instance.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return the newly created account details in the response body, also formatted as an 'Account' instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This document details how to create accounts via a `POST` request to `https://mybusinessaccountmanagement.googleapis.com/v1/accounts`. The request body must include an `Account` instance, and a successful response returns a newly created `Account` instance. Limitations exist: personal accounts and organizations cannot be created; user/location group creation is restricted based on the primary owner's account type. The operation requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for authorization. The URL uses gRPC Transcoding syntax.\n"],null,["# Method: accounts.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates an account with the specified name and type under the given parent.\n\n- Personal accounts and Organizations cannot be created.\n- User Groups cannot be created with a Personal account as primary owner.\n- Location Groups cannot be created with a primary owner of a Personal account if the Personal account is in an Organization.\n- Location Groups cannot own Location Groups.\n\n### HTTP request\n\n`POST https://mybusinessaccountmanagement.googleapis.com/v1/accounts`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains an instance of [Account](/my-business/reference/accountmanagement/rest/v1/accounts#Account).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Account](/my-business/reference/accountmanagement/rest/v1/accounts#Account).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]