I'm using the following to get all the users with a certain company name:
Filter(Office365Users.SearchUserV2({searchTerm:DataCardValue40.SearchText, isSearchTermRequired:"No", top:999}).value, CompanyName = "CRE")
This is only returning 26 users when there should be close to 300.