[Alfresco 5.2] cannot list user with the REST API

cancel
Showing results for 
Search instead for 
Did you mean: 
JC83
Active Member

[Alfresco 5.2] cannot list user with the REST API

Jump to solution

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 ?

1 Solution

Accepted Solutions
sanjaybandhniya
Intermediate
3 Replies
sanjaybandhniya
Intermediate

Re: [Alfresco 5.2] cannot list user with the REST API

Jump to solution
JC83
Active Member

Re: [Alfresco 5.2] cannot list user with the REST API

Jump to solution

works great !

thanks a lot !

JC83
Active Member