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

ParameterDescription
Send EmailWhen checked, send an email to the user with a password reset link.
User IDAn ID, login, or login shortname of an existing Okta user.

Example Output

{
	"resetPasswordUrl": "string"
}

Workflow Library Example

Okta Enforce Password Reset

Preview this Workflow on desktop