Can custom attributes be edited on Azure AD b2c portal ?

Ronnie Kapoor 96 Reputation points
2021-07-09T09:34:14.62+00:00

Hi ,

Can custom attributes be edited on Azure AD b2c portal ?

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
0 comments No comments
{count} vote

Accepted answer
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2021-07-12T08:20:18.16+00:00

    Hi @Ronnie Kapoor · Thank you for reaching out. You cannot assign/edit value to custom attributes in Azure Portal.

    Values to custom attributes can be assigned by users either during signup or you can use profile editing user flow to assign/update the value of custom attribute.

    If, as an admin, you want to update the value of other users, you can use below graph call:

    Call:
    PATCH https://graph.microsoft.com/v1.0/users/object-id-of-the-user
    Body:
    {"extension_app-id-of-b2c-extension-app-without-hyphen_custom-attrib-name":"Value_to_be_assigned"}

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

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

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.