{"info":{"_postman_id":"4bb58634-6d1a-4bb7-9845-f222c47deec6","name":"Snowpal: Access Control List API","description":"<html><head></head><body><p>Our Access Control List API is designed to help you secure your Apps without you having to worry about the nitty gritty details of Access Control.</p>\n<p>Secure your Web Apps, Mobile Apps or Server Side Components using Snowpal's Access Control List API. This API allows you to create custom Privileges, Roles, Associate Privileges to Roles, Adding Members to Teams, Grant Privileges to Members &amp; Teams, Grant Roles to Members &amp; Teams, and more.</p>\n<p><video src=\"https://youtube.com/embed/qNem6eZTR0I\" width=\"340\"></video></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30667515","collectionId":"4bb58634-6d1a-4bb7-9845-f222c47deec6","publishedId":"2s9YeHYq4C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-13T22:53:09.000Z"},"item":[{"name":"Privileges.1","item":[{"name":"1.1: Create privilege","id":"ea2414d4-36c1-487a-9c2a-b28d67c1e252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Update Key 2\",\n    \"title\": \"Update Key Privilege\",\n    \"level\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/privileges","description":"<p><strong>Rules:</strong></p>\n<ol>\n<li>Privilege name should not be more than 80 characters</li>\n<li>Privilege title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 201</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Share\",\n    \"title\": \"Share resources with users\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea2414d4-36c1-487a-9c2a-b28d67c1e252"},{"name":"1.2: Fetch privileges","id":"ddd21154-a1f5-449e-bcf8-19f5417bf266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code:</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privileges\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddd21154-a1f5-449e-bcf8-19f5417bf266"},{"name":"1.3: Fetch privilege (by ID)","id":"7d229fe7-fdd3-4c0d-9708-bc29cace62ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/privileges/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Share\",\n    \"title\": \"Share resources with users\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","privileges",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"229a0ea6-1362-4fd9-a273-474ca3e1eed2","type":"any","value":"653722346958ec8c2085aff2","key":"id"}]}},"response":[],"_postman_id":"7d229fe7-fdd3-4c0d-9708-bc29cace62ed"},{"name":"1.4: Fetch privilege (by Name)","id":"d5f34f64-f0de-40e9-817a-b63ac9781b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/privileges/by-name?name=Add Block","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Share\",\n    \"title\": \"Share resources with users\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","privileges","by-name"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":"Add Block"}],"variable":[]}},"response":[],"_postman_id":"d5f34f64-f0de-40e9-817a-b63ac9781b8c"},{"name":"1.5: Update privilege","id":"f71e7cdd-dbce-40ce-85b0-bfca4c116d7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Editing\",\n    \"title\": \"Allow editing\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/privileges/:id","description":"<p><strong>Rules:</strong></p>\n<ol>\n<li>Privilege name should not be more than 80 characters</li>\n<li>Privilege title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privileges\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","privileges",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d231573b-8ec0-4340-a19a-d5b41a26fdd6","type":"any","value":"653722346958ec8c2085aff2","key":"id"}]}},"response":[],"_postman_id":"f71e7cdd-dbce-40ce-85b0-bfca4c116d7d"},{"name":"1.6: Delete privilege","id":"ed64d99b-8e59-46f9-8414-4ae8e66bd37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/privileges/:id","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Privilege should not be deleted if it is assigned to at least 1 resource</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","privileges",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"84cd7d25359e520038b3c92d","key":"id"}]}},"response":[],"_postman_id":"ed64d99b-8e59-46f9-8414-4ae8e66bd37b"}],"id":"519fc2dc-001b-44d7-a1bf-565c1103baab","_postman_id":"519fc2dc-001b-44d7-a1bf-565c1103baab","description":""},{"name":"Roles.1","item":[{"name":"Roles.1.1: Create role","id":"183e1af7-0272-42f5-888e-ddc5d90b9838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Super Admin 3\",\n    \"title\": \"Super Admin Access Level\",\n    \"level\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/roles","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Role name should not be more than 80 characters</li>\n<li>Role title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Admin\",\n    \"title\": \"Admin Access Level\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"183e1af7-0272-42f5-888e-ddc5d90b9838"},{"name":"Roles.1.2: Fetch roles","id":"9854c864-0923-4a46-890d-bd128e8c288e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"updated_by_profile_ids","value":"6526fba9670b9ad7dbd3de12"},{"disabled":true,"key":"exclude_current_user","value":"false"}],"variable":[]}},"response":[],"_postman_id":"9854c864-0923-4a46-890d-bd128e8c288e"},{"name":"Roles.1.3: Fetch role (by ID)","id":"0408e004-60ec-48c4-bf87-33efe0e07100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/roles/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"01e4f97c-840c-4e8d-8552-3bdd211e3240","type":"any","value":"65372cd05ee94794fcb2f061","key":"id"}]}},"response":[],"_postman_id":"0408e004-60ec-48c4-bf87-33efe0e07100"},{"name":"Roles.1.4: Fetch roles (by Name)","id":"a48b171b-48ab-4460-a98d-546751c47901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/roles/by-name?name=Admin","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles","by-name"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":"Admin"}],"variable":[]}},"response":[],"_postman_id":"a48b171b-48ab-4460-a98d-546751c47901"},{"name":"Roles.1.5: Update role","id":"04cebe70-19bb-4bdf-927d-b597463757fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Viewer\",\n    \"title\": \"Viewer can view resources\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/roles/:id","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Role name should not be more than 80 characters</li>\n<li>Role title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n\n</code></pre>\n","urlObject":{"path":["acl","roles",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"5f068cb7-01cb-4f3a-b18c-7dbc24f23a23","type":"any","value":"84cd7d25359e520038b3c92d","key":"id"}]}},"response":[],"_postman_id":"04cebe70-19bb-4bdf-927d-b597463757fc"},{"name":"Roles.1.6: Associate privileges to a role","id":"83616ae7-9150-4663-8735-d3912cf6fb55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"privilegeIDs\": [\n        \"{{privilegeID}}\",\n        \"{{privilegeID2}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/roles/:id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Viewer\",\n    \"title\": \"Viewer can view resources\",\n    \"privilegeIDs\": [\n        \"520038b3c92d84cd7d25359e\",\n        \"84cd7d25359e520038b3c92d\"\n    ],\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles",":id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0742a898-9939-48cd-be11-e5a52be89dd9","type":"any","value":"{{roleID}}","key":"id"}]}},"response":[],"_postman_id":"83616ae7-9150-4663-8735-d3912cf6fb55"},{"name":"Roles.1.7: Remove privileges from a role","id":"fb230176-1442-408e-b766-421eed23ed93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"privilegeIDs\": [\n        \"520038b3c92d84cd7d25359e\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/roles/:id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Viewer\",\n    \"title\": \"Viewer can view resources\",\n    \"privilegeIDs\": [\n        \"520038b3c92d84cd7d25359e\"\n    ],\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","roles",":id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ee609b4c-6c02-4ffa-a5df-fbb6e4ac775c","type":"any","value":"65262a780ecafdabd002f1bf","key":"id"}]}},"response":[],"_postman_id":"fb230176-1442-408e-b766-421eed23ed93"},{"name":"Roles.1.8: Delete role","id":"568aae6e-3763-4c39-a15e-598266727390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/roles/:id","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Rule should not be deleted if it is assigned to at least 1 resource</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","roles",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"46187aa8-9061-4ab9-a3bb-d2588a366ef3","type":"any","value":"84cd7d25359e520038b3c92d","key":"id"}]}},"response":[],"_postman_id":"568aae6e-3763-4c39-a15e-598266727390"}],"id":"e2ec8d5e-3e47-4364-88bd-23935c11c621","_postman_id":"e2ec8d5e-3e47-4364-88bd-23935c11c621","description":""},{"name":"Teams.1","item":[{"name":"Teams.1.1: Create team","id":"edde1809-fe70-43bd-992a-7c6dbf0b9204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testers 3\",\n    \"title\": \"To have all testers at 1 place\",\n    \"level\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/teams","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Team name should not be more than 80 characters</li>\n<li>Team title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 201</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Testers\",\n    \"title\": \"To have all testers at 1 place\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edde1809-fe70-43bd-992a-7c6dbf0b9204"},{"name":"Teams.1.2: Fetch teams","id":"b8bad7d5-7922-4612-811b-629eb247ccb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/teams","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Testers\",\n        \"title\": \"To have all testers at 1 place\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"updated_by_profile_ids","value":"6526fba9670b9ad7dbd3de12"},{"disabled":true,"key":"exclude_current_user","value":"false"}],"variable":[]}},"response":[],"_postman_id":"b8bad7d5-7922-4612-811b-629eb247ccb9"},{"name":"Teams.1.3: Fetch team by ID","id":"f253b0a3-b25c-47b7-96ea-b2e181b9d576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/teams/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Testers\",\n    \"title\": \"To have all testers at 1 place\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ec59bc42-e9c6-44a7-b993-3546ccaffe3f","type":"any","value":"6537302347677387b675e9a9","key":"id"}]}},"response":[],"_postman_id":"f253b0a3-b25c-47b7-96ea-b2e181b9d576"},{"name":"Teams.1.4: Fetch team by Name","id":"494d92dc-d2bf-476f-8ac3-4467665fd7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/teams/by-name?name=Testers","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"Testers\",\n    \"title\": \"To have all testers at 1 place\",\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams","by-name"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":"Testers"}],"variable":[]}},"response":[],"_postman_id":"494d92dc-d2bf-476f-8ac3-4467665fd7f4"},{"name":"Teams.1.5: Update team","id":"e6c38c32-373c-406b-bc98-f992d6c9b4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"QA Testers\",\n    \"title\": \"To have all qa testers at 1 place\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/teams/:id","description":"<p><strong>Rules</strong></p>\n<ol>\n<li>Team name should not be more than 80 characters</li>\n<li>Team title should not be more than 200 characters</li>\n</ol>\n<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n        \"name\": \"Testers\",\n        \"title\": \"To have all testers at 1 place\",\n        \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n        \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n        \"lastModified\": {\n            \"by\": \"84cd7d25359e520038b3c92d\",\n            \"on\": \"2023-09-28T18:47:39.021103599Z\"\n        }\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ae12dee9-be43-445e-83a1-a1a9b1a3b70f","type":"any","value":"84cd7d25359e520038b3c92d","key":"id"}]}},"response":[],"_postman_id":"e6c38c32-373c-406b-bc98-f992d6c9b4c2"},{"name":"Teams.1.6: Associate members to a team","id":"22d968ca-7fbe-45ed-92af-277fe3ede5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberIDs\": [\n        \"{{memberID}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/teams/:id/members","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"title\": \"To have all qa testers at 1 place\",\n    \"memberIDs\": [\n        \"84cd7d25359e520038b3c92d\",\n        \"38b3c92d84cd7d25359e5200\"\n    ],\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams",":id","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"dd2d0ad9-0a1c-42d4-a0d5-8e9e2b3ca62a","type":"any","value":"{{teamID2}}","key":"id"}]}},"response":[],"_postman_id":"22d968ca-7fbe-45ed-92af-277fe3ede5e2"},{"name":"Teams.1.7: Remove members from a team","id":"afa36cc9-ed15-4c4e-88a6-ce44aefb278c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"memberIDs\": [\n        \"38b3c92d84cd7d25359e5200\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/teams/:id/members","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"uuid\": \"84cd7d2-5359e520038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"title\": \"To have all qa testers at 1 place\",\n    \"memberIDs\": [\n        \"892d4cd7d25359e20038b3c5\"\n    ],\n    \"createdBy\" : \"84cd7d25359e520038b3c92d\",\n    \"updatedBy\": [\"84cd7d25359e520038b3c92d\"],\n    \"lastModified\": {\n        \"by\": \"84cd7d25359e520038b3c92d\",\n        \"on\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["acl","teams",":id","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"50b31e2d-c065-49e3-a956-84a795f4a413","type":"any","value":"65262a780ecafdabd002f1bf","key":"id"}]}},"response":[],"_postman_id":"afa36cc9-ed15-4c4e-88a6-ce44aefb278c"},{"name":"Teams.1.8: Delete team","id":"c9dee6fa-0f7c-4888-9d99-5d3d89edc457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/teams/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","teams",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b4685323-7ed2-4717-8be1-230199d42c90","type":"any","value":"84cd7d25359e520038b3c92d","key":"id"}]}},"response":[],"_postman_id":"c9dee6fa-0f7c-4888-9d99-5d3d89edc457"}],"id":"4fa1d09c-d705-446c-98f5-284d31859687","_postman_id":"4fa1d09c-d705-446c-98f5-284d31859687","description":""},{"name":"Resources.1","item":[{"name":"Resources.1.1: Fetch teams and members with access to resource","id":"91fffbaf-afd3-44e8-a9e0-328c1569e764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"e98a0f03-e086-4930-a5aa-15d8c2378696","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"91fffbaf-afd3-44e8-a9e0-328c1569e764"},{"name":"Resources.1.2: Fetch resources that have this privilege","id":"0c7c3f1a-180f-4380-b93f-6005ecb3e69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/privileges/:id?exact_privilege=false","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources","privileges",":id"],"host":["{{baseUrl}}"],"query":[{"key":"exact_privilege","value":"false"},{"disabled":true,"key":"resource-type","value":""}],"variable":[{"id":"0ccf6f21-ddfc-4f94-bcf3-ffd816abe039","type":"any","value":"{{privilegeID2}}","key":"id"}]}},"response":[],"_postman_id":"0c7c3f1a-180f-4380-b93f-6005ecb3e69d"},{"name":"Resources.1.3: Fetch resources that have this role","id":"3e545802-c402-40b5-9af9-616620abc478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/roles/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources","roles",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"72a649c0-a6ee-46a5-8933-b1b09523396e","type":"any","value":"{{roleID}}","key":"id"}]}},"response":[],"_postman_id":"3e545802-c402-40b5-9af9-616620abc478"}],"id":"443467ac-f90e-4f32-a01b-6788a2b6950d","_postman_id":"443467ac-f90e-4f32-a01b-6788a2b6950d","description":""},{"name":"Resources.2: Teams","item":[{"name":"Resources.2.1: Remove team access on resource","id":"7bf20440-6637-46b0-a1cb-797bb0521c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7d6fe4d0-3470-498d-b41e-445a5f0b4aab","type":"any","value":"","key":"id"},{"id":"4fe23e2f-75c2-4552-ac4b-9011cefc1d1a","type":"any","value":"","key":"team-id"}]}},"response":[],"_postman_id":"7bf20440-6637-46b0-a1cb-797bb0521c67"},{"name":"Resources.2.2: Fetch highest access levels for team on resource","id":"5f079972-f4b9-4f84-8806-065f4552ac65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/highest-levels","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\" : \"7d25359e5284cd0038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"level\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","highest-levels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6c2ec8a9-db8b-4328-9368-eab6062bb085","type":"any","value":"{{resourceID}}","key":"id"},{"id":"e2c22ffb-4339-4e3f-a808-752d11e6ce22","type":"any","value":"{{teamID}}","key":"team-id"}]}},"response":[],"_postman_id":"5f079972-f4b9-4f84-8806-065f4552ac65"},{"name":"Resources.2.3: Fetch resources that team has access to","id":"346f1bbf-4b76-4886-bde8-3b78c8eaa722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/teams/:team-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   \"resources\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\"\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources","teams",":team-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"a29f3f54-bec6-40d6-8dd5-740a4be2204b","type":"any","value":"","key":"team-id"}]}},"response":[],"_postman_id":"346f1bbf-4b76-4886-bde8-3b78c8eaa722"}],"id":"66663205-26f4-48f0-81b4-3311194018c4","_postman_id":"66663205-26f4-48f0-81b4-3311194018c4","description":""},{"name":"Resources.3: Team Roles","item":[{"name":"Resources.3.1: Assign roles on resource to team","id":"43389b8a-dc9d-4747-b22f-3cc63ac6d54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"name\": \"Block A\",\n        \"type\": \"Block\"\n    },\n    \"IDs\": [\n        \"{{roleID}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/roles/assign?=6532949996c4601c2bc0db78","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"7d25359e5284cd0038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"level\": 30\n    },{\n        \"ID\": \"9e527d38b3c92d253584cd00\",\n        \"name\": \"Viewer\",\n        \"title\": \"Read Access Level\",\n        \"level\": 10\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","roles","assign"],"host":["{{baseUrl}}"],"query":[{"key":"","value":"6532949996c4601c2bc0db78"}],"variable":[{"id":"51413771-a036-4f7f-b3bc-a4cceb659ba9","type":"any","value":"{{resourceID2}}","key":"id"},{"id":"10049802-8cab-4bc2-879c-969bb2e21954","type":"any","value":"{{teamID2}}","key":"team-id"}]}},"response":[],"_postman_id":"43389b8a-dc9d-4747-b22f-3cc63ac6d54d"},{"name":"Resources.3.2: Remove roles on resource from team","id":"dcc79691-e256-4222-9740-c0f5ed9263ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653963196ddc4038132f3b90\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"8b3c92d7d25359e5284cd003\",\n        \"name\": \"Writer\",\n        \"title\": \"Write Access Level\",\n        \"level\": 20\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"0402ec98-5f6a-461a-a5b1-eb7342ffad7d","type":"any","value":"65278e4794e78f6de3764b81","key":"id"},{"id":"b0789b7a-2460-4427-a591-e958e8d24dd8","type":"any","value":"653a0a547edf41fc652d00db","key":"team-id"}]}},"response":[],"_postman_id":"dcc79691-e256-4222-9740-c0f5ed9263ce"},{"name":"Resources.3.3: Fetch teams with highest role level on Resource","id":"9221dd2b-9d1b-471f-9cad-8ff4b135fbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/highest-roles/teams","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"title\": \"To have all QA Testers at 1 place\",\n    \"roleID\": \"78b84cd3c92dd25359e52003\",\n    \"level\": 26,\n    \"memberIDs\": [\n        \"5200378b84cd3c92dd25359e\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","highest-roles","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"229775d3-54ca-4b1d-b803-75c550ba6f55","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"9221dd2b-9d1b-471f-9cad-8ff4b135fbba"},{"name":"Resources.3.4: Fetch roles assigned to team on resource","id":"115400c0-1a9c-4de7-bcde-edae5b29b3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"level\": 30\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9d2797c4-e124-4f13-93e0-1d4d6e967f58","type":"any","value":"65949601c996c4232bc64b81","key":"id"},{"id":"42156c44-a32b-4dbe-83f1-8c3da66df308","type":"any","value":"6532949996c4601c2bc0db78","key":"team-id"}]}},"response":[],"_postman_id":"115400c0-1a9c-4de7-bcde-edae5b29b3c1"},{"name":"Resources.3.5: Fetch highest role level on resource for team","id":"87357bbd-88ca-4c7d-9fbf-4900e24bd619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/highest-level/role","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"roleID: \"8b3c92d7d25359e5284cd003\",\n    \"level\": 40\n}\n\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","highest-level","role"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"97955ee9-76ca-45ac-b155-487f922b0a42","type":"any","value":"","key":"id"},{"id":"20a40b4d-4dac-4fcf-a174-5a8604f311be","type":"any","value":"","key":"team-id"}]}},"response":[],"_postman_id":"87357bbd-88ca-4c7d-9fbf-4900e24bd619"},{"name":"Resources.3.6: Fetch teams with specific role on resource","id":"6c4a6c37-3c83-4fe8-b724-ae11aac826ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/roles/:role-id/teams?exact_role=false","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"QA Testers\",\n        \"title\": \"To have all QA Testers at 1 place\",\n        \"level\": 26,\n        \"memberIDs\": [\n            \"5200378b84cd3c92dd25359e\"\n        ]\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","roles",":role-id","teams"],"host":["{{baseUrl}}"],"query":[{"key":"exact_role","value":"false"}],"variable":[{"id":"c0fa9dc5-366b-491c-a8f5-a9bb73b82192","type":"any","value":"{{resourceID}}","key":"id"},{"id":"fd531ace-764f-4051-aaa9-0dbaf25be92c","type":"any","value":"{{roleID3}}","key":"role-id"}]}},"response":[],"_postman_id":"6c4a6c37-3c83-4fe8-b724-ae11aac826ca"},{"name":"Resources.3.7: Check if team has given privilege on resource","id":"22d9eada-a284-4d99-8822-1709926ca51b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/privileges/:privilege-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"QA Testers\",\n        \"title\": \"To have all QA Testers at 1 place\",\n        \"level\": 26,\n        \"memberIDs\": [\n            \"5200378b84cd3c92dd25359e\"\n        ]\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","privileges",":privilege-id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"exact_privilege","value":"false"}],"variable":[{"id":"7375978f-e634-4da6-a3ce-4e5bcfcaee8c","type":"any","value":"{{resourceID}}","key":"id"},{"id":"269269b9-e87b-4c21-93c9-fed35b5795a8","type":"any","value":"{{teamID}}","key":"team-id"},{"id":"51b86e7c-0347-4274-b268-3cc0b1391f38","type":"any","value":"{{privilegeID}}","key":"privilege-id"}]}},"response":[],"_postman_id":"22d9eada-a284-4d99-8822-1709926ca51b"},{"name":"Resources.3.8: Check if team has given role on resource","id":"a88c2965-02be-4641-8033-035dfe83c448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/roles/:role-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"QA Testers\",\n        \"title\": \"To have all QA Testers at 1 place\",\n        \"level\": 26,\n        \"memberIDs\": [\n            \"5200378b84cd3c92dd25359e\"\n        ]\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","roles",":role-id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"exact_role","value":"false"}],"variable":[{"id":"ffa2b444-11a1-4b39-9d54-851cf0ac6001","type":"any","value":"{{resourceID}}","key":"id"},{"id":"0f3c162d-8713-4e69-8c41-b69d29319bce","type":"any","value":"{{teamID}}","key":"team-id"},{"id":"31015675-db8c-4c22-9783-247a2110d176","type":"any","value":"{{roleID}}","key":"role-id"}]}},"response":[],"_postman_id":"a88c2965-02be-4641-8033-035dfe83c448"}],"id":"82e4ad3d-43b5-4513-9913-60dafbaa290a","_postman_id":"82e4ad3d-43b5-4513-9913-60dafbaa290a","description":""},{"name":"Resources.4: Team Privileges","item":[{"name":"Resources.4.1: Assign privileges on resource to team","id":"ae456d3f-3f65-43c6-b6f9-e7b39deac1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653a091784d7f62a0164b9b7\",\n        \"653a092084d7f62a0164b9bb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/privileges/assign","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privileges\": [{\n        \"ID\": \"7d25359e5284cd0038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"level\": 30\n    },{\n        \"ID\": \"9e527d38b3c92d253584cd00\",\n        \"name\": \"Delete\",\n        \"title\": \"Delete resources\",\n        \"level\": 40\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","privileges","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"96321e1c-7ce6-4dda-8338-a5479f1c3837","type":"any","value":"{{resourceID2}}","key":"id"},{"id":"5edd05b2-5bc0-4194-b91f-6004d89685a5","type":"any","value":"{{teamID2}}","key":"team-id"}]}},"response":[],"_postman_id":"ae456d3f-3f65-43c6-b6f9-e7b39deac1d6"},{"name":"Resources.4.2: Remove privileges on resource from team","id":"a2de9a81-f236-4a57-9ca6-becf9d76beee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653962fb6ddc4038132f3b87\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"privileges\": [{\n        \"ID\": \"8b3c92d7d25359e5284cd003\",\n        \"name\": \"Update\",\n        \"title\": \"Update resources\",\n        \"level\": 20\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"40e58eea-2f02-4a45-8010-9cc0017e7e70","type":"any","value":"65278e4794e78f6de3764b81","key":"id"},{"id":"3b29ace1-ddaf-49e4-8510-5a7ac3861d4a","type":"any","value":"653a0a547edf41fc652d00db","key":"team-id"}]}},"response":[],"_postman_id":"a2de9a81-f236-4a57-9ca6-becf9d76beee"},{"name":"Resources.4.3: Fetch teams with highest level of privilege on resource","id":"224c3841-4e43-432e-88ae-d58a281bcad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/highest-privileges/teams","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"title\": \"To have all QA Testers at 1 place\",\n    \"privilegeID\": \"78b84cd3c92dd25359e52003\",\n    \"level\": 26,\n    \"memberIDs\": [\n        \"5200378b84cd3c92dd25359e\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","highest-privileges","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"96f6500f-e28f-454d-b2e7-25a3fe65642e","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"224c3841-4e43-432e-88ae-d58a281bcad6"},{"name":"Resources.4.4: Fetch privileges assigned to team on resource","id":"787611f6-a1e1-4a0c-95c8-1ddf2d074856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"privileges\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"level\": 40\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"092154ef-bd20-4cb3-9045-46928b4dd8ab","type":"any","value":"","key":"id"},{"id":"83428d15-59ea-4a45-9db3-fc81f489a9fd","type":"any","value":"","key":"team-id"}]}},"response":[],"_postman_id":"787611f6-a1e1-4a0c-95c8-1ddf2d074856"},{"name":"Resources.4.5: Fetch highest privilege levels on resource for team","id":"ae23d359-d3d5-464c-a6d6-1bda8fe93638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/teams/:team-id/highest-level/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privilegeID: \"8b3c92d7d25359e5284cd003\",\n    \"level\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","teams",":team-id","highest-level","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ab0df2c3-6015-4409-8a69-882b5f688f56","type":"any","value":"{{resourceID}}","key":"id"},{"id":"f581a9a7-e4a3-4f1e-817f-18c27d283d5b","type":"any","value":"{{teamID}}","key":"team-id"}]}},"response":[],"_postman_id":"ae23d359-d3d5-464c-a6d6-1bda8fe93638"},{"name":"Resources.4.6: Fetch teams with specific privilege on resource","id":"a566fabf-838a-4c6b-9b8c-cd43e47e7af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/privileges/:privilege-id/teams","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"teams\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"QA Testers\",\n        \"title\": \"To have all QA Testers at 1 place\",\n        \"level\": 26,\n        \"memberIDs\": [\n            \"5200378b84cd3c92dd25359e\"\n        ]\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","privileges",":privilege-id","teams"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9fb4474e-5f9f-4f9d-8aa2-0e2eff3266bc","type":"any","value":"{{resourceID}}","key":"id"},{"id":"10e08426-33b3-4c8c-afee-fc3afe042243","type":"any","value":"{{privilegeID}}","key":"privilege-id"}]}},"response":[],"_postman_id":"a566fabf-838a-4c6b-9b8c-cd43e47e7af2"}],"id":"3e34769b-6f8b-4364-ad35-5b3785724eee","_postman_id":"3e34769b-6f8b-4364-ad35-5b3785724eee","description":""},{"name":"Resources.5: Members","item":[{"name":"Resources.5.1: Remove member access on resource","id":"657b9ebb-96fe-4300-a99f-5fbeb43eff56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id","members",":member-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"dc1197a3-8b9c-4161-b3f2-d7f8950c302d","type":"any","value":"","key":"id"},{"id":"a5c0600d-c7ea-47c0-8821-433974cd1f09","type":"any","value":"","key":"member-id"}]}},"response":[],"_postman_id":"657b9ebb-96fe-4300-a99f-5fbeb43eff56"},{"name":"Resources.5.2: Fetch highest access levels for member on resource","id":"6762e7c4-453d-4702-91d6-02df432c3091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/highest-levels","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\" : \"7d25359e5284cd0038b3c92d\",\n    \"name\": \"QA Testers\",\n    \"level\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","highest-levels"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"fa7ae50b-9486-4c7c-8621-b1b2b5acda5a","type":"any","value":"{{resourceID}}","key":"id"},{"id":"0ad68faa-5be5-49d4-8f48-5ceb4c307dc6","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"6762e7c4-453d-4702-91d6-02df432c3091"},{"name":"Resources.5.3: Fetch resources that member has access to","id":"79d82861-a011-4811-a746-174bea8c0621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/members/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   \"resources\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\"\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources","members",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"ef7d6736-df5c-4957-aaf6-9c6644659a90","type":"any","value":"{{memberID2}}","key":"id"}]}},"response":[],"_postman_id":"79d82861-a011-4811-a746-174bea8c0621"}],"id":"4d35d73d-2162-4a7a-ae19-66d542a61080","_postman_id":"4d35d73d-2162-4a7a-ae19-66d542a61080","description":""},{"name":"Resources.6: Member Roles","item":[{"name":"Resources.6.1: Assign roles on resource to member","id":"1aae7a73-dc1e-452b-9023-44da5fc1f217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653a092484d7f62a0164b9bf\",\n        \"653a092784d7f62a0164b9c3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/roles/assign","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"7d25359e5284cd0038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"level\": 30\n    },{\n        \"ID\": \"9e527d38b3c92d253584cd00\",\n        \"name\": \"Viewer\",\n        \"title\": \"Read Access Level\",\n        \"level\": 10\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","roles","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d9539d20-9a7b-43f0-a9ae-0d434679bb1a","type":"any","value":"{{resourceID2}}","key":"id"},{"id":"bd9ceb22-cf8e-4336-8b7f-d65b889a5a2e","type":"any","value":"{{memberID2}}","key":"member-id"}]}},"response":[],"_postman_id":"1aae7a73-dc1e-452b-9023-44da5fc1f217"},{"name":"Resources.6.2: Remove roles on resource from member","id":"1c21bc2c-093b-4e2e-92f7-2140917f542e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653963196ddc4038132f3b90\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"8b3c92d7d25359e5284cd003\",\n        \"name\": \"Writer\",\n        \"title\": \"Write Access Level\",\n        \"level\": 20\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b869fa31-1bd5-4c8e-af20-208581756216","type":"any","value":"65278e4794e78f6de3764b81","key":"id"},{"id":"0d2dfe97-ec06-4466-8b07-7e52608cb2f7","type":"any","value":"65278e2294e78f6de3764b7b","key":"member-id"}]}},"response":[],"_postman_id":"1c21bc2c-093b-4e2e-92f7-2140917f542e"},{"name":"Resources.6.3: Fetch members with highest Level of Role on Resource","id":"3552c3d0-c1e2-4cdd-a23a-16d794083a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/highest-roles/members","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"username\": \"first.xyz\"\n    \"firstName\": \"First Name\",\n    \"roleID\": \"78b84cd3c92dd25359e52003\",\n    \"level\": 26\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","highest-roles","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"df41a36c-984c-44e5-87ae-8eac13c68c4b","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"3552c3d0-c1e2-4cdd-a23a-16d794083a26"},{"name":"Resources.6.4: Fetch roles assigned to member on resource","id":"6928dde6-255a-4b3b-9472-982bc5228bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"roles\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"Admin\",\n        \"title\": \"Admin Access Level\",\n        \"level\": 30\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8c126f64-17d2-406d-b468-12f73829830e","type":"any","value":"{{resourceID}}","key":"id"},{"id":"0004cd54-6a4e-4de2-bb36-b6d38c8e9ed5","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"6928dde6-255a-4b3b-9472-982bc5228bf6"},{"name":"Resources.6.5: Fetch highest role levels on resource for member","id":"f89e5fdd-0bfb-4d1f-a927-6ddae9a11f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/highest-level/roles","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"roleID: \"8b3c92d7d25359e5284cd003\",\n    \"level\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","highest-level","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"935fddb7-41c4-4322-8e97-8d93b408f55d","type":"any","value":"{{resourceID}}","key":"id"},{"id":"3abc0274-7034-4e5d-9f88-b3a21220c998","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"f89e5fdd-0bfb-4d1f-a927-6ddae9a11f6a"},{"name":"Resources.6.6: Fetch members with specific role on resource","id":"d70634a6-ecaf-4001-b83e-20533196f88c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/roles/:role-id/members?exact_role=false","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"members\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"username\": \"first.xyz\",\n        \"firstName\": \"First Name\",\n        \"level\": 26\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","roles",":role-id","members"],"host":["{{baseUrl}}"],"query":[{"key":"exact_role","value":"false"}],"variable":[{"id":"3ee6d306-0e66-494e-9f85-f777c591016a","type":"any","value":"{{resourceID}}","key":"id"},{"id":"5e47cbb1-43a0-4336-994d-6ebb6c97ce34","type":"any","value":"{{roleID3}}","key":"role-id"}]}},"response":[],"_postman_id":"d70634a6-ecaf-4001-b83e-20533196f88c"}],"id":"b0d4cd78-3c84-4336-80be-edade523ffb8","_postman_id":"b0d4cd78-3c84-4336-80be-edade523ffb8","description":""},{"name":"Resources.7: Member Privileges","item":[{"name":"Resources.7.1: Assign privileges on resource to member","id":"c6e54fb3-9f32-43cc-813b-83c47cc37d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653a091784d7f62a0164b9b7\",\n        \"653a092084d7f62a0164b9bb\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/privileges/assign","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privileges\": [{\n        \"ID\": \"7d25359e5284cd0038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"level\": 30\n    },{\n        \"ID\": \"9e527d38b3c92d253584cd00\",\n        \"name\": \"Delete\",\n        \"title\": \"Delete resources\",\n        \"level\": 40\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","privileges","assign"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8e2aa027-bf91-4df6-b5cb-cfec618229aa","type":"any","value":"{{resourceID2}}","key":"id"},{"id":"82b71c7a-f5c9-40b1-85f7-617eee82b1d0","type":"any","value":"{{memberID2}}","key":"member-id"}]}},"response":[],"_postman_id":"c6e54fb3-9f32-43cc-813b-83c47cc37d68"},{"name":"Resources.7.2: Remove privileges on resource from member","id":"1f569d8f-c6c8-4f29-b4eb-405cb73910b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IDs\": [\n        \"653962fb6ddc4038132f3b87\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"privileges\": [{\n        \"ID\": \"8b3c92d7d25359e5284cd003\",\n        \"name\": \"Update\",\n        \"title\": \"Update resources\",\n        \"level\": 20\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"706d0864-e191-46fd-a742-a27ce2642552","type":"any","value":"65278e4794e78f6de3764b81","key":"id"},{"id":"90272ba9-f381-4098-869a-0be5456a199a","type":"any","value":"65278e2294e78f6de3764b7b","key":"member-id"}]}},"response":[],"_postman_id":"1f569d8f-c6c8-4f29-b4eb-405cb73910b2"},{"name":"Resources.7.3: Fetch members with highest level of Privilege on resource","id":"c15f138b-ff26-40a5-8172-09ec6af2f0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/highest-privileges/members","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"username\": \"first.xyz\"\n    \"firstName\": \"First Name\",\n    \"privilegeID\": \"78b84cd3c92dd25359e52003\",\n    \"level\": 26\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","highest-privileges","members"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"bdd047b9-500a-424a-82ff-0a7dc408a0ad","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"c15f138b-ff26-40a5-8172-09ec6af2f0b5"},{"name":"Resources.7.4: Fetch privileges assigned to member on resource","id":"970ee811-f0dc-40d3-997a-b86fafdae4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{   \n    \"privileges\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"name\": \"Share\",\n        \"title\": \"Share resources with users\",\n        \"level\": 40\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"318ead37-e4c2-42ce-969e-614add23a390","type":"any","value":"{{resourceID}}","key":"id"},{"id":"66a6ddab-f927-4ae2-b11d-a057f36252f2","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"970ee811-f0dc-40d3-997a-b86fafdae4ec"},{"name":"Resources.7.5: Fetch highest privilege levels on resource for member","id":"d5f3d8fd-7fd8-452f-87b1-e23a59267e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/highest-level/privileges","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"privilegeID: \"8b3c92d7d25359e5284cd003\",\n    \"level\": 40\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","highest-level","privileges"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"17b0e60e-b8af-4b07-b237-692ce9f7305b","type":"any","value":"{{resourceID}}","key":"id"},{"id":"19709bf6-c7e5-4bad-b337-af7c5cbd4257","type":"any","value":"{{memberID}}","key":"member-id"}]}},"response":[],"_postman_id":"d5f3d8fd-7fd8-452f-87b1-e23a59267e2a"},{"name":"Resources.7.6: Fetch members with specific privilege on resource","id":"1a85303e-f3af-4db7-82cc-716ba1be21cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/privileges/:privilege-id/members?exact_privilege=false","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"members\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"username\": \"first.xyz\",\n        \"firstName\": \"First Name\",\n        \"level\": 26\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","privileges",":privilege-id","members"],"host":["{{baseUrl}}"],"query":[{"key":"exact_privilege","value":"false"}],"variable":[{"id":"c74e733b-6168-479d-81bc-7d32de9e920c","type":"any","value":"{{resourceID}}","key":"id"},{"id":"3c0bbb83-dc98-42f0-acca-0c5b9fee8f28","type":"any","value":"{{privilegeID3}}","key":"privilege-id"}]}},"response":[],"_postman_id":"1a85303e-f3af-4db7-82cc-716ba1be21cb"},{"name":"Resources.7.7: Check if member has given privilege on resource","id":"9bf80824-1196-4396-a48a-e6634df45c5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/privileges/:privilege-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"members\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"username\": \"first.xyz\",\n        \"firstName\": \"First Name\",\n        \"level\": 26\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","privileges",":privilege-id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"exact_privilege","value":"false"}],"variable":[{"id":"879e65f1-f0f9-4911-a182-814194d4d8dd","type":"any","value":"{{resourceID}}","key":"id"},{"id":"712722d0-db1a-43ff-8558-bd8bcbaa4c46","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"289e139e-20f6-4577-b471-12f7281743ef","type":"any","value":"{{privilegeID}}","key":"privilege-id"}]}},"response":[],"_postman_id":"9bf80824-1196-4396-a48a-e6634df45c5e"},{"name":"Resources.7.8: Check if member has a given role on resource","id":"b2a52f1c-0ff2-4359-9dd8-08b23326731c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/members/:member-id/roles/:role-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 200</p>\n<p><strong>Body</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"members\": [{\n        \"ID\": \"84cd7d25359e520038b3c92d\",\n        \"username\": \"first.xyz\",\n        \"firstName\": \"First Name\",\n        \"level\": 26\n    }]\n}\n\n</code></pre>\n","urlObject":{"path":["acl","resources",":id","members",":member-id","roles",":role-id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"exact_role","value":"false"}],"variable":[{"id":"d89f9b7a-91bb-4691-8c83-599c5e5bc45a","type":"any","value":"{{resourceID}}","key":"id"},{"id":"f45b1009-cc9f-47ae-a8fa-46e8d95349a4","type":"any","value":"{{memberID}}","key":"member-id"},{"id":"b4789f4a-71d9-4c3e-bb57-7d41e538742d","type":"any","value":"{{roleID}}","key":"role-id"}]}},"response":[],"_postman_id":"b2a52f1c-0ff2-4359-9dd8-08b23326731c"}],"id":"2fa96e5d-af24-422d-85aa-7638e4c63da1","_postman_id":"2fa96e5d-af24-422d-85aa-7638e4c63da1","description":""},{"name":"Resources.8: Nested Resources","item":[{"name":"Resources.8.1: Add (or update) resource","id":"81b4e043-2c62-426e-acb8-eee97f916390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"name\": \"Location\",\n        \"type\": \"Block\",\n        \"resources\": [\n            {\n                \"ID\": \"11949601c996c4232bc64b00\",\n                \"name\": \"USA\",\n                \"type\": \"Country\",\n                \"resources\": [\n                    {\n                        \"ID\": \"21949601c996c4232bc64b00\",\n                        \"name\": \"Virginia\",\n                        \"type\": \"State\",\n                        \"resources\": [\n                            {\n                                \"ID\": \"31949601c996c4232bc64b00\",\n                                \"name\": \"Reston\",\n                                \"type\": \"City\"\n                            },\n                            {\n                                \"ID\": \"31949601c996c4232bc64b01\",\n                                \"name\": \"Herndon\",\n                                \"type\": \"City\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"31009601c996c4232bc64b01\",\n                        \"name\": \"California\",\n                        \"type\": \"State\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"11949601c996c4232bc64b01\",\n                \"name\": \"India\",\n                \"type\": \"Country\",\n                \"resources\": [\n                    {\n                        \"ID\": \"41849601c996c4232bc64b00\",\n                        \"name\": \"Gujarat\",\n                        \"type\": \"State\",\n                        \"resources\": [\n                            {\n                                \"ID\": \"41949601c996c4232bc64b00\",\n                                \"name\": \"Rajkot\",\n                                \"type\": \"City\"\n                            },\n                            {\n                                \"ID\": \"41949601c996c4232bc64b01\",\n                                \"name\": \"Surat\",\n                                \"type\": \"City\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ID\": \"42049601c996c4232bc64b00\",\n                        \"name\": \"Tamil Nadu\",\n                        \"type\": \"State\"\n                    },\n                    {\n                        \"ID\": \"31949601c996c4232bc64b00\",\n                        \"name\": \"Reston\",\n                        \"type\": \"City\"\n                    }\n                ]\n            },\n            {\n                \"ID\": \"41849601c996c4232bc64b00\",\n                \"name\": \"Gujarat\",\n                \"type\": \"Country\"\n            },\n            {\n                \"ID\": \"41339601c996c4232bc64b00\",\n                \"name\": \"Ukraine\",\n                \"type\": \"Country\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"933c2a96-0033-406f-b5fc-d5c76a0c6a0a","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"81b4e043-2c62-426e-acb8-eee97f916390"},{"name":"Resources.8.2: Delete resource","id":"5f21211d-2365-4274-826f-7568a5d04053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"549f23cb-6112-4f7e-bd55-b48cd906d72a","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"5f21211d-2365-4274-826f-7568a5d04053"},{"name":"Resources.8.3: Fetch nested resources","id":"55d2eb3a-ac2a-4e70-993b-eb01fa92fe0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/resources/:id/nested-resources/:resource-id","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id","nested-resources",":resource-id"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"a75f640e-fe35-4c00-826b-2bae3a88f226","type":"any","value":"{{resourceID}}","key":"id"},{"id":"cf4a570c-1e15-4ba4-b130-646ae13f37fb","type":"any","value":"{{resourceID}}","key":"resource-id"}]}},"response":[],"_postman_id":"55d2eb3a-ac2a-4e70-993b-eb01fa92fe0f"},{"name":"Resources.8.4: Add nested resources","id":"05288eee-5b78-4c26-b69e-fdbdcdbd501f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"ID\": \"65949601c996c4232bc64b81\",\n        \"resource\": {\n            \"ID\": \"11949601c996c4232bc64b00\",\n            \"resources\": [\n                {\n                    \"ID\": \"31009601c996c4232bc64b02\",\n                    \"name\": \"USA2\",\n                    \"type\": \"Country\"\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/nested-resources","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id","nested-resources"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"dcfe86d4-0eaf-48d3-9644-643c92e2aefa","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"05288eee-5b78-4c26-b69e-fdbdcdbd501f"},{"name":"Resources.8.5: Remove nested resources","id":"3ad5ad2c-79a9-40d8-ab48-23c22cd23012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"resource\": {\n        \"ID\": \"65949601c996c4232bc64b81\",\n        \"resource\": {\n            \"ID\": \"11949601c996c4232bc64b00\",\n            \"resource\": {\n                \"ID\": \"21949601c996c4232bc64b00\",\n                \"resources\": [\n                    {\n                        \"ID\": \"31009601c996c4232bc64b01\",\n                        \"name\": \"USA2\",\n                        \"type\": \"Country\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/resources/:id/nested-resources","description":"<h3 id=\"response\">Response</h3>\n<p><strong>Code</strong> 204</p>\n","urlObject":{"path":["acl","resources",":id","nested-resources"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"resource-type","value":null}],"variable":[{"id":"7968b2ba-dec6-4f7d-a034-19b6a43a5295","type":"any","value":"{{resourceID}}","key":"id"}]}},"response":[],"_postman_id":"3ad5ad2c-79a9-40d8-ab48-23c22cd23012"}],"id":"3cbdad2b-e851-4913-802b-ec8e58165869","_postman_id":"3cbdad2b-e851-4913-802b-ec8e58165869","description":""},{"name":"Profiles.1","item":[{"name":"Profiles.1.1: Add Profile","id":"162bd469-1860-4b9b-94e0-a3c3984bf8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12348\",\n    \"Name\": {\n        \"FirstName\": \"krish1\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/profiles","urlObject":{"path":["acl","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"162bd469-1860-4b9b-94e0-a3c3984bf8ac"},{"name":"Profiles.1.2: Add Profile for another user","id":"8e89f18d-f4de-4381-8bae-9ee7c90a0717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12349\",\n    \"Name\": {\n        \"FirstName\": \"krish2\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/profiles?userEmailAddress=parag100@yopmail.com","urlObject":{"path":["acl","profiles"],"host":["{{baseUrl}}"],"query":[{"key":"userEmailAddress","value":"parag100@yopmail.com"},{"disabled":true,"key":"userID","value":null}],"variable":[]}},"response":[],"_postman_id":"8e89f18d-f4de-4381-8bae-9ee7c90a0717"},{"name":"Profiles.1.3: Get profile by ID","id":"a233dd7e-9bff-45e6-9a13-460a069584b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/profiles/by-id/:id","urlObject":{"path":["acl","profiles","by-id",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"fe84773a-1d4c-40c4-bc8b-0ba74ff8197c","type":"any","value":"642b30e6f7aaf89f91532be4","key":"id"}]}},"response":[],"_postman_id":"a233dd7e-9bff-45e6-9a13-460a069584b4"},{"name":"Profiles.1.4: Get profile by email","id":"7d55cc7a-5e30-4650-a886-a71f5badcb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/profiles/by-email/:email","urlObject":{"path":["acl","profiles","by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2050f57f-8d86-4b0e-bb19-08659e912a6b","type":"any","value":"parag1@yopmail.com","key":"email"}]}},"response":[],"_postman_id":"7d55cc7a-5e30-4650-a886-a71f5badcb17"},{"name":"Profiles.1.5: Get my profile","id":"1fe587fd-d3fb-42a7-98a9-955024db408c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/acl/profiles","urlObject":{"path":["acl","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fe587fd-d3fb-42a7-98a9-955024db408c"},{"name":"Profiles.1.6: Update profile","id":"f5ae3d7b-eae1-4ff7-9380-6842716891fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"aaaaa12347\",\n    \"userEmailAddress\": \"parag@yopmail.com\",\n    \"Name\": {\n        \"FirstName\": \"krish3\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"Pa\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"334-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k2a@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k3@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/acl/profiles","urlObject":{"path":["acl","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ae3d7b-eae1-4ff7-9380-6842716891fe"}],"id":"7361751f-f2d0-48f5-862b-24891c969f50","_postman_id":"7361751f-f2d0-48f5-862b-24891c969f50","description":""},{"name":"Users.1","item":[{"name":"Users.1.1: Get users","id":"7170bf3d-1e29-4c2a-b5ce-71e31295657d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/users","description":"<p>Returns all users.</p>\n","urlObject":{"path":["users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7170bf3d-1e29-4c2a-b5ce-71e31295657d"},{"name":"Users.1.2: Get user by UUID","id":"c6ebc32e-3430-4a73-82a0-2763635f40d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"url":"{{baseUrl}}/users/uuid/:id","description":"<p>Returns user by UUID.</p>\n","urlObject":{"path":["users","uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7f145671-87ee-44fd-b918-9bfa87d7c46a","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"c6ebc32e-3430-4a73-82a0-2763635f40d2"},{"name":"Users.1.3: Deactivate user account","id":"ba4ff49f-7d43-4507-87a6-c935195e7443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/deactivate-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"path":["users","deactivate-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba4ff49f-7d43-4507-87a6-c935195e7443"},{"name":"Users.1.4: Delete user account","id":"b0cd28f0-b620-48e3-b406-3714f2accdac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/users/delete-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"path":["users","delete-account"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0cd28f0-b620-48e3-b406-3714f2accdac"}],"id":"86f9f4e7-82ed-4382-b66f-43b2cfcc3178","_postman_id":"86f9f4e7-82ed-4382-b66f-43b2cfcc3178","description":""},{"name":"Registration.1","item":[{"name":"Registration.1.1: Register new user by email","id":"7e34e137-d3c9-4a89-bd11-dd11e6e05a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"status_user1@yopmail.com\",\n    \"password\": \"Welcome1!\",\n    \"confirmPassword\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-up","description":"<p>Registers new user by email.</p>\n","urlObject":{"path":["app","users","sign-up"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e34e137-d3c9-4a89-bd11-dd11e6e05a01"},{"name":"Registration.1.2: Sign in by email","id":"f84cf7b7-ea3b-411e-9801-9bf54b70dc51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"parag@yopmail.com\",\n    \"password\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-in","description":"<p>Signs in by email.</p>\n","urlObject":{"path":["app","users","sign-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f84cf7b7-ea3b-411e-9801-9bf54b70dc51"},{"name":"Registration.1.3: Reset password","id":"954aba76-8ade-449e-b01e-dcfa7d1a7129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\"password\":\"user[password]\",\"confirmPassword\":\"user[confirm_password]\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/reset-password","description":"<p>Resets password.</p>\n","urlObject":{"path":["app","users","reset-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"954aba76-8ade-449e-b01e-dcfa7d1a7129"},{"name":"Registration.1.4: Activate user","id":"b1463b75-c32a-4b12-a1d3-0e5c78f6e8e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/user-verified/:id","description":"<p>Activates user (who signed up using email/password).</p>\n","urlObject":{"path":["app","user-verified",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b644818c-df57-4448-9d22-7529af3b9e27","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"b1463b75-c32a-4b12-a1d3-0e5c78f6e8e5"}],"id":"e56423c3-006f-481e-b3d4-08b546c5e636","_postman_id":"e56423c3-006f-481e-b3d4-08b546c5e636","description":""},{"name":"Provisioning.1: Super Admin ONLY","item":[{"name":"Provisioning.1.1: Create database indexes","id":"3830d699-a02e-4dc0-baca-ea810ac99565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/db/create-indexes","urlObject":{"path":["app","db","create-indexes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3830d699-a02e-4dc0-baca-ea810ac99565"}],"id":"4303fe3a-0491-41df-a920-f0e0eb649cb5","_postman_id":"4303fe3a-0491-41df-a920-f0e0eb649cb5","description":""}]}