Logo
API Testing 2021 API Documentation

Create user

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://reqres.in/api/user/' -d '{"name":"morpheus","job":"leader"}'

ENDPOINTS