Last updated 10 months ago
Was this helpful?
Resend an invitation to a member in an organization.
/api/organizations/{organizationId}/members/{memberId}/resend-invite
Organization ID
Member ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/resend-invite' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }