The GET Admin Audit Events method retrieves administrative audit events within a specific environment. Fetching Admin Audit Events is contextual to a specific environment, allowing customers to audit their different environments based on their unique governance and regulatory requirements. Access to this API requires an Environment Admin Role.
Notice
Accessing the Policy Management APIs is through a dedicated domain/URL, according to your PlainID Tenant Locationhttps://api.us1.plainid.io
https://api.ca1.plainid.io
https://api.eu1.plainid.io
cURL Sample Guidelines
In order for the relevant parameters to appear in the cURL sample, you can input the values in the interactive API console on the right. They will then appear in the cURL sample on the bottom of the page in the correct format.
For more details about Administration API Authentication, check out the Authentication APIs documentation. Provide your bearer token in the Authorization header when making requests to protected resources. Example: Authorization: Bearer 123
This parameter is not required The envId
parameter can be omitted if Administration Audit records are being fetched at the Tenant level. If fetching at the Tenant level, ensure that you remove the path parameter from your API tool after importing the cURL sample.
The Environment ID can be found under the Details tab in the Environment Settings.
Timestamp is in epoch time
ID of a specific object
userId is the IDP userId used to log in to the tenant
List of administration audit events log
Total number of items
Bad request
Operation GET for resource AuditLog is not permitted due to the current user's lack of permissions.