[ASK] Get user manager till time and total time left with PHP API

I use this code

$API->write('/tool/user-manager/user/getall'); 
   $READ = $API->read(false);
   $ARRAY = $API->parseResponse($READ);
   echo "<pre>";print_r($ARRAY);echo "</pre>";
   $API->disconnect();

But, cant find array key to show till time and total time left. How to get it ?

any body there
plz .
i m stucked too in similiar problem