/
Resident services:
How the resident service will work
Resident services: How the resident service will work
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.
, multiple selections available,
Related content
How to lock or unlock authentication types using resident services?
How to lock or unlock authentication types using resident services?
More like this
Setting Up Pre-registration in your local
Setting Up Pre-registration in your local
Read with this
How to update demographic data using resident services API?
How to update demographic data using resident services API?
More like this