POST api/SocialDriver/GetUserPercentile
Get a user's score percentiles
Request Information
URI Parameters
None.
Body Parameters
ViewDemographicRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| MonthStart | 
                         The start of the month  | 
                    date | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "MonthStart": "2025-11-04T14:22:57.1143375+00:00"
}
        application/xml, text/xml
            Sample:
        <ViewDemographicRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MonthStart>2025-11-04T14:22:57.1143375+00:00</MonthStart> </ViewDemographicRequest>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
UserDetailsResponse
ViewDemographicResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| AgePercentile | 
                         The age percentile  | 
                    integer | 
                             None.  | 
                
| GenderPercentile | 
                         The gender percentile  | 
                    integer | 
                             None.  | 
                
| LocationPercentile | 
                         The location percentile  | 
                    integer | 
                             None.  | 
                
| CarTypePercentile | 
                         The car type percentile  | 
                    integer | 
                             None.  | 
                
| MonthStart | 
                         The start of the month  | 
                    date | 
                             None.  | 
                
| MonthEnd | 
                         The end of the month  | 
                    date | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "AgePercentile": 1,
  "GenderPercentile": 2,
  "LocationPercentile": 3,
  "CarTypePercentile": 4,
  "MonthStart": "2025-11-04T14:22:57.1143375+00:00",
  "MonthEnd": "2025-11-04T14:22:57.1143375+00:00"
}
        application/xml, text/xml
            Sample:
<ViewDemographicResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AgePercentile>1</AgePercentile> <GenderPercentile>2</GenderPercentile> <LocationPercentile>3</LocationPercentile> <CarTypePercentile>4</CarTypePercentile> <MonthStart>2025-11-04T14:22:57.1143375+00:00</MonthStart> <MonthEnd>2025-11-04T14:22:57.1143375+00:00</MonthEnd> </ViewDemographicResponse>