用户组子组删除接口

业务场景

可以使用「用户组子组删除接口」对用户组子组进行删除操作,但是不能删除用户组的默认子组。

接口限制

 1. 10次/秒;

接口地址

用户组子组删除接口

/api/openapi/user/group/sub

请求类型

DELETE

请求参数

参数名称 类型 是否必填 参数说明
userGroupBizCode String 用户组的业务编码
subUserGroupBizCodes List<String> 用户组子组的业务编码

参数样例

{
  "userGroupBizCode": "group1",
  "subUserGroupBizCodes": [
    "code1",
    "code2"
  ]
}

响应参数

参数样例

  1. 正常响应参数示例
{
  "code": "ACK",
  "message": "保存成功!",
  "errorCode": null,
  "data": null,
  "success": true
}
  1. 错误返回示例
{
  "code": "NACK",
  "message": "保存失败!",
  "errorCode": "SUB_USER_GROUP_NOT_EXISTED",
  "data": null,
  "success": false
}

errorCode 说明

编码 说明
SUB_USER_GROUP_NOT_EXISTED 用户组子组不存在
USER_GROUP_NOT_EXISTED 用户组不存在

修改记录

2022-01-19 新增
Copyright © 杭州每刻科技有限公司 www.maycur.com all right reserved,powered by Gitbook该文件修订时间: 2024-11-25 12:04:35

results matching ""

    No results matching ""

    results matching ""

      No results matching ""