v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
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

metadataobject
datastring

Example response

{
  "data": "Invite successfully resent!"
}