
gjorgenson (Customer) to rsaSFDCadmin (RSA): asked a question.
Unable to Collect Group Owner through Generic REST Collector - Azure AD
We would like to be able to collect Group Owners from groups in Azure AD. We
current can't do this as there is no option to do so in the Generic REST
collector template.
In the collector template, only these options can be selected:

The problem here being that to get the group owners from Azure AD, the URL you
query is different from the one you use to collect the groups. The only place
you can populate attributes to map collector attributes to group attributes is
on the Groups page. So, there is no way to pull owners from the Groups page as
you are already just collecting the groups, and you can't create a second
collector to do this since you'll run into the same issue. The other subpages
are also specific and don't look like they can be modified to fit this need.
Group URL ex:<https://graph.microsoft.com/v1.0/groups/>
Owner URL ex:<https://graph.microsoft.com/v1.0/groups/$GroupID/owner>
Can someone tell me if I'm missing something or if I need to open an RFE?
Thanks!
current can't do this as there is no option to do so in the Generic REST
collector template.
In the collector template, only these options can be selected:

The problem here being that to get the group owners from Azure AD, the URL you
query is different from the one you use to collect the groups. The only place
you can populate attributes to map collector attributes to group attributes is
on the Groups page. So, there is no way to pull owners from the Groups page as
you are already just collecting the groups, and you can't create a second
collector to do this since you'll run into the same issue. The other subpages
are also specific and don't look like they can be modified to fit this need.
Group URL ex:<https://graph.microsoft.com/v1.0/groups/>
Owner URL ex:<https://graph.microsoft.com/v1.0/groups/$GroupID/owner>
Can someone tell me if I'm missing something or if I need to open an RFE?
Thanks!
expansion options are used.
# Query Paramters
$expand --> owners($select=displayName,userPrincipalName,employeeId)
$select --> id,displayName,description,owners
Expansion options are expensive and will result in slow response times from
the Graph API and hence longer collection times