根據門戶菜單ID,取消指定用戶、用戶組的授權記錄。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DataPortalId | string | 是 | 數據門戶的 ID。 | 0d173abb53e84c8ca7495429163b**** |
MenuIds | string | 是 | 數據門戶的葉子節點菜單 ID。
| 54kqgoa****,pg1n135**** |
UserGroupIds | string | 否 | 用戶組 ID 列表。
| 34fd141d-4598-4093-8c33-8e066dcb****,3d2c23d4-2b41-4af8-a1f5-f6390f32**** |
UserIds | string | 否 | 用戶 ID 列表。此處為 Quick BI 的 UserID,而非阿里云的 UID。
| 204627493484****,121344444790**** |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "D8749D65-E80A-433C-AF1B-CE9C180FF3B4",
"Result": 2,
"Success": true
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Report.NotExist.Error | This work does not exist. It may have been deleted. Work ID is %s. | 作品不存在,可能已經被刪除。作品ID:%s。 |
400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | 空間不在組織內。 |
400 | AccessMenu.NotMatch.Portal | The menu does not match the BI portal. | 菜單與門戶網站不匹配。 |
400 | FolderMenu.CanNot.Authorize | The folder type menu cannot be authorized. Menu ID: %s. | 文件夾類型菜單無法進行授權操作,menuId為%s。 |
400 | Menu.NotBelongTo.CurrentDataportal | Menu %s does not belong to the current data portal %s. | 菜單%s不屬于當前數據門戶%s。 |
400 | User.NotBelongTo.CurrentOrganization | The user %s does not belong to the current organization. | 用戶%s不屬于當前組織。 |
400 | Usergroup.NotBelongTo.CurrentOrganization | The usergroup %s does not belong to the current organization. | 用戶組%s不屬于當前組織。 |
訪問錯誤中心查看更多錯誤碼。