Account Management API
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יומן שינויים
v1.1
העברת מיקומים
עכשיו אפשר להשתמש ב-Account Management API כדי להעביר מיקומים. גוף הבקשה חייב לכלול את השדה destinationAccount
(שנקרא בעבר toAccount
). מידע נוסף
v1
גישה ל-API
צריך להפעיל את Account Management API דרך מסוף GCP. היקף הרשאת ה-OAuth לא ישתנה.
כתובת URL של נקודת קצה
אפשר לגשת ל-Account Management API בכתובת https://mybusinessaccountmanagement.googleapis.com/v1/accounts/{accountId}
במקום בכתובת https://mybusiness.googleapis.com/v4/accounts/{accountId}
סינון של ListInvitations
בעבר, אפשר היה לסנן את ההזמנות באמצעות פרמטר כתובת ה-URL target_type
. ב-Account Management API, הפרמטר הזה הוחלף בפרמטר filter
. לקוחות יוכלו לסנן באמצעות ערכים כמו ?filter=target_type=ACCOUNT_ONLY
.
הבעלים הראשיים
השדה PrimaryOwner הועבר לגוף ה-POST בשיטה accounts.create. בעבר זה היה פרמטר של שאילתה.
הפונקציונליות של GenerateAccountNumber
יצאה משימוש.
הפונקציונליות של ListRecommendGoogleLocations
יצאה משימוש.
מעכשיו, כל העדכונים דורשים אנונימיזציה של השדה
לא ניתן יותר לבצע קריאות לעדכון/תיקון בלי הפרמטר updateMask בכתובת ה-URL.
שמות מעודכנים של תפקידי חשבון ותפקידי אדמין
השמות של התפקידים 'חשבון' ו'אדמין' השתנו באופן הבא:
השם הקודם |
השם המעודכן |
בעלים |
PRIMARY_OWNER |
CO_OWNER |
בעלים |
COMMUNITY_MANAGER |
SITE_MANAGER |
השם של OrganizationInfo.postal_address השתנה ל-OrganizationInfo.address
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון 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-07-25 (שעון UTC)."],[[["The Account Management API now allows location transfers and requires enabling from the GCP Console."],["The API endpoint URL, ListInvitations filtering, and PrimaryOwner parameter location have been updated."],["`GenerateAccountNumber` and `ListRecommendGoogleLocations` functionalities are deprecated, and all updates now require a field mask."],["Account and admin role names have been updated (e.g., OWNER is now PRIMARY_OWNER), and OrganizationInfo.postal_address is renamed to OrganizationInfo.address."]]],["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"]]