Azure AD B2C: ObjectID insertion on create user

Muhammad Usman shaikh 66 Reputation points
2021-03-09T06:26:18.93+00:00

Hi,

doing migration from my identity server to azure ad b2c, but want to keep my identity server unique id into ObjectID attribute of azure ad b2c

can this be possible from microsoft graph api create request?

Azure Active Directory External Identities
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 55,541 Reputation points
    2021-03-15T08:00:25.83+00:00

    Hi @Muhammad Usman shaikh ·

    Users' Object IDs are immutable and read only, which means it can only be generated and assigned by B2C. You can not predefine/set/change it.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.