Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: marmota on April 07, 2021, 05:24:44 PM

Title: Web Servies API users list
Post 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?
Title: Re: Web Servies API users list
Post by: hsujdik on April 07, 2021, 07:02:38 PM
Try something like this: api/v2/users?limit=100
Title: Re: Web Servies API users list
Post by: marmota on April 07, 2021, 08:22:27 PM
Works! Thanks a lot!