As the number of returned records limit for Office365Users.SearchUser() is 10'000 and our company has ten thousands of Office users, it would be very helpful to have the possiblity to add delegable filter constraints in the SearchUser function.
OLD Office365Users.SearchUserV2({searchTerm: SearchTerm.Text, top: TopLimit.Integer})
NEW Office365Users.SearchUserV2({searchTerm: SearchTerm.Text, top: TopLimit.Integer, filter: FilterCondition.Text})
This way we could for instance include a filter 'AccountEnabled=true' or '!IsBlank(CompanyName)' etc.
Thank you!