Send a reset password link

Sends an email that includes a link for resetting a password.

Form Data
string

Access token returned following authentication or registration.

string

Unique identifier of the API client that authenticated the operation. This client must be configured with the login_client feature, which gives it permission to use login and registration-based API endpoints.

string

Name of the flow configured for the desired login or registration experience.

string

Version number of the flow specified by the flow member..

string

Name of the form used for user profile updates.

string

Names of any other fields assigned to a profile management form. Each field needs be passed as a separate member. Use the field name as the key and the user input as the key value. The default editProfileForm includes emailAddress, firstName, lastName, and displayName as required fields.

string
Defaults to en-US

Language code to use for the profile management experience. This member determines the language for any error messages returned to you and for any emails sent by Akamai to users.

string

Either the redirect URL used to obtain an authorization code or the redirectUri setting configured in a JavaScript SDK-based implementation. Required only when the grant_type is set to authorization_code

Responses

Language
Authentication
URL