public interface DtUserService
| 限定符和类型 | 方法和说明 |
|---|---|
DtUser |
getById(String userId)
获取用户
|
List<DtUser> |
listByDepartment(Long departId,
Integer offset,
Integer size,
String order)
获取部门成员详情
文档地址:https://ding-doc.dingtalk.com/document/app/obtain-department-members-details
|
List<DtUser> |
listSimpleByDepartment(Long departId,
Integer offset,
Integer size,
String order)
获取部门成员
文档地址:https://ding-doc.dingtalk.com/document/app/obtain-department-members
|
List<DtUser> listByDepartment(Long departId, Integer offset, Integer size, String order) throws DtErrorException
departId - 必填。部门idoffset - 必填size - 必填order - 选填DtErrorException - the error exceptionList<DtUser> listSimpleByDepartment(Long departId, Integer offset, Integer size, String order) throws DtErrorException
departId - 必填。部门idoffset - 必填size - 必填order - 选填DtErrorException - the error exceptionDtUser getById(String userId) throws DtErrorException
userId - 用户idDtErrorException - the error exceptionCopyright © 2021. All rights reserved.