\uD83D\uDCD8 Instructructions:
View file | ||
---|---|---|
|
...
· Perform resident Authentication
· Send OTP
· Generate VID
\uD83D\uDCCB Related articles
Generate VID
· Perform resident Authentication
...
2.Auth-Lock
· Send OTP
· Generate VID
...
Auth-LockPerform Auth-lock
3.Auth-Unlock
· Send OTP
· Perform Auth-lock
...
Unlock
...
4.Update UIN
· Send OTP
· Update UIN
· Get Record from IDRepo
...
Request to update the data
Example : Here we are updating address.
Code Block |
---|
{
"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.
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|