Resend a pending organization invitation
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Path Parameters
id*string
Length
1 <= length <= 255Header Parameters
idempotency-key*string
Caller-generated key for one logical email-staging occurrence
Match
^[A-Za-z0-9._:-]+$Length
8 <= length <= 200Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/invitations/string/resend" \ -H "idempotency-key: stringst"{ "delivery_id": "string", "status": "staged"}Found something wrong? Help us improve this page.