IDM REST API and Linked Systems

Hello

I need to return a list of external linked accounts for a managed user in IDM via the REST interface. But, when I run / search the user directly using the /managed/user/ it returns the user, but not the external accounts. But, when I view in the admin console, it shows the Linked Systems tab with the accounts. Is there a way to get this list with the user when running a search of the user via REST. For reference, this is in the admin and need to see / get access to the same via REST.

Thanks
Nick

Try this with <YOUR_???> being specific to your environment

curl ‘https://openam-<YOUR_TENANT>.forgeblocks.com/openidm/sync?_action=getLinkedResources&resourceName=managed/alpha_user/<YOUR_USER_ID>’
-X ‘POST’
-H ‘accept: application/json, text/javascript, /; q=0.01’
-H ‘accept-language: en-us’
-H ‘authorization: Bearer <YOUR_TOKEN>’
-H ‘cache-control: no-cache’
-H ‘content-length: 0’
-H ‘content-type: application/json’