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:
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.
Jump to solution
5 Replies
Solution
sandeep
sandeep3mo ago
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.
lokesh
lokeshOP3mo ago
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?
lokesh
lokeshOP3mo ago
Hi @Sandeep , Any update here ?
sandeep
sandeep3mo ago
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.
lokesh
lokeshOP3mo ago
Got it, Thanks for the quick response

Did you find this page helpful?