Reset user's password by providing Security Answers
This endpoint allows users to reset their password by providing the correct answers to their security questions. It is typically used when a user has forgotten their password and needs to regain access to their account.
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted and 0 for decrypted; defaults to 0 if not specified.
-
UserName string
User Name
-
Password string
New User Password
-
SecAnswers array <object>
User Security Question and Answers
-
Question object
Security Challenge Question
-
Content string
Text of Security Challenge Question
-
QuestionId string
Question ID for Security Challenge Question
-
-
Answer object
Answer for Security Challenge Question
-
Content string
Answer for Security Challenge Question
-
QuestionId string
Question ID for Security Challenge Question
-
-