URL
https://devwebapi.leadmaster.com/api/LMWebAPI/GetLoginInfo?access_token={access_token}
Description
Get login info from the accesstoken
HttpMethod
GET
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| access_token | Token required for the authentication. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"logonidField": 1,
"fullnameField": "sample string 2",
"reviewAndTakeActField": "sample string 3",
"viewSalesProgressField": "sample string 4",
"fullEditField": "sample string 5",
"isGmailSyncField": "sample string 6"
}
application/xml, text/xml
Sample:
<TypeLogonInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService"> <fullEditField>sample string 5</fullEditField> <fullnameField>sample string 2</fullnameField> <isGmailSyncField>sample string 6</isGmailSyncField> <logonidField>1</logonidField> <reviewAndTakeActField>sample string 3</reviewAndTakeActField> <viewSalesProgressField>sample string 4</viewSalesProgressField> </TypeLogonInfo>