删除人员/SophonFogSys/api/users(DELETE)
参数
类型
默认值
选择
描述
举例
请求url: http://192.168.1.66:5555/SophonFogSys/api/users
请求body:
//删除单个人
{
"identity_id":"001"
}
//删除多个人
{
"identity_ids":["666","888"]
}一级参数
二级参数
类型
描述
一级参数
二级参数
类型
描述
Last updated
请求url: http://192.168.1.66:5555/SophonFogSys/api/users
请求body:
//删除单个人
{
"identity_id":"001"
}
//删除多个人
{
"identity_ids":["666","888"]
}Last updated
//删除单个人成功返回:
{
"data": {
"group_name": [
"default_group"
],
"identity_id": "001",
"message": "have remove from group success"
}
}
//删除多个人成功返回:
{
"data": {
"identity_ids": [
"1112232"
],
"message": "have remove from group success"
}
}