getModelForUser
get
getModelForUser
Resource URL
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}/model
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Authorization
(required) |
Value should be the word Bearer followed by a space and then the token (e.g., Bearer CW8abh5JkxZ5KYdAQQH0p9fTAicq). To generate a token, use the OAuth API. |
orgId Unique ID for the organization, provided by Arity. null true
userId Unique ID for the user. null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
400.05.102 - User is not registered to a scoring product 400.05.106 - User's registration status is inactive
-
404404
404.05.101 - User not found
-
503503
503.05.103 -Unable to validate user with the registration service. Please try again. 503.05.901 - Service is currently under maintenance
Resource Summary |
|
Security |
None |
Category |
user-controller |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
data .modelName | string | Name of the scoring model being used. Provided by Arity. |
data .orgId | string | Unique ID of the organization. Provided by Arity. |
data .userIds | string | Unique ID of the user. |
Working...