azure ad B2C account type

testuser7 271 Reputation points
2022-06-07T16:43:35.453+00:00

Hello,

As we know, in B2C we can have work-account and consumer-account.

in my B2C tenant, if I create two user-accounts from the portal, a work-account and a consumer-account, as you know both are standard users of the tenant with password.
They are not guest users.

So I want to know, how do I find out from the portal OR from the graph-attribute in the user-profile the account type of this user ??

Thanks.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,652 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,559 questions
{count} votes

Accepted answer
  1. James Hamil 21,851 Reputation points Microsoft Employee
    2022-06-07T21:47:09.083+00:00

    Hi @testuser7 , thank you for your question. If I understand correctly, you're looking to find the account type? In MS Graph you can use the creationType property for this. Unfortunately you cannot view this in the portal, only with Graph for now.

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,
    James


1 additional answer

Sort by: Most helpful
  1. testuser7 271 Reputation points
    2022-06-10T16:00:50.427+00:00

    Just one point to confirm.

    the value of "creationType" would be "LocalAccount" when the use is Azure Active Directory B2C tenant user i.e., consumer.

    Would it be always "LocalAccount" no matter how this consumer account created ?
    If the consumer signed up through his Facebook , would creationType still show us "LocalAccount" ??

    I think it should. Just wanted to confirm.

    Thanks.

    0 comments No comments