Skip to main content
POST
Resend workspace invite
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

inviteId
string
required

Invitation identifier

Body

application/json
message
string

Optional custom message that replaces the previous invite message

Example:

"Reminder: please accept your invite before onboarding."

redirectUrl
string

Optional override for the activation redirect URL

Example:

"https://app.royalti.io/email/activate"

Response

Invitation resent successfully

message
string