Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
REST Resource: accounts.locations.admins
리소스: 관리자
JSON 표현 |
{
"name": string,
"adminName": string,
"role": enum (AdminRole ),
"pendingInvitation": boolean
} |
필드 |
name |
string
리소스 이름입니다. 계정 관리자의 경우 accounts/{accountId}/admins/{adminId} 형식입니다. 위치 관리자의 경우 accounts/{accountId}/locations/{locationId}/admins/{adminId} 형식입니다.
|
adminName |
string
관리자의 이름입니다. 초대를 처음 보낼 때 초대 대상자의 이메일 주소입니다. GET 호출 시 초대가 아직 대기 중이면 사용자의 이메일 주소가 반환됩니다. 그렇지 않으면 사용자의 성과 이름이 포함됩니다.
|
role |
enum (AdminRole )
이 관리자가 지정된 Account 또는 Location 리소스와 함께 사용하는 AdminRole 을 지정합니다.
|
pendingInvitation |
boolean
출력 전용입니다. 지정된 리소스에 대해 대기 중인 초대가 이 관리자에게 있는지 여부를 나타냅니다.
|
메서드 |
create (deprecated)
|
지정된 사용자를 지정된 위치의 관리자로 초대합니다. |
delete (deprecated)
|
지정된 위치의 관리자로 지정된 관리자를 삭제합니다. |
list (deprecated)
|
지정된 위치의 모든 관리자를 나열합니다. |
patch (deprecated)
|
지정된 위치 관리자의 관리자를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[null,null,["최종 업데이트: 2024-10-11(UTC)"],[[["An Admin resource represents an administrator for a Google My Business Account or Location, with details such as name, role, and pending invitation status."],["Admins have specific roles within an Account or Location, and their information is organized in a structured JSON format."],["You can manage Admins (inviting, removing, updating, or viewing them) using dedicated methods, although some methods like `create`, `delete`, `list`, and `patch` are currently deprecated."],["The `Admin` resource includes fields like `name`, `adminName`, `role`, and `pendingInvitation` to provide comprehensive information about the administrator."]]],[]]