0% found this document useful (0 votes)
79 views4 pages

Reqres API User Endpoints Overview

Uploaded by

sbrlearning955
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views4 pages

Reqres API User Endpoints Overview

Uploaded by

sbrlearning955
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

TCID Request Type

1 GET

2 POST

3 PUT

4 DELETE
URI

[Link]

[Link]

[Link]

[Link]
Request Payload Response Payload
NA Returns list of users in a
page
{ {
"name": "pavan", "name": "pavan",
"job": "trainer" "job": "trainer",
} "id": "411",
"createdAt": "2022-07-
18T02:00:32.846Z"
}
{ {
"name": "pavan", "name": "pavan",
"job": "engineer" "job": "engineer",
} "updatedAt": "2022-07-
18T02:04:09.462Z"
}
na na
Status
Code
200

201

200

204

You might also like