SmartqAuthorize - 批量管理智能问数的授权

批量管理智能问数的授权。

接口说明

用于批量管理智能问数的授权,重复新增授权会视为新增操作;重复删除授权会默认跳过,也不会记录审计日志。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
OperationTypeinteger

操作类型。取值如下:

  • 0:新增授权
  • 1:删除授权
0
UserIdsstring

用户 ID 数组,以英文逗号分隔。

注意 单次请求的用户 id 数 * (问数资源数 + 分析主题数)不能大于 100。

wasdasd*******1235235sd,ASDAS*********ASDAW123
LlmCubesstring

问数资源 ID 数组,以英文逗号分隔。

wasdasd*******1235235sd,ASDAS*********ASDAW123
LlmCubeThemesstring

分析主题 ID 数组,以英文逗号分隔。

wasdasd*******1235235sd,ASDAS*********ASDAW123
ExpireDaystring

过期时间,默认七天。 格式:2099-12-31

2099-12-31

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

617277C****************ABA47E31
Resultarray<object>

失败的用户信息数组。

Dataobject

失败的用户信息。

UserIdstring

用户 ID。

617277C****************ABA47E31
LlmCubestring

问数资源 ID。

617277C****************ABA47E31
LlmCubeThemestring

分析主题 ID。

617277C****************ABA47E31
DetailMessagestring

失败原因。

INVALID_FILE_FORMAT
Successboolean

是否请求成功。取值范围:

  • true:请求成功
  • false:请求失败
true

示例

正常返回示例

JSON格式

{
  "RequestId": "617277C****************ABA47E31",
  "Result": [
    {
      "UserId": "617277C****************ABA47E31",
      "LlmCube": "617277C****************ABA47E31",
      "LlmCubeTheme": "617277C****************ABA47E31",
      "DetailMessage": "INVALID_FILE_FORMAT"
    }
  ],
  "Success": true
}

错误码

HTTP status code错误码错误信息描述
400Internal.System.ErrorAn internal system error occurred.系统内部异常。
400Invalid.Parameter.ErrorThe parameter is invalid:%s.无效参数%s。
400Date.Format.ErrorDate format conversion error.日期格式转换错误
400Date.Exceed.ErrorThe start date must be within 90 days from the current date.开始日期不能早于当前日期90
400UserRoleConfig.NotContain.FunctionThe user %s does not have permission to operate.此用户%s没有权限操作。
400User.Not.In.OrganizationThe specified user is not in the organizational unit.该用户不在组织中。
400Query.Auth.ErrorQuery is not permitted.没有查询权限。
400ApiUser.Not.ExistsThe specified user does not exist.用户不存在。
400Share.ExpireDate.ErrorThe expire date is illegal.设置的过期时间不合法。
400RobotNl2sql.Moudle.NotPurchasePlease purchase Nl2sql module first.请先购买智能问数模块。
500API.Not.ExistThe data service API operation does not exist.数据服务 API 不存在。

访问错误中心查看更多错误码。