Resend the user invite
/users/{userId}/resend
The ID of the user
curl -L \ --request PUT \ --url 'https://api.ecosuite.io//users/{userId}/resend' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"email":"hello@example.com","firstName":"text","lastName":"text","access":{"preventDownload":"no","restrictProjects":"no"}}'
{}