Skip to main content
POST
/
users
/
{userId}
/
resend-invite
Resend a user's invitation email
curl --request POST \
  --url https://api.eu.bronto.io/users/{userId}/resend-invite \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "success": true,
  "message": "Invitation email sent"
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

userId
string<uuid>
required

Unique identifier of the user to resend an invitation to

Response

Invitation resent successfully

success
boolean

Indicates whether the invitation email was resent successfully

Example:

true

message
string

Additional information about the resend attempt

Example:

"Invitation email sent"