Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
s29124141
Partner - Creator II
Partner - Creator II

Passing the credentials to QRS API for automating QMC tasks through web application?

Building a webpage to automate some of the tasks like Publish, Change Owner done through QMC by calling QRS API. However the users does not have RootAdmin access. To call QRS API, it expects the user who has RootAdmin access, but we cannot grant rootadmin access to all the users.

Please help how do I go further?

One option is to use sa_repository as the user for all the API calls. Is this suggested? Is there any alternative approach to it?

Thanks in Advance !!

1 Solution

Accepted Solutions
s29124141
Partner - Creator II
Partner - Creator II
Author

Created a service account with RootAdmin role and passed this service account user Id while calling QRS API.

View solution in original post

1 Reply
s29124141
Partner - Creator II
Partner - Creator II
Author

Created a service account with RootAdmin role and passed this service account user Id while calling QRS API.