Qlik Sense User Directory Connector API
This documentation describes the Qlik Sense User Directory Connector (UDC) API.
The UDC API is used to import users and groups in Qlik Sense.
There can be multiple instances of each UDC in a Qlik Sense deployment.
When configuring in the Qlik Management Console (QMC), the name of the user directory must match the one sent with the user ID when requesting a ticket from the Qlik Sense Proxy Service (QPS).
The DLLs implement a .NET UDC API defined by Qlik Sense. The DLLs are loaded dynamically when they are configured in the QMC.
Example 1: Active Directory
QLIKDOMAIN\jsmith gives:
- User directory: QLIKDOMAIN
- User ID: jsmith
Example 2: Google
j.smith@example.com gives:
- User directory: example.com
- User ID: j.smith
Alternatively:
- User directory: Example
- User ID: j.smith@example.com