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

LockUser overview

Lock user command for PingOne CLI

Added in v0.0.1


Table of contents


utils

lockUser

Command to lock a user account in PingOne. Locks the user by setting account.canAuthenticate to false.

Signature

export declare const lockUser: Command.Command<
  "lock_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