Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item$ApprovalItemId="1211bcaa32112bcef6122adb21cef1ac"# String | The ID of the approval item.# Approve an Approval Itemtry{Approve-BetaApprovalItem-BetaId$Id-BetaApprovalItemId$ApprovalItemId# Below is a request that includes all optional parameters# Approve-BetaApprovalItem -BetaId $Id -BetaApprovalItemId $ApprovalItemId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Approve-BetaApprovalItem"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item# Bulk approve Approval Itemstry{Approve-BetaApprovalItemsInBulk-BetaId$Id# Below is a request that includes all optional parameters# Approve-BetaApprovalItemsInBulk -BetaId $Id }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Approve-BetaApprovalItemsInBulk"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item# Complete a Work Itemtry{Complete-BetaWorkItem-BetaId$Id# Below is a request that includes all optional parameters# Complete-BetaWorkItem -BetaId $Id }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Complete-BetaWorkItem"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
401
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
ListAccessModelMetadataAttribute401Response
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
429
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
ListAccessModelMetadataAttribute429Response
500
Internal Server Error - Returned if there is an unexpected error.
ErrorResponseDto
HTTP request headers
Content-Type: application/json
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item$WorkItemForward=@"{
"targetOwnerId" : "2c9180835d2e5168015d32f890ca1581",
"comment" : "I'mgoingonvacation.",
"sendNotifications" : true
}"@# Forward a Work Itemtry{$Result=ConvertFrom-JsonToWorkItemForward-Json$WorkItemForwardInvoke-BetaForwardWorkItem-BetaId$Id-BetaWorkItemForward$Result# Below is a request that includes all optional parameters# Invoke-BetaForwardWorkItem -BetaId $Id -BetaWorkItemForward $WorkItemForward }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Invoke-BetaForwardWorkItem"Write-Host$_.ErrorDetails}
Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
Query
Count
Boolean
(optional) (default to $false)
If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used. See V3 API Standard Collection Parameters for more information.
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$OwnerId="MyOwnerId"# String | The id of the owner of the work item list being requested. Either an admin, or the owning/current user must make this request. (optional)$Limit=250# Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)$Offset=0# Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)$Count=$true# Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)# Completed Work Itemstry{Get-BetaCompletedWorkItems# Below is a request that includes all optional parameters# Get-BetaCompletedWorkItems -BetaOwnerId $OwnerId -BetaLimit $Limit -BetaOffset $Offset -BetaCount $Count }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaCompletedWorkItems"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$OwnerId="MyOwnerId"# String | ID of the work item owner. (optional)# Count Completed Work Itemstry{Get-BetaCountCompletedWorkItems# Below is a request that includes all optional parameters# Get-BetaCountCompletedWorkItems -BetaOwnerId $OwnerId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaCountCompletedWorkItems"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$OwnerId="MyOwnerId"# String | ID of the work item owner. (optional)# Count Work Itemstry{Get-BetaCountWorkItems# Below is a request that includes all optional parameters# Get-BetaCountWorkItems -BetaOwnerId $OwnerId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaCountWorkItems"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="MyId"# String | ID of the work item.$OwnerId="MyOwnerId"# String | ID of the work item owner. (optional)# Get a Work Itemtry{Get-BetaWorkItem-BetaId$Id# Below is a request that includes all optional parameters# Get-BetaWorkItem -BetaId $Id -BetaOwnerId $OwnerId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaWorkItem"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$OwnerId="MyOwnerId"# String | ID of the work item owner. (optional)# Work Items Summarytry{Get-BetaWorkItemsSummary# Below is a request that includes all optional parameters# Get-BetaWorkItemsSummary -BetaOwnerId $OwnerId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaWorkItemsSummary"Write-Host$_.ErrorDetails}
Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
Query
Count
Boolean
(optional) (default to $false)
If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used. See V3 API Standard Collection Parameters for more information.
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Limit=250# Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)$Offset=0# Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)$Count=$true# Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)$OwnerId="MyOwnerId"# String | ID of the work item owner. (optional)# List Work Itemstry{Get-BetaWorkItems# Below is a request that includes all optional parameters# Get-BetaWorkItems -BetaLimit $Limit -BetaOffset $Offset -BetaCount $Count -BetaOwnerId $OwnerId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Get-BetaWorkItems"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item$ApprovalItemId="1211bcaa32112bcef6122adb21cef1ac"# String | The ID of the approval item.# Reject an Approval Itemtry{Deny-BetaApprovalItem-BetaId$Id-BetaApprovalItemId$ApprovalItemId# Below is a request that includes all optional parameters# Deny-BetaApprovalItem -BetaId $Id -BetaApprovalItemId $ApprovalItemId }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Deny-BetaApprovalItem"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: Not defined
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item# Bulk reject Approval Itemstry{Deny-BetaApprovalItemsInBulk-BetaId$Id# Below is a request that includes all optional parameters# Deny-BetaApprovalItemsInBulk -BetaId $Id }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Deny-BetaApprovalItemsInBulk"Write-Host$_.ErrorDetails}
Client Error - Returned if the request body is invalid.
ErrorResponseDto
403
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
ErrorResponseDto
404
Not Found - returned if the request URL refers to a resource or object that does not exist
ErrorResponseDto
HTTP request headers
Content-Type: application/json
Accept: application/json
Example
$Id="ef38f94347e94562b5bb8424a56397d8"# String | The ID of the work item$RequestBody=@{key_example=}# System.Collections.Hashtable | Account Selection Data map, keyed on fieldName# Submit Account Selectionstry{$Result=ConvertFrom-JsonToRequestBody-Json$RequestBodySubmit-BetaAccountSelection-BetaId$Id-BetaRequestBody$Result# Below is a request that includes all optional parameters# Submit-BetaAccountSelection -BetaId $Id -BetaRequestBody $RequestBody }catch{Write-Host$_.Exception.Response.StatusCode.value__"Exception occurred when calling Submit-BetaAccountSelection"Write-Host$_.ErrorDetails}