How to get all user data list from Zoho Books
I am facing issue to get Zoho Books user list in deluge, there is no direct get record method in zoho books for "User" module (just a thought). However, i have tried it using the below script, the script worked but it is only showing current user even i have changed the parameters with status : active and all other but still getting the same current user.
response = invokeurl
[
type :GET
parameters:"{id: 3246680000012622041}"
connection:"zpackages"
content-type:"application/json"
];
info "users : " + response;