Hi Salvador,
In addition to João Marques' reply, another way to achieve this is using the ListAll action.

In the example, I assume that you don't know what is the Company, so, I get the name of the first user's company and set a variable with it. Then, To ListAll, I pass the entire List and the condition "User.Company.Name = FirstCompanyName". If ListAll.Result is false, means that there is at least one User from a different Company.
Best regards.