Skip to main content

BulkReassignRequestDTO

Properties

NameTypeDescriptionNotes
ApprovalIds[]StringArray of Approval IDs to be bulk reassigned[optional]
CommentStringOptional comment to include with the bulk reassignment request[optional]
ReassignFromStringIdentity ID from which the approval requests are being reassigned[optional]
ReassignToStringReassignTo signifies the Identity ID that the approval request is being reassigned to[optional]

Examples

  • Prepare the resource
$BulkReassignRequestDTO = Initialize-V2025BulkReassignRequestDTO  -ApprovalIds [38453251-6be2-5f8f-df93-5ce19e295837, 38453251-6be2-5f8f-df93-5ce19e295838] `
-Comment Bulk reassignment by admin `
-ReassignFrom 12353251-6be2-5f8f-df93-5ce19b6e5837 `
-ReassignTo 32454251-6ce2-5d8f-df93-5ce19e295238
  • Convert the resource to JSON
$BulkReassignRequestDTO | ConvertTo-JSON

[Back to top]