v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Hub

Invite Multiple Users to a Hub

Invite multiple users to join a hub, by email. If users already exist, they are added directly, otherwise, an invite is sent. Requires owner or admin permissions.

post/v1/hub/{hub_id}/invite-multiple

Path parameters

hub_idstring uuid required

The UUID of the hub to which users are being invited

Request body

emailsstring[]
tagsstring[]
projectRole'member' | 'admin' | 'owner'

Response

Users invited successfully

metadataobject
datastring

Example response

{
  "data": "Users added successfully"
}