{ "info": { "_postman_id": "9330c8f5-75a9-4842-88e8-7ccba9b0cdb5", "name": "Sisense REST Authentication Groups API", "description": "The Sisense REST API provides programmatic access to the Sisense business intelligence platform, enabling management of dashboards, data models (Elasticubes and live models), users, groups, data security rules, and builds. The API uses Bearer token authentication obtained via the login endpoint or User Profiles settings. Endpoints follow RESTful conventions with standard HTTP methods for CRUD operations.\n\nContact Support:\n Name: Sisense Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:55:03.000Z", "updatedAt": "2026-07-28T02:55:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-9330c8f5-75a9-4842-88e8-7ccba9b0cdb5" }, "item": [ { "name": "groups", "item": [ { "name": "{id}", "item": [ { "name": "Delete Group", "id": "2b166936-297a-49b5-8d29-336ced380376", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "groups", ":id" ], "variable": [ { "id": "385b33ea-60af-4c07-8e6e-fc6b64e94deb", "key": "id", "value": "", "description": "(Required) Group identifier" } ] }, "description": "Deletes a user group." }, "response": [ { "id": "ddf89a5c-9576-428d-ab52-7e07e8cd60bd", "name": "Group deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-ddf89a5c-9576-428d-ab52-7e07e8cd60bd" }, { "id": "9ffd783f-38db-476c-b033-c748b51a8be7", "name": "Group not found", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/groups/:id", "host": [ "{{baseUrl}}" ], "path": [ "groups", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-9ffd783f-38db-476c-b033-c748b51a8be7" } ], "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-2b166936-297a-49b5-8d29-336ced380376" } ], "id": "3ac3fd4a-2691-42c9-a662-8ed635b03278", "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-3ac3fd4a-2691-42c9-a662-8ed635b03278" }, { "name": "List Groups", "id": "66286b09-678e-47e7-9210-78c8ee286343", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/groups?limit=&skip=", "host": [ "{{baseUrl}}" ], "path": [ "groups" ], "query": [ { "key": "limit", "value": "" }, { "key": "skip", "value": "" } ] }, "description": "Returns a list of user groups." }, "response": [ { "id": "d44de365-15db-4ab8-8db8-78d1a0952f51", "name": "Groups retrieved successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/groups?limit=&skip=", "host": [ "{{baseUrl}}" ], "path": [ "groups" ], "query": [ { "key": "limit", "value": "" }, { "key": "skip", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"created\": \"\"\n },\n {\n \"_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"created\": \"\"\n }\n]", "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-d44de365-15db-4ab8-8db8-78d1a0952f51" }, { "id": "1b558d25-8059-4efd-a33e-197862f17d17", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/groups?limit=&skip=", "host": [ "{{baseUrl}}" ], "path": [ "groups" ], "query": [ { "key": "limit", "value": "" }, { "key": "skip", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-1b558d25-8059-4efd-a33e-197862f17d17" } ], "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-66286b09-678e-47e7-9210-78c8ee286343" }, { "name": "Create Group", "id": "5872394c-8ebf-4748-99f3-a70a0611f800", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/groups", "host": [ "{{baseUrl}}" ], "path": [ "groups" ] }, "description": "Creates a new user group." }, "response": [ { "id": "74de0ae0-08a4-40fa-91b4-1ee03cc9af52", "name": "Group created 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 \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/groups", "host": [ "{{baseUrl}}" ], "path": [ "groups" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"created\": \"\"\n}", "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-74de0ae0-08a4-40fa-91b4-1ee03cc9af52" }, { "id": "cad19629-f7fb-4c10-8ad5-5c42ab26382e", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/groups", "host": [ "{{baseUrl}}" ], "path": [ "groups" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-cad19629-f7fb-4c10-8ad5-5c42ab26382e" } ], "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-5872394c-8ebf-4748-99f3-a70a0611f800" } ], "id": "ec3a6c7c-b90a-414e-b9aa-0853c31f64af", "createdAt": "2026-07-28T02:55:04.000Z", "updatedAt": "2026-07-28T02:55:04.000Z", "uid": "35240-ec3a6c7c-b90a-414e-b9aa-0853c31f64af" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "host", "value": "your-instance.sisense.com" }, { "key": "baseUrl", "value": "https://{{host}}/api/v1" } ] }