{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin privacy.subjectRightsRequest API", "version": "1.0.0" }, "items": [ { "info": { "name": "privacy.subjectRightsRequest", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List subjectRightsRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests", "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 a list of subjectRightsRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create subjectRightsRequest", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new subjectRightsRequest object." }, { "info": { "name": "Microsoft Graph Get subjectRightsRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a subjectRightsRequest object." }, { "info": { "name": "Microsoft Graph Update subjectRightsRequest", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a subjectRightsRequest object." }, { "info": { "name": "Microsoft Graph Delete navigation property subjectRightsRequests for privacy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" } ] }, "docs": "Microsoft Graph Delete navigation property subjectRightsRequests for privacy" }, { "info": { "name": "Microsoft Graph Get approvers from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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": "Collection of users who can approve the request. Currently only supported for requests of type delete." }, { "info": { "name": "Microsoft Graph Get approvers from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/:user-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of users who can approve the request. Currently only supported for requests of type delete." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/:user-id/mailboxSettings", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/:user-id/mailboxSettings", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/:user-id/serviceProvisioningErrors", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/:user-id/serviceProvisioningErrors/$count", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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" }, { "info": { "name": "Microsoft Graph Get approvers from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers(userPrincipalName=':userPrincipalName')", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of users who can approve the request. Currently only supported for requests of type delete." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/approvers/$count", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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" }, { "info": { "name": "Microsoft Graph Get collaborators from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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": "Collection of users who can collaborate on the request." }, { "info": { "name": "Microsoft Graph Get collaborators from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/:user-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of users who can collaborate on the request." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/:user-id/mailboxSettings", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/:user-id/mailboxSettings", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/:user-id/serviceProvisioningErrors", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/:user-id/serviceProvisioningErrors/$count", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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" }, { "info": { "name": "Microsoft Graph Get collaborators from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators(userPrincipalName=':userPrincipalName')", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of users who can collaborate on the request." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/collaborators/$count", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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" }, { "info": { "name": "Microsoft Graph Invoke function getFinalAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/getFinalAttachment()", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" } ] }, "docs": "Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator." }, { "info": { "name": "Microsoft Graph Invoke function getFinalReport", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/getFinalReport()", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" } ] }, "docs": "Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator." }, { "info": { "name": "Microsoft Graph List authoredNotes", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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 authored notes assoicated with a subject rights request. " }, { "info": { "name": "Microsoft Graph Create authoredNote", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new authoredNote object." }, { "info": { "name": "Microsoft Graph Get notes from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes/:authoredNote-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "authoredNote-id", "value": "", "type": "path", "description": "The unique identifier of authoredNote" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of notes associated with the request." }, { "info": { "name": "Microsoft Graph Update the navigation property notes in privacy", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes/:authoredNote-id", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "authoredNote-id", "value": "", "type": "path", "description": "The unique identifier of authoredNote" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property notes in privacy" }, { "info": { "name": "Microsoft Graph Delete navigation property notes for privacy", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes/:authoredNote-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "authoredNote-id", "value": "", "type": "path", "description": "The unique identifier of authoredNote" } ] }, "docs": "Microsoft Graph Delete navigation property notes for privacy" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/notes/$count", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "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" }, { "info": { "name": "Microsoft Graph Get team from privacy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/:subjectRightsRequest-id/team", "params": [ { "name": "subjectRightsRequest-id", "value": "", "type": "path", "description": "The unique identifier of subjectRightsRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Information about the Microsoft Teams team that was created for the request." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/privacy/subjectRightsRequests/$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 }