## 方法名: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
參見錯誤碼說用
~~~