Appearance
根据标签组code获取人员信息列表
基本信息
中文名: 根据标签组code获取人员信息列表
接口名: /mozi/employee/pageEmployeesByTagGroupCode
所在目录: 获取通讯录用户信息
调用方式: GET(HTTPS)
发布版本: 1.6.2
请求参数
| 名称 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
| pageSize | java.lang.Integer | 否 | 20 | 分页大小 |
| tagGroupCode | java.lang.String | 是 | TAG_G_xxx | 标签组code |
| pageNo | java.lang.Integer | 否 | 1 | 页数 |
| tenantId | java.lang.Long | 是 | 1 | 租户id |
返回参数
| 参数 | 说明 |
|---|---|
| _RequestId | 网关请求ID |
| success | 网关调用是否成功 |
| errorCode | 网关错误码 |
| HostId | 网关HostId |
| Code | 网关Code |
| errorMsg | 网关错误信息 |
| errorLevel | 网关错误级别 |
| Message | 网关信息 |
| content.success | 业务调用是否成功 |
| content.requestId | 业务请求ID |
| content.responseCode | 业务响应Code |
| content.responseMessage | 业务响应信息 |
| content.data | 业务返回值 |
| content.totalSize | 组织下用户总数 |
| content.currentPage | 当前页 |
| content.pageSize | 分页大小 |
| content.data[].employeeName | 员工姓名 |
| content.data[].employeeCode | 员工code |
| content.data[].positionList | 任职列表 |
| content.data[].positionList[].organizationCode | 组织code |
| content.data[].positionList[].organizationName | 组织名称 |
| content.data[].positionList[].mainJob | 是否主职 |
