{ "info": { "_postman_id": "3a77b194-a50f-4ad6-abae-58b74fa7335b", "name": "ThoughtSpot Public REST 10.1.0.cl Orgs API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:16:10.000Z", "updatedAt": "2026-07-28T03:16:10.000Z", "lastUpdatedBy": "35240", "uid": "35240-3a77b194-a50f-4ad6-abae-58b74fa7335b" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "orgs", "item": [ { "name": "create", "item": [ { "name": "create Org", "id": "7408d882-d449-451b-a59c-4d56215a090e", "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": "0c9f2ceb-eb7a-45fc-ae10-b7927a1da71c", "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\": \"SHOW\"\n}", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-0c9f2ceb-eb7a-45fc-ae10-b7927a1da71c" }, { "id": "9eea5954-3acc-4d33-859a-cb6884a22136", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-9eea5954-3acc-4d33-859a-cb6884a22136" }, { "id": "b36364e6-f46c-4bd0-9b0e-9ae2189b97f4", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-b36364e6-f46c-4bd0-9b0e-9ae2189b97f4" }, { "id": "252c6f0c-6889-458a-8955-5cab18ad80be", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-252c6f0c-6889-458a-8955-5cab18ad80be" }, { "id": "5d7f4973-ac32-4702-a959-b7fecb2be6c7", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-5d7f4973-ac32-4702-a959-b7fecb2be6c7" } ], "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-7408d882-d449-451b-a59c-4d56215a090e" } ], "id": "8b7b618e-4799-45fd-9164-847a91fb7b06", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-8b7b618e-4799-45fd-9164-847a91fb7b06" }, { "name": "{org_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Org", "id": "121d9933-9470-4471-b46d-8f6ae0969935", "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": "19fcdf70-649f-4a53-a799-6f55739af037", "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": "26d03f9c-3da3-4e5d-9b02-831d33469dfe", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-26d03f9c-3da3-4e5d-9b02-831d33469dfe" }, { "id": "bf7f19e9-1017-422a-a5e9-0435406483ed", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-bf7f19e9-1017-422a-a5e9-0435406483ed" }, { "id": "a68504cc-7e86-48bf-8c6f-23d312fec34f", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-a68504cc-7e86-48bf-8c6f-23d312fec34f" }, { "id": "3a34eda4-fabb-4ccb-a889-84d997c445cd", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-3a34eda4-fabb-4ccb-a889-84d997c445cd" }, { "id": "7d8a6b60-99b2-4d04-8e25-bcf549fe1447", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-7d8a6b60-99b2-4d04-8e25-bcf549fe1447" } ], "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-121d9933-9470-4471-b46d-8f6ae0969935" } ], "id": "41e5de89-0431-4df1-b3a7-2a794cd5ef2c", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-41e5de89-0431-4df1-b3a7-2a794cd5ef2c" }, { "name": "update", "item": [ { "name": "update Org", "id": "99cfb1f6-894e-4c0e-a306-4ff802a2b515", "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": "027fc742-79a0-4e05-aa31-c4b5a3067bf8", "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": "51bb6321-f518-4ca0-a818-dacb998a9c09", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-51bb6321-f518-4ca0-a818-dacb998a9c09" }, { "id": "187de648-4851-415b-b227-5ede2b145fde", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-187de648-4851-415b-b227-5ede2b145fde" }, { "id": "a7d411b7-e318-491b-b393-fa413211abf5", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-a7d411b7-e318-491b-b393-fa413211abf5" }, { "id": "8e3ed115-a36a-429b-8368-fb157f7af2ed", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-8e3ed115-a36a-429b-8368-fb157f7af2ed" }, { "id": "cb4d22c0-c86c-48e5-9b22-00e93981f64d", "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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-cb4d22c0-c86c-48e5-9b22-00e93981f64d" } ], "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-99cfb1f6-894e-4c0e-a306-4ff802a2b515" } ], "id": "d59f4904-3ef7-4eb1-aa77-f35fb38fc7dc", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-d59f4904-3ef7-4eb1-aa77-f35fb38fc7dc" } ], "id": "e6a90098-7449-419a-8f10-74fb20b8d48e", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-e6a90098-7449-419a-8f10-74fb20b8d48e" }, { "name": "search", "item": [ { "name": "search Orgs", "id": "0db8a2e3-ad4b-4ecb-bde8-b7761f8ec4cc", "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\": \"HIDDEN\",\n \"status\": \"IN_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": "106629be-f667-49b6-85d9-71014ce572ba", "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\": \"HIDDEN\",\n \"status\": \"IN_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\": \"ACTIVE\",\n \"description\": \"\",\n \"visibility\": \"HIDDEN\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"status\": \"ACTIVE\",\n \"description\": \"\",\n \"visibility\": \"HIDDEN\"\n }\n]", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-106629be-f667-49b6-85d9-71014ce572ba" }, { "id": "d7171ac7-5453-49cc-b503-2d7e44a1845d", "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\": \"HIDDEN\",\n \"status\": \"IN_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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-d7171ac7-5453-49cc-b503-2d7e44a1845d" }, { "id": "c7895124-ac99-4385-9239-5afc180b93ee", "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\": \"HIDDEN\",\n \"status\": \"IN_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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-c7895124-ac99-4385-9239-5afc180b93ee" }, { "id": "00451a3a-fa96-494e-aa79-909fa18eedd6", "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\": \"HIDDEN\",\n \"status\": \"IN_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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-00451a3a-fa96-494e-aa79-909fa18eedd6" }, { "id": "f0e07f7e-0ad9-4e37-a871-e84e7e96ea65", "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\": \"HIDDEN\",\n \"status\": \"IN_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:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-f0e07f7e-0ad9-4e37-a871-e84e7e96ea65" } ], "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-0db8a2e3-ad4b-4ecb-bde8-b7761f8ec4cc" } ], "id": "2475ab31-518b-462b-ac2e-21b36cc78db5", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-2475ab31-518b-462b-ac2e-21b36cc78db5" } ], "id": "938440d8-10f9-4933-985b-f2be24ad073b", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-938440d8-10f9-4933-985b-f2be24ad073b" } ], "id": "db9224ef-f0d3-4548-bbf6-14b960590c65", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-db9224ef-f0d3-4548-bbf6-14b960590c65" } ], "id": "559aa033-8fad-4406-818d-9650b46bf130", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-559aa033-8fad-4406-818d-9650b46bf130" } ], "id": "4d6b909c-1cc8-42e9-8af4-94c0b3da765c", "createdAt": "2026-07-28T03:16:11.000Z", "updatedAt": "2026-07-28T03:16:11.000Z", "uid": "35240-4d6b909c-1cc8-42e9-8af4-94c0b3da765c" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }