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 member email who have access at it (email address removed for privacy reasons, email address removed for privacy reasons)
I didn't find how to do that from my logic app. Could you help me please?
Thanks in advance for your help.
- GaryBusheyBronze ContributorCan'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
- Sophie70Copper 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.