Created on 14 November 2023
User Data Operations
...
Example Request
cURL
curl --location 'https://Your-uknowva-site-url/api.php/system/uknowva/updateUser' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer Token' ...
Created on 14 November 2023
User Data Operations
... (Token Generation Docs)
Method Type
POST
Mandatory Fields
“name”,“username”,“email”,“mobile no”
Example Request
cURL
curl --location 'https://Your-uknowva-site-url/api.php/system/uknowva/updateUser' ...
Created on 14 November 2023
Recruitment
... invoke uKnowva APIs (Token Generation Docs)
Method :- POST
Example Request
cURL
curl --location 'https://Your-uknowva-site-url/api.php/recruitment/jobportalapi/createCandidate' \
--header ...
Created on 14 November 2023
Attendance
...
“month”,“year”,“Paid_days”,“username”
Example Request
cURL
ccurl --location 'https://<your_instance>/api.php/attendance/attendancedb/pushUsersPaidUnPaidDays ' \
--header 'Content-Type: ...
Created on 14 November 2023
User Data Operations
...
“delete=true”,“email”,“username”,“delete_employee_id”
Example Request
cURL
curl --location 'https://Your-uknowva-site-url/api.php/system/uknowva/updateUser' \
--header 'Content-Type: application/json' ...
Created on 13 November 2023
Getting Started
How to invoke API
To interact with our API, you'll need to craft an HTTP request directed towards the API endpoint. This involves choosing an appropriate method, such as GET, POST, PUT, DELETE, etc., ...
Created on 07 February 2023
Release Notes
... Disabled users’ exit data now are viewable in exit module.
c. Configuration made to allow action to be taken in exit module on disabled users
d. HRM filter added on exit clearance request ...
Created on 24 January 2023
VAPT Reports
... to.
It was observed that Cross Site Request Forgery token was not implemented.
3.Findings Summary:
Sr. No
Category Name
Vulnerability Name
Instances ...