<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00009QbHkXSAVOkta Classic EngineIntegrationsAnswered2024-03-25T17:51:46.000Z2020-09-22T02:41:32.000Z2020-09-29T07:44:06.000Z
Using Okta expire_password operation with tempPassword=true flag, will okta sends the temp password to the user via email for login and change it.

I'm using the below API to generate the temporary password. Its returns the password in response.

Is it possible to send the generated password to user via email by OKTA?

 

`${config.okta.b2cUrl}api/v1/users/${oktaId}/lifecycle/expire_password?tempPassword=true`;

 


This question is closed.
Loading
Using Okta expire_password operation with tempPassword=true flag, will okta sends the temp password to the user via email for login and change it.