I am using Alfresco 4.2 and trying to find some user's favorites but the webscript that I'm using returns the results only for the current user. The user that I am investigating exists, I am sure.
What should I do? What am I doing wrong?
Here is the webscript call that works:
domain.com/alfresco/api/-default-/public/alfresco/versions/1/people/-me-/favorites
Here is the one that doesn't work:
domain.com/alfresco/api/-default-/public/alfresco/versions/1/people/user@tenant.com/favorites
and returns the following:
{"error":{"statusCode":404,"briefSummary":"04203980 The entity with id: user@tenant.com was not found","stackTrace":"[org.alfresco.rest.api.impl.PeopleImpl.validatePerson(PeopleImpl.java:155)
BTW, /favorite-sites
instead of /favorites
works for everyone.