Actions
Defect #9892
closed"get user" response does not include the user login name
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
request:
http://server/redmine/users/1.xml
response:
<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>
is it possible to add this info?
Updated by Go MAEDA over 8 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Login identifier is included in responses but only admin users are allowed to see.
source:trunk/app/views/users/show.api.rsb@11790#L3
Actions