1

Does the google .net API, Google.Apis.Admin.Directory.directory_v1, have the means to delete a user? Code examples? The documentation shows the example https://www.googleapis.com/admin/directory/v1/users/liz@example.com which is no help. It seems to be a standard http request instead of interaction wtih a user object.

4

1 回答 1

0

回答:

G Suite Admin SDK API 确实有一个可用于 .NET 框架的Users: delete方法。

附加信息:

HTTP 请求应发送至:

DELETE https://www.googleapis.com/admin/directory/v1/users/userKey

userKey用户的电子邮件地址,或用户的唯一 ID。不需要发送请求体,响应体也是空的。

参考:

于 2019-10-02T09:55:13.670 回答