Participant APIs | REST

Selected Version:
Download Open API File

Reset user's password by providing Security Answers

https://api.wealthcare.com/participant/services/user/password/{tpaId}

Resets the password for a user by validating their answers to security questions. This operation is typically used when a user has forgotten their password and needs to regain access to their account.

Request

  • 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, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

  • 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

  • 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

Response

Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...