Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Is it possible to reopen the task via API call?

SJ_544
New Contributor III
New Contributor III

Hi Experts,

Is it possible to reopen the task via API call?. I am trying to use the {{url}}/ECM/{{path}}/updateTasks. But it's not working. If anyone has done this, please do let me know the approach.

Regards,
JS

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Reopen task is not supported from API. use Actionable report for same.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thanks rushikeshvartak. I am already using AA for reopen the task for certain things. But we are looking for API process to reopen the tasks. Anyway as this is not supported will create an Idea.

SJ_544
New Contributor III
New Contributor III

@rushikeshvartak - We can able to re-open the tasks via API. Here is the JSON.

{
"updateuser": "admin",
"taskKeyToUpdate": [
{
"taskid": "22445",
"status": "1"
}
]
}