Questions and Answers

Some ids in a single GET request - how to get certain users by it's ids at once?

How to get some certain users at once sending a list of ids in a single GET request ? Does '/public/v2/users/' api support some parameters ? Working via postman. I tried this request, during my exploration (as an option): /public/v1/users?id=7956666,7956689,7956690 - but it returns only one result for the first id. If this api doesnt support so...

What is the email format

I am trying with different email formats along with your reference but nothing is working. Can you please provide me the email format for testing of api.

help

Hi i need a client id , client secret , token url , scope

404 not found in GET request

After POST request data, while GET the user with ID which is generated in POST request it show 404 Not found

406 (Not Acceptable)

fetch('https://gorest.co.in/public/v2/users', { method: 'POST', body: JSON.stringify({ name: 'Ярослав Милошевич', email: 'dogdog@dog.dog', gender: 'male', status: 'active', }), // Добавление заголовков запроса headers: { Authorization: 'Bearer 778c14f1405c73e6746b105ebe58639338d96c9e56e47ee38d721e9df...

401 for post requests

TC2:create new user | FAIL | HTTPError: 401 Client Error: Unauthorized for url: https://gorest.co.in/public/v2/users TC | FAIL | getting this error when trying from pycharm through a python code

how to generate fake data in a specific format using gorest

how to generate fake data in a specific format using gorest

Error: connect ETIMEDOUT ?

Hi, I am new to postman. practicing chaining of api. When I tried to run collection it shows following error. "Error: connect ETIMEDOUT"

401(unauthorized)

solve the error 401(unauthorized)

How we get the response by the use of token number

Sending the POST request in the postman tool by the help of token number but I didn't get any response as it shows that 404 not found.