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?
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!