Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » Add or delete users and set permissions in Azure AD
  • opsworks for automate blog
    How to setup Chef Automate on AWS Configuration Management Tool
  • windows sysinternals
    Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
  • Azure logo
    Microsoft Azure Active Directory: How to setup Azure AD Tenant AWS/Azure/OpenShift
  • WDS
    An error occurred while trying to start the Windows deployment services error 0x906 Windows Server
  • Trellix Invalid credential
    Fix unable to login to Trellix ePO with Windows authentication Windows Server
  • Featured image defaultStartPage
    Change the default start page for File Explorer on Windows 11 Windows
  • windows sign in options
    Sign-in options for Windows: Ditch Password for Enhanced Security Windows
  • LAPs on Windows Part of the OS
    How to configure Windows LAPS Windows

Add or delete users and set permissions in Azure AD

Posted on 06/07/202002/06/2023 Christian By Christian No Comments on Add or delete users and set permissions in Azure AD

In Azure Active Directory, user accounts are granted a set of default permissions. A user account in Azure depends on one or all of the following, type of user, role assignments, and their ownership of individual objects. See this guide for reasons to deploy AAD and how to set up an Azure AD Tenant. There are different types of user accounts in Azure AD. Each type has a level of access specific to the scope of work expected to be done under each type of user account. Administrators have the highest level of access, followed by the member user accounts in the Azure AD organization. Guest users have the most restricted level of access. Also, see the following article on how to add a custom domain in the Azure Active directory. In this article, you will learn how to Add or delete users and set permissions in Azure AD.

Follow the below steps to add new users or delete existing users from your Azure Active Directory organisation. To add or delete users you must be a User administrator or Global administrator.

1: Add a new user in Azure Active Directory

You can create a new user using the Azure Active Directory portal. Sign in to the Azure portal as a User administrator for the organisation. Lastly, select Azure Active Directory as shown below

This will open all user’s windows. Click on Users, and then select New User.

Note: In this way, you can also create a guest user.

This will open the New User Creation Window as shown below. Populate the new user dialog box as shown below

Screenshot 2020 07 06 at 23.33.26
Screenshot 2020 07 06 at 23.33.26
Screenshot 2020 07 06 at 23.35.23
Screenshot 2020 07 06 at 23.35.23

You can decide to add the Job title and department if you wish. Latly, click on create as shown above.

Note: You can assign a role to this new user from the new user creation window as shown above. To do this, we will have to change the Role from user to what so ever role we want. This brings us to the next sub-topic, Permissions and roles.

Permissions and roles in Azure AD

Azure AD uses permissions to help you control the access rights a user or group is granted. This is done through roles. Azure AD has many roles with different permissions attached to them. When a user is assigned a specific role, they inherit permissions from that role. For example, a user assigned to the User Administrator role can create and delete user accounts.

Note: Understanding when to assign the correct type of role to the right user is a fundamental and crucial step in maintaining privacy and security compliance. If the wrong role is assigned to the wrong user, the permissions that come with that role can allow the user to cause serious damage to an organization.

2 : Assign permission to a user in Azure AD

To assign a role to a user in Azure AD, follow the steps below.

- Click on Users
- then on All Users and
- Select the User you wish to assign permission to as shown below

This will open the user “tester” Profile. Scroll to the Assign role and click on it. Next, click on Add Assignment

This will open the directory roles as shown below. Select your desired role and click on add.

If the role assignment is successful, you will get a notification that it was successfully added.

In a similar fashion, you can also remove the role assignment for a user by clicking on the role and selecting “Remove Assignment”.

Note: In the Window above, you can also manage Azure User Group as well.

Three Popular roles in Azure Active Directory

Let's describe the popular three roles in Azure AD

A: Administrator roles

Administrator roles in Azure AD allow users elevated access to control who is allowed to do what. You assign these roles to a limited group of users to manage identity tasks in an Azure AD organisation. You can assign administrator roles that allow a user to create or edit users, assign administrative roles to others, reset user passwords, manage user licenses, and more.

