lokesh - Hi, is there any way to check whether ...
Hi, is there any way to check whether the user is having access to Liveboard via an api
5 Replies
You. can use this api api/rest/2.0/security/metadata/fetch-permissions' \
Thanks a lot @shikharTS , I was able to fetch the principal permissions successfully. I have a follow-up question: if the user does not have access to the specified liveboardId in the request, will the principal_permissions be returned as empty?
cc: @Swarnika
Yes it will be empty @lokesh
ok, Thank you for the quick help 😀