curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/resend-invite \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Resend an invitation to a member in an organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/resend-invite \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
OK
The response is of type object
.