we are waching that the “API” “events” that was implemented in before api versions, was deprecated, what is the new api to get the audit events, we need to get the changes when some user is assing the “admin user level”.
thanks for your help
we are waching that the “API” “events” that was implemented in before api versions, was deprecated, what is the new api to get the audit events, we need to get the changes when some user is assing the “admin user level”.
thanks for your help
Hi Victor,
Not sure if you are talking about this api.
I also use this doc for searching audit events with API or search query
Hope this helps a little!
Thanks,
Shubham
Hi @victdelgado ,
if you need to get the list of events when admin access is assigned, you can use the search API with below query
attributes.attributeValue:org_admin AND status:PASSED
Thanks