Is there any API(v3 or beta) available to reset password of an identity?
There is one I can see but it is asking for accountid and sourceId.
I want an API who can reset the password of a user like we do it from UI.
Is there any API(v3 or beta) available to reset password of an identity?
There is one I can see but it is asking for accountid and sourceId.
I want an API who can reset the password of a user like we do it from UI.
Hi @Amrit1897
Have a look at this, when you mean password reset, so an email for the password reset should be sent.
Hence this api call should work for you.
Thanks, letme know if this helps ![]()
I want password to be reset directly via an API.
Here getting email and using URL which is there in email to rest password will be a manual activity.
I dont think there’s any public api endpoint known for this situation, where just a password reset will be applied for the identity but no email should be sent!
I assume that on certain lifecycle state you are trying to reset the password so that the end user cannot access the ISC account.
In order to achieve that you can stop email template from getting triggered on certain lifecycle state or any other attribute that determines that “a password reset should be applied but the email should not be sent”.
Do you want to supply the password in API call ?
(or)
you want password to be generated ?
(or)
you want to scramble the password ?
I want to set a password that we give in the API call to the user or supply the password in the API call.
AFAIK, there is no such Password generation in IDN, you can only send Password Reset link to the mail to set the password manually.
But at the end, once user enter the Password, there should be some API that accepts the entered password, if you know that API call, you can generate Password and send it to the API call. We don’t know that API call.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.