{
"userIds": [
1648,
1649
]
}
curl --location --request PUT 'https://api.shorterloop.com/api/idea-manager/bulk-resend-invitation' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
1648,
1649
]
}'
{
"success": true,
"message": "Invitation mail(s) resent.",
"invitations": [
{
"success": true,
"userId": 1648
},
{
"success": true,
"userId": 1649
}
]
}