Resident Services
Last updated
Was this helpful?
Last updated
Was this helpful?
Resident services are the self-services which are used by the residents themselves via a portal. Resident Portal is a web based UI application that provides residents of a country the services related to their Unique Identification Number (UIN). The key services provided are:
Check registration status
Lock/unlock authentication
Download card
Request printed card
Request Virtual ID (VID)
Request authentication history
Update personal details
Every resident services API call authenticates via an OTP except for the Registration ID(RID) status.
The relationship of Resident services with other services is listed below.
Note: The numbers do not signify sequence of operations or the control flow.
Resident Services invokes ID Authentication Services to authenticate users.
It invokes the Masterdata services to get language templates and machine details.
To create perpetual and temporary VID and to revoke VID, resident services calls ID Repository.
To sync packets and upload packets, resident services connects to registration processor.
Resident services sends all the audit logs to Audit manager.
Notifier handles all the communication from resident services.
Download UIN card can be handled through credential services.
Partner Management Services provides all the credential policies to resident services.
Creating packets is done through packet manager in resident services.
To know more, refer the video below!
For detailed description of Resident Services, code and design, refer to resident services repo.
To know more about the developer setup, read Resident Services Developers Guide.
Refer API Documentation.