Hi :)
I've installed alfresco community edition and I'm testing the Core REST api directly on my web browser.
Given a user called 'Gary' (created with Share), I tested the following urls which work:
- /people/Gary
- /people/Gary/activities
- /people/Gary/favorite-sites
However, the following ones :
- /people/Gary/networks
- /people/Gary/favorites
- /people/Gary/site-membership-requests
they return a 404 error with the message "briefSummary": "02240034 The entity with id: Gary was not found".
These last 3 urls only work for the user 'admin'.
I tried with another standard user and results are the same.
Is this normal?
Thanks :)