I am using deluge function for to get users list. I can take all user list but I need to specific field
For example : GetUser.get("status"); status field but it is not working. Result null
GetLead = zoho.crm.getRecordById("Leads",LeadID);
PersonelID = GetLead.get("Owner").get("id");
GetUser = zoho.crm.getRecordById("users",PersonelID);
status = GetUser.get("status");
info status ;