Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
We have a connector to the active directory to sync the users as soon as the first login. Once they log in, the user is visible in QMC, then we will add the role in QMC.
We are looking for automation to create users and add a role or custom properties for security.
Can we create user and add a role/custom properties using RestAPI or powershell script.
Thanks,
Vijay
Hello,
To create users, you can use your User Directory Connector to import user from your Active Directory. You can even add an LDAP filter to create only users member of a specific active directory group if you want. The only requirement for that is to uncheck the box "Sync user data for existing users".
To automate the assignment of custom properties, you can use the API for that. Here is a community post that should help you https://community.qlik.com/t5/Integration-Extension-APIs/QRS-API-updating-users-custom-properties/td...
Hope this helps!