User information
The bulk_user_info API endpoint gathers users who are specified in the list of users. It returns the current risk score of the system and the users who matches the name or names provided (case sensitive). The user data returned has fields shown in the following sample from the UBA database.
cURL command
curl -k -H
'Content-Type:application/json' -H 'Accept:application/json' -H 'SEC:SEC_TOKEN' -X POST -d
'{"users":["USER_NAME”, “USER2_NAME”, “USER3_NAME”]}’
https://QR_IP_ADDRESS/console/plugins/UBA_APP_ID/app_proxy/api/bulk_user_info