Skip to main content
POST
/
api
/
v1
/
organizations
/
{organizationId}
/
team-invites
/
bulk
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/organizations/string/team-invites/bulk" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Path Parameters

organizationId
string
required

organizationId identifier

Body

application/json
emails
string<email>[]
required
Maximum array length: 50
role
enum<string>
required
Available options:
member,
admin,
owner
resend
boolean

Resend if a pending invite already exists for the email.

teamId
string | null

Response

Created successfully

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload