获取组织部门列表
GET
https://api.oraydev.cn/sl/v1/enterprise/department获取组织部门列表
请求参数
Header 参数
Authorization
string
必需
Bearer [access_token]
Body 参数application/json
department_id
integer
部门id
department_ids
array[integer]
部门ids
ent_id
integer
企业id
field
string
返回字段
filter
boolean
查询过滤
is_provide
integer
是否第三方
keyword
string
搜索关键字
name
string
部门名称
open_department_id
string
第三方部门ID
parent_id
integer
部门父节点id
path
string
路径查询
sort
string
排序方式
user_id
integer
企业账号id
with_remote_count
boolean
统计主机数
with_top
boolean
可选
顶级部门, 只查询parentid=0的部门
with_user_count
boolean
统计账号数
示例
{
"department_id": 0,
"department_ids": [
0
],
"ent_id": 0,
"field": "string",
"filter": true,
"is_provide": 0,
"keyword": "string",
"name": "string",
"open_department_id": "string",
"parent_id": 0,
"path": "string",
"sort": "string",
"user_id": 0,
"with_remote_count": true,
"with_top": true,
"with_user_count": true
}
示例代码
返回响应
成功(200)
请求有误(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
OK
数据结构
departments
array[object (gitlab_orayer_com_sunlogin_microservice_enterprise_service_entity.Department) {14}]
可选
department_id
integer
组织id
ent_id
integer
企业id
ext_login
boolean
是否拓展帐号
is_batch
boolean
可选
是否为批量导入创建限制
is_provide
integer
可选
是否是第三方创建部门
level
integer
层级
name
string
组织名称
open_department_id
string
第三方部门id
oray_userid
integer
帐号id
parent_id
integer
父id
path
string
父级路径
sort
integer
排序
sub
array[object (gitlab_orayer_com_sunlogin_microservice_enterprise_service_entity.Department) {14}]
子级
user_count
integer
账号总数
total
integer
可选
示例
未设置
最后修改时间: 7 天前