nate.good - Is there a way to select a specific...
Is there a way to select a specific org when embedded a component like LiveboardEmbed? I'm not seeing anything in the SDK documentation
4 Replies
Yes, you would create the trusted auth bearer token for the org when logging the user in.
You can also pass
overrideOrgId
if you want to avoid showing the org selection screen for users that might have access to multiple orgs (admins...etc). I think this is what this does...(I don't work at Thoughtspot)Yes what @seansy-archy is talking about is this it works when you have per org url enabled.
What I were suggesting was passing the orgId when creating the login token for the user if you use trusted auth. API Reference
REST API v2.0 Playground
ThoughtSpot REST API v2.0 Playground
LiveboardViewConfig
The configuration for the embedded Liveboard or visualization page view.

overrideOrgId
is what I was looking for. Thanks!