Forum Discussion
Sophie70
Jul 22, 2022Copper Contributor
Logic App get members who have access at a specific CDL path
Hello, I have one logic app. The goal of it is to get the member emails of a specific CDL part. For example, in CDL if I have like path: 20_datastore/TEST. I would like to know the list of m...
GaryBushey
Jul 22, 2022Bronze Contributor
Can't you just use the split command to get what you need? https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#split
Sophie70
Jul 22, 2022Copper Contributor
Hello GaryBushey
Thank you for your answer but I think you didn't understand my issue.
Indeed, I need to have the users who have the access rights at a CDL path.
Thus, I think I need to use the azure active directory in order to have these informations.
But I'm not sure and I don't know really which command permits to have these informations from a logic app.