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

    Ssong

    @Ssong

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

    Ssong Unfollow Follow

    Latest posts made by Ssong

    • RE: "PUT api/user/verify-email?email={email}&sendVerifyEmail=true" returns the empty body

      @dan Thanks for your reply.
      As you suggested, I've tried PUT /api/user/verify-registration?applicationId={applicationId}&email={email}&sendVerifyRegistrationEmail=true

      It returns same an empty body and it doesn't send the email, either. 😧
      Screenshot 2020-10-06 at 23.58.53.png

      posted in Q&A
      S
      Ssong
    • "PUT api/user/verify-email?email={email}&sendVerifyEmail=true" returns the empty body

      Hi, I tried with workaround solution to set to email verified via API calls and I searched relevant questions and solutions but couldn't find right one.

      So, I've registered a user via /api/user/registration/ successfully and the email for verification is sent.

      "registration": {
             "insertInstant": 1602003962113,
             "lastLoginInstant": 1602003962115,
             "lastUpdateInstant": 1602003962113,
             "usernameStatus": "ACTIVE",
             "verified": true
         },
      "user": {
             "active": true,
             "verified": false
         }
      

      Secondly, I tried to get the email verification ID via API call to get resent verificationId - PUT /api/user/verify-email?email={{loginEmail}}&sendVerifyRegistrationEmail=true however, it returns the empty response and the email for verification isn't sent from this call.
      Screenshot 2020-10-06 at 17.50.51.png

      Can you give some tips to get verificatioId from API call?

      Thanks,

      posted in Q&A
      S
      Ssong