Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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 DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop