Hi @David Beyda
When using the Microsoft Graph API to query GET /groups
, the results will not directly include Universal Security Groups (USGs) from on-premises Active Directory (AD). The Graph API primarily returns groups from Azure Active Directory (AAD).
If Universal Security Groups have been synchronized to AAD through the group writeback feature, these groups will appear as security groups in AAD. Therefore, when you query GET /groups
, you will see the corresponding entries in AAD, not the original groups from on-premises AD.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.