Files
docs.datacontroller.io/docs/tables/mpe_emails.md
allan 447397236b
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 59s
fix: email link
2026-04-04 00:57:53 +01:00

854 B

layout, title, description, og_title, og_image
layout title description og_title og_image
article MPE_EMAILS The MPE_EMAILS table is used to map email addresses to individual users MPE_EMAILS Table Documentation /img/mpe_emails.png

MPE_EMAILS

The MPE_EMAILS table maps emails to user ids. This is helpful in situations where the email address is not automatically available (eg in SAS metadata or the Viya identities service)

submits

The table is SCD2 controlled for ease of rollback and version management.

For more information, see the email config page.

Columns

  • 🔑 TX_FROM num: SCD2 open datetime
  • 🔑 USER_NAME char(50): The system name of the user
  • USER_DISPLAYNAME char(100): The name by which the user should be addressed
  • USER_EMAIL char(100): The email address of the user
  • TX_TO num: SCD2 close datetime