Accessing the Actor mappings page
Navigate to Matcher > Settings > Actor Mappings in the left sidebar.
To open this page, you need
actor-mappings:read; administrators are also admitted. Without this access, Matcher redirects you to the main Matcher page. These checks apply only when authentication is enabled: with AUTH_PROVIDER=disabled, Matcher enforces no authentication or authorization, so the detail and edit operations can expose actor-mapping PII to anyone who can reach the deployment.Browsing actor mappings

Figure 1. Actor mappings page.
Type in the Actor ID prefix field to filter the table live — there is no separate search button. Use the Previous / Next buttons below the table to move through the available pages.
Display name and email do not appear in the table. Encrypted PII is loaded only when you open a mapping’s detail operations, such as editing.
Permissions
actor-mappings:read is the prerequisite for opening the page. Once you have that access, the header control and row actions are independently permission-gated:
- New mapping requires
actor-mappings:write. - Edit requires both
actor-mappings:writeandactor-mappings:deanonymize, because the edit sheet loads decrypted PII through the detail operation. - Pseudonymize requires
actor-mappings:pseudonymize. - Delete requires
actor-mappings:delete.
Creating an actor mapping
Click the New mapping button in the page header. The New actor mapping sheet opens with the following fields:
Click Save.
Editing an actor mapping
Click Edit on a mapping row. The Edit actor mapping sheet opens with the current values pre-filled. The Actor ID field is locked — actor ID cannot be changed after creation; only the display name and email can be modified. Leaving an existing Display name or Email field blank does not clear it: the UI omits blank values and the update preserves omitted stored values. The form also does not allow you to save when both fields are blank. Click Save to apply changes.
Pseudonymizing an actor mapping
Click Pseudonymize on a mapping row. The Pseudonymize actor mapping? confirmation dialog warns that the action changes audit deanonymization behavior. This operation replaces the display name and email with
[REDACTED] while preserving the actor ID link. The UI has no dedicated undo action, and the original values are not restored automatically. A user with both write and deanonymize permission can later edit the mapping and manually enter replacement values.
Click Pseudonymize to proceed.
Deleting an actor mapping
Click Delete on a mapping row. The Delete actor mapping? confirmation dialog warns that the action changes audit deanonymization behavior. Click Delete to proceed.
Deletion permanently removes the mapping between the opaque actor ID and its stored display name and email. Assess any legal or retention obligation in your deployment separately.

