Home > database >  how to update users custom attribute from my azure ad b2c using python
how to update users custom attribute from my azure ad b2c using python

Time:11-04

I need to update the user custom attribute by using python or fastapi,will anyone help me with the code or any suggestions

CodePudding user response:

Use the Microsoft Graph REST API: https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-beta&tabs=http

  • Related