Optionalparameters: { expand?: string; oldUserKey?: string; oldUserName?: string; userKey?: string }
Optionalexpand?: stringParameter used to include parts of the response.
OptionaloldUserKey?: stringUser key before anonymization, only needed when current value is anonymized. If there is no old key, e.g. because the user was already created using the new key generation strategy, provide a value equal to the current key.
OptionaloldUserName?: stringUser name before anonymization, only needed when the current value is anonymized. If there is no old name, provide a value equal to the current name.
OptionaluserKey?: stringThe key of the user to validate anonymization for.
Optionaloptions: RequestOptions
Validates user anonymization re-run process.