Skip to content

批量查询组织下的员工人数

基本信息

中文名: 批量查询组织下的员工人数

接口名: /mozi/organization/listOrganizationEmployeeCount

所在目录: 获取通讯录部门信息

调用方式: POST(HTTPS)

发布版本: 2.1.0

请求参数

名称类型是否必填示例值描述
organizationCodesString[][“GO_123”,“GO_432”]组织 Code 列表 最多100
needCascadingQueryBooleanfalse是否级联查询 true/false 默认 及联查询 true
tenantIdLong1租户Id
employeeStatusStringA员工状态,A 在职; F 离职; 默认是查询所有数据

返回参数

名称类型示例值描述
_RequestIdString网关请求ID
successBooleantrue网关调用是否成功
errorCodeString0网关错误码
HostIdString网关HostId
CodeString网关Code
errorMsgString网关错误信息
errorLevelString网关错误级别
MessageString网关信息
content.successBooleantrue业务调用是否成功
content.requestIdString业务请求ID
content.responseCodeString0业务响应Code
content.responseMessageString业务响应信息
content.data[]
-organizationCodeStringGO_123组织Code
-employeeCountLong12组织下员工人数