企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名:org.user.count.department ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | departmentId|是|String|部门Id containSubDept|是|boolean|是否包含子部门 ### 输出类型: 类型:com.actionsoft.sdk.service.response.IntResponse* 属性:data/int ***** ## org.user.count.department ~~~[api] get:org.user.count.department *departmentId#部门Id *boolean:containSubDept#是否包含子部门 <<< success { "data":int } <<< error 参见错误码说用 ~~~