Participant APIs | REST

Selected Version:
Download Open API File

Providing Email and receiving email containing user's username

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

This endpoint allows users to submit their email address and receive an email containing their username. It is typically used for account recovery or username retrieval purposes.

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.

  • FirstName string

    First Name of the User

  • LastName string

    Last Name of the User

  • Email string

    Email Id of the User

  • Phone string

    Phone Number of the User

  • MobileNum string

    Mobile Number of the User

  • SSN string

    Unique Social Security number of the User

  • DOB string

    Date of Birth of the User

  • MiddleName string

    Middle Name of the User

  • Address string

    Address of the User

  • State string

    State of the User

  • City string

    City of the User

  • Country string

    Country of the User

  • ZipCode string

    Zip Code of the State

  • FirstName string

    First Name of the User

  • LastName string

    Last Name of the User

  • Email string

    Email Id of the User

  • Phone string

    Phone Number of the User

  • MobileNum string

    Mobile Number of the User

  • SSN string

    Unique Social Security number of the User

  • DOB string

    Date of Birth of the User

  • MiddleName string

    Middle Name of the User

  • Address string

    Address of the User

  • State string

    State of the User

  • City string

    City of the User

  • Country string

    Country of the User

  • ZipCode string

    Zip Code of the State

Response

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

AI Assistant Preview

Generating response...