Find ObjectId of a user in Azure without module
I want to find ObjectId of a user, but I can't use Get-AzADUser module as I don't have privilege to install this module. Get-AzRoleAssignment, Get-AzContext is accessible to me Is there any other way to find ObjectId of a user…