diff --git a/modules/ROOT/pages/authentication.adoc b/modules/ROOT/pages/authentication.adoc index e1cc099ae..2540a404d 100644 --- a/modules/ROOT/pages/authentication.adoc +++ b/modules/ROOT/pages/authentication.adoc @@ -128,7 +128,6 @@ To get an access token that grants full access to ThoughtSpot, send a `POST` req By default, the token obtained from ThoughtSpot is valid for 5 minutes (300 seconds). If a REST client tries to make an API call with an expired token, the server returns an error. In such cases, obtain a new token and use it in your subsequent API calls. If you want to use the token for more than 5 minutes, set the token expiry duration to a higher value. ==== - === Basic authentication You can obtain a token that grants read-only access to a ThoughtSpot metadata object via a `POST` request to the `/api/rest/2.0/auth/token/object` endpoint, or get a token that grants full access to ThoughtSpot via `/api/rest/2.0/auth/token/full`. @@ -310,7 +309,7 @@ __Optional__| __Integer__. Token expiry duration in seconds. The default duratio |`org_id` + __Optional__|__Integer__. If the Orgs feature is enabled on your instance, specify the ID of the Org to which the user belongs. By default, ThoughtSpot returns a token that grants access to the current logged-in Org context of the requesting user. |`email` + -__Optional__ |__String__. Email address of the user. Use this parameter to add email address of the user during JIT provisioning. +__Optional__ |__String__. Email address of the user. Use this parameter to add the email address of the user during JIT provisioning. |`display_name` + __Optional__ |__String__. Display name of the user. Use this parameter when adding a user just-in-time (JIT). |`auto_create` + diff --git a/modules/ROOT/pages/embed-without-sdk.adoc b/modules/ROOT/pages/embed-without-sdk.adoc index 92d1b5c49..dd77a8b68 100644 --- a/modules/ROOT/pages/embed-without-sdk.adoc +++ b/modules/ROOT/pages/embed-without-sdk.adoc @@ -241,7 +241,7 @@ To customize ThoughtSpot components embedded in an iFrame, ThoughtSpot provides [width="100%" cols="2,8"] [options='header'] -|=== +|===== |Parameter|Description |`dataSources`|__Array of strings__. GUID of the data source object. Doesn't allow multiple values in the array. |`dataSourceMode` a|__String__. Defines if the data panel on the **Search** page should be shown in the expanded or collapsed mode. Allowed values are: @@ -262,10 +262,12 @@ To customize ThoughtSpot components embedded in an iFrame, ThoughtSpot provides |`worksheet`|__String__. GUID of the Worksheet object to be used for Natural Language Search queries. |`visibleAction`|__Array of strings__. Lists the actions to show in the embedded view. See xref:Action.adoc[Actions] for allowed values. |`visibleTabs` |__Array of strings__. GUIDs of the Liveboard tabs to show in the embedded Liveboard view. +|===== + +//// |`viewPortHeight` + `viewPortWidth`|__Number__. Height and width of the frame. -|=== - +//// You can also use the **Visual Embed Playground** in the **Develop** tab to customize, enable, or disable features in the embedded view and inspect the code to copy the URL.