Managing external identities to enable secure access for partners, customers, and other non-employees
Hey Jim, it sounds like you want to remove a user’s email (consumer account) from your Azure AD B2C tenant. Here’s how you can do that in the Azure portal:
- Sign in to the Azure portal (https://portal.azure.com/) with an administrator account that has access to your B2C tenant.
- In the upper-right corner, click your account name and then switch the directory to your B2C tenant.
- In the left-hand search bar, type “Azure AD B2C” and select the Azure AD B2C service.
- Under the Manage section, click Users (sometimes labeled “Consumer users”).
- In the list, find the user whose email (user) you want to remove.
- Select the checkbox next to that user, then click Delete at the top of the pane.
- Confirm the deletion when prompted.
That will permanently remove the consumer user (email account) from your B2C directory.
Hope this helps!
Reference list:
- Manage users in Azure AD B2C (add/delete) – delete a consumer user via portal https://docs.microsoft.com/azure/active-directory-b2c/manage-users-portal#delete-a-consumer-user
- Azure AD B2C overview and user flows https://docs.microsoft.com/azure/active-directory-b2c/overview
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.