InfoRequest.NewPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional new password for the authenticated user. If a new password is provided, the OldPassword is required. If the user forgot the old password, use the "/forgotPassword" endpoint instead.
public string? NewPassword { get; init; }
member this.NewPassword : string with get, set
Public Property NewPassword As String