Resends an existing invitation email to the invited user, typically when the original email was missed or expired.
id (guid, required) — Unique identifier of the invitation to resend.model (UserInvitationResendCommandRequest, required) — Resend options including:
extendExpiration (bool, optional) — Whether to extend the expiration date.message (string, optional) — Optional updated personalized message.UserInvitationResendCommandResponse indicating whether the email was resent successfully.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the invitation to resend.
The resend request containing optional updated message or settings.
Base structure for command requests that modify data. Represents the command to resend a previously issued invitation.
The link that recipients can use to rejoin the platform.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after resending an invitation.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null