Users Module List in Deluge

Users Module List in Deluge

Hello everyone,

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

Do you have any idea? 
Note: you can see result of code from screenshot

GetLead = zoho.crm.getRecordById("Leads",LeadID);
PersonelID = GetLead.get("Owner").get("id");
GetUser = zoho.crm.getRecordById("users",PersonelID);

status = GetUser.get("status");
info status ;