Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 687 Bytes

6_suggest_username.md

File metadata and controls

34 lines (23 loc) · 687 Bytes

HPR Registration - Get Username Suggestions

This API provides username suggestions based on the Aadhaar information and transaction ID generated from the OTP verification step. It returns a list of suggested usernames that the user can choose from for their HPRID account.

Parameters

  • No parameter required for this step.

Method

suggest_username()

Request Body

@client.suggest_username

Response Body

[
    "bikashchoudhary",
    "choudhary1997",
    "bikashchoudhary2281997",
    "bikash.choudhary",
    "choudhary228"
]

Once the user selects a username from the suggested list, they can proceed with HPRID account creation.