Skip to content

Commit 92dfc3e

Browse files
committed
New file, is commit missed
1 parent 6badf3d commit 92dfc3e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"uri": "/api/user/change-password",
3+
"comments": [
4+
"Check to see if the user must obtain a Trust Request Id in order to complete a change password request.",
5+
"When a user has enabled Two-Factor authentication, before you are allowed to use the Change Password API to change",
6+
"your password, you must obtain a Trust Request Id by completing a Two-Factor Step-Up authentication.",
7+
"",
8+
"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."
9+
],
10+
"method": "get",
11+
"methodName": "checkChangePasswordUsingLoginIdAndLoginIdTypes",
12+
"successResponse": "Void",
13+
"errorResponse": "Errors",
14+
"params": [
15+
{
16+
"name": "loginId",
17+
"comments": [
18+
"The loginId of the User that you intend to change the password for."
19+
],
20+
"type": "urlParameter",
21+
"parameterName": "loginId",
22+
"javaType": "String"
23+
},
24+
{
25+
"name": "loginIdTypes",
26+
"comments": [
27+
"the identity types that FusionAuth will compare the loginId to."
28+
],
29+
"type": "urlParameter",
30+
"parameterName": "loginIdTypes",
31+
"javaType": "List<String>"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)