Method: users.signOut
使用户退出所有网络和设备会话,并重置其登录 Cookie。用户将必须通过再次身份验证进行登录。
HTTP 请求
POST https://admin.googleapis.com/admin/directory/v1/users/{userKey}/signOut
网址采用 gRPC 转码语法。
路径参数
参数 |
userKey |
string
标识 API 请求中的目标用户。该值可以是用户的主电子邮件地址、别名电子邮件地址或唯一身份用户 ID。
|
响应正文
如果成功,则响应为通用 HTTP 响应,其格式由方法定义。
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/admin.directory.user.security
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["Signs a user out of all active web and device sessions, requiring them to re-authenticate for future logins."],["Employs an HTTP POST request to `https://admin.googleapis.com/admin/directory/v1/users/{userKey}/signOut`, replacing `{userKey}` with the user's email address or unique ID."],["Requires authorization with the `https://www.googleapis.com/auth/admin.directory.user.security` scope."],["The request body should be empty, and a successful operation returns a standard HTTP response."]]],[]]