I am trying to create new user in Azure Active Directoy,
New-MsolUser -UserPrincipalName username@domain.onmicrosoft.com -DisplayName "username" -FirstName "fname" -LastName "lname"
I am getting this error,
New-MsolUser : Access Denied. You do not have permissions to call this cmdlet.
Can anyone suggest what could be the problem?