Userlist displays not all Users

  • Used Zammad version: 2.5.X
  • Used Zammad installation source: package
  • Operating system: Ubuntu 16.04
  • Browser + version: FF 61

Hello,

I want to view all user in Zammad backend, but if I search a name, the user is displayed.

Is there a way to show all users?

Greetings

Hi @touro411,

just to clear things up. You are saying, if you take a look at you’re users in your backend you are seeing only a partial amount of them there. But if you are searching for a specific user, which wasn’t in that list, you can find an account. Is that correct?

In that case, the only way I know, how you can get a full list of all user accounts is to use the API which needs elasticsearch to be installed.
Then you can do something like this:
https://your.zammad.url/api/v1/users/?per_page=200000
If you like more information how to search for more specific things take a look here:
https://docs.zammad.org/en/latest/api-intro.html
https://docs.zammad.org/en/latest/install-elasticsearch.html#list-of-values-which-are-stored-in-elasticsearch

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.