Solved
Forum Discussion
Thank you for your reply. I'm trying to do the following.
Step1: Retrieve encrypted user ref id from below url
GET https://my-url.com/api/~?userId=person1
Response body:
{
“refId” : “encryptedUId”
}
Step2: Encode the above output “encryptedUId” and store it in a csv data sheet.