Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi community,
I am working with a pipeline in Fabric to obtain the email list of the members of a security group. I have already configured the necessary web activities to obtain the token, generated through a service principal. This token is used in a "get_emails" activity to get the email list.
However, this "get_emails" activity requires creating a connection using the URL of the security group, but it doesn't work. Could you help me identify the problem and suggest solutions to correctly configure the connection?
im using this URL to get de list --> https://graph.microsoft.com/v1.0/groups/GroupID/members
This is the settings section for the "get_emails" activitie
Solved! Go to Solution.
Hi @liney_marcela ,
Thank you for reaching out to Microsoft Fabric Community.
@join(
select(activity('get_emails').output.value, 'mail'),
';'
)
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks & Regards,
Rekha,
CustomerSupportTeam.
Hi @liney_marcela ,
I hope this information provided is helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please accept it as a solution so other community members with similar problems can find a solution faster.
Thank you!!
Hi @liney_marcela ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If the responses has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @liney_marcela ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hello, I hope you are well.
I have been setting up a pipeline where I obtain a token and then access a security group. My goal is to retrieve the list of emails associated with that security group. However, the output of the activity brings a lot of information that I can't understand. I have added the "Content-Type" parameter to interpret the output, but it remains the same. I hope you can guide me to solve this issue. Thank you.
In the app, I have the GroupMember.Read.All permission, but I am not getting any information related to the security group members in the output of the activity. In this specific case, I want to obtain the email addresses. I would like to know if I need to add any specific headers or if I need another permission in the app to retrieve this information
Hi @liney_marcela ,
Thank you for reaching out to Microsoft Fabric Community.
@join(
select(activity('get_emails').output.value, 'mail'),
';'
)
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks & Regards,
Rekha,
CustomerSupportTeam.
Hi @liney_marcela ,
Thank you for reaching out to Microsoft Fabric Community.
Could you please provide us with the error detail so that we can look more into it and provide you the best solution possible.
Thanks,
Rekha,
Customer Support Team.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.