我需要找到客人用户是否已兑换邀请。当我从Graph API获取用户详细信息时,返回的用户没有此类信息。
但是,在Azure门户中,我可以在"身份"部分下的源属性更改为Microsoft帐户,或者在用户兑换邀请时从"被邀请用户"中更改。
查看Azureaduser上的延伸性...它具有邀请的USERSTATE。
示例:
(Get-AzureADUser -SearchString 'insertusername').ExtensionProperty
扩展属性显示:SEE USERSTATE "pendingacceptance"
Key Value
--- -----
odata.type Microsoft.DirectoryServices.User
ageGroup
consentProvidedForMinor
createdDateTime 7/09/2018 6:49:38 AM
employeeId
legalAgeGroupClassification
onPremisesDistinguishedName
userIdentities []
userState PendingAcceptance
userStateChangedOn 7/09/2018 6:49:35 AM