Application Login

This API enables you to login to the application using the following API Request with details such as LoginUID, User Name, and so on.

To authenticate the below API, seeĀ API Authentication and Authorization.

Service NameHTTP Method
LoginApp

POST


Sample Request
{
    "ServiceName": "LoginApp",
    "objCommonParameters": {
        "_ProxyDetails": {
            "SAASOrgID": "0",
            "LoginUID": 0,
            "RequestType": "mobile",
            "MobileVersion": "5.10.3",
            "Password": "",
            "AuthType": "SSO",
            "ProxyID": 0,
            "OrgID": 0,
            "TokenID": "",
            "ReturnType": "JSON",
            "UserName": "ss\\user"
        }
    }
}

Request Parameters

Parameter NameTypeDescriptionMandatory
LoginUID

STRING

Logged in users unique identification number.

TRUE

Org ID

STRING

Unique Identification number of an Organization.

TRUE

User Name

STRING

The name of the user.

TRUE

Sample Response
{
    "Errors": "",
    "Message": "",
    "Output": "",
    "TokenID": "685E120261DFD08827EAF8CB5D2A5F595D45F676EBA3CDBCD6FCF4ED4649A84E6B6939058E51991BB55D0DB3EB3DBC4376EEF75A4C9A7EEFC1D834F2E7EF2D94F6D5108A00A896D1561205A4856D674238BB22133C68DD239AB552C793B5B887",
    "OrgID": 0,
    "OutputObject": {
        "User": {
            "UserDetails": [
                {
                    "UserId": "14",
                    "EmailId": "soumyak@symphonysummit.com",
                    "UserName": "sowmya123",
                    "TimezoneMins": "-60",
                    "CustomLogo": "http://localhost/Attachments//elbrus-dev-non-gdpr-orglogo-attachments/Web.gif",
                    "IsExecutive": "False",
                    "HasNTID": "1",
                    "Org_Id": "1",
                    "Org_Name": "Symphony Services",
                    "Designation": "Software, L3",
                    "Location": "2909",
                    "Location_Name": "Bengaluru",
                    "WsVersion": "5.12.0",
                    "CallMe": "FALSE",
                    "GPS": "FALSE",
                    "Feedback_IM&SR": "NULL",
                    "RPT_Widgets_Access": "True",
                    "InstanceLable": "Tenant12",
                    "Feature": "",
                    "UserProfileImage": "",
                    "DisplayDateFormat": "yyyy-MM-dd",
                    "DisplayDateTimeFormat": "yyyy-MM-dd hh:mm:ss tt",
                    "ExpiryTime": "6000",
                    "SessionIdleTimeout": "90",
                    "IsAppLogEnabled": "true",
                    "License_Modules": "IM,CM,PM,CMDB,KIOSK,KM,PFM,RM,SUMMIT,RPT,DB,ADDON_RA,SUMMIT,RPT,DB,SUMMIT,RPT,DB,EPROC,SUMMIT,RPT,DB,SUMMIT,RPT,DB,PT,SUMMIT,RPT,DB,AVM,AM,SR,SMSMGMT",
                    "PM_ApproveRecords_Access": "False",
                    "UserLicenseDetails": null,
                    "LoginUID": "68261",
                    "IsMultiLogin": "False",
                    "IsGDPRAccepted": "False",
                    "IsGDPREnabled": "False",
                    "MobileNo": "3322447788",
                    "Domain_ID": "1",
                    "NT_UID": "TmEKaMTgt0kszQcpdrLbdw==",
                    "Frm_UID": "soumyak@symphonysummit.com",
                    "OTPLength": "0",
                    "OTPExpiryInMinutes": "15",
                    "MaxAttempts": "3"
                }
            ],
            "DBDetails": []
        }
    },
    "OutputID": 0,
    "Input": null
}

Status and Error Codes

For more information, seeĀ Status and Error Messages.