Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Is this possible?
I think to get the streams available for another user you will need to use one of the /systemrule/security/audit endpoints.
-Rob
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.
Will
qrs/stream/?privileges=true
give you what you are looking for?
-Rob