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

UnlockUser overview

Unlock user command for PingOne CLI

Added in v0.0.1


Table of contents


utils

unlockUser

Command to unlock a user account in PingOne. Unlocks the user by setting account.canAuthenticate to true.

Signature

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

Added in v0.0.1