# Invite new user Sends network invitation email to specified email for the given network. Endpoint: POST /internal/invite Security: Authorization ## Request fields (application/json): - `network_id` (integer, required) Example: 3 - `email` (string, required) Example: "john.smith@cognitivesystems.com" ## Response 200 fields (application/json): - `id` (integer) Example: 1 - `network_id` (integer) Example: 3 - `email` (string) Example: "john.smith@cognitivesystems.com" - `created_at` (string) Example: "2020-10-06T18:57:59.181Z" - `updated_at` (string) Example: "2020-10-06T18:57:59.181Z"