Is it possible to update the SignInNames of already existing users in Azure AD using Powershell

573 Views Asked by At

Is it possible to update the AzureAD user's SignInNames using Powershell ? I tried to update it but it doesn't work out and gives a Bad Request error. No specific error is given. enter image description here

Let me know if that is possible! Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

According to the AAD graph, the signInNames could not be set after creating the account, may be it also could not be set via powershell, because if you catch the request of the powershell via fiddler, it essentially call the AAD graph api, too.