Skip to content

Re-send the invite email for a pending invite.

POST
/account/user_invites/{invite_id}/resend
curl --request POST \
--url https://api.siteqwality.com/account/user_invites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/resend \
--header 'Authorization: Bearer <token>'
invite_id
required
string format: uuid

Pending invite id (user_invites.id)

Invite email re-sent

Missing or invalid authentication

Caller lacks the owner or admin role, or email not verified

No pending invite with this id on the account

Internal server error