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
Check to see if the user must obtain a Trust Token Id in order to complete a change password request.
200
+
When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
201
+
your password, you must obtain a Trust Token by completing a Two-Factor Step-Up authentication.
202
+
203
+
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.
204
+
205
+
Attributes:
206
+
change_password_id: The change password Id used to find the user. This value is generated by FusionAuth once the change password workflow has been initiated.
207
+
ip_address: (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
Check to see if the user must obtain a Trust Token Id in order to complete a change password request.
234
+
When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
235
+
your password, you must obtain a Trust Token by completing a Two-Factor Step-Up authentication.
236
+
237
+
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.
238
+
239
+
Attributes:
240
+
encoded_jwt: The encoded JWT (access token).
241
+
ip_address: (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
268
+
When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
269
+
your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
270
+
271
+
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.
272
+
273
+
Attributes:
274
+
login_id: The loginId (email or username) of the User that you intend to change the password for.
275
+
ip_address: (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
Check to see if the user must obtain a Trust Request Id in order to complete a change password request.
304
+
When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change
305
+
your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.
306
+
307
+
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.
308
+
309
+
Attributes:
310
+
login_id: The loginId of the User that you intend to change the password for.
311
+
login_id_types: The identity types that FusionAuth will compare the loginId to.
312
+
ip_address: (Optional) IP address of the user changing their password. This is used for MFA risk assessment.
0 commit comments