question

RonnieKapoor-4055 avatar image
0 Votes"
RonnieKapoor-4055 asked amanpreetsingh-msft answered

Can custom attributes be edited on Azure AD b2c portal ?

Hi ,

Can custom attributes be edited on Azure AD b2c portal ?

azure-ad-b2c
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
1 Vote"
amanpreetsingh-msft answered

Hi @RonnieKapoor-4055 · 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.