Resend the user invite
The ID of the user
Refer to the /schemas/user endpoint for the full JSON Schema definition
PUT //users/{userId}/resend HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 207 { "email": "name@gmail.com", "firstName": "text", "lastName": "text", "timezone": "text", "userType": "text", "access": { "startDate": "2025-04-30", "endDate": "2025-04-30", "preventDownload": "yes", "restrictProjects": "yes" } }
successful operation
{}