Project

General

Profile

Defect #9892

Updated by Toshi MARUYAMA almost 8 years ago

request: 
 http://server/redmine/users/1.xml 

 response: 
 <pre><code class="xml"> 
 <user> 
   <id>1</id>  
   <firstname>Redmine</firstname>  
   <lastname>Admin</lastname>  
   <mail>admin@example.net</mail>  
   <created_on>2011-12-12T13:13:08-08:00</created_on>  
   <last_login_on>2011-12-29T00:03:34-08:00</last_login_on>  
 </user> 
 </code></pre> 

 is it possible to add this info?

Back