Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exporting users list from talend mdm and talend tac on user interface

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

 

Labels (4)
6 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

Thanks Sabrina ...
Dez
Contributor
Contributor

@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

 

Meco-MDP-Qlik
Contributor II
Contributor II

still not available yet??

gaab
Contributor
Contributor

Hi, it is 2025 already. Do we have an update already on this feature?

Denis_Segard
Support
Support

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