Nov 10 2023 07:23 AM
Hi there
I'm trying to update a user's password using the graph api (terraform really).
Creating a user and setting an initial password using a service principal that has the application role "User.ReadWrite.All" works as expected - however updating the password with the same service principal does not work.
What role should I use instead? Is it even possible?
Stefan
Nov 10 2023 08:26 AM
Nov 10 2023 08:35 AM
Thanks @Vasil Michev !
From https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/authorization-request-denied-g... it looks like I need the "Company Administrator" role - you say "User Administrator"?
Nov 11 2023 06:51 AM
Solution