Hi all,
I'm trying to create a collection of all users that are stored in the Azure AD.
Because the organisation have more than 999 users in Azure AD, I'm try to a filter on domainname. (With this result I expect 270 users)
But load this collection, It looks like that I'm hit some boundaries because I've 105 results in my collection, and it stops with accounts that are starts with the letter L. So it's look like I'm still having an issue with some limits.
This is my filter to get my collection:
ClearCollect(Col_Users,Filter('Office365Users'.SearchUserV2().value , var_Usermaildomain in UserPrincipalName))
Does anyone know what I can to do to get all the expected results?
Kind regards,