Hello,
I need some help.
One of my colleagues uses UserService in a costomised AngularJS component to get users.
However, we get only the first 50 users and we can't get the documentation of this service to change the size of the list we get from the APS rest api. If some indicate where can I find the documentation or the methods to change the size, it will be helpful
Thank you for the help you would provide.
Can provide details of api you are using?
Alfresco Process Services api https://activiti.alfresco.com/activiti-app/api-explorer.html#!/users/getUsersUsingGET_1 with get users, but to get to it I use UserService that is injected in an AngularJS component, you can see the injection in the joined image
I use this method in the service for the customised AngularJS Component
this.getUsers = function(){
return UserService.getFilteredUsers();
}
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
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.