User Details
Users
User Details
This endpoint gets a user’s details.
Endpoint: https://cashboard-f5x2.onrender.com/user/:id
Path Parameter: User’s UUID
The response body is a JSON object that returns the new user. The user object contains the following properties:
- username(string) - the user’s username
- email(string) - the user’s email
- password(string) - the user’s password
- currency(string) - the user’s currency
- accounts(array) - all the user’s accounts
- income(array) - all the user’s income sources
- expenses(array) - all the user’s expenses
- savings(array) - all the user’s saving goals
- investments(array) - all the user’s investments
- reports(array) - all the user’s reports
- transactions(array) - all the user’s transactions
GET
User Details
Path Parameters
required
Response
OK
The response is of type object.

