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!"
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