BulkDeleteUsers overview
Command for bulk deleting users from PingOne using CSV or JSON files.
Added in v0.0.1
Table of contents
utils
bulkDeleteUsersCommand
Command to bulk delete users from a CSV or JSON file containing user IDs.
Signature
export declare const bulkDeleteUsersCommand: Command.Command<
"bulk_delete_users",
OAuthService | FileSystem | HttpClient | CredentialService,
Error | ParseError | PlatformError,
{
readonly filePath: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
readonly format: "csv" | "json"
readonly confirm: boolean
readonly dryRun: boolean
readonly concurrency: number
}
>
Added in v0.0.1