You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
561
561
//
562
-
// string loginId The loginId of the User that you intend to change the password for.
562
+
// string loginId The loginId (email or username) of the User that you intend to change the password for.
// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
573
573
//
574
-
// string loginId The loginId of the User that you intend to change the password for.
574
+
// string loginId The loginId (email or username) of the User that you intend to change the password for.
// Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
592
+
// When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
593
+
// your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
594
+
//
595
+
// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
596
+
//
597
+
// string loginId The loginId of the User that you intend to change the password for.
598
+
// []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
// Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
605
+
// When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
606
+
// your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
607
+
//
608
+
// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
609
+
//
610
+
// string loginId The loginId of the User that you intend to change the password for.
611
+
// []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
0 commit comments