Collect manager and extension attributes from Azure AD

Hello

I am trying to configure an Azure AD MS Graph Identity Collector - Template Version 4.2.0 identity collector. Is there a way to configure the collector to configure in order to bring specific attributes through Azure Graph API? We need to collect information related to the manager and some extension attributes associated to the users.

I understand that by default the manager information is not return by default when you make a query to graph.microsoft.com/.../users, so I think that we can specify some parameters like the next example: https://graph.microsoft.com/v1.0/users?$select=id,displayName,mail,extensionAttributeA&$expand=manager($select=id,displayName,mail,jobTitle).

Do you know if there is way to configure these parameters so that the request is sent like this? If not, is there a way to configure the collector to get these attributes?