Retrieve (recording) device guid

Hi there, additionally to using FMOD, we’re using PlayFab for voice chat in our game and it supports the ability to choose the in/output devices. PlayFab expects a device context identifier which is based on the guid of the device. This should correspond to the guid as provided by WASAPI. From my understanding when using getDriverInfo or getRecordDriverInfo FMOD will return a guid for the device. However, I cannot seem to match this guid to any of the guids when going over the device details in device manager.

For example. FMOD returns the device guid + name: b468da79-a55f-b39e-7fed-0a826fb287c6 | Microphone (Arctis Nova Pro Wireless) Where according to Windows Device Manager the guid is actually: {9f6ed24c-3d58-46be-8dfe-67f47539806e}.

Is there any API available through FMOD so we can get the device guids as defined by WASAPI? Or would we have to implement WASAPI ourselves?