Forum Discussion
StefanMagnusLandromollerno
Nov 10, 2023Copper Contributor
Permissions required to update password
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 "U...
- Nov 11, 2023That's the last scenario, updating password for an admin user. In this case, GA or Privileged Auth admin is required. For regular users, all you need is User admin.
StefanMagnusLandromollerno
Nov 10, 2023Copper Contributor
Thanks VasilMichev !
From https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/authorization-request-denied-graph-api it looks like I need the "Company Administrator" role - you say "User Administrator"?
VasilMichev
Nov 11, 2023MVP
That's the last scenario, updating password for an admin user. In this case, GA or Privileged Auth admin is required. For regular users, all you need is User admin.