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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Henk-Jan
Contributor II
Contributor II

Get list of streams with permissions for specific user using QRS API

Using the QRS API I want to determine which permissions a specific user has on all streams.

Information structured like the following reply from the https://qlik-dev/api/hub/v1/streams endpoint

HenkJan_0-1741168213347.png

Is this possible?

 

 

Labels (1)
3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I think to get the streams available for another user you will need to use one of the /systemrule/security/audit endpoints. 

-Rob

Henk-Jan
Contributor II
Contributor II
Author

Hi Rob

I already tried all those endpoints, to no avail, none of them seem to return the desired information. As I only need the information about the currently logged in user, I am considering to use the api/hub/v1/streams  endpoint, just need to find out if this endpoint is officially supported.

Thanks,
Henk-Jan.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Will 

qrs/stream/?privileges=true

give you what you are looking for?

-Rob