Actions
Feature #23828
closedHow to get admin, groups, projects information via GET /user.xml
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
I am using rest api to get user list
GET /users.xml
But it only retrieved 8 attributes for me, it includes "id", "login": "admin", "firstname","lastname", "mail", "created_on", "last_login_on".
How do I get admin value(if this user is administrator or not), groups information (which groups I added), project information (which projects I joined)?
Actions