User
userFetch a single fake user by numeric id from DummyJSON. Returns full profile including name, email, phone, address, bank, company, and crypto wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | User ID | |
| No | Email address | ||
| image | No | Profile image URL | |
| phone | No | Phone number | |
| gender | No | Gender | |
| lastName | No | Last name | |
| username | No | Username | |
| firstName | No | First name |