Get User's Info
Get a user's information by their Autoshares Trader identifier
Overview
apiURL/v1.0/users/644(userID)/infoResponse
{
"UserId": 644, //this is the ID from the path
"FirstName": "Robert",
"MiddleName": "",
"LastName": "Zakiev",
"Login": "robert.zak",
"Email": "[email protected]",
"AddedDate": "2019-01-14T12:27:37.6205663Z",
"Salutation": "NoSalutation",
"Suffix": "NoSuffix"
}Common Mistakes
Failing to Specify the Et-App-Key Parameter
Specifying the Regular User ID Instead of the Internal One
Last updated