Hello!
My system admin is not comfortable giving PA the requested permissions for using the Azure AD connector. I can use Office365Users.SearchUser to get most of the information I need but streetAddress is not available for some reason.
Is there some kind of workaround for this or do I have to create a table with this information?
Cheers,
Joakim
Solved! Go to Solution.
Yes, you can use the UserProfileV2 function...
Office365Users.UserProfileV2(userID, {'$select':"streetAddress"}).streetAddress
That will give you the address if it exists.
I hope that is helpful.
Yes, you can use the UserProfileV2 function...
Office365Users.UserProfileV2(userID, {'$select':"streetAddress"}).streetAddress
That will give you the address if it exists.
I hope that is helpful.
That worked like a charm! Thank you for taking the time to reply @RandyHayes
User | Count |
---|---|
137 | |
132 | |
79 | |
75 | |
71 |
User | Count |
---|---|
210 | |
200 | |
69 | |
62 | |
53 |