{
"info": {
"_postman_id": "fc0a7198-2b3f-4830-9ef6-a9a45a352594",
"name": "ThoughtSpot Public REST 10.1.0.cl 9.0.0.cl API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"lastUpdatedBy": "35240",
"uid": "35240-fc0a7198-2b3f-4830-9ef6-a9a45a352594"
},
"item": [
{
"name": "api",
"item": [
{
"name": "rest",
"item": [
{
"name": "2.0",
"item": [
{
"name": "auth",
"item": [
{
"name": "session",
"item": [
{
"name": "user",
"item": [
{
"name": "get Current User Info",
"id": "0c5cbda0-f5b9-4efc-b848-3ffa800f7f16",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
},
"description": "\n Version: 9.0.0.cl or later\n\nRetrieves details of the current user session for the token provided in the request header.\n\nAny ThoughtSpot user can access this endpoint and send an API request. The data returned in the API response varies according to user's privilege and object access permissions.\n\n**NOTE**: In ThoughtSpot, users with cluster administration privileges can access all Orgs by default. However, unless the administrator is explicitly added to an Org, the Orgs list in the session information returned by the API will include only the Primary Org. To include other Orgs in the API response, you must explicitly add the administrator to each Org in the Admin settings page in the UI or via user REST API.\n\n\n\n#### Endpoint URL\n"
},
"response": [
{
"id": "95d90202-16b6-4c8a-9baf-a2cad987a82b",
"name": "Fetch current session user detail successful.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"SHARABLE\",\n \"author_id\": \"\",\n \"can_change_password\": \"\",\n \"complete_detail\": \"\",\n \"creation_time_in_millis\": \"\",\n \"current_org\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"first_login_time_in_millis\": \"\",\n \"group_mask\": \"\",\n \"hidden\": \"\",\n \"home_liveboard\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"incomplete_details\": {},\n \"is_first_login\": \"\",\n \"modification_time_in_millis\": \"\",\n \"modifier_id\": \"\",\n \"notify_on_share\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"owner_id\": \"\",\n \"parent_type\": \"GROUP\",\n \"privileges\": [\n \"\",\n \"\"\n ],\n \"show_onboarding_experience\": \"\",\n \"super_user\": \"\",\n \"system_user\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"tenant_id\": \"\",\n \"user_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"user_inherited_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"welcome_email_sent\": \"\",\n \"org_privileges\": {},\n \"preferred_locale\": \"\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"user_parameters\": {},\n \"access_control_properties\": {},\n \"variable_values\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-95d90202-16b6-4c8a-9baf-a2cad987a82b"
},
{
"id": "b13df622-5acd-454e-9ae1-b9b4e1846cfe",
"name": "Invalid request.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-b13df622-5acd-454e-9ae1-b9b4e1846cfe"
},
{
"id": "7f10080a-bfce-4ce9-a499-eba0e6fb321e",
"name": "Unauthorized access.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-7f10080a-bfce-4ce9-a499-eba0e6fb321e"
},
{
"id": "1090d396-1e88-4a19-a469-1a480003f095",
"name": "Forbidden access.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-1090d396-1e88-4a19-a469-1a480003f095"
},
{
"id": "0755b6d8-e5c7-4005-b1a7-d1b754a0d3bc",
"name": "Unexpected error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/user",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"user"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-0755b6d8-e5c7-4005-b1a7-d1b754a0d3bc"
}
],
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-0c5cbda0-f5b9-4efc-b848-3ffa800f7f16"
}
],
"id": "83102e23-136d-4f92-9300-069b1f087775",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-83102e23-136d-4f92-9300-069b1f087775"
},
{
"name": "login",
"item": [
{
"name": "login",
"id": "68f08b1c-f83f-477f-b84c-b3a5f0533766",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
},
"description": "\n Version: 9.0.0.cl or later\n\nCreates a login session for a ThoughtSpot user with Basic authentication.\n\nIn Basic authentication method, REST clients log in to ThoughtSpot using `username` and `password` attributes. On a multi-tenant cluster with Orgs, users can pass the ID of the Org in the API request to log in to a specific Org context.\n\n**Note**: If Multi-Factor Authentication (MFA) is enabled on your instance, the API login request with basic authentication (`username` and `password` ) returns an error. Contact ThoughtSpot Support for assistance.\n\nA successful login returns a session cookie that can be used in your subsequent API requests.\n\n\n\n#### Endpoint URL\n"
},
"response": [
{
"id": "e22603a2-0f08-439b-9d1d-d703cadc25b4",
"name": "User login successful.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-e22603a2-0f08-439b-9d1d-d703cadc25b4"
},
{
"id": "72dafd90-c438-4b20-a663-8857c011f16b",
"name": "Invalid request.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-72dafd90-c438-4b20-a663-8857c011f16b"
},
{
"id": "45ef2ee7-f0ba-4247-8757-fc0064bbc9ee",
"name": "Unauthorized access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-45ef2ee7-f0ba-4247-8757-fc0064bbc9ee"
},
{
"id": "5bdac68b-656d-477f-9173-4c5de19d7169",
"name": "Forbidden access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-5bdac68b-656d-477f-9173-4c5de19d7169"
},
{
"id": "8cefea81-b45b-4ad2-b717-57b5ef156c5e",
"name": "Unexpected error",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"org_identifier\": \"\",\n \"remember_me\": false\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/login",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"login"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-8cefea81-b45b-4ad2-b717-57b5ef156c5e"
}
],
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-68f08b1c-f83f-477f-b84c-b3a5f0533766"
}
],
"id": "814d3d7f-741b-47f3-80a7-d4a2206a86e2",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-814d3d7f-741b-47f3-80a7-d4a2206a86e2"
},
{
"name": "logout",
"item": [
{
"name": "logout",
"id": "fcd6c904-371e-4cf1-b878-d28e2fd7b1de",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
},
"description": "\n Version: 9.0.0.cl or later\n\n\nLogs out a user from their current session.\n\n\n\n\n#### Endpoint URL\n"
},
"response": [
{
"id": "59eaeee2-89cf-4a66-8881-9f7508c72871",
"name": "User logout successful.",
"originalRequest": {
"method": "POST",
"header": [
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "text",
"header": [],
"cookie": [],
"responseTime": null,
"body": null,
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-59eaeee2-89cf-4a66-8881-9f7508c72871"
},
{
"id": "04c00f9c-185b-4a9c-9faa-b95fe1e5f45e",
"name": "Invalid request.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-04c00f9c-185b-4a9c-9faa-b95fe1e5f45e"
},
{
"id": "1a08c074-f595-4ace-a637-901a2db69ee2",
"name": "Unauthorized access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-1a08c074-f595-4ace-a637-901a2db69ee2"
},
{
"id": "b34db56b-2f41-4967-90b4-bae371adfd57",
"name": "Forbidden access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-b34db56b-2f41-4967-90b4-bae371adfd57"
},
{
"id": "11100cdc-ddd4-4aab-809b-52dc5d3750f0",
"name": "Unexpected error",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/session/logout",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"session",
"logout"
]
}
},
"status": "Internal Server Error",
"code": 500,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-11100cdc-ddd4-4aab-809b-52dc5d3750f0"
}
],
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-fcd6c904-371e-4cf1-b878-d28e2fd7b1de"
}
],
"id": "1061ffee-bcb0-4e8d-bd9e-995b5d2479ba",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-1061ffee-bcb0-4e8d-bd9e-995b5d2479ba"
}
],
"id": "17bd93fa-b321-4aec-b964-f6d1b83e6e64",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-17bd93fa-b321-4aec-b964-f6d1b83e6e64"
},
{
"name": "token",
"item": [
{
"name": "full",
"item": [
{
"name": "get Full Access Token",
"id": "262f9c4d-acac-4b21-bfac-e465086e85dc",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_id\": \"\",\n \"email\": \"\",\n \"display_name\": \"\",\n \"auto_create\": false,\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"user_parameters\": {\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"runtime_filters\": [\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"ENDS_WITH\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"BW\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"runtime_sorts\": [\n {\n \"column_name\": \"\",\n \"order\": \"DESC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"order\": \"ASC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ]\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/token/full",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"token",
"full"
]
},
"description": "\n Version: 9.0.0.cl or later\n\nGenerates an authentication token for creating a full session in ThoughtSpot for a given user. Recommended for use cases that do not require Attribute-based access control (ABAC) via Row Level Security (RLS).\n\n#### Usage guidelines\n\nYou can generate a token for a user by providing a `username` and `password`, or by using the `secret_key` generated for your instance. To generate a `secret_key`, the administrator must enable [Trusted authentication](https://developers.thoughtspot.com/docs/trusted-auth-secret-key) in the **Develop** > **Customizations** > **Security Settings** page.\n\n**Note**:\n* When both `password` and `secret_key` are included in the API request, `password` takes precedence.\n* If [Multi-Factor Authentication (MFA)](https://docs.thoughtspot.com/cloud/latest/authentication-local-mfa) is enabled on your instance, the API login request with `username` and `password` returns an error. You can switch to token-based authentication with `secret_key` or contact ThoughtSpot Support for assistance.\n\nThe token obtained from ThoughtSpot is valid for 5 minutes by default. You can configure the token expiration time as required.\n\n#### Just-in-time provisioning\n\nFor [just-in-time user creation and provisioning](https://developers.thoughtspot.com/docs/just-in-time-provisioning), specify the following attributes in the API request:\n\n* `auto_create`\n* `username`\n* `display_name`\n* `email`\n* `group_identifiers`\n\nSet `auto_create` to `true` if the username does not exist in ThoughtSpot. If the user already exists in ThoughtSpot and `auto_create` is set to `true`, user properties such as display name, email and group assignment will be updated.\n\nTo add a new user and assign privileges during auto-creation, the `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege is required. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled, the `CONTROL_TRUSTED_AUTH` (**Can Enable or Disable Trusted Authentication**) privilege is required.\n\n#### Important point to note\nAll options in the token creation APIs that define user access to data in ThoughtSpot will take effect during token creation, not when the token is used for authentication. For example, `auto_create:true` will create the user when the authentication token is created.\n\n\n\n\n#### Endpoint URL\n"
},
"response": [
{
"id": "b6647d55-3960-494b-8a2c-a4be8bff1ac7",
"name": "Bearer auth token creation successful.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_id\": \"\",\n \"email\": \"\",\n \"display_name\": \"\",\n \"auto_create\": false,\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"user_parameters\": {\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"runtime_filters\": [\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"ENDS_WITH\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"BW\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"runtime_sorts\": [\n {\n \"column_name\": \"\",\n \"order\": \"DESC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"order\": \"ASC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ]\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/token/full",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"token",
"full"
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"token\": \"\",\n \"creation_time_in_millis\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"scope\": {\n \"access_type\": \"\",\n \"org_id\": \"\",\n \"metadata_id\": \"\"\n },\n \"valid_for_user_id\": \"\",\n \"valid_for_username\": \"\"\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-b6647d55-3960-494b-8a2c-a4be8bff1ac7"
},
{
"id": "9f07c516-e24e-46f5-9a2d-6a14c3a02f83",
"name": "Invalid request.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_id\": \"\",\n \"email\": \"\",\n \"display_name\": \"\",\n \"auto_create\": false,\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"user_parameters\": {\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"runtime_filters\": [\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"ENDS_WITH\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"BW\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"runtime_sorts\": [\n {\n \"column_name\": \"\",\n \"order\": \"DESC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"order\": \"ASC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ]\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/token/full",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"token",
"full"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-9f07c516-e24e-46f5-9a2d-6a14c3a02f83"
},
{
"id": "46e53bb4-0301-43d2-8d1d-ccae37c22ac2",
"name": "Unauthorized access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_id\": \"\",\n \"email\": \"\",\n \"display_name\": \"\",\n \"auto_create\": false,\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"user_parameters\": {\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"runtime_filters\": [\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"ENDS_WITH\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"BW\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"runtime_sorts\": [\n {\n \"column_name\": \"\",\n \"order\": \"DESC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"order\": \"ASC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"parameters\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ]\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/api/rest/2.0/auth/token/full",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"rest",
"2.0",
"auth",
"token",
"full"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [],
"responseTime": null,
"body": "{\n \"error\": {}\n}",
"createdAt": "2026-07-28T03:14:20.000Z",
"updatedAt": "2026-07-28T03:14:20.000Z",
"uid": "35240-46e53bb4-0301-43d2-8d1d-ccae37c22ac2"
},
{
"id": "13aaa281-47c8-4d02-808f-6ffac9572b5c",
"name": "Forbidden access.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: bearer",
"key": "Authorization",
"value": "Bearer "
}
],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_id\": \"\",\n \"email\": \"\",\n \"display_name\": \"\",\n \"auto_create\": false,\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"user_parameters\": {\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"runtime_filters\": [\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"ENDS_WITH\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n },\n {\n \"column_name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"operator\": \"BW\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ]\n }\n ],\n \"runtime_sorts\": [\n {\n \"column_name\": \"\",\n \"order\": \"DESC\",\n \"persist\": false,\n \"objects\": [\n {\n \"identifier\": \"