Project

General

Profile

How to get admin, groups, projects information via GET /user.xml

Added by Albert Kuo over 7 years ago

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)?