Account Setup
Get a user's information by their AutoShares 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"
}Parameter
Description
Common Mistakes
Specifying a Non-Existent User ID Instead of the Internal One
Last updated