# Show Users Get basic user information Endpoint: GET /users/{id} Security: Authorization ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `id` (integer) Example: 98 - `username` (string) - `email` (string) Example: "test@cognitivesystems.com" - `first_name` (string) Example: "Cognitive" - `last_name` (string) Example: "Systems" - `created_at` (string) Example: "2021-04-12T21:04:19.647Z" - `updated_at` (string) Example: "2021-04-12T21:04:38.403Z" - `confirmed_at` (string,null) Example: "2021-04-12T21:04:38.403Z"