Admin SDK: Contact Delegation API

借助 Contact Delegation API,管理员可以为用户管理联系人委托权限。这些权限可让用户授予其他用户管理其联系人的权限。

服务:admin.googleapis.com

要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用程序需要使用自己的库来调用此服务,请在发出 API 请求时使用以下信息。

发现文档

发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:

  • 没有适用于此服务的发现文档。

服务端点

服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:

  • https://admin.googleapis.com

REST 资源:admin.contacts.v1.users.delegates

方法
create POST /admin/contacts/v1/{parent=users/*}/delegates
为指定用户创建一个或多个受托人。
delete DELETE /admin/contacts/v1/{name=users/*/delegates/*}
删除指定用户的受托人。
list GET /admin/contacts/v1/{parent=users/*}/delegates
列出指定用户的受托人。