{ "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\": \"\",\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": "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-13aaa281-47c8-4d02-808f-6ffac9572b5c" }, { "id": "cdf0776b-fab1-459e-a076-399c7bec93c0", "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 \"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": "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-cdf0776b-fab1-459e-a076-399c7bec93c0" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-262f9c4d-acac-4b21-bfac-e465086e85dc" } ], "id": "1034ef1c-1ca5-4a47-a8a7-3263b3b4b692", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-1034ef1c-1ca5-4a47-a8a7-3263b3b4b692" }, { "name": "object", "item": [ { "name": "get Object Access Token", "id": "e0d16364-9a78-4a5e-bd93-b58264842971", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGenerates an authentication token that provides access to a specific metadata object. This object list is intersected with the list of objects the user is allowed to access via group membership. For more information, see [Object security](https://docs.thoughtspot.com/cloud/latest/security-data-object#object_security).\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 user is not available in ThoughtSpot. If the user already exists in ThoughtSpot and the `auto_create` parameter 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, 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\n\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": "68248657-373f-4e52-a99a-6f47798cea4f", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] } }, "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-68248657-373f-4e52-a99a-6f47798cea4f" }, { "id": "b526e1e7-63ea-4d2e-b778-b74a92b81479", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] } }, "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-b526e1e7-63ea-4d2e-b778-b74a92b81479" }, { "id": "0c4e09f2-7690-4117-9985-2fa5003fced2", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] } }, "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-0c4e09f2-7690-4117-9985-2fa5003fced2" }, { "id": "c97cc7a6-78b1-4509-a12f-977a4f94a4fc", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] } }, "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-c97cc7a6-78b1-4509-a12f-977a4f94a4fc" }, { "id": "2c3426c3-cd7f-484c-b034-4f36bdf475ef", "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 \"object_id\": \"\",\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\": \"BW_INC_MIN\",\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_INC_MAX\",\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\": \"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 \"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/object", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "object" ] } }, "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-2c3426c3-cd7f-484c-b034-4f36bdf475ef" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e0d16364-9a78-4a5e-bd93-b58264842971" } ], "id": "d816f575-2abb-4de0-af36-0a2f3ec94ee1", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-d816f575-2abb-4de0-af36-0a2f3ec94ee1" }, { "name": "revoke", "item": [ { "name": "revoke Token", "id": "5ab0646d-1e23-488b-9d1c-98658ce738d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] }, "description": "\n Version: 9.0.0.cl or later\n\n\nRevokes the authentication token issued for current user session.\n\nThe token of your current session expires when you make a call to the `/api/rest/2.0/auth/token/revoke` endpoint.\nthe users will not be able to access ThoughtSpot objects until a new token is obtained.\n\nTo restart your session, request for a new token from ThoughtSpot. See [Get Full Access Token](#/http/api-endpoints/authentication/get-full-access-token).\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "f337bfaa-2796-4e9c-b367-5885a63a7664", "name": "Token successfully revoked.", "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 \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] } }, "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-f337bfaa-2796-4e9c-b367-5885a63a7664" }, { "id": "2052b8ad-01eb-47e6-a945-682a199a58d6", "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 \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] } }, "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-2052b8ad-01eb-47e6-a945-682a199a58d6" }, { "id": "e2be374b-0c70-4c5e-b274-a7edb963e5d6", "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 \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] } }, "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-e2be374b-0c70-4c5e-b274-a7edb963e5d6" }, { "id": "94dcbac8-e4e3-4e5f-8b80-22909e502c4f", "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 \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] } }, "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-94dcbac8-e4e3-4e5f-8b80-22909e502c4f" }, { "id": "bd503102-67ec-4cc0-92e9-fbe5a1ff5ee8", "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 \"user_identifier\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/revoke", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "revoke" ] } }, "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-bd503102-67ec-4cc0-92e9-fbe5a1ff5ee8" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5ab0646d-1e23-488b-9d1c-98658ce738d0" } ], "id": "f9c799aa-60d8-4ccb-9069-1bd09d8940db", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-f9c799aa-60d8-4ccb-9069-1bd09d8940db" } ], "id": "5a36bb58-5218-4ff6-8b01-1c968d1bca86", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5a36bb58-5218-4ff6-8b01-1c968d1bca86" } ], "id": "a1e341c6-2f29-429a-ae46-209a777aedf5", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-a1e341c6-2f29-429a-ae46-209a777aedf5" }, { "name": "metadata", "item": [ { "name": "answer", "item": [ { "name": "data", "item": [ { "name": "fetch Answer Data", "id": "4fe2de23-0202-44b9-91a5-518dfcee84af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches data from a saved Answer.\n\nRequires at least view access to the saved Answer. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled, the `CAN_DOWNLOAD_DETAILED_DATA` (**Can download detailed data**) privilege is also required.\n\nThe `record_size` attribute determines the number of records to retrieve in an API call. For more information about pagination, record size, and maximum row limit, see [Pagination and record size settings](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_pagination_settings_for_data_and_report_apis).\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "7680a7e2-88da-4ad7-9f67-317b1b003660", "name": "Fetching data of specified metadata object is 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 \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"contents\": [\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\"\n },\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7680a7e2-88da-4ad7-9f67-317b1b003660" }, { "id": "0600dfd6-0a29-480a-a45a-a17783cdac15", "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 \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] } }, "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-0600dfd6-0a29-480a-a45a-a17783cdac15" }, { "id": "ed79a8e4-d027-4b5d-ae8f-eaaf08bbe661", "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 \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] } }, "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-ed79a8e4-d027-4b5d-ae8f-eaaf08bbe661" }, { "id": "8551d177-2627-4cc0-aeab-17102df32be2", "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 \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] } }, "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-8551d177-2627-4cc0-aeab-17102df32be2" }, { "id": "f79f4240-3294-4e17-82d7-0d5c5208908b", "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 \"metadata_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "data" ] } }, "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-f79f4240-3294-4e17-82d7-0d5c5208908b" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4fe2de23-0202-44b9-91a5-518dfcee84af" } ], "id": "1ceaeb5a-1574-4f12-84b8-15c314bd0a94", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-1ceaeb5a-1574-4f12-84b8-15c314bd0a94" }, { "name": "sql", "item": [ { "name": "fetch Answer Sql Query", "id": "eabb3a48-3b4d-4fa1-ba56-8470c102086a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches the underlying SQL query data for an Answer object.\n\nRequires at least view access to the Answer object.\n\nUpon successful execution, the API returns the SQL queries for the specified object as shown in this example:\n```\n{\n \"metadata_id\":\"8fbe44a8-46ad-4b16-8d39-184b2fada490\",\n \"metadata_name\":\"Total sales\",\n \"metadata_type\":\"ANSWER\",\n \"sql_queries\":[\n {\n \"metadata_id\":\"8fbe44a8-46ad-4b16-8d39-184b2fada490\",\n \"metadata_name\":\"Total sales -test\",\n \"sql_query\":\"SELECT \\n \\\"ta_1\\\".\\\"REGION\\\" \\\"ca_1\\\", \\n \\\"ta_2\\\".\\\"PRODUCTNAME\\\" \\\"ca_2\\\", \\n \\\"ta_1\\\".\\\"STORENAME\\\" \\\"ca_3\\\", \\n CASE\\n WHEN sum(\\\"ta_3\\\".\\\"SALES\\\") IS NOT NULL THEN sum(\\\"ta_3\\\".\\\"SALES\\\")\\n ELSE 0\\n END \\\"ca_4\\\", \\n CASE\\n WHEN sum(\\\"ta_3\\\".\\\"QUANTITYPURCHASED\\\") IS NOT NULL THEN sum(\\\"ta_3\\\".\\\"QUANTITYPURCHASED\\\")\\n ELSE 0\\n END \\\"ca_5\\\"\\nFROM \\\"RETAILAPPAREL\\\".\\\"PUBLIC\\\".\\\"FACT_RETAPP_SALES\\\" \\\"ta_3\\\"\\n JOIN \\\"RETAILAPPAREL\\\".\\\"PUBLIC\\\".\\\"DIM_RETAPP_STORES\\\" \\\"ta_1\\\"\\n ON \\\"ta_3\\\".\\\"STOREID\\\" = \\\"ta_1\\\".\\\"STOREID\\\"\\n JOIN \\\"RETAILAPPAREL\\\".\\\"PUBLIC\\\".\\\"DIM_RETAPP_PRODUCTS\\\" \\\"ta_2\\\"\\n ON \\\"ta_3\\\".\\\"PRODUCTID\\\" = \\\"ta_2\\\".\\\"PRODUCTID\\\"\\nGROUP BY \\n \\\"ca_1\\\", \\n \\\"ca_2\\\", \\n \\\"ca_3\\\"\\n\"\n }\n ]\n}\n```\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "c65e2203-4dcb-42e8-a0be-d6f18bbc26fb", "name": "Fetching SQL query of specified metadata object is 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 \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"metadata_type\": \"LOGICAL_RELATIONSHIP\",\n \"sql_queries\": [\n {\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"sql_query\": \"\"\n },\n {\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"sql_query\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c65e2203-4dcb-42e8-a0be-d6f18bbc26fb" }, { "id": "a58f5a3d-13c2-4601-92d2-5862795808c7", "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 \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] } }, "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-a58f5a3d-13c2-4601-92d2-5862795808c7" }, { "id": "ab023945-97cf-451d-9c4e-7e8bb6ecb766", "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 \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] } }, "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-ab023945-97cf-451d-9c4e-7e8bb6ecb766" }, { "id": "f4e561a3-76d4-44b0-b457-b2caa0e79ea7", "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 \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] } }, "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-f4e561a3-76d4-44b0-b457-b2caa0e79ea7" }, { "id": "90e0dbf7-182d-44e8-bc10-8b92517e8ae4", "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 \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/answer/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "answer", "sql" ] } }, "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-90e0dbf7-182d-44e8-bc10-8b92517e8ae4" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-eabb3a48-3b4d-4fa1-ba56-8470c102086a" } ], "id": "d03add1f-4a4d-4c73-9ff0-91ec8ee84d4e", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-d03add1f-4a4d-4c73-9ff0-91ec8ee84d4e" } ], "id": "88856edf-a2b0-4893-b2fe-cd3978ceb578", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-88856edf-a2b0-4893-b2fe-cd3978ceb578" }, { "name": "liveboard", "item": [ { "name": "data", "item": [ { "name": "fetch Liveboard Data", "id": "10c3887a-01c7-473f-81bd-002e8f9796a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets data from a Liveboard object and its visualization. \n\nRequires at least view access to the Liveboard. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled, the `CAN_DOWNLOAD_DETAILED_DATA` (**Can download detailed data**) privilege is also required.\n\n#### Usage guidelines\n\nIn the request body, specify the GUID or name of the Liveboard. To get data for specific visualizations, add the GUIDs or names of the visualizations in the API request.\n\nTo include unsaved changes in the report, pass the `transient_pinboard_content` script generated from the `getExportRequestForCurrentPinboard` method in the Visual Embed SDK. Upon successful execution, the API returns the report with unsaved changes. If the new Liveboard experience mode, the transient content includes ad hoc changes to visualizations such as sorting, toggling of legends, and data drill down.\n\nFor more information, and see [Liveboard data API](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_fetch_liveboard_data_api).\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "4ca4f2fa-2009-4658-b380-e4a5595dd75c", "name": "Fetching data of specified metadata object is 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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"contents\": [\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\",\n \"visualization_id\": \"\",\n \"visualization_name\": \"\"\n },\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\",\n \"visualization_id\": \"\",\n \"visualization_name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4ca4f2fa-2009-4658-b380-e4a5595dd75c" }, { "id": "c219288d-6e17-4858-ae5a-9781b76d3be6", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] } }, "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-c219288d-6e17-4858-ae5a-9781b76d3be6" }, { "id": "b163cbad-5b74-46c7-a528-a9eed7028c25", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] } }, "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-b163cbad-5b74-46c7-a528-a9eed7028c25" }, { "id": "902dcf01-2372-4932-8339-af8ade571dfd", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] } }, "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-902dcf01-2372-4932-8339-af8ade571dfd" }, { "id": "5cf80460-9d40-466c-b8ff-721e201110ed", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/data", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "data" ] } }, "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-5cf80460-9d40-466c-b8ff-721e201110ed" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-10c3887a-01c7-473f-81bd-002e8f9796a2" } ], "id": "1490ef7f-923f-484f-aec2-161a95a4f16d", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-1490ef7f-923f-484f-aec2-161a95a4f16d" }, { "name": "sql", "item": [ { "name": "fetch Liveboard Sql Query", "id": "ae0c36dc-d912-4cea-bd50-d366fca01676", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches the underlying SQL query data for a Liveboard object and its visualizations.\n\nRequires at least view access to the Liveboard object.\n\nTo get SQL query data for a Liveboard, specify the GUID of the Liveboard. Optionally, you can add an array of visualization GUIDs to retrieve the SQL query data for visualizations in the Liveboard.\n\nUpon successful execution, the API returns the SQL queries for the specified object as shown in this example:\n```\n{\n \"metadata_id\": \"fa68ae91-7588-4136-bacd-d71fb12dda69\",\n \"metadata_name\": \"Total Sales\",\n \"metadata_type\": \"LIVEBOARD\",\n \"sql_queries\": [\n {\n \"metadata_id\": \"b3b6d2b9-089a-490c-8e16-b144650b7843\",\n \"metadata_name\": \"Total quantity purchased, Total sales by region\",\n \"sql_query\": \"SELECT \\n \\\"ta_1\\\".\\\"REGION\\\" \\\"ca_1\\\", \\n CASE\\n WHEN sum(\\\"ta_2\\\".\\\"QUANTITYPURCHASED\\\") IS NOT NULL THEN sum(\\\"ta_2\\\".\\\"QUANTITYPURCHASED\\\")\\n ELSE 0\\n END \\\"ca_2\\\", \\n CASE\\n WHEN sum(\\\"ta_2\\\".\\\"SALES\\\") IS NOT NULL THEN sum(\\\"ta_2\\\".\\\"SALES\\\")\\n ELSE 0\\n END \\\"ca_3\\\"\\nFROM \\\"RETAILAPPAREL\\\".\\\"PUBLIC\\\".\\\"FACT_RETAPP_SALES\\\" \\\"ta_2\\\"\\n JOIN \\\"RETAILAPPAREL\\\".\\\"PUBLIC\\\".\\\"DIM_RETAPP_STORES\\\" \\\"ta_1\\\"\\n ON \\\"ta_2\\\".\\\"STOREID\\\" = \\\"ta_1\\\".\\\"STOREID\\\"\\nGROUP BY \\\"ca_1\\\"\"\n }\n ]\n}\n```\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "64bf01e1-c36e-43f5-9301-07ffdf85fa93", "name": "Fetching SQL query of specified metadata object is 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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"metadata_type\": \"LOGICAL_RELATIONSHIP\",\n \"sql_queries\": [\n {\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"sql_query\": \"\"\n },\n {\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"sql_query\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-64bf01e1-c36e-43f5-9301-07ffdf85fa93" }, { "id": "6d2423a2-8460-446a-9728-9e431994be4f", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] } }, "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-6d2423a2-8460-446a-9728-9e431994be4f" }, { "id": "bb7c7a77-eba3-4e46-95c8-ce6ae089d8ba", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] } }, "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-bb7c7a77-eba3-4e46-95c8-ce6ae089d8ba" }, { "id": "60de8097-9e9c-4201-825a-cbb316e9e72d", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] } }, "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-60de8097-9e9c-4201-825a-cbb316e9e72d" }, { "id": "7107c2a3-6ce8-4ec5-96cf-6be5f3b2f93b", "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 \"metadata_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/liveboard/sql", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "liveboard", "sql" ] } }, "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-7107c2a3-6ce8-4ec5-96cf-6be5f3b2f93b" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-ae0c36dc-d912-4cea-bd50-d366fca01676" } ], "id": "aec146de-e098-4ec5-a5e1-7695e809088d", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-aec146de-e098-4ec5-a5e1-7695e809088d" } ], "id": "7a01d1dc-6b7b-4feb-a40b-c39281625fed", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7a01d1dc-6b7b-4feb-a40b-c39281625fed" }, { "name": "delete", "item": [ { "name": "delete Metadata", "id": "7d080e8e-622e-4ae1-ae78-03273f14b2cc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] }, "description": "\n Version: 9.0.0.cl or later\n\nRemoves the specified metadata object from the ThoughtSpot system.\n\nRequires edit access to the metadata object. \n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "0a51fb7b-e0e7-437b-bbf5-c20d3152dc8c", "name": "Metadata objects successfully deleted.", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] } }, "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-0a51fb7b-e0e7-437b-bbf5-c20d3152dc8c" }, { "id": "e6990725-0499-4daa-811a-8ef59a7ea2c7", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] } }, "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-e6990725-0499-4daa-811a-8ef59a7ea2c7" }, { "id": "f51a8f01-50af-4d6d-828f-6cd80f63962e", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] } }, "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-f51a8f01-50af-4d6d-828f-6cd80f63962e" }, { "id": "8bf2f1db-42e2-4b2f-ac27-9ee689c41730", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] } }, "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-8bf2f1db-42e2-4b2f-ac27-9ee689c41730" }, { "id": "ca76b580-781d-45d6-9e82-fbb65094f37c", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"delete_disabled_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "delete" ] } }, "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-ca76b580-781d-45d6-9e82-fbb65094f37c" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7d080e8e-622e-4ae1-ae78-03273f14b2cc" } ], "id": "b3a3f1cc-4715-4353-ad67-33d7bcccafc2", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-b3a3f1cc-4715-4353-ad67-33d7bcccafc2" }, { "name": "tml", "item": [ { "name": "export", "item": [ { "name": "export Metadata TML", "id": "f144d736-48f3-4f23-9160-d3646ac03631", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] }, "description": "\n Version: 9.0.0.cl or later\n\nExports the [TML](https://docs.thoughtspot.com/cloud/latest/tml) representation of metadata objects in JSON or YAML format.\n\nRequires `DATADOWNLOADING` (**Can download Data**) and at least view access to the metadata object.\n\n#### Usage guidelines\n\n* You can export one or several objects by passing metadata object GUIDs in the `metadata` array.\n* When exporting TML content for a Liveboard or Answer object, you can set `export_associated` to `true` to retrieve TML content for underlying Worksheets, Tables, or Views, including the GUID of each object within the headers. When `export_associated` is set to `true`, consider retrieving one metadata object at a time.\n* Set `export_fqns` to `true` to add FQNs of the referenced objects in the TML content. For example, if you send an API request to retrieve TML for a Liveboard and its associated objects, the API returns the TML content with FQNs of the referenced Worksheet. Exporting TML with FQNs is useful if ThoughtSpot has multiple objects with the same name and you want to eliminate ambiguity when importing TML files into ThoughtSpot. It eliminates the need for adding FQNs of the referenced objects manually during the import operation.\n* To export only the TML of feedbacks associated with an object, set the GUID of the object as `identifier`, and set the `type` as `FEEDBACK` in the `metadata` array.\n* To export the TML of an object along with the feedbacks associated with it, set the GUID of the object as `identifier`, set the `type` as `LOGIAL_TABLE` in the `metadata` array, and set `export_with_associated_feedbacks` in `export_options` to true.\n\nFor more information, see [TML Documentation](https://developers.thoughtspot.com/docs/tml#_export_a_tml).\n\nFor more information on feedbacks, see [Feedback Documentation](https://docs.thoughtspot.com/cloud/latest/sage-feedback).\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8359808f-fa5b-4d23-b1ac-9430bf403dc1", "name": "Export TMLs of specified metadata objects is 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 \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-8359808f-fa5b-4d23-b1ac-9430bf403dc1" }, { "id": "97adaede-59f3-406b-9740-f20870e00dbc", "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 \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] } }, "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-97adaede-59f3-406b-9740-f20870e00dbc" }, { "id": "71433f58-58d9-4779-9199-ef31ed265214", "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 \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] } }, "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-71433f58-58d9-4779-9199-ef31ed265214" }, { "id": "024b2c6e-1a3f-46d6-bd31-5142aa9862ec", "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 \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] } }, "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-024b2c6e-1a3f-46d6-bd31-5142aa9862ec" }, { "id": "0fe71576-c49d-4940-815b-b0ae5a98a98a", "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 \"metadata\": [\n {\n \"type\": \"ANSWER\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n },\n {\n \"type\": \"LIVEBOARD\",\n \"identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\"\n }\n ],\n \"export_associated\": false,\n \"export_fqn\": false,\n \"edoc_format\": \"JSON\",\n \"export_schema_version\": \"DEFAULT\",\n \"export_dependent\": false,\n \"export_connection_as_dependent\": false,\n \"all_orgs_override\": false,\n \"export_options\": {\n \"include_obj_id_ref\": false,\n \"include_guid\": true,\n \"include_obj_id\": false,\n \"export_with_associated_feedbacks\": false,\n \"export_column_security_rules\": false,\n \"export_with_column_aliases\": false\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/export", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "export" ] } }, "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-0fe71576-c49d-4940-815b-b0ae5a98a98a" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-f144d736-48f3-4f23-9160-d3646ac03631" } ], "id": "b533f051-5746-46e6-804f-46e54cda0df8", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-b533f051-5746-46e6-804f-46e54cda0df8" }, { "name": "import", "item": [ { "name": "import Metadata TML", "id": "89c11a8c-3b4e-418b-b987-c33e2b0a2e37", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] }, "description": "\n Version: 9.0.0.cl or later\n\nImports [TML](https://docs.thoughtspot.com/cloud/latest/tml) files into ThoughtSpot.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtsSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the following Data control privileges may be required:\n- `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**)\n- `CAN_MANAGE_WORKSHEET_VIEWS_TABLES` (**Can manage data models**)\n\n#### Usage guidelines\n\n* Import all related objects in a single TML Import API call. For example, Tables that use the same Connection object and Worksheets connected to these Tables.\n* Include the `fqn` property to distinguish objects that have the same name.\n For example, if you have multiple Connections or Worksheets with the same name on ThoughtSpot and the Connection or Worksheet referenced in your TML file does not have a unique name to distinguish, it may result in invalid object references.\n Adding `fqn` helps ThoughtSpot differentiate a Table from another with the same name.\n We recommend [exporting TML with FQNs](#/http/api-endpoints/metadata/export-metadata-tml) and using these during the import operation.\n* You can upload multiple TML files at a time.\n If you import a Worksheet along with Liveboards, Answers, and other dependent objects in a single API call, the imported objects will be immediately available for use.\n When you import only a Worksheet object, it may take some time for the Worksheet to become available in the ThoughtSpot system. Please wait for a few minutes, and then proceed to create an Answer and Liveboard from the newly imported Worksheet.\n\nFor more information, see [TML Documentation](https://developers.thoughtspot.com/docs/tml#_import_a_tml).\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "cab836a7-cfc4-4836-8456-884456f68ef9", "name": "Import metadata objects using specified TMLs is 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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-cab836a7-cfc4-4836-8456-884456f68ef9" }, { "id": "945670c2-b3e7-4561-9067-aad0187249df", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] } }, "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-945670c2-b3e7-4561-9067-aad0187249df" }, { "id": "40e38545-7c60-4784-a014-983480deb0b1", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] } }, "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-40e38545-7c60-4784-a014-983480deb0b1" }, { "id": "76ec0f4c-38fe-4f93-bf83-0bb893dd9f1c", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] } }, "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-76ec0f4c-38fe-4f93-bf83-0bb893dd9f1c" }, { "id": "a1d0f01d-aefb-4e90-9c4e-3e6ad82494bb", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"import_policy\": \"PARTIAL\",\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "import" ] } }, "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-a1d0f01d-aefb-4e90-9c4e-3e6ad82494bb" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-89c11a8c-3b4e-418b-b987-c33e2b0a2e37" } ], "id": "e3fb987f-f635-4e94-8eed-614aace47fb6", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e3fb987f-f635-4e94-8eed-614aace47fb6" } ], "id": "655bc0c7-68e8-4ecd-80e0-3ed6229264c2", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-655bc0c7-68e8-4ecd-80e0-3ed6229264c2" }, { "name": "search", "item": [ { "name": "search Metadata", "id": "2e3dba64-2f11-472f-8042-aa39f24d099c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets a list of metadata objects available on the ThoughtSpot system.\n\nThis API endpoint is available to all users who have view access to the object. Users with `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges can view data for all metadata objects, including users and groups.\n\n#### Usage guidelines\n\n- To get all metadata objects, send the API request without any attributes.\n- To get metadata objects of a specific type, set the `type` attribute. For example, to fetch a Worksheet, set the type as `LOGICAL_TABLE`.\n- To filter metadata objects within type `LOGICAL_TABLE`, set the `subtypes` attribute. For example, to fetch a Worksheet, set the type as `LOGICAL_TABLE` & subtypes as `[WORKSHEET]`.\n- To get a specific metadata object, specify the GUID.\n- To customize your search and filter the API response, you can use several parameters.\n You can search for objects created or modified by specific users, by tags applied to the objects, or by using the include parameters like `include_auto_created_objects`, `include_dependent_objects`, `include_headers`, `include_incomplete_objects`, and so on.\n You can also define sorting options to sort the data retrieved in the API response.\n- To get discoverable objects when linientmodel is enabled you can use `include_discoverable_objects` as true else false. Default value is true.\n- For liveboard metadata type, to get the newer format, set the `liveboard_response_format` as V2. Default value is V1.\n- To retrieve only objects that are published, set the `include_only_published_objects` as true. Default value is false.\n\n**NOTE**: `obj_identifier` is supported for the following object types: `LIVEBOARD`, `ANSWER`, `LOGICAL_TABLE`, `LOGICAL_COLUMN`, `CONNECTION`, `USER_GROUP`, `COLLECTION`. The response includes the `metadata_obj_id` field for objects that have a Custom object ID set.\n\n**NOTE**: The following parameters support pagination of metadata records:\n\n- `tag_identifiers`\n- `type`\n- `subtypes`\n- `created_by_user_identifiers`\n- `modified_by_user_identifiers`\n- `owned_by_user_identifiers`\n- `exclude_objects`\n- `include_auto_created_objects`\n- `favorite_object_options`\n- `include_only_published_objects`\nIf you are using other parameters to search metadata, set `record_size` to `-1` and `record_offset` to `0`.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "4f240a4e-5efc-45d7-8435-f1a7c4a460cd", "name": "Metadata objects search result.", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"metadata_type\": \"CONNECTION\",\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"metadata_obj_id\": \"\",\n \"dependent_objects\": {},\n \"metadata_detail\": {},\n \"metadata_header\": {},\n \"stats\": {}\n },\n {\n \"metadata_type\": \"ANSWER\",\n \"metadata_id\": \"\",\n \"metadata_name\": \"\",\n \"metadata_obj_id\": \"\",\n \"dependent_objects\": {},\n \"metadata_detail\": {},\n \"metadata_header\": {},\n \"stats\": {}\n }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4f240a4e-5efc-45d7-8435-f1a7c4a460cd" }, { "id": "3d409bf0-106a-4e2c-86e1-d9e97345d8d1", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] } }, "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-3d409bf0-106a-4e2c-86e1-d9e97345d8d1" }, { "id": "ff8d0aa6-9bb0-48ba-8b33-0b91884e5200", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] } }, "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-ff8d0aa6-9bb0-48ba-8b33-0b91884e5200" }, { "id": "47e92a12-6964-4482-8d42-9ebd23a1c137", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] } }, "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-47e92a12-6964-4482-8d42-9ebd23a1c137" }, { "id": "72309a2e-eb9e-4f97-8adb-19d3c9a63143", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"COLLECTION\",\n \"subtypes\": [\n \"WORKSHEET\",\n \"AGGR_WORKSHEET\"\n ]\n },\n {\n \"identifier\": \"\",\n \"obj_identifier\": \"\",\n \"name_pattern\": \"\",\n \"type\": \"LOGICAL_TABLE\",\n \"subtypes\": [\n \"AGGR_WORKSHEET\",\n \"PRIVATE_WORKSHEET\"\n ]\n }\n ],\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"MODIFY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }\n ],\n \"created_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"dependent_object_version\": \"V1\",\n \"exclude_objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"COLLECTION\"\n }\n ],\n \"favorite_object_options\": {\n \"include\": false,\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n },\n \"include_auto_created_objects\": false,\n \"include_dependent_objects\": false,\n \"dependent_objects_record_size\": 50,\n \"include_details\": false,\n \"include_personalised_views\": false,\n \"include_headers\": true,\n \"include_hidden_objects\": false,\n \"include_incomplete_objects\": false,\n \"include_visualization_headers\": false,\n \"include_worksheet_search_assist_data\": \"\",\n \"modified_by_user_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"NAME\",\n \"order\": \"ASC\"\n },\n \"tag_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_stats\": false,\n \"include_discoverable_objects\": true,\n \"show_resolved_parameters\": false,\n \"liveboard_response_version\": \"V1\",\n \"include_only_published_objects\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "search" ] } }, "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-72309a2e-eb9e-4f97-8adb-19d3c9a63143" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-2e3dba64-2f11-472f-8042-aa39f24d099c" } ], "id": "4d7de791-863b-4beb-a7ba-26b93ed76b27", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4d7de791-863b-4beb-a7ba-26b93ed76b27" } ], "id": "243ac790-6fcc-4a5e-b877-5fc69cdbcf64", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-243ac790-6fcc-4a5e-b877-5fc69cdbcf64" }, { "name": "searchdata", "item": [ { "name": "search Data", "id": "bb2793d4-69f7-4537-aa76-d517d6c6b455", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGenerates an Answer from a given data source.\n\nRequires at least view access to the data source object (Worksheet or View). If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled, the `CAN_DOWNLOAD_DETAILED_DATA` (**Can download detailed data**) privilege is also required.\n\n#### Usage guidelines\n\nTo search data, specify the data source GUID in `logical_table_identifier`. The data source can be a Worksheet, View, Table, or SQL view.\n\nPass search tokens in the `query_string` attribute in the API request as shown in the following example:\n\n```\n{\n \"query_string\": \"[sales] by [store]\",\n \"logical_table_identifier\": \"cd252e5c-b552-49a8-821d-3eadaa049cca\",\n}\n```\n\nFor more information about the `query_string` format and data source attribute, see [Search data API](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_search_data_api). \n\nThe `record_size` attribute determines the number of records to retrieve in an API call. For more information about pagination, record size, and maximum row limit, see [Pagination and record size settings](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_pagination_settings_for_data_and_report_api). \n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "0505a121-4967-4e68-bbb7-a74607cbd589", "name": "Fetching data of specified metadata object is 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 \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contents\": [\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\"\n },\n {\n \"available_data_row_count\": \"\",\n \"column_names\": [\n \"\",\n \"\"\n ],\n \"record_offset\": \"\",\n \"record_size\": \"\",\n \"returned_data_row_count\": \"\",\n \"sampling_ratio\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-0505a121-4967-4e68-bbb7-a74607cbd589" }, { "id": "d6d3411b-b95b-4a16-afe8-7a67f1785d18", "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 \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] } }, "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-d6d3411b-b95b-4a16-afe8-7a67f1785d18" }, { "id": "a49b7a4f-8ca6-4313-985b-20bad1129a7e", "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 \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] } }, "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-a49b7a4f-8ca6-4313-985b-20bad1129a7e" }, { "id": "31d79313-77ec-40eb-b0b8-7b3200da3324", "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 \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] } }, "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-31d79313-77ec-40eb-b0b8-7b3200da3324" }, { "id": "f3d50315-a072-4a12-9f2f-a7995c850f59", "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 \"query_string\": \"\",\n \"logical_table_identifier\": \"\",\n \"data_format\": \"COMPACT\",\n \"record_offset\": 0,\n \"record_size\": 10,\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/searchdata", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "searchdata" ] } }, "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-f3d50315-a072-4a12-9f2f-a7995c850f59" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-bb2793d4-69f7-4537-aa76-d517d6c6b455" } ], "id": "04486bb4-10e1-44a6-84b4-3f5464acf4e8", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-04486bb4-10e1-44a6-84b4-3f5464acf4e8" }, { "name": "groups", "item": [ { "name": "create", "item": [ { "name": "create User Group", "id": "7bcb7de9-cce6-4ded-8c5e-1d14e0890e16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] }, "description": "\n Version: 9.0.0.cl or later\n\nCreates a group object in ThoughtSpot.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `GROUP_ADMINISTRATION` (**Can manage groups**) privilege is required.\n\n#### About groups\nGroups in ThoughtSpot are used by the administrators to define privileges and organize users based on their roles and access requirements. To know more about groups and privileges, see [ThoughtSpot Product Documentation](https://docs.thoughtspot.com/cloud/latest/groups-privileges).\n\n#### Supported operations\n\nThe API endpoint lets you perform the following operations:\n\n* Assign privileges\n* Add users\n* Define sharing visibility\n* Add sub-groups\n* Assign a default Liveboard\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "108133ac-3c6a-4086-abd7-541f0d3e07ad", "name": "User group successfully created.", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"display_name\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"obj_id\": \"\",\n \"author_id\": \"\",\n \"complete_detail\": \"\",\n \"content\": {},\n \"creation_time_in_millis\": \"\",\n \"default_liveboards\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"description\": \"\",\n \"external\": \"\",\n \"generation_number\": \"\",\n \"hidden\": \"\",\n \"index\": \"\",\n \"index_version\": \"\",\n \"metadata_version\": \"\",\n \"modification_time_in_millis\": \"\",\n \"modifier_id\": \"\",\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 \"sub_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"system_group\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"type\": \"LDAP_GROUP\",\n \"users\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"roles\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-108133ac-3c6a-4086-abd7-541f0d3e07ad" }, { "id": "2c2dadca-f057-419f-8255-62fd4a6346df", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] } }, "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-2c2dadca-f057-419f-8255-62fd4a6346df" }, { "id": "b3d1c4fa-c1ef-4116-bddc-9635bbc92ba3", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] } }, "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-b3d1c4fa-c1ef-4116-bddc-9635bbc92ba3" }, { "id": "046f4945-cde8-4055-a19b-c54832ff4a33", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] } }, "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-046f4945-cde8-4055-a19b-c54832ff4a33" }, { "id": "56c09f87-0448-4a2b-8510-090477b39dd3", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_MANAGE_VERSION_CONTROL\",\n \"DATAMANAGEMENT\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "create" ] } }, "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-56c09f87-0448-4a2b-8510-090477b39dd3" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7bcb7de9-cce6-4ded-8c5e-1d14e0890e16" } ], "id": "2e3fc6d6-f91f-43fb-bf14-94a689db0803", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-2e3fc6d6-f91f-43fb-bf14-94a689db0803" }, { "name": "{group_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete User Group", "id": "9c7db356-0325-406a-9f33-fa3e5ef69ae5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "id": "86349936-e508-4498-8f31-1894f8d74235", "key": "group_identifier", "value": "", "description": "(Required) GUID or name of the group." } ] }, "description": "\n Version: 9.0.0.cl or later\n\nRemoves the specified group object from the ThoughtSpot system.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `GROUP_ADMINISTRATION` (**Can manage groups**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "08a3f4d3-3e69-43e8-bd64-458b8dac55f0", "name": "User group successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "key": "group_identifier" } ] } }, "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-08a3f4d3-3e69-43e8-bd64-458b8dac55f0" }, { "id": "32311315-e7f3-435f-b39c-8f63af6fb0f3", "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/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "key": "group_identifier" } ] } }, "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-32311315-e7f3-435f-b39c-8f63af6fb0f3" }, { "id": "b895df02-4151-4371-a95d-9991526b5eb6", "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/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "key": "group_identifier" } ] } }, "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-b895df02-4151-4371-a95d-9991526b5eb6" }, { "id": "d1d432c3-cc0d-44dd-88c4-307ed48561d4", "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/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "key": "group_identifier" } ] } }, "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-d1d432c3-cc0d-44dd-88c4-307ed48561d4" }, { "id": "75fb4236-6bde-40a2-82df-bc37b456fb8f", "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/groups/:group_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "delete" ], "variable": [ { "key": "group_identifier" } ] } }, "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-75fb4236-6bde-40a2-82df-bc37b456fb8f" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-9c7db356-0325-406a-9f33-fa3e5ef69ae5" } ], "id": "cda11110-1ef7-41a3-9085-a9f02888e6d4", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-cda11110-1ef7-41a3-9085-a9f02888e6d4" }, { "name": "update", "item": [ { "name": "update User Group", "id": "c4bd3fbe-1de1-4e89-a1d2-76a7e4705b11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "id": "5d78c06b-6bfa-4200-bf37-22ba66886d1b", "key": "group_identifier", "value": "", "description": "(Required) GUID or name of the group." } ] }, "description": "\n Version: 9.0.0.cl or later\n\nUpdates the properties of a group object in ThoughtSpot.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `GROUP_ADMINISTRATION` (**Can manage groups**) privilege is required.\n\n#### Supported operations\n\nThis API endpoint lets you perform the following operations in a single API request:\n\n* Edit [privileges](https://developers.thoughtspot.com/docs/?pageid=api-user-management#group-privileges)\n* Add or remove users\n* Change sharing visibility settings\n* Add or remove sub-groups\n* Assign a default Liveboard or update the existing settings\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "700a826c-b950-4bd3-94da-549fd08d0eca", "name": "User group successfully updated.", "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 \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "key": "group_identifier" } ] } }, "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-700a826c-b950-4bd3-94da-549fd08d0eca" }, { "id": "6542aea5-4a1c-4360-9c05-ae6123110b98", "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 \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "key": "group_identifier" } ] } }, "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-6542aea5-4a1c-4360-9c05-ae6123110b98" }, { "id": "0d4dfcc0-7c1c-4265-8c41-dffab1319e07", "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 \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "key": "group_identifier" } ] } }, "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-0d4dfcc0-7c1c-4265-8c41-dffab1319e07" }, { "id": "0b6611be-f46d-4cc6-a197-38d483cd1f4e", "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 \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "key": "group_identifier" } ] } }, "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-0b6611be-f46d-4cc6-a197-38d483cd1f4e" }, { "id": "e7a55970-89eb-4105-b7b4-334101483a47", "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 \"name\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"privileges\": [\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\",\n \"JOBSCHEDULING\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/:group_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", ":group_identifier", "update" ], "variable": [ { "key": "group_identifier" } ] } }, "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-e7a55970-89eb-4105-b7b4-334101483a47" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c4bd3fbe-1de1-4e89-a1d2-76a7e4705b11" } ], "id": "c57155e3-e596-4800-aadd-9b5c119d72fb", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c57155e3-e596-4800-aadd-9b5c119d72fb" } ], "id": "9db82e59-5fa2-4499-b033-490e177b4ed0", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-9db82e59-5fa2-4499-b033-490e177b4ed0" }, { "name": "import", "item": [ { "name": "import User Groups", "id": "aa55680b-711f-4f9c-a32d-3d9ddbc0cab4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] }, "description": "\n Version: 9.0.0.cl or later\n\nImports group objects from external databases into ThoughtSpot.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `GROUP_ADMINISTRATION` (**Can manage groups**) privilege is required.\n\nDuring the import operation:\n\n* If the specified group is not available in ThoughtSpot, it will be added to ThoughtSpot.\n* If `delete_unspecified_groups` is set to `true`, the groups not specified in the API request, excluding administrator and system user groups, are deleted.\n* If the specified groups are already available in ThoughtSpot, the object properties of these groups are modified and synchronized as per the input data in the API request.\n\nA successful API call returns the object that represents the changes made in the ThoughtSpot system.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "90a4b074-0bde-450e-a9ed-f9ed5648e3c6", "name": "Import user groups operation 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 \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"groups_added\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups_deleted\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups_updated\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-90a4b074-0bde-450e-a9ed-f9ed5648e3c6" }, { "id": "94ca4af8-c9e9-401f-9a9a-2b244b1cee99", "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 \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] } }, "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-94ca4af8-c9e9-401f-9a9a-2b244b1cee99" }, { "id": "749ed928-dc6a-418d-818d-a9858494eb59", "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 \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] } }, "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-749ed928-dc6a-418d-818d-a9858494eb59" }, { "id": "e4f50fd5-a282-4959-a536-d499ae35d755", "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 \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] } }, "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-e4f50fd5-a282-4959-a536-d499ae35d755" }, { "id": "a3bdcb35-aeb3-4bfc-8867-f26174b9ed71", "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 \"groups\": [\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"SYNCMANAGEMENT\",\n \"ALLOW_NON_EMBED_FULL_APP_ACCESS\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\"\n },\n {\n \"display_name\": \"\",\n \"group_identifier\": \"\",\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"privileges\": [\n \"CAN_CREATE_KPI_ALERTS\",\n \"LIVEBOARD_VERIFIER\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"LOCAL_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\"\n }\n ],\n \"delete_unspecified_groups\": false,\n \"dry_run\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "import" ] } }, "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-a3bdcb35-aeb3-4bfc-8867-f26174b9ed71" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-aa55680b-711f-4f9c-a32d-3d9ddbc0cab4" } ], "id": "05044a86-aa7c-4789-b7f2-9c98b55914a7", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-05044a86-aa7c-4789-b7f2-9c98b55914a7" }, { "name": "search", "item": [ { "name": "search User Groups", "id": "5b7af60a-62c4-4f67-a18e-d7a7f5e37b93", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets a list of user group objects from the ThoughtSpot system.\n\nTo get details of a specific user group, specify the user group GUID or name. You can also filter the API response based on User ID, Org ID, Role ID, type of group, sharing visibility, privileges assigned to the group, and the Liveboard IDs assigned to the users in the group.\n\nAvailable to all users. Users with `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges can view all users properties.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `GROUP_ADMINISTRATION` (**Can manage groups**) privilege is required.\n\n**NOTE**: In addition to the GUID and name, `group_identifier` accepts a Custom object ID if one is configured for the group. The response also includes the `obj_id` field for each group that has one set.\n\n**NOTE**: If you do not get precise results, try setting `record_size` to `-1` and `record_offset` to `0`.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "9b1a3553-1469-453b-b855-5f58aab0c13e", "name": "User group search result.", "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 \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"display_name\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"visibility\": \"SHARABLE\",\n \"obj_id\": \"\",\n \"author_id\": \"\",\n \"complete_detail\": \"\",\n \"content\": {},\n \"creation_time_in_millis\": \"\",\n \"default_liveboards\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"description\": \"\",\n \"external\": \"\",\n \"generation_number\": \"\",\n \"hidden\": \"\",\n \"index\": \"\",\n \"index_version\": \"\",\n \"metadata_version\": \"\",\n \"modification_time_in_millis\": \"\",\n \"modifier_id\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"owner_id\": \"\",\n \"parent_type\": \"USER\",\n \"privileges\": [\n \"\",\n \"\"\n ],\n \"sub_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"system_group\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"type\": \"TEAM_GROUP\",\n \"users\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"roles\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n },\n {\n \"display_name\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"obj_id\": \"\",\n \"author_id\": \"\",\n \"complete_detail\": \"\",\n \"content\": {},\n \"creation_time_in_millis\": \"\",\n \"default_liveboards\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"description\": \"\",\n \"external\": \"\",\n \"generation_number\": \"\",\n \"hidden\": \"\",\n \"index\": \"\",\n \"index_version\": \"\",\n \"metadata_version\": \"\",\n \"modification_time_in_millis\": \"\",\n \"modifier_id\": \"\",\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 \"sub_groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"system_group\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"type\": \"TENANT_GROUP\",\n \"users\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"roles\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ]\n }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-9b1a3553-1469-453b-b855-5f58aab0c13e" }, { "id": "cbaee971-8c89-4a9e-a730-93b5878fa6a9", "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 \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] } }, "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-cbaee971-8c89-4a9e-a730-93b5878fa6a9" }, { "id": "6d701305-eb43-44ee-aa78-530a7ca766d7", "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 \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] } }, "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-6d701305-eb43-44ee-aa78-530a7ca766d7" }, { "id": "83565051-ce39-4818-8827-ed7144c252a8", "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 \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] } }, "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-83565051-ce39-4818-8827-ed7144c252a8" }, { "id": "20c4ecdb-028d-4e11-b891-a6efd3c3bf5e", "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 \"default_liveboard_identifiers\": [\n \"\",\n \"\"\n ],\n \"description\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"group_identifier\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"CAN_MODIFY_FOLDERS\",\n \"AUTHENTICATION_ADMINISTRATION\"\n ],\n \"sub_group_identifiers\": [\n \"\",\n \"\"\n ],\n \"type\": \"TEAM_GROUP\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"DISPLAY_NAME\",\n \"order\": \"ASC\"\n },\n \"include_users\": true,\n \"include_sub_groups\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/groups/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "groups", "search" ] } }, "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-20c4ecdb-028d-4e11-b891-a6efd3c3bf5e" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5b7af60a-62c4-4f67-a18e-d7a7f5e37b93" } ], "id": "5ff60a0e-d3c0-4b5c-bc3c-faea784d9fcc", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5ff60a0e-d3c0-4b5c-bc3c-faea784d9fcc" } ], "id": "9da0b5d2-f3b7-4db0-92c9-ec4cccd60e1d", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-9da0b5d2-f3b7-4db0-92c9-ec4cccd60e1d" }, { "name": "logs", "item": [ { "name": "fetch", "item": [ { "name": "fetch Logs", "id": "ef40a52f-2cf4-4211-9feb-aae68befdec1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches security audit logs. \n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the [Admin Control](https://developers.thoughtspot.com/docs/rbac#_admin_control) privileges are required.\n\n\n#### Usage guidelines\n\nBy default, the API retrieves logs for the last 24 hours. You can set a custom duration in EPOCH time. Make sure the log duration specified in your API request doesn\u2019t exceed 24 hours. If you must fetch logs for a longer time range, modify the duration and make multiple sequential API requests.\n\nUpon successful execution, the API returns logs with the following information:\n* timestamp of the event\n* event ID\n* event type\n* name and GUID of the user\n* IP address of ThoughtSpot instance\n\nFor more information see [Audit logs Documentation](https://developers.thoughtspot.com/docs/audit-logs).\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "df7bbcda-009f-4a3b-ab2e-a15f67bde2c2", "name": "Log fetched successfully.", "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 \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"date\": \"\",\n \"log\": \"\"\n },\n {\n \"date\": \"\",\n \"log\": \"\"\n }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-df7bbcda-009f-4a3b-ab2e-a15f67bde2c2" }, { "id": "ea4dbe3f-9383-4e51-b13d-eeeb919fb113", "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 \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] } }, "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-ea4dbe3f-9383-4e51-b13d-eeeb919fb113" }, { "id": "65cbebb2-a0f5-4559-a949-d1b800361f49", "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 \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] } }, "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-65cbebb2-a0f5-4559-a949-d1b800361f49" }, { "id": "7db4a9e9-d557-4938-88ef-ad34e2396e0b", "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 \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] } }, "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-7db4a9e9-d557-4938-88ef-ad34e2396e0b" }, { "id": "2f4b4de7-9ff1-46ec-80c4-9bb4645fe685", "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 \"log_type\": \"SECURITY_AUDIT\",\n \"start_epoch_time_in_millis\": \"\",\n \"end_epoch_time_in_millis\": \"\",\n \"get_all_logs\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/logs/fetch", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "logs", "fetch" ] } }, "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-2f4b4de7-9ff1-46ec-80c4-9bb4645fe685" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-ef40a52f-2cf4-4211-9feb-aae68befdec1" } ], "id": "3387e483-5fae-46d4-b1b0-c2dc51d30476", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-3387e483-5fae-46d4-b1b0-c2dc51d30476" } ], "id": "9990f35b-5841-40c1-b16c-060970f0c461", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-9990f35b-5841-40c1-b16c-060970f0c461" }, { "name": "orgs", "item": [ { "name": "create", "item": [ { "name": "create Org", "id": "2b365ee7-4874-407a-b397-a8f771be1044", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] }, "description": "\n Version: 9.0.0.cl or later\n\nCreates an Org object.\n\nTo use this API, the [Orgs](https://docs.thoughtspot.com/cloud/latest/orgs-overview) feature must be enabled in your cluster.\n\nRequires cluster administration (**Can administer Org**) privileges.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `ORG_ADMINISTRATION` (**Can manage Orgs**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "c528d209-97a7-414b-be04-93872f29e058", "name": "Organization successfully created.", "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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"ACTIVE\",\n \"description\": \"\",\n \"visibility\": \"HIDDEN\"\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c528d209-97a7-414b-be04-93872f29e058" }, { "id": "0231b43e-2ede-45f2-aeb0-8c45163755b1", "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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] } }, "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-0231b43e-2ede-45f2-aeb0-8c45163755b1" }, { "id": "7aff8f5f-0de0-4252-a5f0-d9bf8c9fb8ed", "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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] } }, "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-7aff8f5f-0de0-4252-a5f0-d9bf8c9fb8ed" }, { "id": "01086138-8096-4eff-bb02-dbaf663078f7", "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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] } }, "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-01086138-8096-4eff-bb02-dbaf663078f7" }, { "id": "eb63fd97-797b-4fcc-b2f4-f3b314ae9495", "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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "create" ] } }, "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-eb63fd97-797b-4fcc-b2f4-f3b314ae9495" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-2b365ee7-4874-407a-b397-a8f771be1044" } ], "id": "7d52445b-50a3-405b-a4bf-b39951d91df0", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7d52445b-50a3-405b-a4bf-b39951d91df0" }, { "name": "{org_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Org", "id": "7d7fbda9-54cd-4dda-8c48-99a19cb3964e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "id": "723d789c-7feb-49b8-af61-749407674892", "key": "org_identifier", "value": "", "description": "(Required) ID or name of the Org" } ] }, "description": "\n Version: 9.0.0.cl or later\n\nDeletes an Org object from the ThoughtSpot system.\n\nRequires cluster administration (**Can administer Org**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `ORG_ADMINISTRATION` (**Can manage Orgs**) privilege is required.\n\nWhen you delete an Org, all its users and objects created in that Org context are removed. However, if the users in the deleted Org also exists in other Orgs, they are removed only from the deleted Org.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "dc9de701-d4d2-4d34-8a67-b997190693d0", "name": "Organization successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "key": "org_identifier" } ] } }, "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-dc9de701-d4d2-4d34-8a67-b997190693d0" }, { "id": "f6d18ec1-dd61-4535-a210-bbf5bca84128", "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/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "key": "org_identifier" } ] } }, "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-f6d18ec1-dd61-4535-a210-bbf5bca84128" }, { "id": "cf970e5a-8321-45d6-b08f-7ba42dd641e6", "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/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "key": "org_identifier" } ] } }, "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-cf970e5a-8321-45d6-b08f-7ba42dd641e6" }, { "id": "f29af0ac-d4fc-4e8e-b6fb-e383b3ce7d06", "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/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "key": "org_identifier" } ] } }, "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-f29af0ac-d4fc-4e8e-b6fb-e383b3ce7d06" }, { "id": "b939b1a8-3b16-4335-85bb-cf01fd2d3c5e", "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/orgs/:org_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "delete" ], "variable": [ { "key": "org_identifier" } ] } }, "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-b939b1a8-3b16-4335-85bb-cf01fd2d3c5e" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7d7fbda9-54cd-4dda-8c48-99a19cb3964e" } ], "id": "465de821-cd57-42de-99d0-24d8be34db04", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-465de821-cd57-42de-99d0-24d8be34db04" }, { "name": "update", "item": [ { "name": "update Org", "id": "15fdc3ed-050b-42a4-b16a-1dec98ae843b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "id": "dc97f727-3036-4ff2-9f01-43c457d99828", "key": "org_identifier", "value": "", "description": "(Required) ID or name of the Org" } ] }, "description": "\n Version: 9.0.0.cl or later\n\nUpdates an Org object. You can modify Org properties such as name, description, and user associations.\n\nRequires cluster administration (**Can administer Org**) privileges.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `ORG_ADMINISTRATION` (**Can manage Orgs**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "b78975d8-7976-4968-a86c-f35c507a6cf0", "name": "Organization successfully updated.", "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 \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "key": "org_identifier" } ] } }, "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-b78975d8-7976-4968-a86c-f35c507a6cf0" }, { "id": "cb94d653-d790-4ec3-a4ae-69ffcae61ccd", "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 \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "key": "org_identifier" } ] } }, "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-cb94d653-d790-4ec3-a4ae-69ffcae61ccd" }, { "id": "dc004145-5fbc-416a-998d-edce6689cafe", "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 \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "key": "org_identifier" } ] } }, "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-dc004145-5fbc-416a-998d-edce6689cafe" }, { "id": "908bb6df-b04c-4918-b1cf-8930ff71fa6e", "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 \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "key": "org_identifier" } ] } }, "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-908bb6df-b04c-4918-b1cf-8930ff71fa6e" }, { "id": "863408f6-316b-4911-accf-5652c1ca3e6c", "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 \"name\": \"\",\n \"description\": \"\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"ADD\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/:org_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", ":org_identifier", "update" ], "variable": [ { "key": "org_identifier" } ] } }, "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-863408f6-316b-4911-accf-5652c1ca3e6c" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-15fdc3ed-050b-42a4-b16a-1dec98ae843b" } ], "id": "282e95f8-c982-436f-8df0-bc5aed9b4b55", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-282e95f8-c982-436f-8df0-bc5aed9b4b55" } ], "id": "055d53db-a713-4e5a-896f-d9ab42f419bc", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-055d53db-a713-4e5a-896f-d9ab42f419bc" }, { "name": "search", "item": [ { "name": "search Orgs", "id": "c5e1fce0-bcfd-4105-ad25-fbda11d17087", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets a list of Orgs configured on the ThoughtSpot system. To get details of a specific Org, specify the Org ID or name. You can also pass parameters such as status, visibility, and user identifiers to get a specific list of Orgs.\n\nRequires cluster administration (**Can administer Org**) privileges.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `ORG_ADMINISTRATION` (**Can manage Orgs**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "21f723cb-b55d-4b14-b5fb-fc7057c8e044", "name": "Organization search result.", "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 \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"IN_ACTIVE\",\n \"description\": \"\",\n \"visibility\": \"HIDDEN\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"IN_ACTIVE\",\n \"description\": \"\",\n \"visibility\": \"SHOW\"\n }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-21f723cb-b55d-4b14-b5fb-fc7057c8e044" }, { "id": "fae76f13-a637-473c-86cf-8899cd761aca", "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 \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] } }, "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-fae76f13-a637-473c-86cf-8899cd761aca" }, { "id": "a0a04a80-8926-4ec4-8ed0-84ec433c6d4f", "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 \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] } }, "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-a0a04a80-8926-4ec4-8ed0-84ec433c6d4f" }, { "id": "381541b9-e3c5-4499-ad8b-77e7c8349e1c", "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 \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] } }, "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-381541b9-e3c5-4499-ad8b-77e7c8349e1c" }, { "id": "8b58cf99-ecfb-4c00-953d-343c23deb24c", "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 \"org_identifier\": \"\",\n \"description\": \"\",\n \"visibility\": \"SHOW\",\n \"status\": \"ACTIVE\",\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/orgs/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "orgs", "search" ] } }, "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-8b58cf99-ecfb-4c00-953d-343c23deb24c" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c5e1fce0-bcfd-4105-ad25-fbda11d17087" } ], "id": "e05de742-397d-45a8-874c-ccd1b76b980c", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e05de742-397d-45a8-874c-ccd1b76b980c" } ], "id": "c952fad6-da43-42b3-900c-31914e206a85", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-c952fad6-da43-42b3-900c-31914e206a85" }, { "name": "report", "item": [ { "name": "answer", "item": [ { "name": "export Answer Report", "id": "757a9d86-3d84-48fe-ba41-07958c636b55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] }, "description": "\n Version: 9.0.0.cl or later\n\nExports an Answer in the given file format. You can download the Answer data as a PDF, PNG, CSV, or XLSX file.\n\nRequires at least view access to the Answer. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is not enabled, the `DATADOWNLOADING` (**Can download Data**) privilege is required. If RBAC is enabled, the required download privilege depends on the selected `file_format`: `CSV`, `XLSX`, and `PDF` require the `CAN_DOWNLOAD_DETAILED_DATA` (**Can download detailed data**) privilege, and `PNG` requires the `CAN_DOWNLOAD_VISUALS` (**Can download visuals**) privilege. For an Answer, the `PDF` export is a table PDF, which is why it falls under `CAN_DOWNLOAD_DETAILED_DATA` rather than `CAN_DOWNLOAD_VISUALS`.\n\n#### Usage guidelines\n\nIn the request body, specify the GUID or name of the Answer and set `file_format`. The default file format is CSV.\n\nUse the `type` parameter to specify whether the Answer being exported is a saved Answer (`SAVED`) or a pinned Answer on a Liveboard (`PINNED`). Defaults to `SAVED`. When using `PINNED`, the `metadata_identifier` must be the container id.\n\n**NOTE**:\n* The downloadable file returned in API response file is extensionless. Please rename the downloaded file by typing in the relevant extension.\n* HTML rendering is not supported for PDF exports of Answers with tables.\n\nOptionally, you can define [runtime overrides](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_runtime_overrides) to apply to the Answer data. \n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "a365c795-be26-431c-9b4b-1f65c80174be", "name": "Export report file of specified metadata object is successful.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-a365c795-be26-431c-9b4b-1f65c80174be" }, { "id": "f56e3b3b-bc87-4818-82cc-8846ee06fee7", "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 \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] } }, "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-f56e3b3b-bc87-4818-82cc-8846ee06fee7" }, { "id": "0d6a3cfb-12b5-4f8b-8bdd-2a139161b33c", "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 \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] } }, "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-0d6a3cfb-12b5-4f8b-8bdd-2a139161b33c" }, { "id": "b00ba95b-07d8-48af-a74a-cc8028fc4d0f", "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 \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] } }, "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-b00ba95b-07d8-48af-a74a-cc8028fc4d0f" }, { "id": "50951f69-270f-4abc-b904-42501e6447ec", "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 \"metadata_identifier\": \"\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"file_format\": \"CSV\",\n \"runtime_filter\": {},\n \"runtime_sort\": {},\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"PAB\",\n \"user_locale\": \"nl-NL\",\n \"number_format_locale\": \"ko-KR\",\n \"date_format_locale\": \"es-MX\"\n },\n \"png_options\": {\n \"x_resolution\": \"\",\n \"y_resolution\": \"\",\n \"scaling\": \"\"\n },\n \"personalised_view_identifier\": \"\",\n \"type\": \"SAVED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/answer", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "answer" ] } }, "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-50951f69-270f-4abc-b904-42501e6447ec" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-757a9d86-3d84-48fe-ba41-07958c636b55" } ], "id": "7e20fbe9-76b0-4b5b-8b22-c2bec99b0e5d", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7e20fbe9-76b0-4b5b-8b22-c2bec99b0e5d" }, { "name": "liveboard", "item": [ { "name": "export Liveboard Report", "id": "cd99b60d-ecf5-40f2-942e-ee83219bd250", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] }, "description": "\n Version: 9.0.0.cl or later\n\nExports a Liveboard and its visualizations in PDF, PNG, CSV, or XLSX file format.\nThe default `file_format` is CSV.\n\nRequires at least view access to the Liveboard. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is not enabled, the `DATADOWNLOADING` (**Can download Data**) privilege is required. If RBAC is enabled, the required download privilege depends on the selected `file_format`: `CSV` and `XLSX` require the `CAN_DOWNLOAD_DETAILED_DATA` (**Can download detailed data**) privilege, and `PNG` and `PDF` require the `CAN_DOWNLOAD_VISUALS` (**Can download visuals**) privilege.\n\n#### Usage guidelines\n\nIn the request body, specify the GUID or name of the Liveboard. To generate a Liveboard report with specific visualizations, add GUIDs or names of the visualizations.\n\n**NOTE**: \n\n* The downloadable file returned in API response file is extensionless. Please rename the downloaded file by typing in the relevant extension.\n\n* Optionally, you can define [runtime overrides](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_runtime_overrides) to apply to the Answer data.\n\n* To include unsaved changes in the report, pass the `transient_pinboard_content` script generated from the `getExportRequestForCurrentPinboard` method in the Visual Embed SDK. Upon successful execution, the API returns the report with unsaved changes, including ad hoc changes to visualizations. For more information, see [Liveboard Report API](https://developers.thoughtspot.com/docs/fetch-data-and-report-apis#_liveboard_report_api). \n\n* Starting with ThoughtSpot Cloud 10.9.0.cl release, the Liveboard can be exported in the PNG format in the resolution of your choice. To enable this on your instance, contact ThoughtSpot support. When this feature is enabled, the options `include_cover_page`,`include_filter_page` within the `png_options` will not be available for PNG exports.\n\n* Starting with the ThoughtSpot Cloud 26.2.0.cl release,\n\n * Liveboards can be exported in CSV format. \n * All visualizations within a Liveboard can be exported as individual CSV files. \n * When exporting multiple visualizations or the entire Liveboard, the system returns the report as a compressed ZIP file containing the separate CSV files for each visualization.\n\n * Liveboards can also be exported in XLSX format. \n * All selected visualizations are consolidated into a single Excel workbook (.xlsx), with each visualization placed in its own worksheet (tab). \n * XLSX exports are limited to a maximum of 255 worksheets (tabs) per workbook.\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "302e31f4-9e8e-4e8c-93d8-0e11d5841792", "name": "Export report file of specified metadata object is successful.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/octet-stream" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "application/octet-stream" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-302e31f4-9e8e-4e8c-93d8-0e11d5841792" }, { "id": "1b5e4e21-3cac-4202-af0c-992f3e656fc2", "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 \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] } }, "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-1b5e4e21-3cac-4202-af0c-992f3e656fc2" }, { "id": "df65d862-2ce5-4816-a815-6913f50f149c", "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 \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] } }, "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-df65d862-2ce5-4816-a815-6913f50f149c" }, { "id": "7156aa7e-4554-4f60-9307-0c5efdf67f03", "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 \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] } }, "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-7156aa7e-4554-4f60-9307-0c5efdf67f03" }, { "id": "4578016b-20f2-4037-8bc4-4afb4ab10a7e", "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 \"metadata_identifier\": \"\",\n \"tab_identifiers\": [\n \"\",\n \"\"\n ],\n \"personalised_view_identifier\": \"\",\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"transient_content\": \"\",\n \"file_format\": \"PDF\",\n \"runtime_filter\": {},\n \"override_filters\": {},\n \"runtime_sort\": {},\n \"pdf_options\": {\n \"page_size\": \"A4\",\n \"zoom_level\": \"\",\n \"include_cover_page\": true,\n \"include_custom_logo\": true,\n \"include_filter_page\": true,\n \"include_page_number\": true,\n \"page_orientation\": \"PORTRAIT\",\n \"truncate_table\": false,\n \"page_footer_text\": \"\"\n },\n \"png_options\": {\n \"include_cover_page\": false,\n \"include_filter_page\": false,\n \"personalised_view_id\": \"\",\n \"image_resolution\": \"\",\n \"image_scale\": \"\",\n \"include_header\": false\n },\n \"runtime_param_override\": {},\n \"regional_settings\": {\n \"currency_format\": \"CYP\",\n \"user_locale\": \"es-MX\",\n \"number_format_locale\": \"nl-NL\",\n \"date_format_locale\": \"en-AU\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/report/liveboard", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "report", "liveboard" ] } }, "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-4578016b-20f2-4037-8bc4-4afb4ab10a7e" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-cd99b60d-ecf5-40f2-942e-ee83219bd250" } ], "id": "3c3232a1-c0f3-4f96-9cf4-5bc81eec9112", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-3c3232a1-c0f3-4f96-9cf4-5bc81eec9112" } ], "id": "d2be2bd0-c415-4c3e-9b29-de8f64cf2015", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-d2be2bd0-c415-4c3e-9b29-de8f64cf2015" }, { "name": "security", "item": [ { "name": "metadata", "item": [ { "name": "assign", "item": [ { "name": "assign Change Author", "id": "959cb58a-db1d-4e74-8478-6c65e920d3de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] }, "description": "\n Version: 9.0.0.cl or later\n\nTransfers the ownership of one or several objects from one user to another.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege and edit access to the objects are required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "ee362f49-d94f-4eee-863f-a15ca0ea8096", "name": "Author assignment for given metadata objects is 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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] } }, "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-ee362f49-d94f-4eee-863f-a15ca0ea8096" }, { "id": "e1533427-f587-42a3-af4e-138cf77ecbbf", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] } }, "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-e1533427-f587-42a3-af4e-138cf77ecbbf" }, { "id": "157d1731-a7fc-43af-880f-1c589625bc51", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] } }, "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-157d1731-a7fc-43af-880f-1c589625bc51" }, { "id": "6edf7e5b-4c1f-4d01-a544-7ea35487794b", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] } }, "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-6edf7e5b-4c1f-4d01-a544-7ea35487794b" }, { "id": "77bed933-94e9-42c9-b23f-25ed1b6db284", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"user_identifier\": \"\",\n \"current_owner_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "assign" ] } }, "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-77bed933-94e9-42c9-b23f-25ed1b6db284" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-959cb58a-db1d-4e74-8478-6c65e920d3de" } ], "id": "2082f8f8-0500-43ca-85f5-36053f347c7c", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-2082f8f8-0500-43ca-85f5-36053f347c7c" }, { "name": "fetch-permissions", "item": [ { "name": "fetch Permissions On Metadata", "id": "e65a5c4d-351b-4d08-a86e-9ecc718abe2f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches permission details for a given metadata object.\n\nRequires view access to the metadata object.\n\n#### Usage guidelines\n\n* To fetch a list of users and groups for a metadata object, specify `type` and GUID or name of the metadata object.\n* To get permission details for a specific user or group, add `type` and GUID or name of the principal object to your API request.\n\nUpon successful execution, the API returns permission details and principal information for the object specified in the API request.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "18cdad2a-6758-4f60-9c9c-d2eba5b72e2a", "name": "Fetching permissions of metadata objects is 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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"metadata_permission_details\": {}\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-18cdad2a-6758-4f60-9c9c-d2eba5b72e2a" }, { "id": "466452ed-b88b-42a1-a55b-4512a9f60dad", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] } }, "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-466452ed-b88b-42a1-a55b-4512a9f60dad" }, { "id": "1f950337-2809-4eee-97b0-d9c1f614c984", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] } }, "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-1f950337-2809-4eee-97b0-d9c1f614c984" }, { "id": "2ec61140-9277-4b9a-a415-c7bed12e0c5c", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] } }, "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-2ec61140-9277-4b9a-a415-c7bed12e0c5c" }, { "id": "edeac92b-c4d2-43c4-85ad-a0bad0b75947", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n }\n ],\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n }\n ],\n \"include_dependent_objects\": false,\n \"record_offset\": 0,\n \"record_size\": -1,\n \"permission_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "fetch-permissions" ] } }, "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-edeac92b-c4d2-43c4-85ad-a0bad0b75947" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e65a5c4d-351b-4d08-a86e-9ecc718abe2f" } ], "id": "bf410838-4229-4e7f-af90-eab55b14b67c", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-bf410838-4229-4e7f-af90-eab55b14b67c" }, { "name": "share", "item": [ { "name": "share Metadata", "id": "1c64ed3c-26c5-4a26-ad56-685552d5d423", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] }, "description": "\n Version: 9.0.0.cl or later\n\nAllows sharing one or several metadata objects with users and groups in ThoughtSpot.\n\nRequires edit access to the metadata object.\n\n#### Supported metadata objects:\n* Liveboards\n* Visualizations\n* Answers\n* Models\n* Views\n* Connections\n* Collections\n\n#### Object permissions\n\nYou can provide `READ_ONLY` or `MODIFY` access when sharing an object with another user or group. The `READ_ONLY` permission grants view access to the shared object, whereas `MODIFY` provides edit access.\n\nTo prevent a user or group from accessing the shared object, specify the GUID or name of the principal and set `shareMode` to `NO_ACCESS`.\n\n#### Sharing a visualization\n\n* Sharing a visualization implicitly shares the entire Liveboard with the recipient.\n* Object permissions set for a shared visualization also apply to the Liveboard unless overridden by another API request or via UI.\n* If email notifications for object sharing are enabled, a notification with a link to the shared visualization will be sent to the recipient\u2019s email address. Although this link opens the shared visualization, recipients can also access other visualizations in the Liveboard.\n\n#### Sharing a collection\n\nCollections support **dual permissions** that provide fine-grained control:\n\n* **Collection permissions** (`share_mode`) - controls access to the collection itself (view, edit, delete the collection)\n* **Content permissions** (`content_share_mode`) - controls access to objects within the collection (view, edit objects inside)\n\n**Default Behavior:**\n- If only `share_mode` is specified, the content permissions default to `READ_ONLY` (except when `share_mode` is `NO_ACCESS`, then content also gets `NO_ACCESS`)\n- To give users edit access to collection contents, explicitly set `content_share_mode: \"MODIFY\"`\n\n## Examples\n\nThe following JSON examples can be copy-pasted as request bodies for the REST v2 API endpoint:\n\n```bash\nPOST /callosum/v1/v2/security/metadata/share\nContent-Type: application/x-www-form-urlencoded\n```\n\n### Basic collection sharing\nShare a collection with read-only access:\n\n```json\n{\n \"metadata_type\": \"COLLECTION\",\n \"metadata_identifiers\": [\"Sales Reports Collection\"],\n \"permissions\": [{\n \"principal\": {\n \"type\": \"USER\",\n \"identifier\": \"alice@company.com\"\n },\n \"share_mode\": \"READ_ONLY\"\n }],\n \"notification\": {\n \"message\": \"I've shared the Sales Reports collection with you\",\n \"notify_on_share\": true\n }\n}\n```\n\n### Collection sharing with dual permissions\nShare a collection with different permissions for the collection vs. its contents:\n\n```json\n{\n \"metadata_type\": \"COLLECTION\",\n \"metadata_identifiers\": [\"Marketing Analytics\"],\n \"permissions\": [{\n \"principal\": {\n \"type\": \"USER\",\n \"identifier\": \"bob@company.com\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }, {\n \"principal\": {\n \"type\": \"USER_GROUP\",\n \"identifier\": \"Marketing Team\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n }],\n \"notification\": {\n \"emails\": [\"bob@company.com\"],\n \"message\": \"You can edit the collection but content is read-only\",\n \"enable_custom_url\": false,\n \"notify_on_share\": true\n },\n \"has_lenient_discoverability\": false\n}\n```\n\n### Multiple collections sharing\nShare multiple collections with different users:\n\n```json\n{\n \"metadata\": [\n {\n \"type\": \"COLLECTION\",\n \"identifier\": \"Q4 Reports\"\n },\n {\n \"type\": \"COLLECTION\",\n \"identifier\": \"Executive Dashboard Collection\"\n }\n ],\n \"permissions\": [{\n \"principal\": {\n \"type\": \"USER_GROUP\",\n \"identifier\": \"Executives\"\n },\n \"share_mode\": \"MODIFY\"\n }, {\n \"principal\": {\n \"type\": \"USER\",\n \"identifier\": \"manager@company.com\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"MODIFY\"\n }],\n \"notification\": {\n \"message\": \"Sharing quarterly collections with leadership team\",\n \"notify_on_share\": true\n }\n}\n```\n\n### Remove collection access\nRemove access to a collection by setting share_mode to NO_ACCESS:\n\n```json\n{\n \"metadata_type\": \"COLLECTION\",\n \"metadata_identifiers\": [\"Confidential Reports\"],\n \"permissions\": [{\n \"principal\": {\n \"type\": \"USER\",\n \"identifier\": \"former-employee@company.com\"\n },\n \"share_mode\": \"NO_ACCESS\"\n }],\n \"notification\": {\n \"notify_on_share\": false\n }\n}\n```\n\n### Collection Permission Scenarios\n\n**Scenario 1: Collection Admin**\n- `share_mode: MODIFY` + `content_share_mode: MODIFY` = Full control over collection and its contents\n\n**Scenario 2: Collection Curator**\n- `share_mode: MODIFY` + `content_share_mode: READ_ONLY` = Can manage collection structure but not edit contents\n\n**Scenario 3: Content Editor**\n- `share_mode: READ_ONLY` + `content_share_mode: MODIFY` = Can edit objects within collection but can't change collection itself\n\n**Scenario 4: Viewer**\n- `share_mode: READ_ONLY` + `content_share_mode: READ_ONLY` = View-only access to collection and contents\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "05ee889c-1433-4cbb-8ec1-1db0b1895533", "name": "Sharing metadata objects is 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 \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] } }, "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-05ee889c-1433-4cbb-8ec1-1db0b1895533" }, { "id": "51ea1493-9cb4-4e0a-985f-1290fbb60a14", "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 \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] } }, "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-51ea1493-9cb4-4e0a-985f-1290fbb60a14" }, { "id": "cf0ace61-2980-456b-ba91-41ac799b1cfb", "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 \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] } }, "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-cf0ace61-2980-456b-ba91-41ac799b1cfb" }, { "id": "aa3b13f1-e092-4c29-8258-b34dfa0546bb", "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 \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] } }, "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-aa3b13f1-e092-4c29-8258-b34dfa0546bb" }, { "id": "f0ebc13f-224b-4ea2-b620-6e02a9b7c4e3", "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 \"permissions\": [\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n \"share_mode\": \"READ_ONLY\",\n \"content_share_mode\": \"READ_ONLY\"\n },\n {\n \"principal\": {\n \"identifier\": \"\",\n \"type\": \"USER\"\n },\n \"share_mode\": \"MODIFY\",\n \"content_share_mode\": \"READ_ONLY\"\n }\n ],\n \"message\": \"\",\n \"metadata_type\": \"ANSWER\",\n \"metadata_identifiers\": [\n \"\",\n \"\"\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"visualization_identifiers\": [\n \"\",\n \"\"\n ],\n \"enable_custom_url\": false,\n \"notify_on_share\": true,\n \"has_lenient_discoverability\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/metadata/share", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "metadata", "share" ] } }, "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-f0ebc13f-224b-4ea2-b620-6e02a9b7c4e3" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-1c64ed3c-26c5-4a26-ad56-685552d5d423" } ], "id": "ed13a809-f048-4f8d-b3e5-895e6d2d7891", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-ed13a809-f048-4f8d-b3e5-895e6d2d7891" } ], "id": "5f1dd448-2fde-4560-9a3d-60a76e632eb2", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5f1dd448-2fde-4560-9a3d-60a76e632eb2" }, { "name": "principals", "item": [ { "name": "fetch-permissions", "item": [ { "name": "fetch Permissions Of Principals", "id": "61eec079-f46c-416e-84a3-2d02172f8e08", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] }, "description": "\n Version: 9.0.0.cl or later\n\nFetches object permission details for a given principal object such as a user and group.\n\nRequires view access to the metadata object. \n\n#### Usage guidelines\n\n* To get a list of all metadata objects that a user or group can access, specify the `type` and GUID or name of the principal.\n* To get permission details for a specific object, add the `type` and GUID or name of the metadata object to your API request.\n\nUpon successful execution, the API returns a list of metadata objects and permission details for each object. \n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "f825d14f-dbfe-4d65-a94f-b35fc15afcca", "name": "Fetching permissions of principals is 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 \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"principal_permission_details\": {}\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-f825d14f-dbfe-4d65-a94f-b35fc15afcca" }, { "id": "e70bce5c-0506-4205-95f3-ce1beeba5dcb", "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 \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] } }, "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-e70bce5c-0506-4205-95f3-ce1beeba5dcb" }, { "id": "a873d280-c74d-41d7-a34e-6a01f1aab4a5", "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 \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] } }, "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-a873d280-c74d-41d7-a34e-6a01f1aab4a5" }, { "id": "7755a2ce-122f-44ea-b14f-01cea334631c", "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 \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] } }, "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-7755a2ce-122f-44ea-b14f-01cea334631c" }, { "id": "12ecfc29-ef4d-4321-95b5-8e31f54597b2", "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 \"principals\": [\n {\n \"identifier\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"USER\"\n }\n ],\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": -1,\n \"default_metadata_type\": \"LOGICAL_TABLE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/security/principals/fetch-permissions", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "security", "principals", "fetch-permissions" ] } }, "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-12ecfc29-ef4d-4321-95b5-8e31f54597b2" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-61eec079-f46c-416e-84a3-2d02172f8e08" } ], "id": "04a84715-a6b0-480e-b4cd-0226ce2183a4", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-04a84715-a6b0-480e-b4cd-0226ce2183a4" } ], "id": "4ad7bc7b-a4b6-4971-9e10-a8dbc310ca40", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4ad7bc7b-a4b6-4971-9e10-a8dbc310ca40" } ], "id": "f5d8f76f-d177-46f5-959e-1f200e64d61b", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-f5d8f76f-d177-46f5-959e-1f200e64d61b" }, { "name": "system", "item": [ { "name": "config", "item": [ { "name": "get System Config", "id": "4764f4d3-18be-4dbe-af85-bd530abc9392", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] }, "description": "\n Version: 9.0.0.cl or later\n\nRetrieves the current configuration details of the cluster. If the request is successful, the API returns a list configuration settings applied on the cluster.\n\nRequires `ADMINISTRATION`(**Can administer ThoughtSpot**) privilege to view these complete configuration settings of the cluster.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `SYSTEM_INFO_ADMINISTRATION` (**Can view system activities**) privilege is required.\n\nThis API does not require any parameters to be passed in the request.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "e266f364-3617-46a5-9a38-cebe4ff85332", "name": "Cluster config information.", "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/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"onboarding_content_url\": \"\",\n \"saml_enabled\": \"\",\n \"okta_enabled\": \"\"\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e266f364-3617-46a5-9a38-cebe4ff85332" }, { "id": "a002bc28-bae5-411d-9bcb-0d157851118c", "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/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] } }, "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-a002bc28-bae5-411d-9bcb-0d157851118c" }, { "id": "ec37a2e9-ec3a-4fc2-9624-99c3a0f7cae0", "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/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] } }, "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-ec37a2e9-ec3a-4fc2-9624-99c3a0f7cae0" }, { "id": "1d805ac7-b4dd-4327-b78a-6190edb1d0fd", "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/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] } }, "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-1d805ac7-b4dd-4327-b78a-6190edb1d0fd" }, { "id": "172da8d4-bf7b-48d9-bb9b-49f5c50cff95", "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/system/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system", "config" ] } }, "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-172da8d4-bf7b-48d9-bb9b-49f5c50cff95" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4764f4d3-18be-4dbe-af85-bd530abc9392" } ], "id": "99d19342-6155-4bd3-b488-4a35c3b4f12e", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-99d19342-6155-4bd3-b488-4a35c3b4f12e" }, { "name": "get System Information", "id": "935137b1-c858-4b45-942c-4519f178ac13", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets system information such as the release version, locale, time zone, deployment environment, date format, and date time format of the cluster.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `SYSTEM_INFO_ADMINISTRATION` (**Can view system activities**) privilege is required.\n\nThis API does not require any parameters to be passed in the request. \n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "d7893d26-aa29-4ba4-a5dc-a0947c6f4fc3", "name": "Cluster information.", "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/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"release_version\": \"\",\n \"time_zone\": \"\",\n \"locale\": \"\",\n \"date_format\": \"\",\n \"api_version\": \"\",\n \"type\": \"\",\n \"environment\": \"\",\n \"license\": \"\",\n \"date_time_format\": \"\",\n \"time_format\": \"\",\n \"system_user_id\": \"\",\n \"super_user_id\": \"\",\n \"hidden_object_id\": \"\",\n \"system_group_id\": \"\",\n \"tsadmin_user_id\": \"\",\n \"admin_group_id\": \"\",\n \"all_tables_connection_id\": \"\",\n \"all_user_group_id\": \"\",\n \"accept_language\": \"\",\n \"all_user_group_member_user_count\": \"\",\n \"logical_model_version\": \"\"\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-d7893d26-aa29-4ba4-a5dc-a0947c6f4fc3" }, { "id": "fdb67ced-2f52-4d22-86f1-3915e4137d34", "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/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] } }, "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-fdb67ced-2f52-4d22-86f1-3915e4137d34" }, { "id": "5a13978f-375e-4a66-962a-a2a864d6eb6a", "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/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] } }, "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-5a13978f-375e-4a66-962a-a2a864d6eb6a" }, { "id": "7a747dfc-52cc-4791-977f-c8d95779bffe", "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/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] } }, "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-7a747dfc-52cc-4791-977f-c8d95779bffe" }, { "id": "28297faf-c16d-4b6e-a7b8-b68cf3c5e259", "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/system", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "system" ] } }, "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-28297faf-c16d-4b6e-a7b8-b68cf3c5e259" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-935137b1-c858-4b45-942c-4519f178ac13" } ], "id": "008fc8da-805e-46f3-b001-9bc2969f94a9", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-008fc8da-805e-46f3-b001-9bc2969f94a9" }, { "name": "tags", "item": [ { "name": "assign", "item": [ { "name": "assign Tag", "id": "78cc8671-621f-4336-b479-892a03f27573", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] }, "description": "\n Version: 9.0.0.cl or later\n\nAssigns tags to Liveboards, Answers, Tables, and Worksheets.\n\nRequires edit access to the metadata object.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "91074164-52ce-4ee4-af08-15bbe2de7f4b", "name": "Tags successfully assigned.", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] } }, "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-91074164-52ce-4ee4-af08-15bbe2de7f4b" }, { "id": "8d6fc512-a0e1-4845-9c57-eef7499f6aa9", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] } }, "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-8d6fc512-a0e1-4845-9c57-eef7499f6aa9" }, { "id": "dadb57cb-3c98-4b6c-bd96-5b05906971f9", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] } }, "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-dadb57cb-3c98-4b6c-bd96-5b05906971f9" }, { "id": "8a2807c1-75a5-4946-9c4a-61d348dcf1c0", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] } }, "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-8a2807c1-75a5-4946-9c4a-61d348dcf1c0" }, { "id": "56e186df-7dfa-430d-8608-bbf8e9187ed2", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/assign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "assign" ] } }, "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-56e186df-7dfa-430d-8608-bbf8e9187ed2" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-78cc8671-621f-4336-b479-892a03f27573" } ], "id": "25613040-7db0-43de-b063-ffe1fad044c1", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-25613040-7db0-43de-b063-ffe1fad044c1" }, { "name": "create", "item": [ { "name": "create Tag", "id": "0f67e896-5209-49c5-9529-d8a907695e07", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] }, "description": "\n Version: 9.0.0.cl or later\n\nCreates a tag object.\n\nTags are labels that identify a metadata object. For example, you can create a tag to designate subject areas, such as sales, HR, marketing, and finance.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `TAGMANAGEMENT` (**Can manage tags**) privilege is required to create, edit, and delete tags.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "91f6815d-b659-4e16-a66c-bf6720141070", "name": "Tag successfully created.", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"color\": \"\",\n \"deleted\": \"\",\n \"hidden\": \"\",\n \"external\": \"\",\n \"deprecated\": \"\",\n \"creation_time_in_millis\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"owner_id\": \"\"\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-91f6815d-b659-4e16-a66c-bf6720141070" }, { "id": "b20f974b-c2dd-4da8-970d-34694607c398", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] } }, "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-b20f974b-c2dd-4da8-970d-34694607c398" }, { "id": "cbd16262-f7e2-4990-8f35-694869756899", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] } }, "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-cbd16262-f7e2-4990-8f35-694869756899" }, { "id": "89d57cec-04af-495f-b937-b15c267af1b3", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] } }, "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-89d57cec-04af-495f-b937-b15c267af1b3" }, { "id": "f5d23edf-780a-4859-a9fb-5ccc4e1aa920", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "create" ] } }, "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-f5d23edf-780a-4859-a9fb-5ccc4e1aa920" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-0f67e896-5209-49c5-9529-d8a907695e07" } ], "id": "7db43508-608b-477a-ac9e-507ad9faf3b1", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7db43508-608b-477a-ac9e-507ad9faf3b1" }, { "name": "{tag_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Tag", "id": "81d4f1e1-3e8a-4873-94d8-8bc06cfc2461", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "id": "1f185978-7e0f-4fb1-85bf-f64b6d9db870", "key": "tag_identifier", "value": "", "description": "(Required) Tag identifier Tag name or Tag id." } ] }, "description": "\n Version: 9.0.0.cl or later\n\nDeletes a tag object from the ThoughtSpot system\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `TAGMANAGEMENT` (**Can manage tags**) privilege is required to create, edit, and delete tags.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "5f4d1943-8dfc-4641-ae89-b2b40317a210", "name": "Tag successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-5f4d1943-8dfc-4641-ae89-b2b40317a210" }, { "id": "d8e5e23a-4393-4ad0-9c17-c1eda93ac8e4", "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/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-d8e5e23a-4393-4ad0-9c17-c1eda93ac8e4" }, { "id": "2dfd74c8-a952-470e-a585-d9c287343871", "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/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-2dfd74c8-a952-470e-a585-d9c287343871" }, { "id": "c544a4d7-5a69-456f-940b-f1d9ba3f76f2", "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/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-c544a4d7-5a69-456f-940b-f1d9ba3f76f2" }, { "id": "1a1ba858-bf6c-416a-9714-b6caf92c0e31", "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/tags/:tag_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "delete" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-1a1ba858-bf6c-416a-9714-b6caf92c0e31" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-81d4f1e1-3e8a-4873-94d8-8bc06cfc2461" } ], "id": "aba64698-55d7-4b7d-b697-cb353188a14d", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-aba64698-55d7-4b7d-b697-cb353188a14d" }, { "name": "update", "item": [ { "name": "update Tag", "id": "90d7390c-3c18-4079-93df-b12269bc006d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "id": "50a4355f-eaa5-4254-bf74-b7ba5eae41b4", "key": "tag_identifier", "value": "", "description": "(Required) Name or Id of the tag." } ] }, "description": "\n Version: 9.0.0.cl or later\n\nUpdates a tag object.\n\nYou can modify the `name` and `color` properties of a tag object. \n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `TAGMANAGEMENT` (**Can manage tags**) privilege is required to create, edit, and delete tags.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "d8b846ba-8710-49f0-b267-d84100dd3e81", "name": "Tag successfully updated.", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-d8b846ba-8710-49f0-b267-d84100dd3e81" }, { "id": "6bb6f2ae-38b7-4fcb-a9d9-ea60482233a7", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-6bb6f2ae-38b7-4fcb-a9d9-ea60482233a7" }, { "id": "4d3e5dbb-f43a-4809-919b-8ffcfc3b0e39", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-4d3e5dbb-f43a-4809-919b-8ffcfc3b0e39" }, { "id": "197fbec9-314a-4c99-ad89-0768fe907b9c", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-197fbec9-314a-4c99-ad89-0768fe907b9c" }, { "id": "ee29a736-ce26-4408-b772-41a2a9386f4a", "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 \"name\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/:tag_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", ":tag_identifier", "update" ], "variable": [ { "key": "tag_identifier" } ] } }, "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-ee29a736-ce26-4408-b772-41a2a9386f4a" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-90d7390c-3c18-4079-93df-b12269bc006d" } ], "id": "27f5b4f6-f94b-4b65-a179-25c918cd0710", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-27f5b4f6-f94b-4b65-a179-25c918cd0710" } ], "id": "d546118e-464f-415e-947f-d1f7eee09000", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-d546118e-464f-415e-947f-d1f7eee09000" }, { "name": "search", "item": [ { "name": "search Tags", "id": "83b2cb1b-7aa7-43a6-868f-d7813d9fd179", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets a list of tag objects available on the ThoughtSpot system. To get details of a specific tag object, specify the GUID or name.\n\nAny authenticated user can search for tag objects.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "4e94f7fd-6d86-42b1-a516-a4c914ed9421", "name": "Tags search result.", "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 \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"id\": \"\",\n \"color\": \"\",\n \"deleted\": \"\",\n \"hidden\": \"\",\n \"external\": \"\",\n \"deprecated\": \"\",\n \"creation_time_in_millis\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"owner_id\": \"\"\n },\n {\n \"name\": \"\",\n \"id\": \"\",\n \"color\": \"\",\n \"deleted\": \"\",\n \"hidden\": \"\",\n \"external\": \"\",\n \"deprecated\": \"\",\n \"creation_time_in_millis\": \"\",\n \"modification_time_in_millis\": \"\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"owner_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-4e94f7fd-6d86-42b1-a516-a4c914ed9421" }, { "id": "1d31847b-2b9d-4d86-a511-310a581775f7", "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 \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] } }, "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-1d31847b-2b9d-4d86-a511-310a581775f7" }, { "id": "1eee966b-cf86-49b6-9646-d142dfb3d412", "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 \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] } }, "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-1eee966b-cf86-49b6-9646-d142dfb3d412" }, { "id": "f4b67bf6-d6e4-4b0e-b669-b1bfe0501b24", "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 \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] } }, "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-f4b67bf6-d6e4-4b0e-b669-b1bfe0501b24" }, { "id": "dca5e6f4-ee00-4c62-8a82-1ed91f072a89", "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 \"tag_identifier\": \"\",\n \"name_pattern\": \"\",\n \"color\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "search" ] } }, "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-dca5e6f4-ee00-4c62-8a82-1ed91f072a89" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-83b2cb1b-7aa7-43a6-868f-d7813d9fd179" } ], "id": "3dea22a5-4e88-42d3-951f-1ec175870e10", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-3dea22a5-4e88-42d3-951f-1ec175870e10" }, { "name": "unassign", "item": [ { "name": "unassign Tag", "id": "40a8a49b-b1fb-4f77-854b-38cf03aa3203", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] }, "description": "\n Version: 9.0.0.cl or later\n\nRemoves the tags applied to a Liveboard, Answer, Table, or Worksheet.\n\nRequires edit access to the metadata object.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "09e7d31a-1eca-48e6-a565-0af6f0dde5e4", "name": "Tags successfully unassigned.", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] } }, "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-09e7d31a-1eca-48e6-a565-0af6f0dde5e4" }, { "id": "819e8817-9214-483b-a8b4-7c5cbd270fab", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] } }, "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-819e8817-9214-483b-a8b4-7c5cbd270fab" }, { "id": "a158fab4-2318-485f-b161-1252e4e1adb6", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] } }, "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-a158fab4-2318-485f-b161-1252e4e1adb6" }, { "id": "6669a57c-c44c-49ec-a647-72d0dbe0fe20", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] } }, "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-6669a57c-c44c-49ec-a647-72d0dbe0fe20" }, { "id": "39bb0ca9-133d-46a3-b1ff-4b1d0cd8f2cb", "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 \"metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"CONNECTION\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"tag_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/tags/unassign", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "tags", "unassign" ] } }, "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-39bb0ca9-133d-46a3-b1ff-4b1d0cd8f2cb" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-40a8a49b-b1fb-4f77-854b-38cf03aa3203" } ], "id": "f36224d6-04cf-4334-905e-7d8d8de5a713", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-f36224d6-04cf-4334-905e-7d8d8de5a713" } ], "id": "e816f216-c839-4b86-b95b-59dbbfc6d125", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-e816f216-c839-4b86-b95b-59dbbfc6d125" }, { "name": "users", "item": [ { "name": "change-password", "item": [ { "name": "change User Password", "id": "79d9f73d-daf0-4735-b93b-de43bd54039a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] }, "description": "\n Version: 9.0.0.cl or later\n\nUpdates the current password of the user.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "41d42d10-7310-4ae6-843f-7ce3a9668d72", "name": "User password change operation 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 \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] } }, "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-41d42d10-7310-4ae6-843f-7ce3a9668d72" }, { "id": "c8c70dc6-7a1b-4661-8b9d-c07ce9c6eeb0", "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 \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] } }, "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-c8c70dc6-7a1b-4661-8b9d-c07ce9c6eeb0" }, { "id": "1d1aa25b-85dd-4be9-b846-0e15948bb3d8", "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 \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] } }, "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-1d1aa25b-85dd-4be9-b846-0e15948bb3d8" }, { "id": "7ed6c14f-f46e-4c7b-93e3-6ecb06515610", "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 \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] } }, "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-7ed6c14f-f46e-4c7b-93e3-6ecb06515610" }, { "id": "f6810bf7-2b5e-47b9-9225-0da28595ccd0", "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 \"current_password\": \"\",\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/change-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "change-password" ] } }, "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-f6810bf7-2b5e-47b9-9225-0da28595ccd0" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-79d9f73d-daf0-4735-b93b-de43bd54039a" } ], "id": "770c9c3c-b77e-4cf9-9ec8-6a1178e84133", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-770c9c3c-b77e-4cf9-9ec8-6a1178e84133" }, { "name": "create", "item": [ { "name": "create User", "id": "35c2c47e-6ca7-4b25-9b85-43346523c130", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] }, "description": "\n Version: 9.0.0.cl or later\n\nCreates a user in ThoughtSpot.\n\nThe API endpoint allows you to configure several user properties such as email address, account status, share notification preferences, and sharing visibility. You can provision the user to [groups](https://docs.thoughtspot.com/cloud/latest/groups-privileges) and [Orgs](https://docs.thoughtspot.com/cloud/latest/orgs-overview). You can also add Liveboard, Answer, and Worksheet objects to the user\u2019s favorites list, assign a default Liveboard for the user, and set user preferences.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "d192bd23-2c20-4275-a82d-601a540aa51b", "name": "User successfully created.", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] } }, "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-d192bd23-2c20-4275-a82d-601a540aa51b" }, { "id": "c385f6df-f6c3-4931-961b-4b095e80e50b", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] } }, "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-c385f6df-f6c3-4931-961b-4b095e80e50b" }, { "id": "063ae6af-560d-44f9-bfdb-a358e50e53fe", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] } }, "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-063ae6af-560d-44f9-bfdb-a358e50e53fe" }, { "id": "22a2bc91-6299-45cb-a9b6-71250f5df16f", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] } }, "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-22a2bc91-6299-45cb-a9b6-71250f5df16f" }, { "id": "c63964d6-6624-4a57-ae0f-cf36497e6161", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"email\": \"\",\n \"password\": \"\",\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": true,\n \"onboarding_experience_completed\": false,\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"pt-PT\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {},\n \"trigger_welcome_email\": \"\",\n \"trigger_activation_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "create" ] } }, "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-c63964d6-6624-4a57-ae0f-cf36497e6161" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-35c2c47e-6ca7-4b25-9b85-43346523c130" } ], "id": "541576c0-ec87-4fda-8ce2-af563110c6d9", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-541576c0-ec87-4fda-8ce2-af563110c6d9" }, { "name": "{user_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete User", "id": "b0d8beba-cfca-471a-beb1-5c44eec7be47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "id": "0c66e41b-bff9-4f56-936b-5fbf1c95e9db", "key": "user_identifier", "value": "", "description": "(Required) GUID / name of the user" } ] }, "description": "\n Version: 9.0.0.cl or later\n\nDeletes a user from the ThoughtSpot system.\n\nIf you want to remove a user from a specific Org but not from ThoughtSpot, update the group and Org mapping properties of the user object via a POST API call to the [/api/rest/2.0/users/{user_identifier}/update](#/http/api-endpoints/users/update-user) endpoint.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8a979f77-f91e-4091-a3b3-dfe105cd3ff2", "name": "User successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "key": "user_identifier" } ] } }, "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-8a979f77-f91e-4091-a3b3-dfe105cd3ff2" }, { "id": "4786b0ce-2c25-463e-8783-4a54fdb9f2cf", "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/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "key": "user_identifier" } ] } }, "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-4786b0ce-2c25-463e-8783-4a54fdb9f2cf" }, { "id": "c77d497a-8f47-4f03-a757-3d90ccc5dabe", "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/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "key": "user_identifier" } ] } }, "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-c77d497a-8f47-4f03-a757-3d90ccc5dabe" }, { "id": "f6879b2f-6612-4b58-8a1a-955ed9034145", "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/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "key": "user_identifier" } ] } }, "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-f6879b2f-6612-4b58-8a1a-955ed9034145" }, { "id": "40b27062-d587-4421-95a3-b2ce9321cb3e", "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/users/:user_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "delete" ], "variable": [ { "key": "user_identifier" } ] } }, "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-40b27062-d587-4421-95a3-b2ce9321cb3e" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-b0d8beba-cfca-471a-beb1-5c44eec7be47" } ], "id": "21ff751d-7986-4ba3-b276-e5c2295e0901", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-21ff751d-7986-4ba3-b276-e5c2295e0901" }, { "name": "update", "item": [ { "name": "update User", "id": "295a0661-0a2f-45f1-afe6-2738c78c9e8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "id": "781d9273-af96-4fb9-9c48-b848ac9a7df6", "key": "user_identifier", "value": "", "description": "(Required) GUID / name of the user" } ] }, "description": "\n Version: 9.0.0.cl or later\n\nUpdates the properties of a user object.\n\nYou can modify user properties such as username, email, and share notification settings. You can also assign new groups and Orgs, remove the user from a group or Org, reset password, and modify user preferences.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "b2628ad7-5b46-49a3-a663-795da7e3263f", "name": "User successfully updated.", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "key": "user_identifier" } ] } }, "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-b2628ad7-5b46-49a3-a663-795da7e3263f" }, { "id": "7c62c8b4-ce0b-497c-bb3d-a8cf3261056a", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "key": "user_identifier" } ] } }, "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-7c62c8b4-ce0b-497c-bb3d-a8cf3261056a" }, { "id": "7e176d58-e386-4297-bf11-2d587f312aec", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "key": "user_identifier" } ] } }, "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-7e176d58-e386-4297-bf11-2d587f312aec" }, { "id": "d8f3556c-cd71-411b-8de3-849fafe8ca3a", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "key": "user_identifier" } ] } }, "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-d8f3556c-cd71-411b-8de3-849fafe8ca3a" }, { "id": "6ddfea51-1e3e-4cba-9fcd-e73b4ab05219", "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 \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"account_status\": \"EXPIRED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"REMOTE_USER\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"en-DE\",\n \"use_browser_language\": \"\",\n \"extended_properties\": {},\n \"extended_preferences\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/:user_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", ":user_identifier", "update" ], "variable": [ { "key": "user_identifier" } ] } }, "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-6ddfea51-1e3e-4cba-9fcd-e73b4ab05219" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-295a0661-0a2f-45f1-afe6-2738c78c9e8f" } ], "id": "699c4454-eb70-4197-b8d6-88b1d80bc14f", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-699c4454-eb70-4197-b8d6-88b1d80bc14f" } ], "id": "2b6b5e1e-9687-4bc2-ad6c-dcaf8e1e1f78", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-2b6b5e1e-9687-4bc2-ad6c-dcaf8e1e1f78" }, { "name": "force-logout", "item": [ { "name": "force Logout Users", "id": "5d322205-d5ce-4c8d-9668-fcbb98f4629e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-logout" ] }, "description": "\n Version: 9.0.0.cl or later\n\nEnforces logout on current user sessions. \n\nUse this API with caution as it may invalidate active user sessions and force users to re-login. Make sure you specify the usernames or GUIDs. If you pass null values in the API call, all user sessions on your cluster become invalid, and the users are forced to re-login.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "dc0dd595-faaa-4573-88f3-aa6ca958ba7c", "name": "Force logging out of users operation 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 \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-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-dc0dd595-faaa-4573-88f3-aa6ca958ba7c" }, { "id": "2bd02ae6-f536-4279-bd0b-1f05f4683808", "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 \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-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-2bd02ae6-f536-4279-bd0b-1f05f4683808" }, { "id": "767cc79b-4b22-4663-8900-482b0f7a8295", "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 \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-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-767cc79b-4b22-4663-8900-482b0f7a8295" }, { "id": "3e0f7fea-d21c-465d-8834-7e7f889ccb7f", "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 \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-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-3e0f7fea-d21c-465d-8834-7e7f889ccb7f" }, { "id": "3343158d-42f6-471a-a62a-c5146deb90a4", "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 \"user_identifiers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/force-logout", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "force-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-3343158d-42f6-471a-a62a-c5146deb90a4" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5d322205-d5ce-4c8d-9668-fcbb98f4629e" } ], "id": "0f8fea22-c839-4b72-8df3-22804220ccd8", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-0f8fea22-c839-4b72-8df3-22804220ccd8" }, { "name": "import", "item": [ { "name": "import Users", "id": "8a964fbb-c33e-4f07-a19b-be075c066abc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] }, "description": "\n Version: 9.0.0.cl or later\n\nImports user data from external databases into ThoughtSpot. During the user import operation:\n\n* If the specified users are not available in ThoughtSpot, the users are created and assigned a default password. Defining a `default_password` in the API request is optional.\n* If `delete_unspecified_users` is set to `true`, the users not specified in the API request, excluding the `tsadmin`, `guest`, `system` and `su` users, are deleted.\n* If the specified user objects are already available in ThoughtSpot, the object properties are updated and synchronized as per the input data in the API request.\n\nA successful API call returns the object that represents the changes made in the ThoughtSpot system.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "5323cd73-ff50-4cb2-90f0-09ad302bad30", "name": "Import users operation 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 \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users_added\": [\n {\n \"name\": \"\",\n \"id\": \"\"\n },\n {\n \"name\": \"\",\n \"id\": \"\"\n }\n ],\n \"users_updated\": [\n {\n \"name\": \"\",\n \"id\": \"\"\n },\n {\n \"name\": \"\",\n \"id\": \"\"\n }\n ],\n \"users_deleted\": [\n {\n \"name\": \"\",\n \"id\": \"\"\n },\n {\n \"name\": \"\",\n \"id\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5323cd73-ff50-4cb2-90f0-09ad302bad30" }, { "id": "0a6fc0eb-5ea5-4d72-aba1-8b8467a0b268", "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 \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] } }, "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-0a6fc0eb-5ea5-4d72-aba1-8b8467a0b268" }, { "id": "64d51ff4-c721-487c-aca2-3ee360244708", "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 \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] } }, "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-64d51ff4-c721-487c-aca2-3ee360244708" }, { "id": "82112e7b-a1bc-4288-9fb9-a775b33c4c70", "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 \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] } }, "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-82112e7b-a1bc-4288-9fb9-a775b33c4c70" }, { "id": "d37571b4-d31c-4d73-ad91-5277e69bcd63", "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 \"users\": [\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"preferred_locale\": \"es-ES\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"SAML_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"NON_SHARABLE\",\n \"notify_on_share\": true,\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"es-MX\",\n \"use_browser_language\": \"\"\n }\n ],\n \"default_password\": \"\",\n \"dry_run\": true,\n \"delete_unspecified_users\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "import" ] } }, "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-d37571b4-d31c-4d73-ad91-5277e69bcd63" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-8a964fbb-c33e-4f07-a19b-be075c066abc" } ], "id": "cf00a992-4b2a-4947-8e9e-80237db13b3e", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-cf00a992-4b2a-4947-8e9e-80237db13b3e" }, { "name": "reset-password", "item": [ { "name": "reset User Password", "id": "6343094c-8f61-444f-962e-8cfe7db5e084", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] }, "description": "\n Version: 9.0.0.cl or later\n\nResets the password of a user account. Administrators can reset password on behalf of a user.\n\nRequires `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "11cd60ef-5b20-474e-baf5-0e747fc1722c", "name": "User password reset operation 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 \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] } }, "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-11cd60ef-5b20-474e-baf5-0e747fc1722c" }, { "id": "563c9e9a-2c53-4658-b77c-ad5f4f45ea37", "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 \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] } }, "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-563c9e9a-2c53-4658-b77c-ad5f4f45ea37" }, { "id": "5dfea675-b9fb-4b29-ae5c-55a6df039ab5", "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 \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] } }, "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-5dfea675-b9fb-4b29-ae5c-55a6df039ab5" }, { "id": "799c58d6-68a6-46e7-a0c4-15914230846c", "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 \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] } }, "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-799c58d6-68a6-46e7-a0c4-15914230846c" }, { "id": "e25c2eb3-7860-4904-874b-c72461e21fa2", "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 \"new_password\": \"\",\n \"user_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/reset-password", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "reset-password" ] } }, "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-e25c2eb3-7860-4904-874b-c72461e21fa2" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-6343094c-8f61-444f-962e-8cfe7db5e084" } ], "id": "75b35ac7-629a-4af3-9282-55c3cd5805b0", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-75b35ac7-629a-4af3-9282-55c3cd5805b0" }, { "name": "search", "item": [ { "name": "search Users", "id": "277ec586-68ec-44bc-a105-cce251b67419", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] }, "description": "\n Version: 9.0.0.cl or later\n\nGets a list of users available on the ThoughtSpot system.\n\nTo get details of a specific user, specify the user GUID or name. You can also filter the API response based on groups, Org ID, user visibility, account status, user type, and user preference settings and favorites.\n\nAvailable to all users. Users with `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges can view all users properties. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `USER_ADMINISTRATION` (**Can manage users**) privilege is required.\n\n**NOTE**: If the API returns an empty list, consider increasing the value of the `record_size` parameter. To search across all available users, set `record_size` to `-1`.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "864c4c49-18d0-45ce-b40d-882932ce4744", "name": "User search result.", "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 \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\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\": \"REMOTE_USER\",\n \"account_status\": \"ACTIVE\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"CONNECTION\"\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 },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"display_name\": \"\",\n \"visibility\": \"NON_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\": \"OIDC_USER\",\n \"account_status\": \"SUSPENDED\",\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 }\n]", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-864c4c49-18d0-45ce-b40d-882932ce4744" }, { "id": "4a2368c0-e666-420f-95c4-8b0b8091df7a", "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 \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] } }, "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-4a2368c0-e666-420f-95c4-8b0b8091df7a" }, { "id": "36aa24e9-3ab5-40b2-a9db-139c2120444e", "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 \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] } }, "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-36aa24e9-3ab5-40b2-a9db-139c2120444e" }, { "id": "405efea2-1e03-4c28-aa16-8a8e5a2b25a6", "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 \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] } }, "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-405efea2-1e03-4c28-aa16-8a8e5a2b25a6" }, { "id": "e25c8767-94ed-4dcf-9d3b-0295cab5c0fe", "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 \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"name_pattern\": \"\",\n \"visibility\": \"NON_SHARABLE\",\n \"email\": \"\",\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"APPLICATION_ADMINISTRATION\",\n \"BILLING_INFO_ADMINISTRATION\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"ACTIVE\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"home_liveboard_identifier\": \"\",\n \"favorite_metadata\": [\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LIVEBOARD\"\n }\n ],\n \"record_offset\": 0,\n \"record_size\": 10,\n \"sort_options\": {\n \"field_name\": \"CREATED\",\n \"order\": \"ASC\"\n },\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"include_favorite_metadata\": false,\n \"include_variable_values\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "search" ] } }, "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-e25c8767-94ed-4dcf-9d3b-0295cab5c0fe" } ], "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-277ec586-68ec-44bc-a105-cce251b67419" } ], "id": "5766def8-9d03-4482-999f-c28f54c61bb4", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-5766def8-9d03-4482-999f-c28f54c61bb4" } ], "id": "13bf82d1-5c27-4efd-8992-a86a3d0e2734", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-13bf82d1-5c27-4efd-8992-a86a3d0e2734" } ], "id": "7b3a7c92-ad28-437a-bd4a-4d929ed0b0ed", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-7b3a7c92-ad28-437a-bd4a-4d929ed0b0ed" } ], "id": "bff99816-0f40-463d-9ed3-c3ac0a25eb4a", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-bff99816-0f40-463d-9ed3-c3ac0a25eb4a" } ], "id": "8ba9c303-261e-4f28-98ee-f4efd9c37231", "createdAt": "2026-07-28T03:14:20.000Z", "updatedAt": "2026-07-28T03:14:20.000Z", "uid": "35240-8ba9c303-261e-4f28-98ee-f4efd9c37231" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }