{ "info": { "_postman_id": "33ead179-ed71-4126-b783-2571aa7e3187", "name": "ThingsBoard Admin admin-controller user-controller API", "description": "ThingsBoard Admin API \u2014 subset of the ThingsBoard REST API (open-source IoT platform). Covers: Admin, Audit Log, Event, Usage Info, Queue, Queue Stats, Mail Config Template, Qr Code Settings, Job.\n\nContact Support:\n Name: ThingsBoard team\n Email: info@thingsboard.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:13:29.000Z", "updatedAt": "2026-07-28T03:13:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-33ead179-ed71-4126-b783-2571aa7e3187" }, "item": [ { "name": "api", "item": [ { "name": "user", "item": [ { "name": "settings", "item": [ { "name": "{type}", "item": [ { "name": "{paths}", "item": [ { "name": "Delete User Settings (deleteUserSettings)", "id": "a13ebc6b-4f5d-4f40-9764-9fdba3c54935", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/settings/:type/:paths", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type", ":paths" ], "variable": [ { "id": "0d871256-5fb3-40ab-a8ba-0243e76c7f1d", "key": "type", "value": "", "description": "(Required) Settings type, case insensitive, one of: \"general\", \"quick_links\", \"doc_links\" or \"dashboards\"." }, { "id": "884730f7-6f6c-4427-8989-3f1936db5d88", "key": "paths", "value": "", "description": "(Required) paths" } ] }, "description": "Delete user settings by specifying list of json element xpaths. \n Example: to delete B and C element in { \"A\": {\"B\": 5}, \"C\": 15} send A.B,C in jsonPaths request parameter" }, "response": [ { "id": "3bb40ab2-4d99-4bc7-84ea-2d7d9838d0ce", "name": "OK", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/settings/:type/:paths", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type", ":paths" ], "variable": [ { "key": "type" }, { "key": "paths" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-3bb40ab2-4d99-4bc7-84ea-2d7d9838d0ce" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a13ebc6b-4f5d-4f40-9764-9fdba3c54935" } ], "id": "b0f2bc71-0e18-4930-a042-02bd7101b766", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b0f2bc71-0e18-4930-a042-02bd7101b766" }, { "name": "Get User Settings (getUserSettings)", "id": "b2069579-3a66-4c58-a32d-fa4adc3d57c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/settings/:type", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type" ], "variable": [ { "id": "472f02e7-38d8-46b2-b4a0-f33e7e673460", "key": "type", "value": "", "description": "(Required) Settings type, case insensitive, one of: \"general\", \"quick_links\", \"doc_links\" or \"dashboards\"." } ] }, "description": "Fetch the User settings based on authorized user. " }, "response": [ { "id": "4eebd30b-9f3a-45d9-a56a-5fc7131d7757", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/settings/:type", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type" ], "variable": [ { "key": "type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-4eebd30b-9f3a-45d9-a56a-5fc7131d7757" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b2069579-3a66-4c58-a32d-fa4adc3d57c1" }, { "name": "Update User Settings (saveUserSettings)", "id": "8836d3a6-633a-45f0-94a4-8258d08a375d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings/:type", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type" ], "variable": [ { "id": "a1e344fc-b1c7-4bca-bcd4-03af4d75aea0", "key": "type", "value": "", "description": "(Required) Settings type, case insensitive, one of: \"general\", \"quick_links\", \"doc_links\" or \"dashboards\"." } ] }, "description": "Update user settings for authorized user. Only specified json elements will be updated.Example: you have such settings: {A:5, B:{C:10, D:20}}. Updating it with {B:{C:10, D:30}} will result in{A:5, B:{C:10, D:30}}. The same could be achieved by putting {B.D:30}" }, "response": [ { "id": "40633b11-dff3-4fb2-b9b5-88101bf36f2b", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings/:type", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":type" ], "variable": [ { "key": "type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-40633b11-dff3-4fb2-b9b5-88101bf36f2b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-8836d3a6-633a-45f0-94a4-8258d08a375d" } ], "id": "e8cbd98c-d05d-4cab-88dc-caaad6725af8", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-e8cbd98c-d05d-4cab-88dc-caaad6725af8" }, { "name": "{paths}", "item": [ { "name": "Delete User Settings (deleteUserSettings)", "id": "bfe2f0c0-2b76-47c8-b35f-b19bc8bb2a49", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/settings/:paths", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":paths" ], "variable": [ { "id": "c70e4a8e-a136-4fdf-8a35-8cafddccd397", "key": "paths", "value": "", "description": "(Required) paths" } ] }, "description": "Delete user settings by specifying list of json element xpaths. \n Example: to delete B and C element in { \"A\": {\"B\": 5}, \"C\": 15} send A.B,C in jsonPaths request parameter" }, "response": [ { "id": "9a945b0f-788d-4d9a-83a3-e03bc0b0e914", "name": "OK", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/settings/:paths", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings", ":paths" ], "variable": [ { "key": "paths" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-9a945b0f-788d-4d9a-83a3-e03bc0b0e914" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-bfe2f0c0-2b76-47c8-b35f-b19bc8bb2a49" } ], "id": "05a26f6e-c10a-450a-bb50-679c5c8f3655", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-05a26f6e-c10a-450a-bb50-679c5c8f3655" }, { "name": "Get User Settings (getUserSettings)", "id": "975d2695-2c53-4c73-86f4-542e488cf3de", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] }, "description": "Fetch the User settings based on authorized user. " }, "response": [ { "id": "f8c5d02e-bd28-4fd5-b311-3cd7dba9fc4d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-f8c5d02e-bd28-4fd5-b311-3cd7dba9fc4d" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-975d2695-2c53-4c73-86f4-542e488cf3de" }, { "name": "Update User Settings (saveUserSettings)", "id": "9eea268f-e70b-47dd-b948-7d903223264f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] }, "description": "Update user settings for authorized user. Only specified json elements will be updated.Example: you have such settings: {A:5, B:{C:10, D:20}}. Updating it with {B:{C:10, D:30}} will result in{A:5, B:{C:10, D:30}}. The same could be achieved by putting {B.D:30}" }, "response": [ { "id": "7f7a5fae-6fb9-4692-9463-7de97ea1429f", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-7f7a5fae-6fb9-4692-9463-7de97ea1429f" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-9eea268f-e70b-47dd-b948-7d903223264f" }, { "name": "Save User Settings (saveUserSettings)", "id": "c216522b-2aca-47e0-87ea-8a99284200ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] }, "description": "Save user settings represented in json format for authorized user. " }, "response": [ { "id": "a1ebcd83-48df-4182-a459-585dc120bad3", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/settings", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a1ebcd83-48df-4182-a459-585dc120bad3" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-c216522b-2aca-47e0-87ea-8a99284200ab" } ], "id": "ed165146-573c-43c8-bf46-fce522dbbe4a", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-ed165146-573c-43c8-bf46-fce522dbbe4a" }, { "name": "{userId}", "item": [ { "name": "userCredentialsEnabled", "item": [ { "name": "Enable/Disable User Credentials (setUserCredentialsEnabled)", "id": "0651ca8f-02e1-44e3-beb3-d12e57f9b58c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/user/:userId/userCredentialsEnabled?userCredentialsEnabled=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "userCredentialsEnabled" ], "query": [ { "description": "Enable (\"true\") or disable (\"false\") the credentials.", "key": "userCredentialsEnabled", "value": "" } ], "variable": [ { "id": "81a28186-d80c-4663-b670-3253bab1dc79", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Enables or Disables user credentials. Useful when you would like to block user account without deleting it. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "049ebb46-62af-48f2-9950-5c8e5fcdbb3b", "name": "OK", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/user/:userId/userCredentialsEnabled?userCredentialsEnabled=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "userCredentialsEnabled" ], "query": [ { "description": "Enable (\"true\") or disable (\"false\") the credentials.", "key": "userCredentialsEnabled", "value": "" } ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-049ebb46-62af-48f2-9950-5c8e5fcdbb3b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-0651ca8f-02e1-44e3-beb3-d12e57f9b58c" } ], "id": "973fa5d3-98f3-4750-b94d-4f706854be3f", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-973fa5d3-98f3-4750-b94d-4f706854be3f" }, { "name": "token", "item": [ { "name": "Get User Token (getUserToken)", "id": "777ac236-94a0-4a32-b115-b1ab51ee5e00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/token", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "token" ], "variable": [ { "id": "fe59f790-2160-4a6c-9355-3100ab497722", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Returns the token of the User based on the provided User Id. If the user who performs the request has the authority of 'SYS_ADMIN', it is possible to get the token of any tenant administrator. If the user who performs the request has the authority of 'TENANT_ADMIN', it is possible to get the token of any customer user that belongs to the same tenant. " }, "response": [ { "id": "63b3cc1a-a5e4-466f-8df7-35bb21619541", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/token", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "token" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"token\": \"\",\n \"refreshToken\": \"\",\n \"scope\": \"REFRESH_TOKEN\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-63b3cc1a-a5e4-466f-8df7-35bb21619541" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-777ac236-94a0-4a32-b115-b1ab51ee5e00" } ], "id": "2b12f1ea-cc35-425b-bc3a-b710a58e7213", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-2b12f1ea-cc35-425b-bc3a-b710a58e7213" }, { "name": "activationLink", "item": [ { "name": "Get Activation Link (getActivationLink)", "id": "e7703ca8-f1da-4a5d-9b69-eb099e32c1d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/activationLink", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "activationLink" ], "variable": [ { "id": "5aa1f313-aa94-49bd-a16e-5736a7554f12", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Get the activation link for the user. The base url for activation link is configurable in the general settings of system administrator. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." }, "response": [ { "id": "dec50a4e-e5bf-4064-bec6-4be6638d3a39", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/activationLink", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "activationLink" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-dec50a4e-e5bf-4064-bec6-4be6638d3a39" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-e7703ca8-f1da-4a5d-9b69-eb099e32c1d6" } ], "id": "56548ff3-791f-42e2-ab62-b15262fb2d72", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-56548ff3-791f-42e2-ab62-b15262fb2d72" }, { "name": "activationLinkInfo", "item": [ { "name": "Get Activation Link Info (getActivationLinkInfo)", "id": "a091d67d-8ddd-41ef-8f3b-d0f46ef39841", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/activationLinkInfo", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "activationLinkInfo" ], "variable": [ { "id": "94653bf8-a66c-4d34-bd5f-47533ae160cb", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Get the activation link info for the user. The base url for activation link is configurable in the general settings of system administrator. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." }, "response": [ { "id": "cfadd61c-51d7-40f2-a79d-2382f9457316", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId/activationLinkInfo", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId", "activationLinkInfo" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": \"\",\n \"ttlMs\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-cfadd61c-51d7-40f2-a79d-2382f9457316" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a091d67d-8ddd-41ef-8f3b-d0f46ef39841" } ], "id": "e1a60b2b-d1ff-453e-b377-5782596203de", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-e1a60b2b-d1ff-453e-b377-5782596203de" }, { "name": "Get User (getUserById)", "id": "86b387bc-4acf-465c-b380-143faedaecd9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId" ], "variable": [ { "id": "8daca281-5563-4a05-a41b-96009e0cfe56", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Fetch the User object based on the provided User Id. If the user has the authority of 'SYS_ADMIN', the server does not perform additional checks. If the user has the authority of 'TENANT_ADMIN', the server checks that the requested user is owned by the same tenant. If the user has the authority of 'CUSTOMER_USER', the server checks that the requested user is owned by the same customer." }, "response": [ { "id": "b55f74dd-fcf4-4d9c-8906-acdf3daa3809", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b55f74dd-fcf4-4d9c-8906-acdf3daa3809" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-86b387bc-4acf-465c-b380-143faedaecd9" }, { "name": "Delete User (deleteUser)", "id": "5761c6a6-d61e-4c83-ac2f-816fdfe81d66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId" ], "variable": [ { "id": "4d37a2cd-1732-4636-acd5-0120f207d5e1", "key": "userId", "value": "", "description": "(Required) A string value representing the user id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Deletes the User, it's credentials and all the relations (from and to the User). Referencing non-existing User Id will cause an error. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." }, "response": [ { "id": "de8a51dc-d63f-4be5-8619-9710fea007cd", "name": "OK", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/user/:userId", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", ":userId" ], "variable": [ { "key": "userId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-de8a51dc-d63f-4be5-8619-9710fea007cd" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-5761c6a6-d61e-4c83-ac2f-816fdfe81d66" } ], "id": "6a3b050f-a4f9-4f32-9577-edfe9dbefc7d", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-6a3b050f-a4f9-4f32-9577-edfe9dbefc7d" }, { "name": "sendActivationMail", "item": [ { "name": "Send or Re-send the Activation Email", "id": "39fdad85-3f50-4bf8-828d-e83794d69d3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/user/sendActivationMail?email=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "sendActivationMail" ], "query": [ { "description": "(Required) Email of the user", "key": "email", "value": "" } ] }, "description": "Force send the activation email to the user. Useful to resend the email if user has accidentally deleted it. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." }, "response": [ { "id": "59cacbcb-b79b-4727-9fea-6cb1cb7a4c9b", "name": "OK", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/api/user/sendActivationMail?email=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "sendActivationMail" ], "query": [ { "description": "(Required) Email of the user", "key": "email", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-59cacbcb-b79b-4727-9fea-6cb1cb7a4c9b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-39fdad85-3f50-4bf8-828d-e83794d69d3b" } ], "id": "1f910718-446b-4864-ab5b-62d823b5cc03", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-1f910718-446b-4864-ab5b-62d823b5cc03" }, { "name": "mobile", "item": [ { "name": "session", "item": [ { "name": "get Mobile Session", "id": "23f42c6f-0096-42c0-b84a-88106b654940", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "response": [ { "id": "1a0560c7-3474-497f-b0fa-0bff8b4b66ec", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"fcmTokenTimestamp\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-1a0560c7-3474-497f-b0fa-0bff8b4b66ec" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-23f42c6f-0096-42c0-b84a-88106b654940" }, { "name": "save Mobile Session", "id": "745ee1d7-a3ad-401d-b980-04c64677a370", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fcmTokenTimestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "response": [ { "id": "19a28796-8a2b-4959-8bc1-18ed813506e9", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"fcmTokenTimestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-19a28796-8a2b-4959-8bc1-18ed813506e9" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-745ee1d7-a3ad-401d-b980-04c64677a370" }, { "name": "remove Mobile Session", "id": "42367e19-a561-4e95-8d25-434bab765c7e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "response": [ { "id": "c3eba9f1-a939-4351-8108-7e8323c939fc", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Mobile-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/user/mobile/session", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "mobile", "session" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-c3eba9f1-a939-4351-8108-7e8323c939fc" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-42367e19-a561-4e95-8d25-434bab765c7e" } ], "id": "fef2e316-6db6-4935-8cf7-873e31b76924", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-fef2e316-6db6-4935-8cf7-873e31b76924" } ], "id": "9000779f-6e49-4822-b836-eb41989ba647", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-9000779f-6e49-4822-b836-eb41989ba647" }, { "name": "tokenAccessEnabled", "item": [ { "name": "Check Token Access Enabled (isUserTokenAccessEnabled)", "id": "efa24dc3-4f2e-4ade-a74c-a604fb3d20dd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/tokenAccessEnabled", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "tokenAccessEnabled" ] }, "description": "Checks that the system is configured to allow administrators to impersonate themself as other users. If the user who performs the request has the authority of 'SYS_ADMIN', it is possible to login as any tenant administrator. If the user who performs the request has the authority of 'TENANT_ADMIN', it is possible to login as any customer user. " }, "response": [ { "id": "04e2ba50-96be-4767-82d2-7ca62ea882e1", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/tokenAccessEnabled", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "tokenAccessEnabled" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-04e2ba50-96be-4767-82d2-7ca62ea882e1" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-efa24dc3-4f2e-4ade-a74c-a604fb3d20dd" } ], "id": "c9821ad1-0745-4f85-a376-31aa59c70ebc", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-c9821ad1-0745-4f85-a376-31aa59c70ebc" }, { "name": "dashboards", "item": [ { "name": "{dashboardId}", "item": [ { "name": "{action}", "item": [ { "name": "Report Action of User Over the Dashboard (reportUserDashboardAction)", "id": "9d61f040-881c-4d47-9a2e-2d27217638fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/dashboards/:dashboardId/:action", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "dashboards", ":dashboardId", ":action" ], "variable": [ { "id": "21d70882-2ab5-4cf9-b0f8-eb718b71770d", "key": "dashboardId", "value": "", "description": "(Required) A string value representing the dashboard id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" }, { "id": "f88ccbd0-712e-4eaf-bb50-82d6fe8d1a12", "key": "action", "value": "", "description": "(Required) Dashboard action, one of: \"visit\", \"star\" or \"unstar\"." } ] }, "description": "Report action of User over the dashboard. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "f3fb8a71-c1e7-44d9-8ea8-f8558cf9216b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/dashboards/:dashboardId/:action", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "dashboards", ":dashboardId", ":action" ], "variable": [ { "key": "dashboardId" }, { "key": "action" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"last\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starred\": \"\",\n \"lastVisited\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starred\": \"\",\n \"lastVisited\": \"\"\n }\n ],\n \"starred\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starredAt\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starredAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-f3fb8a71-c1e7-44d9-8ea8-f8558cf9216b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-9d61f040-881c-4d47-9a2e-2d27217638fc" } ], "id": "7f71260e-87ee-47c6-876a-bfe0e502f4ee", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-7f71260e-87ee-47c6-876a-bfe0e502f4ee" } ], "id": "0c80e518-3700-40a7-9977-2ac2fc87c229", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-0c80e518-3700-40a7-9977-2ac2fc87c229" }, { "name": "Get Information About Last Visited and Starred Dashboards (getLastVisitedDashboards)", "id": "95e5faae-f751-4ae4-be5a-b2a312863a5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/dashboards", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "dashboards" ] }, "description": "Fetch the list of last visited and starred dashboards. Both lists are limited to 10 items.\n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "38308b5a-ec08-4f5a-b29c-578db3a5e30b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/user/dashboards", "host": [ "{{baseUrl}}" ], "path": [ "api", "user", "dashboards" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"last\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starred\": \"\",\n \"lastVisited\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starred\": \"\",\n \"lastVisited\": \"\"\n }\n ],\n \"starred\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starredAt\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"starredAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-38308b5a-ec08-4f5a-b29c-578db3a5e30b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-95e5faae-f751-4ae4-be5a-b2a312863a5b" } ], "id": "1063aac7-af0d-4b61-b1d1-07f3ef14afb5", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-1063aac7-af0d-4b61-b1d1-07f3ef14afb5" }, { "name": "Save or Update User (saveUser)", "id": "a71b9ccf-6633-4bb9-b8c1-8f2183b04120", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user?sendActivationMail=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user" ], "query": [ { "description": "Send activation email (or use activation link)", "key": "sendActivationMail", "value": "" } ] }, "description": "Create or update the User. When creating user, platform generates User Id as [time-based UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_(date-time_and_MAC_address)). The newly created User Id will be present in the response. Specify existing User Id to update the device. Referencing non-existing User Id will cause 'Not Found' error.\n\nDevice email is unique for entire platform setup.Remove 'id', 'tenantId' and optionally 'customerId' from the request body example (below) to create new User entity.\n\nAvailable for users with 'SYS_ADMIN', 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "df46b488-af84-477b-913c-c78b91e45a59", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/user?sendActivationMail=", "host": [ "{{baseUrl}}" ], "path": [ "api", "user" ], "query": [ { "description": "Send activation email (or use activation link)", "key": "sendActivationMail", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-df46b488-af84-477b-913c-c78b91e45a59" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a71b9ccf-6633-4bb9-b8c1-8f2183b04120" } ], "id": "bb447594-49a3-4e12-9a8e-8bdd6e6ac39e", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-bb447594-49a3-4e12-9a8e-8bdd6e6ac39e" }, { "name": "users", "item": [ { "name": "info", "item": [ { "name": "Find Users by Query (findUsersByQuery)", "id": "f7671f58-7238-409f-af99-361f98a24a6e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users/info?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users", "info" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ] }, "description": "Returns page of user data objects. Search is been executed by email, firstName and lastName fields. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "99bc3628-8082-4f90-a596-d4df388710b4", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users/info?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users", "info" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"email\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n {\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"email\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-99bc3628-8082-4f90-a596-d4df388710b4" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-f7671f58-7238-409f-af99-361f98a24a6e" } ], "id": "b4640a94-af01-4679-81c5-a889c41ff700", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b4640a94-af01-4679-81c5-a889c41ff700" }, { "name": "assign", "item": [ { "name": "{alarmId}", "item": [ { "name": "Get UsersForAssign (getUsersForAssign)", "id": "b81c384a-5105-4081-bdae-dc78ecfe1002", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users/assign/:alarmId?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users", "assign", ":alarmId" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "id": "8606344c-2935-472e-a3a0-36b44c7d7727", "key": "alarmId", "value": "", "description": "(Required) A string value representing the alarm id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Returns page of user data objects that can be assigned to provided alarmId. Search is been executed by email, firstName and lastName fields. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "deb36694-1fbf-479d-a27d-b43607f77e6a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users/assign/:alarmId?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users", "assign", ":alarmId" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "key": "alarmId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"email\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n {\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"email\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\"\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-deb36694-1fbf-479d-a27d-b43607f77e6a" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b81c384a-5105-4081-bdae-dc78ecfe1002" } ], "id": "d75b8a3b-42c0-4b49-9acb-45f23e39a553", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-d75b8a3b-42c0-4b49-9acb-45f23e39a553" } ], "id": "6b5350be-2b4c-40b1-bc89-b57bf134c525", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-6b5350be-2b4c-40b1-bc89-b57bf134c525" }, { "name": "Get Users (getUsers)", "id": "e44ad884-5e14-4163-98a8-f77852770c88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users?userIds=&userIds=&pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users" ], "query": [ { "description": "(Required) A list of user ids, separated by comma ','", "key": "userIds", "value": "" }, { "description": "(Required) A list of user ids, separated by comma ','", "key": "userIds", "value": "" }, { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ] }, "description": "Returns a page of users owned by tenant or customer. The scope depends on authority of the user that performs the request.You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority." }, "response": [ { "id": "a35efcd4-b67c-44a2-ad4d-1f7fb8131e3b", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/users?userIds=&pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "users" ], "query": [ { "description": "(Required) A list of user ids, separated by comma ','", "key": "userIds", "value": "" }, { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n },\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a35efcd4-b67c-44a2-ad4d-1f7fb8131e3b" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-e44ad884-5e14-4163-98a8-f77852770c88" } ], "id": "607672e5-a14e-4b03-b38e-b676244925c2", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-607672e5-a14e-4b03-b38e-b676244925c2" }, { "name": "tenant", "item": [ { "name": "{tenantId}", "item": [ { "name": "users", "item": [ { "name": "Get Tenant Users (getTenantAdmins)", "id": "fa677375-33be-4287-aa62-54b2dfa0deb9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/tenant/:tenantId/users?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "tenant", ":tenantId", "users" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "id": "66c7df7f-20ae-45ef-8ca9-fdc070721822", "key": "tenantId", "value": "", "description": "(Required) A string value representing the tenant id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Returns a page of users owned by tenant. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'SYS_ADMIN' authority." }, "response": [ { "id": "aa0a0d05-cee2-45c2-b3d6-2c483424798a", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/tenant/:tenantId/users?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "tenant", ":tenantId", "users" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "key": "tenantId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n },\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-aa0a0d05-cee2-45c2-b3d6-2c483424798a" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-fa677375-33be-4287-aa62-54b2dfa0deb9" } ], "id": "1b468c82-eb12-47f7-8d77-8fac5e1cc7c5", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-1b468c82-eb12-47f7-8d77-8fac5e1cc7c5" } ], "id": "d2a44927-154c-4015-8b19-2520d832fbc9", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-d2a44927-154c-4015-8b19-2520d832fbc9" } ], "id": "0ab9375d-a018-4bf6-9d5f-45474f00bdf3", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-0ab9375d-a018-4bf6-9d5f-45474f00bdf3" }, { "name": "customer", "item": [ { "name": "{customerId}", "item": [ { "name": "users", "item": [ { "name": "Get Customer Users (getCustomerUsers)", "id": "a8c7f0fe-c685-4a87-b8ba-0aae83905cd3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/customer/:customerId/users?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "customer", ":customerId", "users" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "id": "77fea43b-5d21-4c68-b9ad-7376e492a6db", "key": "customerId", "value": "", "description": "(Required) A string value representing the customer id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'" } ] }, "description": "Returns a page of users owned by customer. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'TENANT_ADMIN' authority." }, "response": [ { "id": "8b20d215-d67d-4f37-b175-896df1fcc39d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/customer/:customerId/users?pageSize=&page=&textSearch=&sortProperty=createdTime&sortOrder=ASC", "host": [ "{{baseUrl}}" ], "path": [ "api", "customer", ":customerId", "users" ], "query": [ { "description": "(Required) Maximum amount of entities in a one page", "key": "pageSize", "value": "" }, { "description": "(Required) Sequence number of page starting from 0", "key": "page", "value": "" }, { "description": "The case insensitive 'substring' filter based on the user email.", "key": "textSearch", "value": "" }, { "description": "Property of entity to sort by", "key": "sortProperty", "value": "createdTime" }, { "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)", "key": "sortOrder", "value": "ASC" } ], "variable": [ { "key": "customerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n },\n {\n \"authority\": \"SYS_ADMIN\",\n \"email\": \"\",\n \"id\": {\n \"entityType\": \"USER\",\n \"id\": \"\"\n },\n \"createdTime\": \"\",\n \"tenantId\": {\n \"entityType\": \"TENANT\",\n \"id\": \"\"\n },\n \"customerId\": {\n \"entityType\": \"CUSTOMER\",\n \"id\": \"\"\n },\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"version\": \"\",\n \"name\": \"\",\n \"additionalInfo\": {\n \"description\": \"A value representing the any type (object or primitive)\",\n \"examples\": [\n {}\n ]\n }\n }\n ],\n \"totalPages\": \"\",\n \"totalElements\": \"\",\n \"hasNext\": \"\"\n}", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-8b20d215-d67d-4f37-b175-896df1fcc39d" } ], "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-a8c7f0fe-c685-4a87-b8ba-0aae83905cd3" } ], "id": "9189343d-f9c1-48ea-aece-06f2f4d16a82", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-9189343d-f9c1-48ea-aece-06f2f4d16a82" } ], "id": "6858cc3b-7e34-4554-93d5-c6031b261b8b", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-6858cc3b-7e34-4554-93d5-c6031b261b8b" } ], "id": "b2a32b8d-3b37-4cea-9aa5-41ebb604b6a7", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-b2a32b8d-3b37-4cea-9aa5-41ebb604b6a7" } ], "id": "608cb5f0-a951-4f8d-a6b9-5606b2141a26", "createdAt": "2026-07-28T03:13:30.000Z", "updatedAt": "2026-07-28T03:13:30.000Z", "uid": "35240-608cb5f0-a951-4f8d-a6b9-5606b2141a26" } ], "variable": [ { "key": "baseUrl", "value": "https://demo.thingsboard.io" } ] }