Get posted user in the list?

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 ?

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


Little markdown supported