I have an Azure Payg account but can't add users (only guests)

Mor Cohen Tal 0 Reputation points
2023-06-30T17:45:38.06+00:00

Hi,

I just converted from a free account to a payg account and tried to add additional users to our account but adding new users is greyed out (only allows to add guests). Also, it seems like I am a member (not an admin) and we have no admin on the account?
How can we set an admin? Or invite additional member users?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,937 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 20,376 Reputation points Microsoft Employee
    2023-07-06T04:49:24.96+00:00

    @Mor Cohen Tal

    To add any new accounts to Azure AD you need to have appropriate roles assigned to user who signs in to Azure portal.

    If you are a normal user in the Azure AD then you will not have permissions to add any new user.

    This task can be performed by Global administrator.

    To know Global administrator of your tenant you can follow below steps,

    • Open Windows PowerShell as administrator.
    • Run command “Install-Module azuread”
    • Once installed you can run command “Connect-AzureAD” and enter user credentials once it asks for.
    • Once you login, you can run command “Get-AzureADDirectoryRole”.
    • From the output you can copy the object ID of Global administrator
    • Run command “Get-AzureADDirectoryRoleMember -ObjectId "Paste the object ID of global admin that was copied earlier"
    • You will get the list of users with global admin role assigned.

    Now you can contact any global admin from the list and ask them to assign an admin role to you. Or you can ask global admin to add a new account that you were trying to add in Azure AD.

    Do let me know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.