1. Docs
  2. API Reference
  3. ApiIdentityInviteResendResponseDto

The ApiIdentityInviteResendResponseDto object

Example

{
  "message": "string",
  "accept_url": "string"
}

Properties

  • messagestring*
  • accept_urlstring*

    Tokenized URL for the regenerated invite. Resend rotates the token, which invalidates any accept_url returned from the original create call. Self-delivery callers must replace the stored URL with this one.