Hello We have a client using our
Hello! We have a client using our embedded application to view Liveboards and such. They have several Orgs and upon trying to view an embedded Liveboard, a page is presented for the user to choose an Org to continue. Is there a way to bypass this page? The Liveboard lives in a specific Org so if we just need to specify that'd be straightforward but I don't see that in the docs.
5 Replies
This is not directly possible in the SDK. You would have to switch orgs (or have them switch orgs) and not display links for orgs they are not currently in.
Would we do that via the full access token REST API with an Org ID specified?
REST API v2.0 Playground
ThoughtSpot REST API v2.0 Playground
Yes, that should work. I've used via Python that way.
I'll give that a shot, thanks!