Candidate login

Candidate login

CandidateLogin

You can fetch the candidate details and a direct link to login into the candidate.

URL: https://apis.examroom.ai/api/CandidateLogin

Input

{
    "apiKey": "enter your apiKey",
    "secretKey": "enter your secretKey",
    "EmailID":"test1@abc.com",
    "Password":"12334568"
}

Output

{
    "Status": "1",
    "Message": "Success : Single Singn-In Successfully Signed-In",
    "FirstName": "John",
    "LastName": "Doe",
    "UserID": "15008",
    "RoleID": "10",
    "ClientCandidateID": "12334568",
    "CurrentTimeStamp": "Jun 23 2020  4:13PM",
    "ExpireDateTime": "Jun 23 2020  5:13PM",
    "LoginURL": "https://examroom.ai/candidate/#/?id=+k5Ls//02Y+dFu7OqSJnFXNiNKQb97TjOj83inj50h2vD+qlPAOixKeljvHXNOvwwCa8rq28HcZneY3d8jMJaQ==%22
}
    • Related Articles

    • Add Candidate

      Add Candidates URL: https://apis.examroom.ai/api/AddCandidates NOTE: API Key & secrete will be provided by us which will be used for all the API’s For updating any value in the database will only take Exam candidate ID or Examroom Exam ID You can add ...
    • Candidate details by ID

      CandidateDetailsByID You can fetch the candidate details of single or multiple candidates by passing the CandidateID. URL: https://apis.examroom.ai/api/CandidateDetailsByID Input { "apiKey": "enter your apiKey", "secretKey": "enter your secretKey", [ ...
    • Update candidate details

      Update Candidate details You can update multiple candidates details by passing multiple candidates in array for updating their details or a single candidate details as well. URL: https://apis.examroom.ai/api/UpdateCandidates Input { "apiKey": "enter ...
    • Candidate details by Email ID

      CandidateDetailsByEmail You can fetch the candidate details of single or multiple candidates by passing the Candidate EmailID. URL: https://apis.examroom.ai/api/CandidateDetailsByEmail Input { "apiKey": "enter your apiKey", "secretKey": "enter your ...
    • User manual

      User manual Download Manual Go through the user manual which matters to you Please scroll through this manual for guidance, or click the link to the left for the specific process you are searching for. Register/Login Visit to https://examroom.ai ...