Hi team, in most cases we have userIds
Hi team, in most cases we have userIds in the thoughtspot system. In the embed, is there a way to call an API(our backend API) to get the user name before displaying here in the table embed?
1 Reply
So there will have to be custom implementation for the list page, where you can call an API to list all liveboards and then get the authorID from there and then call your own API to get the userID. And then render your own list page. In the TS list page I do not think we have an option to achieve the same