This is just a starting point! The goal of this function is to allow a user to edit it own information using a webpart. The webpart will send the info to this Azure function. Using the MSGraph api, the function will edit the user info.
Before running the project, make sure you add the Tenant ID
, Client ID
and secret ID
. Also, for now, you need to ad the userID of the user you want the info to be edit. (Only edit the job title)
Ce project est simplement un point de départ! Le but de cette function est de permettre à l'utilisateur de modifier son informaton à partir d'un webpart. Le webpart va envoyer l'information à cette Azure function. En utilisant MSGraph api, la function modifira l'information de l'utilisateur.
Avant de démarrer le project, assurez-vous d'avoir ajouter le Tenant_ID
, Client ID
et secret ID
. AUssi, pour l'instant, vous devez ajouter le userID de votre utilisateur que vous souhaitez modifier.(Seul le job title peut être modifier)