Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unable to get User Access Allocations list

I am working on .NET application in which i need to show user list which is present in User Access Allocations in list in QMC.

I know about QRS api's end point "user/full" by which we can get all the user list. But i need only those user which is present in User Access Allocations in list in QMC

Find the screen shot for reference

UserAL.PNG

1 Solution

Accepted Solutions
s29124141
Partner - Creator II
Partner - Creator II

abrar.ansari‌ Please use below endpoint. It gives you list of all users allocated user access. Below is the Postman sample screenshot.

    "GET     /qrs/license/useraccesstype/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}"

Untitled.png

View solution in original post

2 Replies
s29124141
Partner - Creator II
Partner - Creator II

abrar.ansari‌ Please use below endpoint. It gives you list of all users allocated user access. Below is the Postman sample screenshot.

    "GET     /qrs/license/useraccesstype/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}"

Untitled.png

Not applicable
Author

Thanks a lot praveena.