Hub
Resend an Invite to a User for a Hub
Resend an invitation to a user for a hub. This is applicable for both new users and existing users who have previously been invited. Requires owner or admin permissions.
post/v1/hub/{hub_id}/invite/{invite_id}
Path parameters
hub_idstring uuid required
The UUID of the hub for which the invite is being resent
invite_idstring uuid required
The UUID of the invite to be resent
Response
Invite successfully resent
Example response
{
"data": "Invite successfully resent!"
}