Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
liney_marcela
Frequent Visitor

Issues configuring a pipeline in Fabric to obtain the email list of a security group

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?

liney_marcela_0-1744073779313.png

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

liney_marcela_1-1744073880178.png

 

 

1 ACCEPTED 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.

View solution in original post

7 REPLIES 7
v-sathmakuri
Community Support
Community Support

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!!

v-sathmakuri
Community Support
Community Support

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.

v-sathmakuri
Community Support
Community Support

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.

liney_marcela
Frequent Visitor

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.

 

liney_marcela_0-1744137828897.png

liney_marcela_1-1744137860555.png

 

 

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.

v-sathmakuri
Community Support
Community Support

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.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors