You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/how-to-create-delete-users.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,39 @@ When you invite an external guest user by sending an email invitation, you can c
159
159
160
160

161
161
162
+
## Add other users
163
+
164
+
There might be scenarios in which you want to manually create consumer accounts in your Azure Active Directory B2C (Azure AD B2C) directory. For more information about creating consumer accounts, see [Create and delete consumer users in Azure AD B2C](../../active-directory-b2c/manage-users-portal.md).
165
+
166
+
If you have an environment with both Azure Active Directory (cloud) and Windows Server Active Directory (on-premises), you can add new users by syncing the existing user account data. For more information about hybrid environments and users, see [Integrate your on-premises directories with Azure Active Directory](../hybrid/whatis-hybrid-identity.md).
167
+
168
+
## Delete a user
169
+
170
+
You can delete an existing user using Azure portal.
171
+
172
+
- You must have a Global Administrator, Privileged Authentication Administrator, or User Administrator role assignment to delete users in your organization.
173
+
- Global Administrators and Privileged Authentication Administrators can delete any users including other administrators.
174
+
- User Administrators can delete any non-admin users, Helpdesk Administrators, and other User Administrators.
175
+
- For more information, see [Administrator role permissions in Azure AD](../roles/permissions-reference.md).
176
+
177
+
To delete a user, follow these steps:
178
+
179
+
1. Sign in to the [Azure portal](https://portal.azure.com/) using one of the appropriate roles.
180
+
181
+
1. Go to **Azure Active Directory** > **Users**.
182
+
183
+
1. Search for and select the user you want to delete from your Azure AD tenant.
184
+
185
+
1. Select **Delete user**.
186
+
187
+

188
+
189
+
The user is deleted and no longer appears on the **Users - All users** page. The user can be seen on the **Deleted users** page for the next 30 days and can be restored during that time. For more information about restoring a user, see [Restore or remove a recently deleted user using Azure Active Directory](active-directory-users-restore.md).
190
+
191
+
When a user is deleted, any licenses consumed by the user are made available for other users.
192
+
193
+
>[!Note]
194
+
>To update the identity, contact information, or job information for users whose source of authority is Windows Server Active Directory, you must use Windows Server Active Directory. After you complete the update, you must wait for the next synchronization cycle to complete before you'll see the changes.
162
195
## Next steps
163
196
164
197
*[Learn about B2B collaboration users](../external-identities/add-users-administrator.md)
0 commit comments