Nurama Developers
Invites

Resend an invite email to the invitee. (deprecated alias; use POST)

Re-sends the invitation email and refreshes the invite's expiry. Requires `canResendInvite` on the invite. Responds with an empty 200 body.

Deprecated

GET
/invites/resend/{inviteId}

Re-sends the invitation email and refreshes the invite's expiry. Requires canResendInvite on the invite. Responds with an empty 200 body.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

inviteId*string

Unique identifier of the invite to resend.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/invites/resend/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty