# Create user This can only be done by the logged in user. Endpoint: POST /user Version: 1.0.20-SNAPSHOT ## Request fields (application/json): - `id` (integer) Example: 10 - `username` (string) Example: "theUser" - `firstName` (string) Example: "John" - `lastName` (string) Example: "James" - `email` (string) Example: "john@email.com" - `password` (string) Example: 12345 - `phone` (string) Example: 12345 - `userStatus` (integer) User Status Example: 1 ## Response default fields (application/json): - `id` (integer) Example: 10 - `username` (string) Example: "theUser" - `firstName` (string) Example: "John" - `lastName` (string) Example: "James" - `email` (string) Example: "john@email.com" - `password` (string) Example: 12345 - `phone` (string) Example: 12345 - `userStatus` (integer) User Status Example: 1