{ "info": { "_postman_id": "f22482f2-5a69-45b1-b2b2-a0ea95df6c22", "name": "ThoughtSpot Public REST 10.1.0.cl Users API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-f22482f2-5a69-45b1-b2b2-a0ea95df6c22" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "users", "item": [ { "name": "activate", "item": [ { "name": "activate User", "id": "02fbf4c5-989c-4362-b1c1-accaed3228ad", "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 \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] }, "description": "\n Version: 9.7.0.cl or later\n\nActivates a deactivated user account.\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\nTo activate an inactive user account, the API request body must include the following information:\n\n- Username or the GUID of the user account.\n- Auth token generated for the deactivated user. The auth token is sent in the API response when a user is deactivated.\n- Password for the user account.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "e269900f-c111-4f8a-a884-2aa9058e66fe", "name": "User activated 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 \"user_identifier\": \"\",\n \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] } }, "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\": \"ACTIVE\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\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\": \"USER\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-e269900f-c111-4f8a-a884-2aa9058e66fe" }, { "id": "d5ae7aa2-dc48-4912-99d7-8c284b3d89d5", "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 \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-d5ae7aa2-dc48-4912-99d7-8c284b3d89d5" }, { "id": "1b19e670-0feb-4045-8227-cdda601fb71b", "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 \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-1b19e670-0feb-4045-8227-cdda601fb71b" }, { "id": "cda857ed-9dc8-4f37-a2d6-ac83418e79ee", "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 \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-cda857ed-9dc8-4f37-a2d6-ac83418e79ee" }, { "id": "0981fdac-86c3-4ef1-901d-55fc433b9046", "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 \"auth_token\": \"\",\n \"password\": \"\",\n \"properties\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/activate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "activate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-0981fdac-86c3-4ef1-901d-55fc433b9046" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-02fbf4c5-989c-4362-b1c1-accaed3228ad" } ], "id": "771cb9a6-76ce-4971-99e2-bb4ff5e6ebe8", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-771cb9a6-76ce-4971-99e2-bb4ff5e6ebe8" }, { "name": "change-password", "item": [ { "name": "change User Password", "id": "b33fd114-0b07-4bc5-bf5c-df401d450d2f", "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": "34c3ed91-348c-4ddb-8533-d22ff17ea171", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-34c3ed91-348c-4ddb-8533-d22ff17ea171" }, { "id": "6aca2338-ca26-4234-a8b7-654bc11841ef", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-6aca2338-ca26-4234-a8b7-654bc11841ef" }, { "id": "71428fc5-7c76-4aa6-af33-979a3cb47330", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-71428fc5-7c76-4aa6-af33-979a3cb47330" }, { "id": "0982b0b9-1a45-4b51-824f-9d190ee0d59b", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-0982b0b9-1a45-4b51-824f-9d190ee0d59b" }, { "id": "f677b812-22f1-4e84-99a9-364264379891", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-f677b812-22f1-4e84-99a9-364264379891" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-b33fd114-0b07-4bc5-bf5c-df401d450d2f" } ], "id": "8999d9bf-8714-4183-beb2-72a694e4b036", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-8999d9bf-8714-4183-beb2-72a694e4b036" }, { "name": "create", "item": [ { "name": "create User", "id": "9e3dfe37-3f51-43d5-aa5e-8d235f06592b", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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": "a4a69017-cef2-40cc-9ffa-d157f38b84bf", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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\": \"ACTIVE\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_COLUMN\"\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\": \"USER\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-a4a69017-cef2-40cc-9ffa-d157f38b84bf" }, { "id": "069eb68e-9bcf-4f84-b030-51131adbfd62", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-069eb68e-9bcf-4f84-b030-51131adbfd62" }, { "id": "b4e9644c-f60a-40f0-9ab7-908b4a457ce4", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-b4e9644c-f60a-40f0-9ab7-908b4a457ce4" }, { "id": "bf4c73c4-94cd-4994-8243-e358a2440148", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-bf4c73c4-94cd-4994-8243-e358a2440148" }, { "id": "c63c1d0d-ec11-46f9-9f9d-8a73bf473d82", "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\": \"ANSWER\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"en-GB\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-c63c1d0d-ec11-46f9-9f9d-8a73bf473d82" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-9e3dfe37-3f51-43d5-aa5e-8d235f06592b" } ], "id": "71138885-04eb-4a38-aa65-1a5e05c3e544", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-71138885-04eb-4a38-aa65-1a5e05c3e544" }, { "name": "deactivate", "item": [ { "name": "deactivate User", "id": "8ffc4d09-cfeb-444e-8503-b13493b353f8", "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 \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] }, "description": "\n Version: 9.7.0.cl or later\n\nDeactivates a user account.\n\nRequires `ADMINISTRATION` (**Can administer Thoughtspot**) privilege. 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\nTo deactivate a user account, the API request body must include the following information:\n\n- Username or the GUID of the user account\n- Base URL of the ThoughtSpot instance\n\nIf the API request is successful, ThoughtSpot returns the activation URL in the response. The activation URL is valid for 14 days and can be used to re-activate the account and reset the password of the deactivated account.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "ab2dda52-feda-47b0-a787-8ccc2484d139", "name": "User deactivated 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 \"user_identifier\": \"\",\n \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"activation_link\": \"\"\n}", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-ab2dda52-feda-47b0-a787-8ccc2484d139" }, { "id": "209da72d-4db4-478b-abe1-7e0588d13abe", "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 \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-209da72d-4db4-478b-abe1-7e0588d13abe" }, { "id": "77c6c29c-c03d-4956-adf5-e14a961a7f54", "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 \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-77c6c29c-c03d-4956-adf5-e14a961a7f54" }, { "id": "f53a9348-5d81-42cb-9888-ea634efa7516", "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 \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-f53a9348-5d81-42cb-9888-ea634efa7516" }, { "id": "8f90c39a-f1d1-45f0-8e34-33bf093ae635", "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 \"base_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/users/deactivate", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "users", "deactivate" ] } }, "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:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-8f90c39a-f1d1-45f0-8e34-33bf093ae635" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-8ffc4d09-cfeb-444e-8503-b13493b353f8" } ], "id": "7e50dae4-a253-4c6d-9ac4-f4dd60b3c610", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-7e50dae4-a253-4c6d-9ac4-f4dd60b3c610" }, { "name": "{user_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete User", "id": "d2135af5-9e29-40e8-a774-8e0af3debbeb", "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": "c6179b24-314b-4b45-b4b6-a52a39666f37", "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": "6fcaad58-e132-4866-ba4b-52ab3d419ce4", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-6fcaad58-e132-4866-ba4b-52ab3d419ce4" }, { "id": "94b5a069-a992-4910-ae79-94083f9aba3e", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-94b5a069-a992-4910-ae79-94083f9aba3e" }, { "id": "37cbdafd-7919-401e-a1b0-69f601a1dd6e", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-37cbdafd-7919-401e-a1b0-69f601a1dd6e" }, { "id": "8ef57873-9f21-4398-9b19-f922d4832eb0", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-8ef57873-9f21-4398-9b19-f922d4832eb0" }, { "id": "1f37c6e9-b4e6-41ce-a9cf-8a5fcde31c0f", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-1f37c6e9-b4e6-41ce-a9cf-8a5fcde31c0f" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-d2135af5-9e29-40e8-a774-8e0af3debbeb" } ], "id": "24ac03e7-2ffc-4c71-820b-78dfceff92d4", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-24ac03e7-2ffc-4c71-820b-78dfceff92d4" }, { "name": "update", "item": [ { "name": "update User", "id": "405d043f-90bf-41f5-9908-897228bec419", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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": "888e1a3a-e702-474c-b886-1cfa147c7c90", "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": "417bc97c-b01f-4b8e-abf1-bcd0dd9d4973", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-417bc97c-b01f-4b8e-abf1-bcd0dd9d4973" }, { "id": "dbad45a1-6015-4520-9989-ccf293977205", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-dbad45a1-6015-4520-9989-ccf293977205" }, { "id": "33ad659f-fe8f-420e-b3fb-606d7400a78a", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-33ad659f-fe8f-420e-b3fb-606d7400a78a" }, { "id": "53e3209f-2f7f-43ad-bb99-c9c99406f05b", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-53e3209f-2f7f-43ad-bb99-c9c99406f05b" }, { "id": "108b52ab-f35f-43d7-a66c-4af9d75dd3a9", "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\": \"LOCKED\",\n \"notify_on_share\": \"\",\n \"show_onboarding_experience\": \"\",\n \"onboarding_experience_completed\": \"\",\n \"account_type\": \"OIDC_USER\",\n \"group_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 \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"operation\": \"REPLACE\",\n \"preferred_locale\": \"pt-BR\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-108b52ab-f35f-43d7-a66c-4af9d75dd3a9" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-405d043f-90bf-41f5-9908-897228bec419" } ], "id": "299abd37-655a-4532-8b47-ce1e5b0ee9e5", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-299abd37-655a-4532-8b47-ce1e5b0ee9e5" } ], "id": "393ebcaf-8bc6-45ff-8f75-e2cb3f97471b", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-393ebcaf-8bc6-45ff-8f75-e2cb3f97471b" }, { "name": "force-logout", "item": [ { "name": "force Logout Users", "id": "b53febba-52af-4be1-bd0e-b042fbbc087c", "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": "5d664175-4613-4742-9f70-4a87b6f5226b", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-5d664175-4613-4742-9f70-4a87b6f5226b" }, { "id": "551683ec-f0fc-4541-af65-e79b72c8a0f2", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-551683ec-f0fc-4541-af65-e79b72c8a0f2" }, { "id": "0635f6f8-2c89-4c68-8884-0d43460f2671", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-0635f6f8-2c89-4c68-8884-0d43460f2671" }, { "id": "ef50eeb8-2bbe-4625-a8e9-69329361a749", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-ef50eeb8-2bbe-4625-a8e9-69329361a749" }, { "id": "602d036a-8963-4c84-ba1b-5021965350a3", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-602d036a-8963-4c84-ba1b-5021965350a3" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-b53febba-52af-4be1-bd0e-b042fbbc087c" } ], "id": "9d5b7684-84e7-49b7-9e80-690b0b324a49", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-9d5b7684-84e7-49b7-9e80-690b0b324a49" }, { "name": "import", "item": [ { "name": "import Users", "id": "a1129329-4115-4094-8210-49c5a0fd71b6", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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": "b935aa2b-223a-4741-b31d-67e3b95ad4f5", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-b935aa2b-223a-4741-b31d-67e3b95ad4f5" }, { "id": "86a14280-6b52-48d6-986c-92f092e65740", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-86a14280-6b52-48d6-986c-92f092e65740" }, { "id": "03bc3393-354e-4120-9895-961429a5d1e1", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-03bc3393-354e-4120-9895-961429a5d1e1" }, { "id": "f93c0f19-ecd5-4f9d-a7b1-b7e3d46d4469", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-f93c0f19-ecd5-4f9d-a7b1-b7e3d46d4469" }, { "id": "e25369b7-7bd2-4117-afb8-fa1f5428bc74", "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\": \"LOCAL_USER\",\n \"account_status\": \"SUSPENDED\",\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\": \"en-AU\",\n \"use_browser_language\": \"\"\n },\n {\n \"user_identifier\": \"\",\n \"display_name\": \"\",\n \"password\": \"\",\n \"account_type\": \"LDAP_USER\",\n \"account_status\": \"SUSPENDED\",\n \"email\": \"\",\n \"org_identifiers\": [\n \"\",\n \"\"\n ],\n \"group_identifiers\": [\n \"\",\n \"\"\n ],\n \"visibility\": \"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\": \"ANSWER\"\n }\n ],\n \"preferred_locale\": \"de-DE\",\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-e25369b7-7bd2-4117-afb8-fa1f5428bc74" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-a1129329-4115-4094-8210-49c5a0fd71b6" } ], "id": "e2f574aa-8888-44a7-8a41-52d855b8c2b9", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-e2f574aa-8888-44a7-8a41-52d855b8c2b9" }, { "name": "reset-password", "item": [ { "name": "reset User Password", "id": "a95c045d-9bb8-4ac5-b8fe-d5559fee6a97", "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": "bdf31953-5f55-402b-a22d-aea9b16c04dc", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-bdf31953-5f55-402b-a22d-aea9b16c04dc" }, { "id": "9b4c8caa-f936-4cfe-8dc0-11b669107737", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-9b4c8caa-f936-4cfe-8dc0-11b669107737" }, { "id": "6e1179c1-5aaf-4414-b66a-4f16be0ac809", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-6e1179c1-5aaf-4414-b66a-4f16be0ac809" }, { "id": "c9343fee-e4f3-4f14-8eff-4783b02e72ca", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-c9343fee-e4f3-4f14-8eff-4783b02e72ca" }, { "id": "cc1629c8-d5eb-4794-945c-b94ec47de56f", "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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-cc1629c8-d5eb-4794-945c-b94ec47de56f" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-a95c045d-9bb8-4ac5-b8fe-d5559fee6a97" } ], "id": "7c16bb0b-0982-40e5-a354-89218c61d5cd", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-7c16bb0b-0982-40e5-a354-89218c61d5cd" }, { "name": "search", "item": [ { "name": "search Users", "id": "9bf21d1e-7ea3-4618-8a3f-55ffdfe4aec0", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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": "71d5aa75-2fd2-460d-a841-d99c62219c31", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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\": \"OIDC_USER\",\n \"account_status\": \"INACTIVE\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"LOGICAL_RELATIONSHIP\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"USER\"\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\": \"USER\",\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\": \"LOCAL_USER\",\n \"account_status\": \"EXPIRED\",\n \"email\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"external\": \"\",\n \"favorite_metadata\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"USER_GROUP\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"USER\"\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-71d5aa75-2fd2-460d-a841-d99c62219c31" }, { "id": "df331e4c-685f-4dcb-b952-ea373d828efe", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-df331e4c-685f-4dcb-b952-ea373d828efe" }, { "id": "1c134873-a7c5-48ca-bd73-c0bba1c683b4", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-1c134873-a7c5-48ca-bd73-c0bba1c683b4" }, { "id": "8c801df4-aac6-4187-a552-1a2328479292", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-8c801df4-aac6-4187-a552-1a2328479292" }, { "id": "15a33e54-eda1-40c6-89ce-7215380a9960", "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 \"CAN_MANAGE_WEBHOOKS\",\n \"CAN_ANALYZE_DATA\"\n ],\n \"account_type\": \"LOCAL_USER\",\n \"account_status\": \"PENDING\",\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\": \"DESC\"\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:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-15a33e54-eda1-40c6-89ce-7215380a9960" } ], "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-9bf21d1e-7ea3-4618-8a3f-55ffdfe4aec0" } ], "id": "7ee89c44-aee5-4250-ae10-dc0ac5a50d52", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-7ee89c44-aee5-4250-ae10-dc0ac5a50d52" } ], "id": "03e9d880-c442-4f62-89c5-5edcac7eda91", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-03e9d880-c442-4f62-89c5-5edcac7eda91" } ], "id": "a6fd87ab-446d-42b7-acaf-b503600b9790", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-a6fd87ab-446d-42b7-acaf-b503600b9790" } ], "id": "9383a5af-cbc7-4631-9887-abd18dc735d2", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-9383a5af-cbc7-4631-9887-abd18dc735d2" } ], "id": "0fc6be6b-d38f-4456-9d5f-db47ad31fc6c", "createdAt": "2026-07-28T03:16:46.000Z", "updatedAt": "2026-07-28T03:16:46.000Z", "uid": "35240-0fc6be6b-d38f-4456-9d5f-db47ad31fc6c" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }