調(diào)用DisableUser接口,禁用指定的EIAM賬戶。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請(qǐng)求語法
POST /v2/{instanceId}/{applicationId}/users/{userId}/actions/disable
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Authorization | string | 是 | 認(rèn)證信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。 | Bearer xxxx |
instanceId | string | 是 | 實(shí)例 ID。 | idaas_ue2jvisn35ea5lmthk267xxxxx |
applicationId | string | 是 | 應(yīng)用 ID。 | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
userId | string | 是 | 賬戶 ID | user_001 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{}
錯(cuò)誤碼
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2023-10-24 | API 內(nèi)部配置變更,不影響調(diào)用 | 查看變更詳情 |
錯(cuò)誤碼
HttpCode | Error Code | 錯(cuò)誤信息 | 說明 |
---|---|---|---|
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 |