I'm currently working on a Flow that adds members to an Office 365 Group/Team after an approval action. However, some members may not have Office 365 licenses yet and this causes the Flow to error out. Is there any way to check if a user is licensed before the Flow tries to add them to a Team? Is there a way to do this using an HTTP request rather than an Azure Function? Or, is there a pre-existing action that can do this?