Employee Settings related to the Employee Verification Programme
Name / Description | Type / Format | Example | |
---|---|---|---|
rightToRestrict
If set to True then this employee shouldn't be included in data sent to EVC
|
boolean
|
true
|
|
rightToDelete
If set to True then the EVC service will be informed that the employee has invoked their GDPR Right To Delete
|
boolean
|
true
|
|
subjectAccessRequest
If set to True then the EVC service will be informed that the employee has made a Subject Access Request
|
boolean
|
true
|
|
employee
|
Item
|
{Item}
|
{
"rightToRestrict": true,
"rightToDelete": true,
"subjectAccessRequest": true,
"employee": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
}
}
- none -