Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: marmota on April 07, 2021, 05:24:44 PM
-
Hi all,
please advise how to get list of all users via We Services API.
When I try GET ...api/v2/users it gives me JSON with number of users and info about first 10 of them. How to get all others?
-
Try something like this: api/v2/users?limit=100
-
Works! Thanks a lot!