Hi folks,
I want to initiate change request while creating a new accounts profile for a Specific user role. the user has role_initiate_change_request , role_worflow and role_api roles.
When I create a profile with this user. it generates a DCR but I'm unable to find it in Reltio inbox although i can retrieve the request using get DCR API. How to approve those DCRs via UI / API?
[
{
"uri":"configuration/entityTypes/Accounts",
"permissions":[
{
"role": "ROLE_READ_ONLY_ACCOUNT",
"access":["READ"]
},{
"role": "ROLE_READ_AND_WRITE_ACCOUNT",
"access":["READ","CREATE","UPDATE"]
},{
"role": "ROLE_INITIATE_CHANGE_REQUEST_ACCOUNT",
"access":["READ","INITIATE_CHANGE_REQUEST"]
},{
"role": "ROLE_DATA_STEWARD_ACCOUNT",
"access":["READ","UPDATE","ACCEPT_CHANGE_REQUEST"]
}
]
}
]
------------------------------
Sabarivasan U
OneTrust
------------------------------