{ "info": { "_postman_id": "996c3bf5-923e-4feb-82ce-1372166b2b6a", "name": "ThoughtSpot Public REST 10.1.0.cl 9.5.0.cl API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-996c3bf5-923e-4feb-82ce-1372166b2b6a" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "roles", "item": [ { "name": "create", "item": [ { "name": "create Role", "id": "0e62c4a4-1d4b-4d82-baca-3fd3db7f871c", "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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "create" ] }, "description": "\n Version: 9.5.0.cl or later\n\nCreates a Role object in ThoughtSpot.\n\nAvailable only if [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance. To create a Role, the `ROLE_ADMINISTRATION` (**Can manage roles**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "40b7ff9f-b500-45a9-8542-542f8edfda8f", "name": "Role 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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"privileges\": [\n \"GROUP_ADMINISTRATION\",\n \"CAN_CREATE_CATALOG\"\n ],\n \"groups_assigned_count\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"permission\": \"NO_ACCESS\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"creation_time_in_millis\": {},\n \"modification_time_in_millis\": {},\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"external\": \"\",\n \"hidden\": \"\",\n \"shared_via_connection\": \"\"\n}", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-40b7ff9f-b500-45a9-8542-542f8edfda8f" }, { "id": "08d6eb41-38de-4f38-978f-ca301a6dc055", "name": "Invalid parameters.", "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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-08d6eb41-38de-4f38-978f-ca301a6dc055" }, { "id": "2b047943-a6c9-46a6-9381-ea1518248701", "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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-2b047943-a6c9-46a6-9381-ea1518248701" }, { "id": "1b82ed46-4510-4a15-ba28-2f12b57e5564", "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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-1b82ed46-4510-4a15-ba28-2f12b57e5564" }, { "id": "a723c80b-b113-477d-9e7d-cbac30ad38ca", "name": "Internal 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 \"privileges\": [\n \"DISABLE_PINBOARD_CREATION\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"read_only\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-a723c80b-b113-477d-9e7d-cbac30ad38ca" } ], "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-0e62c4a4-1d4b-4d82-baca-3fd3db7f871c" } ], "id": "9fd05cd6-2ed4-4c86-a6f2-738b212911f3", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-9fd05cd6-2ed4-4c86-a6f2-738b212911f3" }, { "name": "{role_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Role", "id": "01e962a8-c7f3-43d7-ab2c-0a94f014e123", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "id": "6251a7a1-d74a-409f-8740-a766635d30eb", "key": "role_identifier", "value": "", "description": "(Required) Unique ID or name of the Role. ReadOnly roles cannot be deleted." } ] }, "description": "\n Version: 9.5.0.cl or later\n\nDeletes a Role object from the ThoughtSpot system.\n\nAvailable only if [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance. To delete a Role, the `ROLE_ADMINISTRATION` (**Can manage roles**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "2e347b7f-5eaa-4c0e-933f-93c8a9bd5372", "name": "Role 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/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "key": "role_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-2e347b7f-5eaa-4c0e-933f-93c8a9bd5372" }, { "id": "c1f08329-e2c1-4ba1-ad5a-59ad4ec20b24", "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/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c1f08329-e2c1-4ba1-ad5a-59ad4ec20b24" }, { "id": "c224f418-a2bf-434b-bf9f-1fbc7c5ab87c", "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/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c224f418-a2bf-434b-bf9f-1fbc7c5ab87c" }, { "id": "a10aabcb-de04-4b43-a5e1-39bf4c5621b3", "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/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-a10aabcb-de04-4b43-a5e1-39bf4c5621b3" }, { "id": "d067cc9b-f23c-40a7-a1fd-7267f13db48c", "name": "Internal 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/roles/:role_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "delete" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-d067cc9b-f23c-40a7-a1fd-7267f13db48c" } ], "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-01e962a8-c7f3-43d7-ab2c-0a94f014e123" } ], "id": "1ec4c1d8-fc2e-4542-9b48-6ca79056e3e2", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-1ec4c1d8-fc2e-4542-9b48-6ca79056e3e2" }, { "name": "update", "item": [ { "name": "update Role", "id": "086eee3f-e155-4531-8c56-96de1f593a40", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "id": "cac0d288-ddfc-4dcc-bf36-0640b7a042c0", "key": "role_identifier", "value": "", "description": "(Required) Unique ID or name of the Role." } ] }, "description": "\n Version: 9.5.0.cl or later\n\nUpdates the properties of a Role object.\n\nAvailable only if [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance. To update a Role, the `ROLE_ADMINISTRATION` (**Can manage roles**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "c276c9ca-5027-4739-88e7-5a01b28340c3", "name": "Role successfully updated.", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "key": "role_identifier" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"privileges\": [\n \"GROUP_ADMINISTRATION\",\n \"CAN_CREATE_CATALOG\"\n ],\n \"groups_assigned_count\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"permission\": \"NO_ACCESS\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"creation_time_in_millis\": {},\n \"modification_time_in_millis\": {},\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"external\": \"\",\n \"hidden\": \"\",\n \"shared_via_connection\": \"\"\n}", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c276c9ca-5027-4739-88e7-5a01b28340c3" }, { "id": "8921398a-41bf-4a63-af78-786be528de81", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-8921398a-41bf-4a63-af78-786be528de81" }, { "id": "d4f683bf-2cd0-4c7e-8f46-266a67e8b096", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-d4f683bf-2cd0-4c7e-8f46-266a67e8b096" }, { "id": "950d5d71-887a-487e-bf71-444a2285e24f", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-950d5d71-887a-487e-bf71-444a2285e24f" }, { "id": "70d4ee42-2400-4c5c-8274-69adc0e78222", "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 \"privileges\": [\n \"BYPASSRLS\",\n \"A3ANALYSIS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/:role_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", ":role_identifier", "update" ], "variable": [ { "key": "role_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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-70d4ee42-2400-4c5c-8274-69adc0e78222" } ], "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-086eee3f-e155-4531-8c56-96de1f593a40" } ], "id": "6fa49edd-a166-4a77-9469-738b93d8d8fd", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-6fa49edd-a166-4a77-9469-738b93d8d8fd" } ], "id": "769bc6ce-86af-4ab9-bb8c-7636f7b396ed", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-769bc6ce-86af-4ab9-bb8c-7636f7b396ed" }, { "name": "search", "item": [ { "name": "search Roles", "id": "70be6caf-e115-4f71-88b5-b538ea11138e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "search" ] }, "description": "\n Version: 9.5.0.cl or later\n\nGets a list of Role objects from the ThoughtSpot system.\n\nAvailable if [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance. To search for Roles, the `ROLE_ADMINISTRATION` (**Can manage roles**) privilege is required.\n\nTo get details of a specific Role object, specify the GUID or name. You can also filter the API response based on user group and Org identifiers, privileges assigned to the Role, and deprecation status.\n\n**NOTE**: In addition to the GUID and name, `role_identifiers` accepts a Custom object ID if one is configured for the role. The response also includes the `obj_id` field for each role that has one set.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "46274b8d-572c-44f8-9e10-8b6f83ec2650", "name": "Roles 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 \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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 \"description\": \"\",\n \"privileges\": [\n \"SYSTEM_INFO_ADMINISTRATION\",\n \"SYNCMANAGEMENT\"\n ],\n \"obj_id\": \"\",\n \"groups_assigned_count\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"permission\": \"NO_ACCESS\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"creation_time_in_millis\": {},\n \"modification_time_in_millis\": {},\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"external\": \"\",\n \"hidden\": \"\",\n \"shared_via_connection\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"privileges\": [\n \"PREVIEW_THOUGHTSPOT_SAGE\",\n \"CAN_ACCESS_ANALYST_STUDIO\"\n ],\n \"obj_id\": \"\",\n \"groups_assigned_count\": \"\",\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"groups\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"permission\": \"MODIFY\",\n \"author_id\": \"\",\n \"modifier_id\": \"\",\n \"creation_time_in_millis\": {},\n \"modification_time_in_millis\": {},\n \"deleted\": \"\",\n \"deprecated\": \"\",\n \"external\": \"\",\n \"hidden\": \"\",\n \"shared_via_connection\": \"\"\n }\n]", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-46274b8d-572c-44f8-9e10-8b6f83ec2650" }, { "id": "43b30a40-e46f-4112-b773-f107536d018b", "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 \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-43b30a40-e46f-4112-b773-f107536d018b" }, { "id": "c5b59c3e-46c8-4fc3-851b-f622c6bd58ee", "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 \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c5b59c3e-46c8-4fc3-851b-f622c6bd58ee" }, { "id": "f45b3a6c-b761-49e2-8cf6-42bba212bce4", "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 \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-f45b3a6c-b761-49e2-8cf6-42bba212bce4" }, { "id": "4050c063-eadb-40c8-b759-d8b6e536a518", "name": "Internal 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 \"role_identifiers\": [\n \"\",\n \"\"\n ],\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"privileges\": [\n \"THIRDPARTY_ANALYSIS\",\n \"SYSTEMMANAGEMENT\"\n ],\n \"deprecated\": \"\",\n \"external\": \"\",\n \"shared_via_connection\": \"\",\n \"permissions\": [\n \"READ_ONLY\",\n \"NO_ACCESS\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/roles/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "roles", "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:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-4050c063-eadb-40c8-b759-d8b6e536a518" } ], "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-70be6caf-e115-4f71-88b5-b538ea11138e" } ], "id": "c56a3e18-f481-4be6-b68e-f6c9fe283c6f", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c56a3e18-f481-4be6-b68e-f6c9fe283c6f" } ], "id": "3e8b2cb8-5865-4ed2-b1b0-0e71faf54e30", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-3e8b2cb8-5865-4ed2-b1b0-0e71faf54e30" } ], "id": "c76a1206-213d-49a5-ae2d-dd9e99aa39de", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-c76a1206-213d-49a5-ae2d-dd9e99aa39de" } ], "id": "d857e37b-afcb-4e66-83c2-57dca2f3bc73", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-d857e37b-afcb-4e66-83c2-57dca2f3bc73" } ], "id": "d129de70-a340-4e64-9f35-ff00e8f89568", "createdAt": "2026-07-28T03:14:34.000Z", "updatedAt": "2026-07-28T03:14:34.000Z", "uid": "35240-d129de70-a340-4e64-9f35-ff00e8f89568" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }