R
Get posted user in the list?
Reinis Grīnvalds about 4 years ago 4191 views 1 replies
Is it possible to get posted user in GET user list ( https://gorest.co.in/public/v2/users ) ?
If i`m using GET https://gorest.co.in/public/v2/users , i get only 20 users, is there possibility to get all user list ?
1 reply
Z
zeevy about 4 years ago
It's not possible to get all data in single get request.
You need to pass page parameter in url.
To get the data you posted you need to pass the access token that created or modified the datap