I am talking with Alfresco Repository via RESTful api.
After an user login over HTTP, I wanted to get user details, like user name and groups.
I'm using Alfresco 3.4.2, and now I'm trying to get all the groups that a users belongs to (the user that login in my application)
I follow the alfrescowiki online, the url is "/alfresco/service/api/people/{username}" isn't work, and I play around, finally, /alfresco/service/api/people?username={username}, returns json with all the users in the system, but it doesn't have group information.
Is possible to get those groups?
Can any of you help me?
Thanks in advance.