lokesh - Hello Team, Is there an API available ...
Hello Team, Is there an API available to fetch users associated with a Liveboard? I have tried using api/rest/2.0/metadata/liveboard/data and tspublic/v1/metadata/details but none of them returning User related data.
Solution:Jump to solution
Hi @lokesh : From association do we want to know to which all the liveboard is shared? If so, please use POST /api/rest/2.0/security/metadata/fetch-permissions endpoint. Please confirm the use-case and we will be able to assist you better.
5 Replies
Solution
Hi @lokesh : From association do we want to know to which all the liveboard is shared? If so, please use POST /api/rest/2.0/security/metadata/fetch-permissions endpoint. Please confirm the use-case and we will be able to assist you better.
Hi @Sandeep , Thanks for the information. We are able to fetch the user info to whom the Liveboard is shared. The API returns the user principal ID, and we are making a separate API call to api/rest/2.0/users/search to fetch the user email. Do you think there is a more efficient way to do this instead of making multiple API calls?
Hi @Sandeep , Any update here ?
Hi @lokesh : No, there isn’t any alternative approach to fetch the email at this point. We’ve intentionally kept user details like email out of the fetch permissions API response. Currently, only the username and GUID of the user are available in the response.
Got it, Thanks for the quick response