OpenAPI specification: https://track-staging-acceptance.staging.thally.app/openapi.yaml
Users
Get a user
Return the profile of an example author. Ids 1–10 exist.
GET
https://jsonplaceholder.typicode.com/users/{id}Servers
https://jsonplaceholder.typicode.com
Live demo server
Parameters
Path parameters
idpathintegerrequiredThe user id.
Responses
The requested user.
idintegerrequirednamestringrequiredusernamestringrequiredemailstringrequiredRequestcURL
curl --request GET \ --url 'https://jsonplaceholder.typicode.com/users/1'
Response
Send a request to preview the response.
Was this page helpful?