关闭成员登录控制台
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisableConsoleLogin | 要执行的操作,取值:DisableConsoleLogin。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
AccountId | String | 是 | 211111111 | 成员账号ID |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action= DisableConsoleLogin&Version=2022-01-01 --header 'Content-Type: application/json' \ -d '{"AccountId":211234567"}'
{ "ResponseMetadata": { "RequestId": "02162970384296100000000000000000000ffff0a4f0a5241c825", "Action": "DisableConsoleLogin", "Version": "20200101" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
400 | ConcurrentException | 并发请求异常 |
400 | PermissionError | 无权限,没有对该资源进行该操作的权限 |
400 | InvalidParam | 参数不合法 |
400 | OrgAccountAlreadyEnableAllowConsole | 账号已允许登录 |
400 | OrgAccountAlreadyDisableAllowConsole | 成员已关闭登录控制台 |
404 | RecordNotExists | 记录不存在 |
500 | InternalError | 未知错误,根据错误信息判断详情 |