Hi,
I try to list all the user using the REST API (http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/people).
It works if I limit the result but as soon as I put a maxItems values greater than the number of results (that means I should see all users) I get this error :
{ "error": { "errorKey": "framework.exception.ApiDefault", "statusCode": 500, "briefSummary": "05086960 User does not exist and could not be created: SystemGEDI", "stackTrace": "Pour des raisons de sécurité, le traçage de la pile n'est plus affiché, mais la propriété est conservée dans les versions précédente.", "descriptionURL": "https://api-explorer.alfresco.com", "logId": "eb3be00c-5901-428a-90e1-64a5c8352169" } }
This user exists but I cannot retrieve anyinformation using the web interface ..
I also tried to remove it (I found the node id and removed it from alf_node) .. but it still the same
I also checked the property "show-authorization-status" > this is already set to false ..
<show-authorization-status>false</show-authorization-status>
How could I resolve it ?
Solved! Go to Solution.
Alternate way : http://localhost:8080/alfresco/s/api/people
works great !
thanks a lot !
thank you again ..
but .. where are the documentation of this API ?
I can't find it nowhere ..
what I only found refer to http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/people and nothing about http://localhost:8080/alfresco/s/api/people
https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.