Reset Password
Generates a one-time token (OTT) that can be used to reset a user's password. The OTT link can be automatically emailed to the user or returned to the API caller and distributed using a custom flow.
External Documentation
To learn more, visit the Okta documentation.
Parameters
Parameter | Description |
---|---|
Send Email | - |
User ID | - |
Example Output
{
"resetPasswordUrl": "string"
}
Workflow Library Example
Preview this Workflow on desktop