CAGApi
| API | Description |
|---|---|
| POST api/SRPUserAuthentication?strSRPToken={strSRPToken}&strLoginID={strLoginID}&strPassword={strPassword} |
authenticate the user by login id and password |
| GET api/GetUserList?strSRPToken={strSRPToken}&strUserRole={strUserRole} |
GetUserList by user role. |
| POST api/GetUserDetails?strSRPToken={strSRPToken}&strLoginID={strLoginID}&strUserRole={strUserRole} |
This is the function to authenticate the requested user by login ID and userrole |