Help Extract email id with ; delimited from PCS REST API
Summary
Help Extract email id with ; delimited from PCS REST APIContent
Hi,
Help me extract email ids in Oracle Process Cloud Service to send notification
Used PCS REST API to get all users belonging to a application role: /identities/role/{roleid}?appId=OracleBPMProcessRolesApp
Reponse Json Abstract:
"id": "roleName",
"type": "approle",
"email": "",
"participants": {
"hasMore": false,
"items": [{
"levels": 0,
"id": "[email protected]",
"type": "user",
"email": "[email protected]",
"firstName": "myfirstname",
"lastName": "mylastname",
"country": "US",
"language": "en",
"adminFlag": false,
"reportees": {
"hasMore": false,
"items": []
}
}, {
"levels": 0,
"id": "[email protected]",
"type": "user",
"email": "[email protected]",
"firstName": "yourfirstname",
"lastName": "yourlastname",
"country": "US",
"language": "en",