Method: admin.contacts.v1.users.delegates.create

為特定使用者建立一或多個委派對象。

HTTP 要求

POST https://admin.googleapis.com/admin/contacts/v1/{parent=users/*}/delegates

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

擁有所建立委派項目的父項資源,格式為:users/{userId},其中 userId 是指定使用者的電子郵件地址。

要求主體

要求主體包含 Delegate 的例項。

回應主體

如果成功,回應主體會包含新建立的 Delegate 例項。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/admin.contact.delegation

詳情請參閱授權指南