# Create or update a single user Endpoint: POST /users Version: 0.9.0 Security: bearerAuth ## Request fields (application/json): - `id` (string) - `firstName` (string) - `lastName` (string) - `email` (string) - `organization` (object) Organization details - `organization.name` (string) ## Response 200 fields (application/json): - `success` (boolean) ## Response 400 fields ## Response 403 fields