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 Email-
User ID-

Example Output

{
	"resetPasswordUrl": "string"
}

Workflow Library Example

Okta Enforce Password Reset

Preview this Workflow on desktop