Qodex.ai
Qodex.ai
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
HomeEmployee APICreate user

Create user

POST https://reqres.in/api/user/

Request Body

{"name"=>"morpheus", "job"=>"leader"}
Previous
GET Request - Employee
Next
PUT Users