Skip to content

Commit

Permalink
Update authentication.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashiSubramanya authored Feb 12, 2024
1 parent f63b655 commit 1500d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ To get an access token that grants full access to ThoughtSpot, send a `POST` req
|`password`
|__String__. Password of the user account.
|`org_id` +
__Optional__|__Integer__. If the Orgs feature is enabled on your instance, specify the ID of the Org that you want to access. By default, ThoughtSpot returns a token that grants access to the current logged-in Org context of the requesting user.
__Optional__|__Integer__. If the Orgs feature is enabled on your instance, specify the ID of the Org for which you want to generate the authentication token. If no value is specified, the token is generated for the Primary Org (Org 0).
|`validity_time_in_sec` +
__Optional__|__Integer__. Token validity duration in seconds. By default, the token is valid for 5 minutes.
|=====
Expand Down Expand Up @@ -220,7 +220,7 @@ To get a token that grants read-only access to a ThoughtSpot metadata object, se
|__String__. GUID of the ThoughtSpot object.
The token obtained from this API request grants `Read-Only` access to the specified object.
|`org_id` +
__Optional__|__Integer__. If the Orgs feature is enabled on your instance, specify the ID of the Org that you want to access. By default, ThoughtSpot returns a token that grants access to the current logged-in Org context of the requesting user.
__Optional__|__Integer__. If the Orgs feature is enabled on your instance, specify the ID of the Org for which you want to generate the authentication token. If no value is specified, the token is generated for the Primary Org (Org 0).
|`validity_time_in_sec` +
__Optional__|__Integer__. Token validity duration in seconds. By default, the token is valid for 5 minutes.
|=====
Expand Down

0 comments on commit 1500d21

Please sign in to comment.