I would like to change the settings for authentication methods in azure via powershell/graph api/azure cli.
The settings I'm looking to change can be found in Azure AD -> Users -> Password reset -> Authentication methods.
I would like to change the settings for authentication methods in azure via powershell/graph api/azure cli.
The settings I'm looking to change can be found in Azure AD -> Users -> Password reset -> Authentication methods.
Use the Graph API /authenticationmethods endpoint: https://docs.microsoft.com/en-us/graph/api/resources/authenticationmethods-overview?view=graph-rest-beta
Michev I appreciate your responses as they are very helpful :)
I'm not sure this is the correct endpoint though? Here is a image of the settings I'm looking to set:

No, that's my bad, I was thinking of something similar. There is no way to manage those settings outside of the UI, there is no Graph API support for SSPR.
4 people are following this question.