Your UX is waiting ...interact, engage, explore in Las Vegas at CloudWorld 2023

Learn more
Help Extract email id with ; delimited from PCS REST API — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Help Extract email id with ; delimited from PCS REST API

Received Response
51
Views
3
Comments
edited Mar 16, 2017 7:00AM in Process Automation 3 comments

Summary

Help Extract email id with ; delimited from PCS REST API

Content

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",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!