GET
Gets all experiences of a user
URL: /experiences/{username}
Takes username of the user to get experiences
Produces the all experiences shared with the user as JSON or XML
GET
Gets the groups the user with the username given as parameter
URL: /groups/{username}
Produces JSON or XML with list of groups the user is member of.