v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBCreate a Subject Access Request
Create a Subject Access Request
Request body
The Account ID for the account the Subject Access Request will be executed.
The time when the request was completed.
Time when the url expires (7 days from the completed_at_time)
The location to which the data will be exported. The data will be made accessible in a AWS S3 bucket.
The Subject Access Request ID.
The identifier value that you would like us to use when searching. If <code>user</code> was selected in the previous step, the identifier will be the email address for the User.
The time when the processing of the Subject Access Request started.
<code>delete</code> - Removes all data within an account that is associated to the identifier defined in the identifier field. <br> <code>access</code> - Finds all data stored in Optimizely systems associated to the identifier defined in the identifier field and exports it to an AWS S3 bucket for you to access.
The time when the Subject Access Request was submitted.
The time by which the Subject Access Request must be completed.
The status of the Subject Access Request.
Example request
{
"account_id": 12345,
"data_type": "user",
"export_location": "https://s3-us-west-2.amazonaws.com/optimizely-sar-prod/{account-id}-{request_id}.zip",
"id": 12345,
"identifier": "test@optimizely.com",
"identifier_type": "email",
"request_type": "access",
"status": "pending"
}Response
Return the created SubjectAccessRequest
The Account ID for the account the Subject Access Request will be executed.
The time when the request was completed.
Time when the url expires (7 days from the completed_at_time)
The location to which the data will be exported. The data will be made accessible in a AWS S3 bucket.
The Subject Access Request ID.
The identifier value that you would like us to use when searching. If <code>user</code> was selected in the previous step, the identifier will be the email address for the User.
The time when the processing of the Subject Access Request started.
<code>delete</code> - Removes all data within an account that is associated to the identifier defined in the identifier field. <br> <code>access</code> - Finds all data stored in Optimizely systems associated to the identifier defined in the identifier field and exports it to an AWS S3 bucket for you to access.
The time when the Subject Access Request was submitted.
The time by which the Subject Access Request must be completed.
The status of the Subject Access Request.
Example response
{
"account_id": 12345,
"data_type": "user",
"export_location": "https://s3-us-west-2.amazonaws.com/optimizely-sar-prod/{account-id}-{request_id}.zip",
"id": 12345,
"identifier": "test@optimizely.com",
"identifier_type": "email",
"request_type": "access",
"status": "pending"
}