{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Audit Logs Directory Audits API", "version": "1.0.0" }, "items": [ { "info": { "name": "Audit Logs Directory Audits", "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 Directory Audits", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/auditLogs/directoryAudits", "body": { "type": "json", "data": "{}" } }, "docs": "Performs POST operation on /auditLogs/directoryAudits" }, { "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 Directory Audits", "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": "Performs PATCH operation on /auditLogs/directoryAudits/{directoryAudit-id}" }, { "info": { "name": "Microsoft Graph Delete Directory Audits", "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": "Performs DELETE operation on /auditLogs/directoryAudits/{directoryAudit-id}" }, { "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": "Performs GET operation on /auditLogs/directoryAudits/$count" } ] } ], "bundled": true }