How to include identity provider links in the export of "get users" Admin CLI command

This piece of json is missing from what is delivered by running the get users command (kcadm.sh get users…), but I can see “federatedIdentities” json element when selecting the “Identity Providers Links” tab when viewing a user record inside the admin console web interface.

Is there anyway to include identity provider links in the export of get users admin-cli command?

Thank you!
-Benjamin

Just to follow-up - it looks like I can get this information on an individual user basis. That is “federatedIdentities” json element is included when I run the following:

kcadm.sh get users/da9d38ea-ad33-40d1-bea0-b9e3b56cb06b

but not when I query all user information:

kcadm.sh get users

I’ll query for all users and then make addition user specific queries to get the federatedIdentities.

Thanks.