Hub
Invite a User to a Hub
Invite a single user to join a hub by email. If the user already exists, they are added directly; otherwise, an invite is sent. Requires owner or admin permissions.
post/v1/hub/{hub_id}/invite
Path parameters
hub_idstring uuid required
The UUID of the hub to which the user is being invited
Request body
Response
User invited or added successfully
Example response
{
"data": "User added successfully"
}