調用EnableUser接口,啟用指定的EIAM賬戶。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求語法
POST /v2/{instanceId}/{applicationId}/users/{userId}/actions/enable
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
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 |