👤
Users
9 endpoints200 realistic user profiles — including address, company info, bank details, and more — great for testing user-driven UIs.
On this page
GET https://dummyapi.codesmash.in/api/users
?limit?skip?sortBy?order?delay
ℹ️
Pagination — By default you will get 30 items. Use
?limit and ?skip to paginate through all items. Max limit is 200.?limit=10Number of items to return (default: 30, max: 200)?skip=10Number of items to skip (default: 0)GET https://dummyapi.codesmash.in/api/users/:id
GET https://dummyapi.codesmash.in/api/users/search?q=
GET https://dummyapi.codesmash.in/api/users/:id/posts
GET https://dummyapi.codesmash.in/api/users/:id/carts
GET https://dummyapi.codesmash.in/api/users/:id/todos
POST https://dummyapi.codesmash.in/api/users
PUT https://dummyapi.codesmash.in/api/users/:id
DELETE https://dummyapi.codesmash.in/api/users/:id