I have gathered the tenantid, but I want to convert this to the tenant name. I am using Logic Apps by the way. The tenant name (FDQN) I want to save into a variable.
Is there any way to do this?
Situation:
- From Sentinel I get the Subscription ID from the tenant. I will save this subscription ID into a variable.
- From another playbook that gets the tenant ID by providing the subscription ID from Sentinel.
- The final step would be having that tenant ID and translate/convert it into the FDQN of the tenant. But I do not have the code for that. Also I want to know if it can be found without authenticating. Else I have to find an alternative.