User API
Retrieves the aggregated data for a single user, including their risk score and a list of related predictions.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
The ID of the user whose data is being retrieved.
Query parameters
max_items_per_typeintegerOptionalExample:
The maximum number of items per type to return
10min_low_weight_type_countintegerOptionalExample:
The minimum number of low weight types to consider
3connection_typesstringOptionalExample:
Comma-separated list of connection types (e.g., "ip,client_id,ja3,bing_gan,journey_id")
ip,client_id,ja3,bing_gan,journey_idfields[user]stringOptionalExample:
Comma-separated list of user fields (e.g., "analytics,predictions,customer_graph_analytics,explanation")
analytics,predictions,customer_graph_analytics,explanationResponses
200
Successful response with user data and related predictions.
application/json
401
Unauthorized
application/json
404
Resource not found.
application/json
get
/users/{user_id}Last updated
Was this helpful?
