Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QRS API endpoint for user access allocation

Hi ,

         Can someone help me to get the QRS API endpoint for allocating user access to the newly added users in QMC. Like I'm trying to programmatically give user access to the newly added users in QMC through QRS API endpoints. Do we have such an API endpoint in QLIK to do such an operation. I think doing a POST request to such an API endpoint would serve the purpose. Please share any such documentation.

Thanks.

3 Replies
gandalfgray
Specialist II
Specialist II

Hi

I do it using:

POST    /qrs/license/useraccesstype

Anonymous
Not applicable
Author

Hi ,

   Thanks for the response. I could allocate user access to user, but he is unable to view the apps. How can we provide admin role to the same user who is allocated user access. I'm looking something on security rule endpoint.Can you provide me some reference for passing the body in the POST request operations for endpoints.