Resend
Resend the user invite
Authorizations
Path parameters
userIdstringRequired
The ID of the user
Body
Refer to the /schemas/user endpoint for the full JSON Schema definition
emailstring · emailRequired
firstNamestringRequired
lastNamestringRequired
timezonestringOptional
userTypestringOptional
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
put
PUT //users/{userId}/resend HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 205
{
"email": "[email protected]",
"firstName": "text",
"lastName": "text",
"timezone": "text",
"userType": "text",
"access": {
"startDate": "2025-09-16",
"endDate": "2025-09-16",
"preventDownload": "no",
"restrictProjects": "no"
}
}
{}