You can now create recurring posts through the LocalPosts API to keep your customers updated automatically. Additionally, you can access review media items and track your review reply status in the Reviews API to better manage customer feedback, and retrieve the location place ID in pending invitations through the Account Management API.
The resource name. For account admins, this is in the form: accounts/{accountId}/admins/{adminId}
For location admins, this is in the form: accounts/{accountId}/locations/{locationId}/admins/{adminId}
adminName
string
The name of the admin. When making the initial invitation, this is the invitee's email address. On GET calls, the user's email address is returned if the invitation is still pending. Otherwise, it contains the user's first and last names.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],["Admins manage accounts or locations. Key attributes include `name` (resource identifier), `adminName` (email/user's name), `role` (admin's function), and `pendingInvitation` (invitation status). Methods, all deprecated, allow for inviting a user as an administrator (`create`), removing an admin (`delete`), listing admins (`list`), and updating an admin's information (`patch`). The JSON representation contains these fields for managing Admin resources.\n"]]