Skip to main content
PUT
Upsert user invitations to a flow

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

flow_id
string<uuid>
required

Body

application/json

Request model for creating flow invitations.

user_ids
string<uuid>[]
required

List of user IDs to invite to the flow

Minimum array length: 1

Response

Users successfully invited/updated for the flow

Response model for bulk invitation creation/update.

flow_id
string<uuid>
required
invited_user_ids
string<uuid>[]
required
message
string
required
total_invitations
integer
required
skipped_user_ids
string<uuid>[]

User IDs that were skipped (not reviewer/publisher role)