REST Resource: accounts.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)
|
指定したアカウントから指定した管理者を削除します。 |
list (deprecated)
|
指定したアカウントの管理者の一覧を取得します。 |
patch (deprecated)
|
指定されたアカウント管理者について、Admin を更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-21 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-11-21 UTC。"],[[["An Admin resource represents an administrator for a Google My Business Account or Location, managing permissions and access."],["Admins have roles, names (initially email addresses, later full names), and can have pending invitations."],["JSON representation includes name, adminName, role, and pendingInvitation fields detailing admin properties."],["Deprecated methods like `create`, `delete`, `list`, and `patch` were previously used for managing Admins."]]],[]]