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.
220
220
221
+
Attributes:
222
+
login_id: 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.
232
+
When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
233
+
your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
234
+
235
+
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.
236
+
221
237
Attributes:
222
238
login_id: The loginId of the User that you intend to change the password for.
239
+
login_id_types: The identity types that FusionAuth will compare the loginId to.
0 commit comments