标签: office365api azure-ad-graph-api
我在this documentation之后使用Graph API版本1.6列出了Office 365租户中的用户。
我想过滤作为用户引用的Office 365共享邮箱,然后在请求/users/时返回。 (例如contact@contoso.com,support@contoso.com)。
/users/
contact@contoso.com
support@contoso.com
从我所看到的,无法区分代表共享邮箱的用户和“常规”用户。有人有机制来过滤这样的邮箱吗?在我的情况下,JSON成员userType始终是null。
userType
null