在使用模糊搜索在整个组织中实施人员/用户搜索时需要帮助
Microsoft Graph API 人物搜索 https://graph.microsoft.com/v1.0/me/people/ ?$search="Mary" 执行模糊搜索,但这仅在登录用户的人物集合上完成不要给出基于整个组织的结果
用户搜索
Doesn't support following ODATA Parameters
1.$Search https://graph.microsoft.com/v1.0/users?$search="Mary" is not supported
2.$filter doesn't support $filter=substring(displayName, 1) eq 'abc, xyz'
3.contains is also not supported $filter=contains(CompanyName,'Alfreds')