Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm looking for a way to retrieve a list of spaces a user has access without looping to the space assignment API for all spaces from an admin point of view.
Please share your experience or ideas if you have any.
Thanks a lot!
Thank you for replying. We are trying to retrieve the apps which the user has access to in a space, however, it's not efficient that needs to check the space assignments for all spaces if there are more and more created. We are using API for those operations in the code, and it seems like monitoring application is not something can be used in there.
Hello, you can get the list of spaces using a REST call:
https://<tenant>.<region>.qlikcloud.com/api/v1/spaces
For more info, see qlik.dev here - https://qlik.dev/apis/rest/spaces/
@rankassovitz Thank you for replying. I can get the spaces from the API as long as I have a way to impersonate the authentication for the user from the admin point of view.
Understood, sorry I missed that part of your question. As far as I know impersonation is till not available, will suggest to post in Ideation or add to an existing request that seems similar, but for different reason.