ComplianceLicenseUser Table

If external end-users, reported by systems such as SAP and stored in the LicenseUser table, can be matched to existing end-users in the enteprise (stored in the ComplianceUser table), the link between them is recorded in the ComplianceLicenseUser table.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ComplianceLicenseUser table

Database Column

Details

LicenseUserID

Type: integer. Key

A unique identifier for the external end-user. Foreign key to the LicenseUser table.

ComplianceUserID

Type: integer. Key

A unique identifier for the end-user in the enterprise. Foreign key to the ComplianceUser table.