{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin auditLogs.directoryAudit API", "version": "1.0.0" }, "items": [ { "info": { "name": "auditLogs.directoryAudit", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List directoryAudits", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on." }, { "info": { "name": "Microsoft Graph Create new navigation property to directoryAudits for auditLogs", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to directoryAudits for auditLogs" }, { "info": { "name": "Microsoft Graph Get directoryAudit", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits/:directoryAudit-id", "params": [ { "name": "directoryAudit-id", "value": "", "type": "path", "description": "The unique identifier of directoryAudit" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on." }, { "info": { "name": "Microsoft Graph Update the navigation property directoryAudits in auditLogs", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits/:directoryAudit-id", "params": [ { "name": "directoryAudit-id", "value": "", "type": "path", "description": "The unique identifier of directoryAudit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property directoryAudits in auditLogs" }, { "info": { "name": "Microsoft Graph Delete navigation property directoryAudits for auditLogs", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits/:directoryAudit-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "directoryAudit-id", "value": "", "type": "path", "description": "The unique identifier of directoryAudit" } ] }, "docs": "Microsoft Graph Delete navigation property directoryAudits for auditLogs" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }