I'm having trouble with SearchUser() and SearchUserV2() functions.
If I use Office365Users.SearchUserV2().value, this returns an empty table.
Otherwise, if I use Office365Users.SearchUser(), this returns a table with no more than 100 rows.
The problem here is that I have a lot more than 100 users, but I can't find a way to get the info of the users that don't appear in the resulting table. I tried with SearchUserV2() but it doesn't work either.
How can I resolve this?
Thank you!