1. Mask All Records: To mask all records associated with a candidate, provide only the CandidateEmail parameter.
2. Mask Specific Record: To target a specific record, provide both CandidateEmail and TestInvitationId.
Field | Type | Required | Default | Description |
---|---|---|---|---|
CandidateEmail | String | Yes | - | Candidate email address |
testinvitationId | Integer64 | No | - | testinvitationId -unique identifier given to each test attempt |
URL 1: /v3/gdpr/requests
Request Body{ "CandidateEmail":"[email protected]" }
Request Body{ "CandidateEmail":"[email protected]", "testinvitationId":2346542 }
Status 200 OK
Response{ "result": "Request accepted for processing" }
Status 400 Bad Request
If required parameters have invalid values.
Response{ "errors": [ "No records found for given Email address: [email protected]" ] }