GET /v3/user-events
This endpoint will get all the changes made by users in the account. This endpoint is only for Admins
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/user-events?userId=123&eventType=created&itemType=audit&itemName=string&itemId=0&fromTimeStamp=2021-06-01T01%3A30%3A00.000-05%3A00&toTimeStamp=2021-06-01T01%3A30%3A00.000-05%3A00&page=0&pageSize=100&sortBy=userId&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "nextPage": true, "userEvents": [ { … } ] }