Show / Hide Table of Contents

SubjectRightsRequest.ReadWrite.All

Allows the app to read and write subject rights requests on behalf of the signed-in user

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /privacy/subjectRightsRequests
V1 D GET /privacy/subjectRightsRequests{subjectRightsRequestId}/getFinalReport
V1 D GET /privacy/subjectRightsRequests/{subjectRightsRequestId}
V1 D GET /privacy/subjectRightsRequests/{subjectRightsRequestId}/getFinalAttachment
V1 D GET /privacy/subjectRightsRequests/{subjectRightsRequestId}/notes
V1 D GET /security/subjectRightsRequests
V1 D GET /security/subjectRightsRequests{subjectRightsRequestId}/getFinalReport
V1 D GET /security/subjectRightsRequests/{subjectRightsRequestId}
V1 D GET /security/subjectRightsRequests/{subjectRightsRequestId}/getFinalAttachment
V1 D GET /security/subjectRightsRequests/{subjectRightsRequestId}/notes
V1 D PATCH /privacy/subjectRightsRequests/{subjectRightsRequestId}
V1 D PATCH /security/subjectRightsRequests/{subjectRightsRequestId}
V1 D POST /privacy/subjectRightsRequests
V1 D POST /privacy/subjectRightsRequests/{subjectRightsRequestId}/notes
V1 D POST /security/subjectRightsRequests
V1 D POST /security/subjectRightsRequests/{subjectRightsRequestId}/notes

Delegate Permission

Id 2b8fcc74-bce1-4ae3-a0e8-60c53739299d
Consent Type Admin
Display String Read and write subject rights requests
Description Allows the app to read and write subject rights requests on behalf of the signed-in user

Application Permission

Id 8387eaa4-1a3c-41f5-b261-f888138e6041
Display String Read and write all subject rights requests
Description Allows the app to read and write subject rights requests without a signed in user.

Resources

authoredNote

Property Type Description
author identity Identity information about the note's author.
content itemBody The content of the note.
createdDateTime DateTimeOffset The date and time when the entity was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

dataSubject

Property Type Description
email String Email of the data subject.
firstName String First name of the data subject.
lastName String Last Name of the data subject.
residency String The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.

identity

Property Type Description
displayName String The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
id String Unique identifier for the identity.

itemBody

Property Type Description
content String The content of the item.
contentType bodyType The type of the content. Possible values are text and html.

subjectRightsRequest

Property Type Description
assignedTo identity Identity that the request is assigned to.
closedDateTime DateTimeOffset The date and time when the request was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
createdBy identitySet Identity information for the entity that created the request.
createdDateTime DateTimeOffset The date and time when the request was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
dataSubject dataSubject Information about the data subject.
dataSubjectType dataSubjectType The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue.
description String Description for the request.
displayName String The name of the request.
history subjectRightsRequestHistory collection Collection of history change events.
insight subjectRightsRequestDetail Insight about the request.
internalDueDateTime DateTimeOffset The date and time when the request is internally due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
lastModifiedBy identitySet Identity information for the entity that last modified the request.
lastModifiedDateTime DateTimeOffset The date and time when the request was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
regulations String collection List of regulations that this request will fulfill.
stages subjectRightsRequestStageDetail collection Information about the different stages for the request.
status subjectRightsRequestStatus The status of the request.. Possible values are: active, closed, unknownFutureValue.
type subjectRightsRequestType The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue.

subjectRightsRequestMailboxLocation

subjectRightsRequestSiteLocation

In This Article
Back to top Created by merill | Submit feedback