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

UpdateUser overview

Update user command for PingOne CLI

Added in v0.0.1


Table of contents


utils

updateUser

Command to update a PingOne user with new data.

Signature

export declare const updateUser: Command.Command<
  "update_user",
  OAuthService | HttpClient | CredentialService,
  PingOneValidationError | PingOneAuthError,
  {
    readonly userId: string
    readonly jsonData: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
  }
>

Added in v0.0.1