# Create Pending Invitation Sends an invite email to the provided list, the link in the email should take the invited users to the app, where they can create an account. NOTE: Only the network owner may send Network Member Invites. Endpoint: POST /member_invites ## Request fields (application/json): - `network_id` (string, required) - `emails` (array, required) ## Response 201 fields (application/json): - `failed_emails` (array)