{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Identity Governance Acceptances API", "version": "1.0.0" }, "items": [ { "info": { "name": "Identity Governance Acceptances", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List identity governance agreement acceptances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances", "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": "Retrieve a list of agreement acceptances through the identity governance terms of use container." }, { "info": { "name": "Microsoft Graph Create identity governance agreement acceptance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new agreement acceptance through the identity governance terms of use container." }, { "info": { "name": "Microsoft Graph Get identity governance agreement acceptance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of the agreement acceptance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a specific agreement acceptance through the identity governance terms of use container." }, { "info": { "name": "Microsoft Graph Update identity governance agreement acceptance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of the agreement acceptance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a specific agreement acceptance through the identity governance terms of use container." }, { "info": { "name": "Microsoft Graph Delete identity governance agreement acceptance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/:agreementAcceptance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "agreementAcceptance-id", "value": "", "type": "path", "description": "The unique identifier of the agreement acceptance" } ] }, "docs": "Delete a specific agreement acceptance through the identity governance terms of use container." }, { "info": { "name": "Microsoft Graph Count identity governance agreement acceptances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/termsOfUse/agreementAcceptances/$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": "Get the total count of agreement acceptances through the identity governance terms of use container." } ] } ], "bundled": true }