Get-PASAccountImportJob

Get-PASAccountImportJob

SYNOPSIS

Gets the status of bulk account upload jobs performed by the user.

SYNTAX

Get-PASAccountImportJob [-id <String>] [<CommonParameters>]

DESCRIPTION

Returns the result of all bulk account upload jobs, or an individual job identified by it’s ID.

Once the upload has finished, the API returns the result.

The result contains a list of all the accounts that succeeded or failed to upload.

EXAMPLES

EXAMPLE 1

Get-PASAccountImportJob

Returns status details of user’s account upload jobs

EXAMPLE 2

Get-PASAccountImportJob -id 4

Returns status details of user’s account upload job with id of 4

PARAMETERS

-id

The identifier for the bulk account upload.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

https://pspas.pspete.dev/commands/Get-PASAccountImportJob

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Get-all-bulk-account-uploads-for-user-v10.htm

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Get-bulk-account-upload-result-v10.htm