Skip to main content Link Search Menu Expand Document (external link)

ResetPassword overview

Reset password command for PingOne CLI

Added in v0.0.1


Table of contents


utils

resetPassword

Command to initiate a password reset flow (admin-initiated) in PingOne.

This is an administrator-initiated password reset. PingOne will send a reset code/link to the specified email address. For self-service password recovery, use the recover_password command instead.

Signature

export declare const resetPassword: Command.Command<
  "reset_password",
  OAuthService | HttpClient | CredentialService,
  PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError | HttpBodyError,
  { readonly email: string; readonly environmentId: Option<string>; readonly pingoneToken: Option<Redacted<string>> }
>

Added in v0.0.1