Hi @AVINASH
Thank you for posting this in Microsoft Q&A.
I understand that you are trying to search Azure API Connections under APIs my organization uses but it is not displayed there.
As mentioned in this document Configure the API permissions for your app manually
If you don't find the permissions under APIs my organization uses, run the following PowerShell commands as appropriate, and try again:
Install-Module -Name Microsoft.Graph
Connect-MgGraph -TenantId <your tenant ID>
New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections"
Hope this helps. Do let us know if you any further queries.
Thanks,
Navya.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.