M
total no of results
Misterios Person over 2 years ago 3240 views 3 replies
how to get total no of rocords?
3 replies
Z
zeevy over 2 years ago
V2 API has pagination details in response headers
V1 has in response body https://gorest.co.in/public/v1/users
B
bhushan Nimgaonkar over 2 years ago
Hi ,
I am trying to create a user through create user API but not able to see the user though Get all users or get a specific user api.
Can you please solve this issue?
Z
zeevy over 2 years ago
To get the user that you created, you need pass the access token in the GET request also. Because the data created by you is only visible to you