How to pass the values for core_auth_confirm_user

Re: How to pass the values for core_auth_confirm_user

by T K -
Number of replies: 5

Thanks so much, I will try this script.

BTW i am using Postman tool, would you know how to run this API endpoint via postman?

In reply to T K

Re: How to pass the values for core_auth_confirm_user

by Mihir J -
Hi Karishma

From the error in the screenshot, it looks like, there is an issue with the parameter that you are passing.
Can you post the complete url here with dummy username and secret, that way it will be easier to tell which parameter is having issue

thanks!
Mihir
In reply to Mihir J

Re: How to pass the values for core_auth_confirm_user

by T K -

I really think I am missing the correct parameters. Where is the secret password stored for this API?

In reply to T K

Re: How to pass the values for core_auth_confirm_user

by Steven Duncan-Brown -

Hello, maybe not an issue now but in case anyone else is looking for this answer...

The secret is created on user creation and stored in the user database table (in a field called secret). This secret would normally be part of a users confirmation email.

So for dev purposes, you would need to either get the secret from the email or directly from the database (I don't think they are displayed in the admin anywhere, but I could be wrong)