Google Business Performance API มีเมธอด API
ใหม่ที่อนุญาตให้ดึง `DailyMetrics` หลายรายการในคําขอ API รายการเดียว
ตรวจสอบ
กําหนดการเลิกใช้งานและวิธีการย้ายข้อมูลจากเมธอด v4 reportInsights API ไปยัง API ประสิทธิภาพของ Google Business Profile
Method: accounts.locations.admins.create
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เชิญผู้ใช้ที่ระบุให้เป็นผู้ดูแลระบบสถานที่ที่ระบุ ผู้ได้รับเชิญต้องยอมรับคำเชิญจึงจะมีสิทธิ์เข้าถึงสถานที่ได้ ดู [invitations.accept]
[google.mybusiness.v4.ตอบรับคำเชิญ] เพื่อยอมรับคำเชิญทางโปรแกรม
คำขอ HTTP
POST https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/admins
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ชื่อทรัพยากรของสถานที่ตั้งที่ผู้ดูแลระบบนี้สร้างให้
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Admin
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Admin
ที่สร้างขึ้นใหม่
ขอบเขตการให้สิทธิ์
ต้องมีขอบเขต 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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis API endpoint invites a user to become an administrator for a specific location, requiring the user to accept the invitation.\u003c/p\u003e\n"],["\u003cp\u003eIt's deprecated; use the Account Management API (\u003ca href=\"https://developers.google.com/my-business/reference/accountmanagement/rest/v1/locations.admins/create\"\u003ehttps://developers.google.com/my-business/reference/accountmanagement/rest/v1/locations.admins/create\u003c/a\u003e) instead.\u003c/p\u003e\n"],["\u003cp\u003eTo programmatically accept the invitation, utilize the \u003ccode\u003egoogle.mybusiness.v4.AcceptInvitation\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the location in the URL path and providing the \u003ccode\u003eAdmin\u003c/code\u003e object in the request body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is essential using either \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/business.manage\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],["This document details the process of inviting a user to become an administrator for a specific location. It uses a `POST` request to `https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/admins`, with the `parent` path parameter defining the location. The request body should contain an `Admin` instance. A successful operation returns a newly created `Admin` instance. This function requires one of two specified OAuth scopes. Deprecated, user should refer to the Account Management API.\n"],null,["# Method: accounts.locations.admins.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\n| Deprecated. Please use the [Account Management API](https://developers.google.com/my-business/reference/accountmanagement/rest/v1/locations.admins/create) instead.\nInvites the specified user to become an administrator for the specified location. The invitee must accept the invitation in order to be granted access to the location. See \\[invitations.accept\\]\n\\[google.mybusiness.v4.AcceptInvitation\\] to programmatically accept an invitation.\n\n### HTTP request\n\n`POST https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/admins`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------|\n| `parent` | `string` The resource name of the location this admin is created for. |\n\n### Request body\n\nThe request body contains an instance of [Admin](/my-business/reference/rest/v4/accounts.admins#Admin).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Admin](/my-business/reference/rest/v4/accounts.admins#Admin).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/plus.business.manage`\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)."]]