Hello,
I have a case in which I have to Update Office 365 Users records with respect to "Employee" Table records (If updated).
I didn't find a connector for updating the users. I learnt that we can only update a user by using "Microsoft Graph API". I'm using HTTP Action to complete this request, but the issue is the authentication token which needs to be created. I found no way to dynamically generate the access token. And there's no use of storing it anywhere because it expires after 24 hours.
This case is of a Product so that everything needs to be dynamic or configurable. Kindly suggest me something here.
