You need to enable JavaScript to run this app.
导航
EnableConsoleLogin - 开启成员登录控制台
最近更新时间:2025.06.20 16:56:06首次发布时间:2024.01.11 17:42:35
我的收藏
有用
有用
无用
无用

开启成员登录控制台

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

EnableConsoleLogin

要执行的操作,取值:EnableConsoleLogin。

Version
String

2022-01-01

API的版本,取值:2022-01-01。

AccountId
String

21111111111

成员账号ID

Password
String

your_password

账户密码,8-32位字符,并且须同时包含大写字母A-Z、小写字母a-z、数字0-9和特殊符号`~!@#$%^&*()-+=_|{}[]:;'<>,.?中的3种以上

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

GET /?Action= EnableConsoleLogin&Version=2022-01-01
--header 'Content-Type: application/json' \
-d '{"AccountId":211234567"}'

返回示例

{
    "ResponseMetadata": {
        "RequestId": "02162970384296100000000000000000000ffff0a4f0a5241c825",
        "Action": "EnableConsoleLogin",
        "Version": "20200101"
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
ConcurrentException

concurrent request exception

并发请求异常

400
PermissionError

No permission to perform action[%s] on resource %s

无权限,没有对该资源进行该操作的权限

400
InvalidParam

The parameter %v[%v] is invalid.

参数不合法

400
OrgAccountAlreadyEnableAllowConsole

The account %d already enable console

账号已允许登录

404
RecordNotExists

record %s not exists

记录不存在

500
InternalError

Unknown internal error: %v

未知错误,根据错误信息判断详情