BulkExportUsers overview
Command for bulk exporting PingOne users to CSV or JSON files.
Added in v0.0.1
Table of contents
utils
bulkExportUsersCommand
Command to bulk export users to a CSV or JSON file.
Signature
export declare const bulkExportUsersCommand: Command.Command<
"bulk_export_users",
OAuthService | FileSystem | HttpClient | CredentialService | CacheService,
PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError | PlatformError,
{
readonly filePath: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
readonly format: "csv" | "json"
readonly filter: Option<string>
readonly limit: Option<number>
}
>
Added in v0.0.1