REST Resource: accounts.locations.admins
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Admin
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)
|
指定したビジネスの管理者に指定した Admin を削除します。 |
list (deprecated)
|
指定したビジネスのすべての管理者を一覧表示します。 |
patch (deprecated)
|
指定されたビジネスの管理者について、Admin を更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 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"]],["最終更新日 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."]]],[]]