Please enable JavaScript.
Coggle requires JavaScript to display documents.
Okta Password Reset - Coggle Diagram
Okta Password Reset
[Bot checks user role for Admin]
{yourOktaDomain}/api/v1/users
{yourOktaDomain}/api/v1/users/{userID}/roles
[Is SUPER_ADMIN]
Provide user's email to reset password:
[Single Input text line- Mandatory]
<btn> Proceed
[Proceed]
[BOT calls API to check user]
{url}/api/v1/users?search=profile.email%20eq%20%22{email}%22
[email Found]
[Email Not Found]
[Email] not Found.
Retry?
<Yes> <No>
[Yes]
[No]
Anything else?
[Isnt SUPER_ADMIN]
Do you want Password reset in link or via mail?
<Link><Email>
[Link]
[Bot calls API]
{url}/api/v1/users/{userID}/lifecycle/reset_password?sendEmail=false
[API Success]
Below is the URL, please click on it to reset:
[resetPasswordUrl]
[API Failure]
Looks like there was some problem,
I have notified support team about this
Anything else?
[Mail]
[Bot calls API]
{url}/api/v1/users/{userID}/lifecycle/reset_password?sendEmail=true
[API Success]
Password reset mail has been triggered