从分组删除人员/SophonFogSys/api/GroupUsers(DELETE)
功能描述
一个分组中删除人员。
调用URL
http://192.168.1.180:5555/SophonFogSys/api/GroupUsers
调用方法: DELETE
请求参数(JSON格式)
参数 | 类型 | 默认值 | 选择 | 描述 | 举例 |
---|---|---|---|---|---|
group_name | string | 无 | 必选 | 分组名称 | |
identity_id | list | 无 | 必选 | 用户id列表["123345","23455"] | |
with_identity_id | boolean | false | 可选 | 默认为false,不返回该组的identity_id如果为true,返回该组的identity_id |
请求示例:
返回信息:
请求成功
一级参数 | 二级参数 | 类型 | 描述 |
---|---|---|---|
data | group_name | string | 分组名称 |
message | string | 返回信息 | |
identity_id | list | 默认为false,不返回该组的identity_id如果为true,返回该组的identity_id |
请求成功示例:
请求失败
一级参数 | 二级参数 | 类型 | 描述 |
---|---|---|---|
error | code | int | 请求错误码 |
message | string | 错误描述 | |
status | string | 错误类型 |
Last updated