Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
wanted to know Is there a way to export the list of the users?
Please let me know if it is a manual process or something that can be scripted and run.
Thanks,
sravya.k
Hi,
No an option to export list of users at the moment, there is a jira issue has been reported on our bugtracker.
Best regards
Sabrina
@Talend: per previous response ( in 2017 ) the option was not available... but can you please confirm if an option is now available to export list of users is available in TAC? Thanks -Dez
still not available yet??
Hi, it is 2025 already. Do we have an update already on this feature?
Hello,
It is possible to use the metaservlet command :
Description : Returns list of users of the specified type. If type is not specified, returns all users. - 'type' : DI/DQ/MDM/DP/TDS/MDMWeb/DQDict . - 'tdsRole/mdmRole' : only list as specific role. - 'active' : [true|false], not specified by default. When specified, only list active|non-active users. Requires authentication : true Requires rights : User visualization Since : 5.3 Sample : { "actionName": "listUsers", "authPass": "admin", "authUser": "admin@company.com", "type": "MDM" }
Kind regards
Denis