调用DisableUser接口,禁用指定的EIAM账户。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /v2/{instanceId}/{applicationId}/users/{userId}/actions/disable
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Authorization | string | 是 | 认证信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。 | Bearer xxxx |
instanceId | string | 是 | 实例 ID。 | idaas_ue2jvisn35ea5lmthk267xxxxx |
applicationId | string | 是 | 应用 ID。 | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
userId | string | 是 | 账户 ID | user_001 |
返回参数
示例
正常返回示例
JSON
格式
{}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-10-24 | API 内部配置变更,不影响调用 | 查看变更详情 |
错误码
HttpCode | Error Code | 错误信息 | 说明 |
---|---|---|---|
400 | invalid_token | Access token is not valid | |
404 | ResourceNotFound.User | The specified User resource: user_xxxx not found. | |
404 | application_not_found | Application id not found: app_mkv7rgt4d7i4u7zqtzev2mxxxx | |
403 | application_disabled | Application is disabled | |
403 | application_api_disabled | Application api invoke disabled | |
403 | permission_denied | Require scopes: [urn:alibaba:idaas:scope:user:manager_all] | |
500 | Internal Server Error | Internal Server Error |