Get User ID
Endpoint Name: getuserid
Request type : POST
Authorization: Bearer token as header
Endpoint Details: The getuserid endpoint will be used to user id of a particular user.
Method
URL
POST
URL/access/klearstack/getuserid
Request Body
Parameters
Description
Required or Optional
username
Username of the user to be logged in
Required
company_name
Name of the company for which the user is logging in
Required
API Response
Status code
Example Response
200
{
"_id": "5ce90642bf184f25555b1244",
"release_version": “7.8.9”
}
500
One or Many Required parameters from company name must be missing, E.g error “Company Name”,
PreviousGet New Access Token Using Existing Refresh TokenNextUpload A Single Document And Get Batch ID
Last updated