API Reference
Reference for the REST API
Resend a pending invitation with a fresh expiration time.
cURL
curl --request POST \ --url https://api.xata.tech/organizations/{organizationID}/invitations/{invitationID}/resend \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "id": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a specific organization
Unique identifier for an invitation
Invitation resent successfully
Was this page helpful?