curl "https://api.hitler.app/api/users/user-uuid-123" \ -H "Authorization: Bearer YOUR_TOKEN"
{ "id": "user-uuid-123", "email": "john@acme.com", "name": "John Doe", "role": "employee", "isActive": true, "preferences": {}, "organizationId": "org-uuid", "createdAt": "2024-01-10T15:30:00.000Z" }
Get user details by ID
employee
manager
admin