Generate VID
· Perform resident Authentication
· Send OTP
· Generate VID
2.Auth-Lock
· Send OTP
· Perform Auth-lock
3.Auth-Unlock
· Send OTP
· Perform Auth-Unlock
4.Update UIN
· Send OTP
· Update UIN
· Get Record from IDRepo
Request to update the data
Example : Here we are updating address.
{ "identity": { "addressLine1": [{ "language": "fra", "value": "Bengaluru" }, { "language": "ara", "value": "كُُرگ" } ], "IDSchemaVersion": 0.2, "UIN": "6836907103" } } |
Encrypt this request in https://www.base64encode.org/
Copy the encrypted data
Place the encrypted data in identity json in the request body.
Then Run the get record from IDREPO to check weather the fields are updated.