ICPAM supports three different URL types which you can configure as you require.
URL 1: Just the URL
http://<ip_address_of_cpam>/IPPhoneManager.jsp
Use the above type of URL to create a service without a username and password to display all doors. The user will be requested for the user credentials for each access.
URL 2: URL with Username and Password:
http://<ip_address_of_cpam>/IPPhoneManager.jsp?method=authenticate&UserName=<cpamadmin>& pass=<password_for_cpamadmin>
Use the above URL to create a service with username and password to display all doors. The user will be able to select a door and grant access without giving the user credentials each time.
This type of URL can be helpful for a receptionist in a busy school/university, If the number of keystrokes necessary to unlock a low-security door at the phone are too many, then you can pre-configure the URL with the receptionist's username and password.
URL 3: Quick unlock: Just one click to unlock/grant access to the door:
http://<ip_address_of_cpam>/QuickUnlock.jsp?method=authenticate&UserName=<cpamadmin>&pass=<password_for_cpamadmin>&resourceId=<Door_Unique_ID>&resourceType=door
See also: