ROLE REQUIRED FOR /ic/api/process/v1/tasks
Summary:
Hi Team,
I am trying to perform actions (APPROVE,REJECT,INFO_RQUESTED,REASSIN) on task using the REST API /ic/api/process/v1/tasks/213421
Payload:
{ "identities": [{ "id":"approver@domain.com","type":"user" }], "action": { "id":"APPROVE", "type":"CUSTOM" } }
It gives 401 Unauthorized error in Postman. Any roles/privileges required to perform the actions using the REST API?.
It works with servicer user/Common user which got Service Developer and few other roles assigned but it logs service user as the action performer on the task rather logging assignee.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0