GET api/SocialDriver/GetUserDetails
Get a user's details.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A UserDetailsResponse
ViewUserDetailsResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| HasCompletedVehicleInformation | 
                         If the user has completed vehicle information  | 
                    boolean | 
                             None.  | 
                
| HasSeenTutorial | 
                         If the user has the seen the tutorial  | 
                    boolean | 
                             None.  | 
                
| HasSeenSetup | 
                         If the user has seen setup  | 
                    boolean | 
                             None.  | 
                
| Firstname | 
                         The user's first name  | 
                    string | 
                             None.  | 
                
| Lastname | 
                         The user's last name  | 
                    string | 
                             None.  | 
                
| Dob | 
                         The user's date of birth  | 
                    date | 
                             None.  | 
                
| Gender | 
                         The user's gender  | 
                    string | 
                             None.  | 
                
| Address | 
                         The user's address  | 
                    string | 
                             None.  | 
                
| Postcode | 
                         The user's postcode  | 
                    string | 
                             None.  | 
                
| NotifyUser | 
                         If the user wants notifications  | 
                    boolean | 
                             None.  | 
                
| UserCreated | 
                         The time the user was created  | 
                    date | 
                             None.  | 
                
| UserDistanceUnit | 
                         The units the user wants distance in  | 
                    string | 
                             None.  | 
                
| UserSpeedUnit | 
                         The units the user wants speed in  | 
                    string | 
                             None.  | 
                
| Title | 
                         The user's title  | 
                    string | 
                             None.  | 
                
| MobileNumber | 
                         The user's mobile number  | 
                    string | 
                             None.  | 
                
| DefaultJourneyOffset | 
                         The user's default private offset in meters  | 
                    integer | 
                             None.  | 
                
| Currency | 
                         The user's default currency  | 
                    string | 
                             None.  | 
                
| UserId | 
                         The user id  | 
                    unsigned integer | 
                             None.  | 
                
| MonthlyBusinessPrivateReport | 
                         If the user wants a monthly business private report  | 
                    boolean | 
                             None.  | 
                
| RegistrationSource | 
                         How the user was registered  | 
                    SocialDriverRegistrationSource | 
                             None.  | 
                
| ProfileImageURL | 
                         The url of a profile image  | 
                    string | 
                             None.  | 
                
| ProfileImageURLExpiryDate | 
                         The profile image expiry date  | 
                    date | 
                             None.  | 
                
Response Formats
application/json, text/json
{
  "HasCompletedVehicleInformation": true,
  "HasSeenTutorial": true,
  "HasSeenSetup": true,
  "Firstname": "sample string 4",
  "Lastname": "sample string 5",
  "Dob": "2025-11-04T14:25:47.5415406+00:00",
  "Gender": "sample string 7",
  "Address": "sample string 8",
  "Postcode": "sample string 9",
  "NotifyUser": true,
  "UserCreated": "2025-11-04T14:25:47.5415406+00:00",
  "UserDistanceUnit": "sample string 12",
  "UserSpeedUnit": "sample string 13",
  "Title": "sample string 14",
  "MobileNumber": "sample string 15",
  "DefaultJourneyOffset": 16,
  "Currency": "sample string 17",
  "UserId": 18,
  "MonthlyBusinessPrivateReport": true,
  "RegistrationSource": 0,
  "ProfileImageURL": "sample string 20",
  "ProfileImageURLExpiryDate": "2025-11-04T14:25:47.5415406+00:00"
}
        application/xml, text/xml
<ViewUserDetailsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HasCompletedVehicleInformation>true</HasCompletedVehicleInformation> <HasSeenTutorial>true</HasSeenTutorial> <HasSeenSetup>true</HasSeenSetup> <Firstname>sample string 4</Firstname> <Lastname>sample string 5</Lastname> <Dob>2025-11-04T14:25:47.5415406+00:00</Dob> <Gender>sample string 7</Gender> <Address>sample string 8</Address> <Postcode>sample string 9</Postcode> <NotifyUser>true</NotifyUser> <UserCreated>2025-11-04T14:25:47.5415406+00:00</UserCreated> <UserDistanceUnit>sample string 12</UserDistanceUnit> <UserSpeedUnit>sample string 13</UserSpeedUnit> <Title>sample string 14</Title> <MobileNumber>sample string 15</MobileNumber> <DefaultJourneyOffset>16</DefaultJourneyOffset> <Currency>sample string 17</Currency> <UserId>18</UserId> <MonthlyBusinessPrivateReport>true</MonthlyBusinessPrivateReport> <RegistrationSource>IOSApp</RegistrationSource> <ProfileImageURL>sample string 20</ProfileImageURL> <ProfileImageURLExpiryDate>2025-11-04T14:25:47.5415406+00:00</ProfileImageURLExpiryDate> </ViewUserDetailsResponse>