0% found this document useful (0 votes)
17 views2 pages

Reqres API User Management Guide

The document outlines a series of API requests to the Reqres API, including GET, POST, PUT, and DELETE methods for user data. It provides details on the request URIs, payloads, and corresponding status codes for each operation. The responses include user information and status codes indicating the success of the requests.
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)
17 views2 pages

Reqres API User Management Guide

The document outlines a series of API requests to the Reqres API, including GET, POST, PUT, and DELETE methods for user data. It provides details on the request URIs, payloads, and corresponding status codes for each operation. The responses include user information and status codes indicating the success of the requests.
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 TURI/URI REQUEST PLAY LOA

1 Get [Link] N/A

{
"name":
"morpheus",
"job": "leader"
2 Post [Link] }

{
"name":
"morpheus",
"job": "zion
resident"
3 Put [Link] }
4 Delete [Link] N/A
RESPONSE PLAY LOAD STATUS CODE
written list pages in page 200

{
"name": "morpheus",
"job": "leader",
"id": "694",
"createdAt": "2024-02-
29T06:14:48.878Z"
} 201

{
"name": "morpheus",
"job": "zion resident",
"updatedAt": "2024-02-
29T06:18:17.030Z"
} 200
N/A 204

You might also like