If your user account has the User Administrator or Global Administrator role, you can create a new user in Azure AD by using either the Azure portal, the Azure CLI, or PowerShell.

B: Member users

A member user account is a native member of the Azure AD organisation that has a set of default permissions like being able to manage their profile information. When someone new joins your organisation, they typically have this type of account created for them.

Anyone who isn’t a guest user or isn’t assigned an administrator role falls into this type. A member user is meant for users who are considered internal to an organisation and are members of the Azure AD organisation.

C: Guest users

Guest users have restricted Azure AD organization permissions. When you invite someone to collaborate with your organization, you add them to your Azure AD organization as a guest user. Then you can either send an invitation email that contains a redemption link or send a direct link to an app you want to share. Guest users sign in with their own work, school, or social identities. By default, Azure AD member users can invite guest users. This default can be disabled by someone who has the User Administrator role.

Your organization might need to work with an external partner. To collaborate with your organization, these partners often need to have a certain level of access to specific resources. For this sort of situation, it’s a good idea to use guest user accounts.

3: Delete a user in Azure AD

Follow the steps below in order to delete a user in Azure AD. Open the Azure Active Directory. Search for and select the user you want to delete from your Azure AD tenant. For example, Tester! Select delete user as shown below.

When the user is deleted, it does not appear on the Users – All Users page anymore. The user can be seen on the Deleted Users page for the next 30 days and can be restored during that time.

I hope you found this blog post helpful on how to Add or delete users and set permissions in Azure AD. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure, Azure AD, Azure AD Tenant, Azure Domain Services, Microsoft Azure, Microsoft Azure Active Directory

Post navigation

Previous Post: How to add and verify a custom domain name to Azure Active Directory
Next Post: The password has expired, update your password and try again

Related Posts

  • image 81
    How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
  • Azure CI CD Pipeline
    CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core AWS/Azure/OpenShift
  • Azure App Service
    How to Restore Deleted Azure App Service Using PowerShell Automation
  • azure logo
    Azure CLI commands: How to use Azure Command-line Interface AWS/Azure/OpenShift
  • Veeam Backup for Microsoft Azure
    Set up Veeam Backup for Microsoft Azure AWS/Azure/OpenShift
  • Screenshot 2020 05 13 at 19.23.25
    AWS Command-Line Interface: How to configure AWS CLI [Part 1] AWS/Azure/OpenShift

More Related Articles

image 81 How to Deploy Dynamic Website to AWS EC2 AWS/Azure/OpenShift
Azure CI CD Pipeline CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core AWS/Azure/OpenShift
Azure App Service How to Restore Deleted Azure App Service Using PowerShell Automation
azure logo Azure CLI commands: How to use Azure Command-line Interface AWS/Azure/OpenShift
Veeam Backup for Microsoft Azure Set up Veeam Backup for Microsoft Azure AWS/Azure/OpenShift
Screenshot 2020 05 13 at 19.23.25 AWS Command-Line Interface: How to configure AWS CLI [Part 1] AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a
 
  • opsworks for automate blog
    How to setup Chef Automate on AWS Configuration Management Tool
  • windows sysinternals
    Sysmon from SysInternal: What is System Monitor and how to install and use it Windows Server
  • Azure logo
    Microsoft Azure Active Directory: How to setup Azure AD Tenant AWS/Azure/OpenShift
  • WDS
    An error occurred while trying to start the Windows deployment services error 0x906 Windows Server
  • Trellix Invalid credential
    Fix unable to login to Trellix ePO with Windows authentication Windows Server
  • Featured image defaultStartPage
    Change the default start page for File Explorer on Windows 11 Windows
  • windows sign in options
    Sign-in options for Windows: Ditch Password for Enhanced Security Windows
  • LAPs on Windows Part of the OS
    How to configure Windows LAPS Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,841 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.