FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. maxim.kremenev
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    maxim.kremenev

    @maxim.kremenev

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    maxim.kremenev Unfollow Follow

    Latest posts made by maxim.kremenev

    • RE: /api/user/verify-email doesn't resend the verification email

      Happy Friday! The API that you have listed is only for simply marking users as "email-verified." (see here)

      But according to documentation, it is about to resend the email

      2df4845a-94cd-4372-ac71-13e5ec61b23d-image.png

      New users receive emails about verification, but I want to make a button in my application to resend this email, and right now I see 200 responses with an empty body.

      posted in Q&A
      M
      maxim.kremenev
    • /api/user/verify-email doesn't resend the verification email

      I'm trying to use /api/user/verify-email to resend the activation email, but nothing happens.

      When I call this method, I got 200 response code and an empty body

      PUT https://example.com/api/user/verify-email?email=me%40example.com
      

      When setting the Authorization header, I got JSON with verificationId but again, no emails were sent.

      posted in Q&A
      M
      maxim.kremenev