Getting a user list

Getting a user list

Hi,

I'm creating a custom function in Zoho Flow and trying to iterate through all CRM users, however I continually get a response of just the current user.

Executing the following returns just a single record:

users = zoho.crm.getRecords("users",1,200,{"type":"AllUsers"});
info users;

Is this expected behaviour? And if so, how do I achieve what I want?

Thanks