{"info":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","description":"<html><head></head><body><h2 id=\"get-started\">Get started</h2>\n<p>Welcome to the API documentation for 3rdRisk! This comprehensive guide is designed to help you understand and integrate our API seamlessly into your applications and services. Whether you're a seasoned developer or just starting your coding journey, this documentation will provide you with all the information you need to get up and running quickly.</p>\n<p>3rdRisk offers a wide range of functionalities that allow you to interact with our platform programmatically. With our API, you can effortlessly retrieve, create, update, and delete resources, enabling you to build robust and innovative solutions tailored to your specific needs. Our API supports standard HTTP methods, including GET, POST, PUT, and DELETE, and communicates using the <strong>JSON:API</strong> standard.</p>\n<p>In this documentation, you'll find detailed explanations of each endpoint, along with example requests and responses. We have also included code snippets in multiple programming languages to assist you in implementing API calls effectively. Whether you prefer Python, JavaScript, Ruby, or any other popular language.</p>\n<p>To get started, make sure you have an API key which is described below in the \"Authentication\" section. Once you have your key, you can begin exploring the various endpoints and their parameters. We recommend using an API development tool like cURL, Postman, or your preferred HTTP client to make requests and observe responses.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>To get started, make sure you have an API key, which is required for authentication. In the 3rdRisk platform, you can generate API tokens in the Configuration -&gt; API tokens section. You need to specify the permissions that will be givven to the API token.</p>\n<img src=\"https://content.pstmn.io/2b6e56f2-27c6-435b-9bc6-803f47801052/Q2xlYW5TaG90IDIwMjMtMDYtMDcgYXQgMTIuNDQuMzlAMngucG5n\" width=\"389\" height=\"401\">\n\n<p>The authentocation type is Bearer token. This means that every request should contain an \"Authentication\" header with the value of \"Bearer [your token]\".</p>\n<h1 id=\"jsonapi\">JSON:API</h1>\n<p>Our API adheres to the JSON:API standard (<a href=\"https://jsonapi.org/\">https://jsonapi.org/</a>).</p>\n<p>JSON:API required the use of the JSON:API media type <code>application/vnd.api+json</code> for exchanging data so you will need to specify this type in your <code>Accept</code> and <code>Content-Type</code> headers.</p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>Laravel JSON:API paginators allow you to return a subset (\"page\") of results using the <a href=\"https://jsonapi.org/format/#fetching-pagination\">JSON:API <code>page</code> query parameter.</a></p>\n<p>This means the following request will received a paged response of the second page while there are 15 items on each page.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET /api/v1/users?page[number]=2&amp;page[size]=15 HTTP/1.1\nAccept: application/vnd.api+json\n\n</code></pre>\n<h1 id=\"base-url\">Base url</h1>\n<p>The base url for our V1 API is your domainname with <code>/api/v1/</code> <a href=\"https://my.company.3rdrisk.com/api/v1/Example\">so for example: <code>https://my.company.3rdrisk.com/api/v1/</code></a></p>\n<h1 id=\"example-requests\">Example requests</h1>\n<p>We've included example requests that will represent usecases. You can select them in the <code>Example requests</code> dropdown box.</p>\n<img src=\"https://content.pstmn.io/4798b6bf-543e-4ecb-8e77-5abb601d3632/Q2xlYW5TaG90IDIwMjMtMDYtMDggYXQgMTAuMTguMTBAMngucG5n\" width=\"2816\" height=\"1492\">\n\n<h1 id=\"including-relationships\">Including relationships</h1>\n<p>To include relationships in a request you can pass a query string parameter as such <code>include=owner,manager</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"JSON:API","slug":"jsonapi"},{"content":"Pagination","slug":"pagination"},{"content":"Base url","slug":"base-url"},{"content":"Example requests","slug":"example-requests"},{"content":"Including relationships","slug":"including-relationships"}],"owner":"24677675","collectionId":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","publishedId":"2s93sZ7EHL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"009a77"},"publishDate":"2023-06-09T08:54:04.000Z"},"item":[{"name":"1.x","item":[{"name":"Users","item":[{"name":"Relationships","item":[{"name":"Roles","item":[{"name":"Get user Roles","id":"b8859cbb-ffb2-4fd6-9964-5e9be11dd6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/roles","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"page[number]","value":"1"},{"disabled":true,"key":"page[size]","value":"10"}],"variable":[]}},"response":[{"id":"88538234-fa61-4730-a96d-6d1ce903c269","name":"Get user Roles","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:32:46 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"External auditor\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/5\"\n            }\n        }\n    ]\n}"},{"id":"4943a8b1-8183-4d0f-b310-20316949441f","name":"With pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/roles?page[number]=1&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}","roles"],"query":[{"key":"page[number]","value":"1"},{"key":"page[size]","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:49:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 10,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Risk officer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/3\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Risk manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/4\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b8859cbb-ffb2-4fd6-9964-5e9be11dd6e3"},{"name":"Get user Roles relationships","id":"391cd51d-7184-4ce4-af88-2b077d451741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"page[number]","value":"1"},{"disabled":true,"key":"page[size]","value":"10"}],"variable":[]}},"response":[{"id":"01010f0e-ffb2-4f80-918b-f788397a3840","name":"Get user Roles relationships","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:32:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\"\n        }\n    ]\n}"},{"id":"002f4588-4774-4fcd-ac77-a0f90b961077","name":"With pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles?page[number]=1&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}","relationships","roles"],"query":[{"key":"page[number]","value":"1"},{"key":"page[size]","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:50:24 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 10,\n            \"to\": 3,\n            \"total\": 3\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\"\n        }\n    ]\n}"}],"_postman_id":"391cd51d-7184-4ce4-af88-2b077d451741"},{"name":"Update (sync) user Roles relationships","id":"51a65feb-64ac-4c80-8b2b-132f052fcf17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: update</li>\n<li>Assign general roles (if applicable)</li>\n<li>Assign ecosystem roles (if applicable)</li>\n<li>Assign internal control roles (if applicable)</li>\n<li>Assign admin roles (if applicable)</li>\n<li>Assign API roles (if applicable)</li>\n</ul>\n<h2 id=\"role-conflicts\">Role conflicts</h2>\n<p>Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ca295f26-2ad1-442f-849f-d5a119b73dd1","name":"Update (sync) user Roles relationships","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:39:34 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\"\n        }\n    ]\n}"},{"id":"cdb5e678-41ee-406a-97e5-5407781b0318","name":"Validation error on conflicting roles","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"7\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:40:39 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"errors\": [\n        {\n            \"code\": \"102\",\n            \"detail\": \"The following roles are conflicting: Administrator ecosystem, Business manager\",\n            \"status\": \"422\",\n            \"title\": \"Some of the (new or existing) roles are conflicting with each other. Please see details for more information.\"\n        }\n    ]\n}"}],"_postman_id":"51a65feb-64ac-4c80-8b2b-132f052fcf17"},{"name":"Add user Roles relationships","id":"a3a220ee-0148-43f9-aca7-595b97788845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: update</li>\n<li>Assign general roles (if applicable)</li>\n<li>Assign ecosystem roles (if applicable)</li>\n<li>Assign internal control roles (if applicable)</li>\n<li>Assign admin roles (if applicable)</li>\n<li>Assign API roles (if applicable)</li>\n</ul>\n<h2 id=\"role-conflicts\">Role conflicts</h2>\n<p>Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"55579c8d-c8ea-4ea5-9b5e-4ef4a9444a5a","name":"Add user Roles relationships","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:40:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null},{"id":"d19ded9f-0109-469e-bd87-89679887c05b","name":"Validation error on conflicting roles","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"7\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:41:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"errors\": [\n        {\n            \"code\": \"102\",\n            \"detail\": \"The following roles are conflicting: Administrator ecosystem, Risk officer, Business manager\",\n            \"status\": \"422\",\n            \"title\": \"Some of the (new or existing) roles are conflicting with each other. Please see details for more information.\"\n        }\n    ]\n}"}],"_postman_id":"a3a220ee-0148-43f9-aca7-595b97788845"},{"name":"Remove user Roles relationship","id":"8eb72c09-d253-4974-b049-12bf442c8332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles","description":"<h2 id=\"note\">Note</h2>\n<p>When the last role will be deleted from a user, the user will get also stripped from all attached access domains and then (soft)deleted. When a new user will be created using the same emailaddress, the user will be recovered.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: update</li>\n<li>Assign general roles (if applicable)</li>\n<li>Assign ecosystem roles (if applicable)</li>\n<li>Assign internal control roles (if applicable)</li>\n<li>Assign admin roles (if applicable)</li>\n<li>Assign API roles (if applicable)</li>\n</ul>\n<h2 id=\"role-conflicts\">Role conflicts</h2>\n<p>Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"71e0f724-0a85-4ca8-8be6-3fadddf65447","name":"Remove user Roles relationship","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/roles"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:40:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8eb72c09-d253-4974-b049-12bf442c8332"}],"id":"f73d8c9b-d981-4f04-8093-11975e6286fc","_postman_id":"f73d8c9b-d981-4f04-8093-11975e6286fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Access domains","item":[{"name":"Get user Access domains","id":"25c0bda5-1ab8-467e-9064-b515c9b933ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Access domain: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"page[number]","value":"1"},{"disabled":true,"key":"page[size]","value":"10"}],"variable":[]}},"response":[{"id":"1f2fed4c-113b-4ef8-a6ba-29e6ec386c75","name":"Get user Access domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/access-domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:43:40 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Tech & Data\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/6\"\n            }\n        }\n    ]\n}"},{"id":"e13a8ea9-5806-45e0-a4f8-8e410a04935d","name":"With pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/access-domains?page[number]=1&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}","access-domains"],"query":[{"key":"page[number]","value":"1","type":"text"},{"key":"page[size]","value":"10","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:51:16 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 10,\n            \"to\": 2,\n            \"total\": 2\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        }\n    ]\n}"}],"_postman_id":"25c0bda5-1ab8-467e-9064-b515c9b933ca"},{"name":"Get user Acccess domains relationships","id":"04456960-3246-42ea-89e7-b96b0f3b9b38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Access domain: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"page[number]","value":"1"},{"disabled":true,"key":"page[size]","value":"10"}],"variable":[]}},"response":[{"id":"bce1d415-17b9-4e1d-a1d5-6525087c1144","name":"Get user Acccess domains relationships","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:44:04 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\"\n        }\n    ]\n}"},{"id":"ea455255-6796-493e-adb4-351399e7330b","name":"With pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains?page[number]=1&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}","relationships","access-domains"],"query":[{"key":"page[number]","value":"1","type":"text"},{"key":"page[size]","value":"10","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:51:50 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 10,\n            \"to\": 2,\n            \"total\": 2\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\"\n        }\n    ]\n}"}],"_postman_id":"04456960-3246-42ea-89e7-b96b0f3b9b38"},{"name":"Update (sync) user Access domains relationships","id":"ba7ef914-f07f-4f1b-a9cc-269d29ddc0fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>User: update</li>\n<li>Assign access domain</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8e2c759d-7964-436e-89b0-d042e3de6ac6","name":"Update (sync) user Access domains relationships","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:44:16 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\"\n        }\n    ]\n}"}],"_postman_id":"ba7ef914-f07f-4f1b-a9cc-269d29ddc0fa"},{"name":"Add user Access domains relationships","id":"1a779d53-b9e7-4e98-9ba2-02d017ff8e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>User: update</li>\n<li>Assign access domain</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6a0661d3-b75f-4e69-a4d2-5f0eaa37498b","name":"Add user Access domains relationships","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:44:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1a779d53-b9e7-4e98-9ba2-02d017ff8e2d"},{"name":"Remove user Access domains relationship","id":"904d9355-1f66-494a-9cbf-c123c65ba7e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>User: update</li>\n<li>Assign access domain</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}","relationships","access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"58b0860a-6298-4409-b87e-b11cb9591f7b","name":"Remove user Access domains relationship","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\"\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\"\n        }\n    ]\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}/relationships/access-domains"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:44:27 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"904d9355-1f66-494a-9cbf-c123c65ba7e6"}],"id":"e11d086d-8e69-4749-80a5-c973b93cf02e","_postman_id":"e11d086d-8e69-4749-80a5-c973b93cf02e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}}],"id":"f38e1494-0810-469c-85af-16c305d0866d","_postman_id":"f38e1494-0810-469c-85af-16c305d0866d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Get all users","id":"ac4f4114-b163-48ea-96fe-d87ec96445be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"include","value":"roles,accessDomains"},{"disabled":true,"key":"page[number]","value":"1"},{"disabled":true,"description":{"content":"<p>Default: 100</p>\n","type":"text/plain"},"key":"page[size]","value":"100"},{"disabled":true,"key":"filter[email]","value":"luke@skywalker.com"}],"variable":[]}},"response":[{"id":"95ef568c-3ba3-4bb1-b85e-b255ef5661a4","name":"Get all users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users"],"query":[{"key":"include","value":"roles,accessDomains","disabled":true},{"key":"page[number]","value":"1","disabled":true},{"key":"page[size]","value":"100","description":"Default: 100","disabled":true},{"key":"filter[email]","value":"luke@skywalker.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:25:36 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 2,\n            \"perPage\": 100,\n            \"to\": 100,\n            \"total\": 121\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=1&page%5Bsize%5D=100&sort=-createdAt\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=2&page%5Bsize%5D=100&sort=-createdAt\",\n        \"next\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=2&page%5Bsize%5D=100&sort=-createdAt\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n            \"attributes\": {\n                \"name\": \"Aubrey Casper\",\n                \"email\": \"kjenkins@example.com\",\n                \"jobtitle\": \"Insurance Underwriter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"027cbbc6-fff2-484f-85c6-314585005778\",\n            \"attributes\": {\n                \"name\": \"Jacey Volkman\",\n                \"email\": \"marielle49@example.net\",\n                \"jobtitle\": \"Home Entertainment Equipment Installer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038642c6-3874-4d5f-95f1-a36af1d4b742\",\n            \"attributes\": {\n                \"name\": \"Brad Borer\",\n                \"email\": \"karen.runte@example.com\",\n                \"jobtitle\": \"Veterinary Assistant OR Laboratory Animal Caretaker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038bb2a2-4b8f-4e7c-a69d-6413be6a4878\",\n            \"attributes\": {\n                \"name\": \"Toy Kozey\",\n                \"email\": \"btromp@example.org\",\n                \"jobtitle\": \"System Administrator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0426133a-4ee9-4015-830b-ebfb3abcd733\",\n            \"attributes\": {\n                \"name\": \"Art Ledner\",\n                \"email\": \"alfonso54@example.org\",\n                \"jobtitle\": \"Medical Sales Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"04301f76-bdcb-42c9-bcbf-5428669f047b\",\n            \"attributes\": {\n                \"name\": \"Camylle O'Conner\",\n                \"email\": \"ffeest@example.net\",\n                \"jobtitle\": \"Equal Opportunity Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\",\n            \"attributes\": {\n                \"name\": \"Hipolito Boyer\",\n                \"email\": \"ceasar.kassulke@example.com\",\n                \"jobtitle\": \"Laundry OR Dry-Cleaning Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\",\n            \"attributes\": {\n                \"name\": \"Virginie Jacobson\",\n                \"email\": \"leffler.alvina@example.org\",\n                \"jobtitle\": \"Aircraft Launch Specialist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\",\n            \"attributes\": {\n                \"name\": \"Kathlyn Grady\",\n                \"email\": \"benjamin.conn@example.com\",\n                \"jobtitle\": \"Electrician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0b854fe7-7885-46b7-8f60-89fb55cf251f\",\n            \"attributes\": {\n                \"name\": \"Nya Batz\",\n                \"email\": \"dhayes@example.com\",\n                \"jobtitle\": \"Dentist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0bd9144e-86bc-4a02-8938-43bfce79c807\",\n            \"attributes\": {\n                \"name\": \"Dakota Feeney\",\n                \"email\": \"kulas.else@example.net\",\n                \"jobtitle\": \"Fashion Model\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0bd9144e-86bc-4a02-8938-43bfce79c807/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0bd9144e-86bc-4a02-8938-43bfce79c807/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0bd9144e-86bc-4a02-8938-43bfce79c807/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0bd9144e-86bc-4a02-8938-43bfce79c807/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0bd9144e-86bc-4a02-8938-43bfce79c807\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0d4c97c4-c35d-4644-af61-8841d47d8e9a\",\n            \"attributes\": {\n                \"name\": \"Selena Jacobs\",\n                \"email\": \"rlindgren@example.org\",\n                \"jobtitle\": \"Credit Analyst\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0d4c97c4-c35d-4644-af61-8841d47d8e9a/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0d4c97c4-c35d-4644-af61-8841d47d8e9a/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0d4c97c4-c35d-4644-af61-8841d47d8e9a/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0d4c97c4-c35d-4644-af61-8841d47d8e9a/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0d4c97c4-c35d-4644-af61-8841d47d8e9a\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0e510ac8-c125-4051-b567-230a992e17c3\",\n            \"attributes\": {\n                \"name\": \"Rosalind Nader\",\n                \"email\": \"pauline34@example.com\",\n                \"jobtitle\": \"Auditor\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0e510ac8-c125-4051-b567-230a992e17c3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0e510ac8-c125-4051-b567-230a992e17c3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0e510ac8-c125-4051-b567-230a992e17c3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0e510ac8-c125-4051-b567-230a992e17c3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0e510ac8-c125-4051-b567-230a992e17c3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"1100d149-3257-4f82-b8c8-20eec3749aa9\",\n            \"attributes\": {\n                \"name\": \"Wiley Abshire\",\n                \"email\": \"alegros@example.org\",\n                \"jobtitle\": \"Heating Equipment Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/1100d149-3257-4f82-b8c8-20eec3749aa9/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/1100d149-3257-4f82-b8c8-20eec3749aa9/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/1100d149-3257-4f82-b8c8-20eec3749aa9/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/1100d149-3257-4f82-b8c8-20eec3749aa9/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/1100d149-3257-4f82-b8c8-20eec3749aa9\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"12042d47-7048-4b2e-adc8-895bcb8b0848\",\n            \"attributes\": {\n                \"name\": \"Saul Ziemann\",\n                \"email\": \"dabbott@example.com\",\n                \"jobtitle\": \"Public Relations Manager\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/12042d47-7048-4b2e-adc8-895bcb8b0848/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/12042d47-7048-4b2e-adc8-895bcb8b0848/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/12042d47-7048-4b2e-adc8-895bcb8b0848/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/12042d47-7048-4b2e-adc8-895bcb8b0848/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/12042d47-7048-4b2e-adc8-895bcb8b0848\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"181886cd-8c59-4df7-879e-cac8a31e7c7f\",\n            \"attributes\": {\n                \"name\": \"Crystel Bogan\",\n                \"email\": \"qgreenholt@example.net\",\n                \"jobtitle\": \"Audio and Video Equipment Technician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/181886cd-8c59-4df7-879e-cac8a31e7c7f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/181886cd-8c59-4df7-879e-cac8a31e7c7f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/181886cd-8c59-4df7-879e-cac8a31e7c7f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/181886cd-8c59-4df7-879e-cac8a31e7c7f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/181886cd-8c59-4df7-879e-cac8a31e7c7f\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"18f0c14a-2099-4704-981e-34f75adb2a0b\",\n            \"attributes\": {\n                \"name\": \"Polly Runte\",\n                \"email\": \"lbashirian@example.net\",\n                \"jobtitle\": \"Agricultural Inspector\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/18f0c14a-2099-4704-981e-34f75adb2a0b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/18f0c14a-2099-4704-981e-34f75adb2a0b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/18f0c14a-2099-4704-981e-34f75adb2a0b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/18f0c14a-2099-4704-981e-34f75adb2a0b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/18f0c14a-2099-4704-981e-34f75adb2a0b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"19f61c1a-5f8d-4847-a3d4-1addaefe2cfa\",\n            \"attributes\": {\n                \"name\": \"Cale Dickinson\",\n                \"email\": \"willow.labadie@example.net\",\n                \"jobtitle\": \"Technical Writer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/19f61c1a-5f8d-4847-a3d4-1addaefe2cfa/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/19f61c1a-5f8d-4847-a3d4-1addaefe2cfa/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/19f61c1a-5f8d-4847-a3d4-1addaefe2cfa/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/19f61c1a-5f8d-4847-a3d4-1addaefe2cfa/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/19f61c1a-5f8d-4847-a3d4-1addaefe2cfa\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"20aee6b1-1b19-4aab-8298-74e92e7c1f47\",\n            \"attributes\": {\n                \"name\": \"Amelie Heathcote\",\n                \"email\": \"zboncak.letitia@example.org\",\n                \"jobtitle\": \"Self-Enrichment Education Teacher\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/20aee6b1-1b19-4aab-8298-74e92e7c1f47/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/20aee6b1-1b19-4aab-8298-74e92e7c1f47/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/20aee6b1-1b19-4aab-8298-74e92e7c1f47/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/20aee6b1-1b19-4aab-8298-74e92e7c1f47/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/20aee6b1-1b19-4aab-8298-74e92e7c1f47\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"270c8cb5-c60d-49b8-a2e5-9d4541449e06\",\n            \"attributes\": {\n                \"name\": \"Sister Windler\",\n                \"email\": \"harvey.mona@example.com\",\n                \"jobtitle\": \"Product Management Leader\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/270c8cb5-c60d-49b8-a2e5-9d4541449e06/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/270c8cb5-c60d-49b8-a2e5-9d4541449e06/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/270c8cb5-c60d-49b8-a2e5-9d4541449e06/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/270c8cb5-c60d-49b8-a2e5-9d4541449e06/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/270c8cb5-c60d-49b8-a2e5-9d4541449e06\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"27f48736-badd-429f-808f-5dba96605294\",\n            \"attributes\": {\n                \"name\": \"Pink Reinger\",\n                \"email\": \"cristopher.bauch@example.net\",\n                \"jobtitle\": \"Restaurant Cook\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/27f48736-badd-429f-808f-5dba96605294/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/27f48736-badd-429f-808f-5dba96605294/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/27f48736-badd-429f-808f-5dba96605294/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/27f48736-badd-429f-808f-5dba96605294/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/27f48736-badd-429f-808f-5dba96605294\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"2b8e4f16-dbe7-4a0b-848e-2593af457f3d\",\n            \"attributes\": {\n                \"name\": \"Milford Prohaska\",\n                \"email\": \"ashton42@example.com\",\n                \"jobtitle\": \"Paste-Up Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2b8e4f16-dbe7-4a0b-848e-2593af457f3d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2b8e4f16-dbe7-4a0b-848e-2593af457f3d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2b8e4f16-dbe7-4a0b-848e-2593af457f3d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2b8e4f16-dbe7-4a0b-848e-2593af457f3d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/2b8e4f16-dbe7-4a0b-848e-2593af457f3d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"2c576030-d998-4c7e-a3dc-68b298878994\",\n            \"attributes\": {\n                \"name\": \"Adam Blick\",\n                \"email\": \"theron.predovic@example.net\",\n                \"jobtitle\": \"Landscaping\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2c576030-d998-4c7e-a3dc-68b298878994/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2c576030-d998-4c7e-a3dc-68b298878994/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2c576030-d998-4c7e-a3dc-68b298878994/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2c576030-d998-4c7e-a3dc-68b298878994/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/2c576030-d998-4c7e-a3dc-68b298878994\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"2c964c3f-932f-4336-9326-3f3adb591e65\",\n            \"attributes\": {\n                \"name\": \"Else McClure\",\n                \"email\": \"bayer.amely@example.org\",\n                \"jobtitle\": \"Poet OR Lyricist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2c964c3f-932f-4336-9326-3f3adb591e65/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2c964c3f-932f-4336-9326-3f3adb591e65/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2c964c3f-932f-4336-9326-3f3adb591e65/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2c964c3f-932f-4336-9326-3f3adb591e65/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/2c964c3f-932f-4336-9326-3f3adb591e65\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"2e24e95d-401b-4e0a-b1fe-91d744e124fc\",\n            \"attributes\": {\n                \"name\": \"Barbara Prohaska\",\n                \"email\": \"obie24@example.org\",\n                \"jobtitle\": \"Athletes and Sports Competitor\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2e24e95d-401b-4e0a-b1fe-91d744e124fc/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2e24e95d-401b-4e0a-b1fe-91d744e124fc/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/2e24e95d-401b-4e0a-b1fe-91d744e124fc/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/2e24e95d-401b-4e0a-b1fe-91d744e124fc/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/2e24e95d-401b-4e0a-b1fe-91d744e124fc\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"35455ef2-6ca5-48b2-b718-c00578db8bd1\",\n            \"attributes\": {\n                \"name\": \"Alexandrea Bayer\",\n                \"email\": \"raina39@example.org\",\n                \"jobtitle\": \"Nuclear Engineer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/35455ef2-6ca5-48b2-b718-c00578db8bd1/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/35455ef2-6ca5-48b2-b718-c00578db8bd1/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/35455ef2-6ca5-48b2-b718-c00578db8bd1/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/35455ef2-6ca5-48b2-b718-c00578db8bd1/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/35455ef2-6ca5-48b2-b718-c00578db8bd1\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"3676804f-adb3-4ce3-be21-883af6ab8e89\",\n            \"attributes\": {\n                \"name\": \"Newton Wyman\",\n                \"email\": \"ewell.powlowski@example.com\",\n                \"jobtitle\": \"Announcer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/3676804f-adb3-4ce3-be21-883af6ab8e89/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/3676804f-adb3-4ce3-be21-883af6ab8e89/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/3676804f-adb3-4ce3-be21-883af6ab8e89/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/3676804f-adb3-4ce3-be21-883af6ab8e89/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/3676804f-adb3-4ce3-be21-883af6ab8e89\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"3e55ba55-2c9b-4e36-a617-4f70a2fe4938\",\n            \"attributes\": {\n                \"name\": \"Gerald Schumm\",\n                \"email\": \"mariane.walsh@example.org\",\n                \"jobtitle\": \"Surveying Technician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/3e55ba55-2c9b-4e36-a617-4f70a2fe4938/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/3e55ba55-2c9b-4e36-a617-4f70a2fe4938/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/3e55ba55-2c9b-4e36-a617-4f70a2fe4938/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/3e55ba55-2c9b-4e36-a617-4f70a2fe4938/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/3e55ba55-2c9b-4e36-a617-4f70a2fe4938\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"42c95348-9330-437f-b8a4-ea4e3665dbd8\",\n            \"attributes\": {\n                \"name\": \"Gunnar Douglas\",\n                \"email\": \"rutherford.providenci@example.net\",\n                \"jobtitle\": \"Chemistry Teacher\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/42c95348-9330-437f-b8a4-ea4e3665dbd8/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/42c95348-9330-437f-b8a4-ea4e3665dbd8/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/42c95348-9330-437f-b8a4-ea4e3665dbd8/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/42c95348-9330-437f-b8a4-ea4e3665dbd8/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/42c95348-9330-437f-b8a4-ea4e3665dbd8\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"437cd4ff-ce13-4316-935f-4915ff3e15ad\",\n            \"attributes\": {\n                \"name\": \"Moises Hansen\",\n                \"email\": \"delphia61@example.net\",\n                \"jobtitle\": \"Child Care Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/437cd4ff-ce13-4316-935f-4915ff3e15ad/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/437cd4ff-ce13-4316-935f-4915ff3e15ad/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/437cd4ff-ce13-4316-935f-4915ff3e15ad/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/437cd4ff-ce13-4316-935f-4915ff3e15ad/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/437cd4ff-ce13-4316-935f-4915ff3e15ad\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"44d6cb41-ff31-4211-b4be-3d1578c63f81\",\n            \"attributes\": {\n                \"name\": \"Hulda Powlowski\",\n                \"email\": \"simone72@example.net\",\n                \"jobtitle\": \"Purchasing Agent\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/44d6cb41-ff31-4211-b4be-3d1578c63f81/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/44d6cb41-ff31-4211-b4be-3d1578c63f81/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/44d6cb41-ff31-4211-b4be-3d1578c63f81/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/44d6cb41-ff31-4211-b4be-3d1578c63f81/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/44d6cb41-ff31-4211-b4be-3d1578c63f81\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"4a1c2841-4320-47a3-a038-48f2450ff3a3\",\n            \"attributes\": {\n                \"name\": \"Hudson Borer\",\n                \"email\": \"evie.ward@example.net\",\n                \"jobtitle\": \"Kindergarten Teacher\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4a1c2841-4320-47a3-a038-48f2450ff3a3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4a1c2841-4320-47a3-a038-48f2450ff3a3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4a1c2841-4320-47a3-a038-48f2450ff3a3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4a1c2841-4320-47a3-a038-48f2450ff3a3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/4a1c2841-4320-47a3-a038-48f2450ff3a3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"4b8fa238-075a-4b46-9525-b1c8ea45dadb\",\n            \"attributes\": {\n                \"name\": \"Geovanny Wilkinson\",\n                \"email\": \"qweissnat@example.org\",\n                \"jobtitle\": \"Engineer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4b8fa238-075a-4b46-9525-b1c8ea45dadb/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4b8fa238-075a-4b46-9525-b1c8ea45dadb/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4b8fa238-075a-4b46-9525-b1c8ea45dadb/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4b8fa238-075a-4b46-9525-b1c8ea45dadb/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/4b8fa238-075a-4b46-9525-b1c8ea45dadb\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"4d155184-57ea-437e-a21e-333419180348\",\n            \"attributes\": {\n                \"name\": \"D'angelo Murphy\",\n                \"email\": \"xpowlowski@example.org\",\n                \"jobtitle\": \"Insurance Sales Agent\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4d155184-57ea-437e-a21e-333419180348/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4d155184-57ea-437e-a21e-333419180348/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4d155184-57ea-437e-a21e-333419180348/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4d155184-57ea-437e-a21e-333419180348/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/4d155184-57ea-437e-a21e-333419180348\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"4e7de847-3ce1-4b5c-9b0a-1c30b79000cc\",\n            \"attributes\": {\n                \"name\": \"Julian Walter\",\n                \"email\": \"ahahn@example.com\",\n                \"jobtitle\": \"Building Inspector\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4e7de847-3ce1-4b5c-9b0a-1c30b79000cc/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4e7de847-3ce1-4b5c-9b0a-1c30b79000cc/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4e7de847-3ce1-4b5c-9b0a-1c30b79000cc/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4e7de847-3ce1-4b5c-9b0a-1c30b79000cc/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/4e7de847-3ce1-4b5c-9b0a-1c30b79000cc\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"4e89e6d9-9327-49a1-8549-01022e3f742a\",\n            \"attributes\": {\n                \"name\": \"Lamar Torphy\",\n                \"email\": \"donnelly.jacinto@example.com\",\n                \"jobtitle\": \"Nursing Instructor\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4e89e6d9-9327-49a1-8549-01022e3f742a/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4e89e6d9-9327-49a1-8549-01022e3f742a/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/4e89e6d9-9327-49a1-8549-01022e3f742a/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/4e89e6d9-9327-49a1-8549-01022e3f742a/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/4e89e6d9-9327-49a1-8549-01022e3f742a\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"53eb5994-c1f1-4f51-b375-2a7af428f5f7\",\n            \"attributes\": {\n                \"name\": \"Coty Koelpin\",\n                \"email\": \"bryana.dibbert@example.com\",\n                \"jobtitle\": \"Central Office and PBX Installers\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/53eb5994-c1f1-4f51-b375-2a7af428f5f7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/53eb5994-c1f1-4f51-b375-2a7af428f5f7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/53eb5994-c1f1-4f51-b375-2a7af428f5f7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/53eb5994-c1f1-4f51-b375-2a7af428f5f7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/53eb5994-c1f1-4f51-b375-2a7af428f5f7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"55ecd137-fb16-41b9-9adb-d07128a54f9d\",\n            \"attributes\": {\n                \"name\": \"Antonette Mraz\",\n                \"email\": \"lola80@example.org\",\n                \"jobtitle\": \"Set and Exhibit Designer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/55ecd137-fb16-41b9-9adb-d07128a54f9d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/55ecd137-fb16-41b9-9adb-d07128a54f9d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/55ecd137-fb16-41b9-9adb-d07128a54f9d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/55ecd137-fb16-41b9-9adb-d07128a54f9d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/55ecd137-fb16-41b9-9adb-d07128a54f9d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"56eebb6f-c2ff-40ec-af58-e27ca6f5eca6\",\n            \"attributes\": {\n                \"name\": \"Aidan Lockman\",\n                \"email\": \"zpredovic@example.com\",\n                \"jobtitle\": \"Housekeeper\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/56eebb6f-c2ff-40ec-af58-e27ca6f5eca6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/56eebb6f-c2ff-40ec-af58-e27ca6f5eca6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/56eebb6f-c2ff-40ec-af58-e27ca6f5eca6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/56eebb6f-c2ff-40ec-af58-e27ca6f5eca6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/56eebb6f-c2ff-40ec-af58-e27ca6f5eca6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"580d7152-b69a-4170-a00c-36ab8905588f\",\n            \"attributes\": {\n                \"name\": \"Eldridge Grady\",\n                \"email\": \"xmckenzie@example.org\",\n                \"jobtitle\": \"Psychiatrist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/580d7152-b69a-4170-a00c-36ab8905588f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/580d7152-b69a-4170-a00c-36ab8905588f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/580d7152-b69a-4170-a00c-36ab8905588f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/580d7152-b69a-4170-a00c-36ab8905588f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/580d7152-b69a-4170-a00c-36ab8905588f\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5818a6c5-d09e-4a95-bfbe-5995bc5e9db8\",\n            \"attributes\": {\n                \"name\": \"Eusebio Connelly\",\n                \"email\": \"noble09@example.org\",\n                \"jobtitle\": \"Communications Teacher\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5818a6c5-d09e-4a95-bfbe-5995bc5e9db8/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5818a6c5-d09e-4a95-bfbe-5995bc5e9db8/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5818a6c5-d09e-4a95-bfbe-5995bc5e9db8/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5818a6c5-d09e-4a95-bfbe-5995bc5e9db8/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5818a6c5-d09e-4a95-bfbe-5995bc5e9db8\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5b6e9058-c382-4fa8-8888-0f648c74d7cc\",\n            \"attributes\": {\n                \"name\": \"Charley Watsica\",\n                \"email\": \"hamill.kaia@example.net\",\n                \"jobtitle\": \"Personnel Recruiter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5b6e9058-c382-4fa8-8888-0f648c74d7cc/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5b6e9058-c382-4fa8-8888-0f648c74d7cc/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5b6e9058-c382-4fa8-8888-0f648c74d7cc/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5b6e9058-c382-4fa8-8888-0f648c74d7cc/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5b6e9058-c382-4fa8-8888-0f648c74d7cc\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5c3b8b35-6b80-4131-bf7b-02d6549f45c1\",\n            \"attributes\": {\n                \"name\": \"Abe Haag\",\n                \"email\": \"lamar16@example.org\",\n                \"jobtitle\": \"Insurance Sales Agent\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5c3b8b35-6b80-4131-bf7b-02d6549f45c1/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5c3b8b35-6b80-4131-bf7b-02d6549f45c1/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5c3b8b35-6b80-4131-bf7b-02d6549f45c1/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5c3b8b35-6b80-4131-bf7b-02d6549f45c1/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5c3b8b35-6b80-4131-bf7b-02d6549f45c1\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5ea5d709-6d19-4bf6-b85c-17dbde995541\",\n            \"attributes\": {\n                \"name\": \"Donny Hickle\",\n                \"email\": \"mlindgren@example.org\",\n                \"jobtitle\": \"Marriage and Family Therapist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5ea5d709-6d19-4bf6-b85c-17dbde995541/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5ea5d709-6d19-4bf6-b85c-17dbde995541/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5ea5d709-6d19-4bf6-b85c-17dbde995541/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5ea5d709-6d19-4bf6-b85c-17dbde995541/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5ea5d709-6d19-4bf6-b85c-17dbde995541\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5eb0406a-45bb-4a8f-8726-b52960a9729d\",\n            \"attributes\": {\n                \"name\": \"Wilfred Jones\",\n                \"email\": \"quigley.marshall@example.net\",\n                \"jobtitle\": \"Textile Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5eb0406a-45bb-4a8f-8726-b52960a9729d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5eb0406a-45bb-4a8f-8726-b52960a9729d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5eb0406a-45bb-4a8f-8726-b52960a9729d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5eb0406a-45bb-4a8f-8726-b52960a9729d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5eb0406a-45bb-4a8f-8726-b52960a9729d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5f9e595f-8acb-48c5-8dd9-b8eb6285db43\",\n            \"attributes\": {\n                \"name\": \"Seth Ebert\",\n                \"email\": \"qmckenzie@example.com\",\n                \"jobtitle\": \"Marine Architect\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5f9e595f-8acb-48c5-8dd9-b8eb6285db43/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5f9e595f-8acb-48c5-8dd9-b8eb6285db43/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/5f9e595f-8acb-48c5-8dd9-b8eb6285db43/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/5f9e595f-8acb-48c5-8dd9-b8eb6285db43/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/5f9e595f-8acb-48c5-8dd9-b8eb6285db43\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"600327a0-77f4-4aec-98bd-c377e7c6077d\",\n            \"attributes\": {\n                \"name\": \"Ray Dach\",\n                \"email\": \"skiles.lonnie@example.org\",\n                \"jobtitle\": \"Government\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/600327a0-77f4-4aec-98bd-c377e7c6077d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/600327a0-77f4-4aec-98bd-c377e7c6077d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/600327a0-77f4-4aec-98bd-c377e7c6077d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/600327a0-77f4-4aec-98bd-c377e7c6077d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/600327a0-77f4-4aec-98bd-c377e7c6077d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"618bae8e-10ca-436a-80b9-6522adfe7405\",\n            \"attributes\": {\n                \"name\": \"Herminia Kuphal\",\n                \"email\": \"fklein@example.net\",\n                \"jobtitle\": \"Mining Machine Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/618bae8e-10ca-436a-80b9-6522adfe7405/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/618bae8e-10ca-436a-80b9-6522adfe7405/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/618bae8e-10ca-436a-80b9-6522adfe7405/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/618bae8e-10ca-436a-80b9-6522adfe7405/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/618bae8e-10ca-436a-80b9-6522adfe7405\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"61d45d9d-3c20-408e-b3bc-19e393073923\",\n            \"attributes\": {\n                \"name\": \"Sunny Mertz\",\n                \"email\": \"armstrong.daryl@example.org\",\n                \"jobtitle\": \"Vocational Education Teacher\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/61d45d9d-3c20-408e-b3bc-19e393073923/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/61d45d9d-3c20-408e-b3bc-19e393073923/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/61d45d9d-3c20-408e-b3bc-19e393073923/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/61d45d9d-3c20-408e-b3bc-19e393073923/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/61d45d9d-3c20-408e-b3bc-19e393073923\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"64fcef35-3ee6-4157-9759-47b4cf30e29d\",\n            \"attributes\": {\n                \"name\": \"Keshawn Kovacek\",\n                \"email\": \"brandon11@example.org\",\n                \"jobtitle\": \"Surveyor\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/64fcef35-3ee6-4157-9759-47b4cf30e29d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/64fcef35-3ee6-4157-9759-47b4cf30e29d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/64fcef35-3ee6-4157-9759-47b4cf30e29d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/64fcef35-3ee6-4157-9759-47b4cf30e29d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/64fcef35-3ee6-4157-9759-47b4cf30e29d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"65a93529-7366-4f84-81ad-9097ee292d1e\",\n            \"attributes\": {\n                \"name\": \"Gladyce Hudson\",\n                \"email\": \"marian67@example.net\",\n                \"jobtitle\": \"Council\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/65a93529-7366-4f84-81ad-9097ee292d1e/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/65a93529-7366-4f84-81ad-9097ee292d1e/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/65a93529-7366-4f84-81ad-9097ee292d1e/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/65a93529-7366-4f84-81ad-9097ee292d1e/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/65a93529-7366-4f84-81ad-9097ee292d1e\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"689be702-d645-4416-8b86-74dff27e50e3\",\n            \"attributes\": {\n                \"name\": \"Candida O'Conner\",\n                \"email\": \"eda49@example.com\",\n                \"jobtitle\": \"Entertainment Attendant\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/689be702-d645-4416-8b86-74dff27e50e3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/689be702-d645-4416-8b86-74dff27e50e3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/689be702-d645-4416-8b86-74dff27e50e3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/689be702-d645-4416-8b86-74dff27e50e3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/689be702-d645-4416-8b86-74dff27e50e3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"695c94e3-852b-48d4-aa14-db1b9e06fdda\",\n            \"attributes\": {\n                \"name\": \"Adelle Schmitt\",\n                \"email\": \"gail.satterfield@example.com\",\n                \"jobtitle\": \"Bellhop\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/695c94e3-852b-48d4-aa14-db1b9e06fdda/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/695c94e3-852b-48d4-aa14-db1b9e06fdda/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/695c94e3-852b-48d4-aa14-db1b9e06fdda/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/695c94e3-852b-48d4-aa14-db1b9e06fdda/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/695c94e3-852b-48d4-aa14-db1b9e06fdda\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"69cd9b0b-dd03-464d-905f-8f251622aad1\",\n            \"attributes\": {\n                \"name\": \"Colton Lemke\",\n                \"email\": \"qwilderman@example.org\",\n                \"jobtitle\": \"Electrical Power-Line Installer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/69cd9b0b-dd03-464d-905f-8f251622aad1/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/69cd9b0b-dd03-464d-905f-8f251622aad1/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/69cd9b0b-dd03-464d-905f-8f251622aad1/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/69cd9b0b-dd03-464d-905f-8f251622aad1/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/69cd9b0b-dd03-464d-905f-8f251622aad1\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"6e0315e2-8203-41ab-8193-79a544050fc3\",\n            \"attributes\": {\n                \"name\": \"Jordan Feil\",\n                \"email\": \"gokon@example.com\",\n                \"jobtitle\": \"Bookkeeper\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6e0315e2-8203-41ab-8193-79a544050fc3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6e0315e2-8203-41ab-8193-79a544050fc3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6e0315e2-8203-41ab-8193-79a544050fc3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6e0315e2-8203-41ab-8193-79a544050fc3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/6e0315e2-8203-41ab-8193-79a544050fc3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d\",\n            \"attributes\": {\n                \"name\": \"Willis Boehm\",\n                \"email\": \"jacobs.kattie@example.org\",\n                \"jobtitle\": \"Clerk\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/6f6e8ccd-e1b1-47cb-bd7a-a139cc88311d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"6fa472e4-2e44-4f0e-b7b1-e79817d32c9c\",\n            \"attributes\": {\n                \"name\": \"Damion Heaney\",\n                \"email\": \"dcorkery@example.org\",\n                \"jobtitle\": \"Inspector\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6fa472e4-2e44-4f0e-b7b1-e79817d32c9c/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6fa472e4-2e44-4f0e-b7b1-e79817d32c9c/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6fa472e4-2e44-4f0e-b7b1-e79817d32c9c/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6fa472e4-2e44-4f0e-b7b1-e79817d32c9c/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/6fa472e4-2e44-4f0e-b7b1-e79817d32c9c\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"6ff1bba8-c488-4dba-afc1-6836d7be322e\",\n            \"attributes\": {\n                \"name\": \"Dianna Heidenreich\",\n                \"email\": \"lvonrueden@example.net\",\n                \"jobtitle\": \"MARCOM Manager\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6ff1bba8-c488-4dba-afc1-6836d7be322e/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6ff1bba8-c488-4dba-afc1-6836d7be322e/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6ff1bba8-c488-4dba-afc1-6836d7be322e/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6ff1bba8-c488-4dba-afc1-6836d7be322e/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/6ff1bba8-c488-4dba-afc1-6836d7be322e\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0\",\n            \"attributes\": {\n                \"name\": \"Arnaldo Konopelski\",\n                \"email\": \"pwindler@example.org\",\n                \"jobtitle\": \"Radar Technician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/6ffc324e-327f-467d-a0d0-3b4ae3c0c4e0\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"729d2b72-c6ef-4d65-bebc-5ecc4a262fa5\",\n            \"attributes\": {\n                \"name\": \"Geovanny Keebler\",\n                \"email\": \"gibson.buddy@example.org\",\n                \"jobtitle\": \"Screen Printing Machine Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/729d2b72-c6ef-4d65-bebc-5ecc4a262fa5/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/729d2b72-c6ef-4d65-bebc-5ecc4a262fa5/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/729d2b72-c6ef-4d65-bebc-5ecc4a262fa5/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/729d2b72-c6ef-4d65-bebc-5ecc4a262fa5/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/729d2b72-c6ef-4d65-bebc-5ecc4a262fa5\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"7326cc21-3655-4b2f-9b54-4929d09dbf1e\",\n            \"attributes\": {\n                \"name\": \"Amir Hoeger\",\n                \"email\": \"liliana13@example.net\",\n                \"jobtitle\": \"Paving Equipment Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/7326cc21-3655-4b2f-9b54-4929d09dbf1e/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/7326cc21-3655-4b2f-9b54-4929d09dbf1e/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/7326cc21-3655-4b2f-9b54-4929d09dbf1e/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/7326cc21-3655-4b2f-9b54-4929d09dbf1e/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/7326cc21-3655-4b2f-9b54-4929d09dbf1e\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"776877f3-f67a-4f80-a5f3-9975c00e42c9\",\n            \"attributes\": {\n                \"name\": \"Domenico Bergstrom\",\n                \"email\": \"uswaniawski@example.net\",\n                \"jobtitle\": \"Food Service Manager\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/776877f3-f67a-4f80-a5f3-9975c00e42c9/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/776877f3-f67a-4f80-a5f3-9975c00e42c9/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/776877f3-f67a-4f80-a5f3-9975c00e42c9/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/776877f3-f67a-4f80-a5f3-9975c00e42c9/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/776877f3-f67a-4f80-a5f3-9975c00e42c9\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"77795752-810d-474f-b910-6e4b3a3448c7\",\n            \"attributes\": {\n                \"name\": \"Mitchel Treutel\",\n                \"email\": \"raphael.jerde@example.com\",\n                \"jobtitle\": \"Painter and Illustrator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/77795752-810d-474f-b910-6e4b3a3448c7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/77795752-810d-474f-b910-6e4b3a3448c7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/77795752-810d-474f-b910-6e4b3a3448c7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/77795752-810d-474f-b910-6e4b3a3448c7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/77795752-810d-474f-b910-6e4b3a3448c7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"78dc5ba0-56a5-4235-bd87-3745993cdae0\",\n            \"attributes\": {\n                \"name\": \"Nigel Shields\",\n                \"email\": \"ubergstrom@example.net\",\n                \"jobtitle\": \"Pesticide Sprayer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/78dc5ba0-56a5-4235-bd87-3745993cdae0/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/78dc5ba0-56a5-4235-bd87-3745993cdae0/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/78dc5ba0-56a5-4235-bd87-3745993cdae0/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/78dc5ba0-56a5-4235-bd87-3745993cdae0/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/78dc5ba0-56a5-4235-bd87-3745993cdae0\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"7dec3ed7-7ece-454e-ac47-d256f3ba5897\",\n            \"attributes\": {\n                \"name\": \"Roselyn Nitzsche\",\n                \"email\": \"glebsack@example.net\",\n                \"jobtitle\": \"Animal Trainer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/7dec3ed7-7ece-454e-ac47-d256f3ba5897/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/7dec3ed7-7ece-454e-ac47-d256f3ba5897/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/7dec3ed7-7ece-454e-ac47-d256f3ba5897/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/7dec3ed7-7ece-454e-ac47-d256f3ba5897/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/7dec3ed7-7ece-454e-ac47-d256f3ba5897\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"86d09be6-b07f-4fd2-a517-0b42760f5d85\",\n            \"attributes\": {\n                \"name\": \"Dereck Wintheiser\",\n                \"email\": \"mayra98@example.net\",\n                \"jobtitle\": \"Merchandise Displayer OR Window Trimmer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/86d09be6-b07f-4fd2-a517-0b42760f5d85/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/86d09be6-b07f-4fd2-a517-0b42760f5d85/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/86d09be6-b07f-4fd2-a517-0b42760f5d85/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/86d09be6-b07f-4fd2-a517-0b42760f5d85/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/86d09be6-b07f-4fd2-a517-0b42760f5d85\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"87c31f6a-b9a2-4faa-9454-1e52b74a0f89\",\n            \"attributes\": {\n                \"name\": \"Tressie Cole\",\n                \"email\": \"morar.domingo@example.net\",\n                \"jobtitle\": \"Woodworking Machine Setter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/87c31f6a-b9a2-4faa-9454-1e52b74a0f89/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/87c31f6a-b9a2-4faa-9454-1e52b74a0f89/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/87c31f6a-b9a2-4faa-9454-1e52b74a0f89/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/87c31f6a-b9a2-4faa-9454-1e52b74a0f89/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/87c31f6a-b9a2-4faa-9454-1e52b74a0f89\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"8dffee6c-b344-44dc-aaa1-c165d334dfba\",\n            \"attributes\": {\n                \"name\": \"Jewell D'Amore\",\n                \"email\": \"erika36@example.net\",\n                \"jobtitle\": \"Train Crew\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/8dffee6c-b344-44dc-aaa1-c165d334dfba/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/8dffee6c-b344-44dc-aaa1-c165d334dfba/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/8dffee6c-b344-44dc-aaa1-c165d334dfba/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/8dffee6c-b344-44dc-aaa1-c165d334dfba/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/8dffee6c-b344-44dc-aaa1-c165d334dfba\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"8e0d8a71-7446-4489-96c1-e226da6f978d\",\n            \"attributes\": {\n                \"name\": \"Junius Hand\",\n                \"email\": \"titus95@example.net\",\n                \"jobtitle\": \"Electrician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/8e0d8a71-7446-4489-96c1-e226da6f978d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/8e0d8a71-7446-4489-96c1-e226da6f978d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/8e0d8a71-7446-4489-96c1-e226da6f978d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/8e0d8a71-7446-4489-96c1-e226da6f978d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/8e0d8a71-7446-4489-96c1-e226da6f978d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"92784d44-6b8f-476e-8373-bb363d79f5b4\",\n            \"attributes\": {\n                \"name\": \"Andreanne Zboncak\",\n                \"email\": \"ibraun@example.net\",\n                \"jobtitle\": \"Pipelayer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/92784d44-6b8f-476e-8373-bb363d79f5b4/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/92784d44-6b8f-476e-8373-bb363d79f5b4/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/92784d44-6b8f-476e-8373-bb363d79f5b4/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/92784d44-6b8f-476e-8373-bb363d79f5b4/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/92784d44-6b8f-476e-8373-bb363d79f5b4\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"92a8784f-10af-47bb-a94c-ef817f2ac214\",\n            \"attributes\": {\n                \"name\": \"Jaqueline Klein\",\n                \"email\": \"iwatsica@example.com\",\n                \"jobtitle\": \"Surgeon\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/92a8784f-10af-47bb-a94c-ef817f2ac214/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/92a8784f-10af-47bb-a94c-ef817f2ac214/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/92a8784f-10af-47bb-a94c-ef817f2ac214/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/92a8784f-10af-47bb-a94c-ef817f2ac214/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/92a8784f-10af-47bb-a94c-ef817f2ac214\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"93989e59-866a-4e95-9b14-2a431b02684a\",\n            \"attributes\": {\n                \"name\": \"Hailie Senger\",\n                \"email\": \"harber.taurean@example.org\",\n                \"jobtitle\": \"Computer Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/93989e59-866a-4e95-9b14-2a431b02684a/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/93989e59-866a-4e95-9b14-2a431b02684a/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/93989e59-866a-4e95-9b14-2a431b02684a/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/93989e59-866a-4e95-9b14-2a431b02684a/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/93989e59-866a-4e95-9b14-2a431b02684a\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"94b1a324-f43f-4503-80e4-99b2076787b7\",\n            \"attributes\": {\n                \"name\": \"Luella Mills\",\n                \"email\": \"cmurray@example.org\",\n                \"jobtitle\": \"Furnace Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/94b1a324-f43f-4503-80e4-99b2076787b7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/94b1a324-f43f-4503-80e4-99b2076787b7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/94b1a324-f43f-4503-80e4-99b2076787b7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/94b1a324-f43f-4503-80e4-99b2076787b7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/94b1a324-f43f-4503-80e4-99b2076787b7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"993e713c-82c8-4781-ad37-117f1fac8137\",\n            \"attributes\": {\n                \"name\": \"Orrin Cassin\",\n                \"email\": \"rempel.stefan@example.net\",\n                \"jobtitle\": \"Service Station Attendant\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/993e713c-82c8-4781-ad37-117f1fac8137/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/993e713c-82c8-4781-ad37-117f1fac8137/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/993e713c-82c8-4781-ad37-117f1fac8137/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/993e713c-82c8-4781-ad37-117f1fac8137/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/993e713c-82c8-4781-ad37-117f1fac8137\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"9b682a5f-8b5c-450d-ab39-eb16b91cfd1e\",\n            \"attributes\": {\n                \"name\": \"Connie Braun\",\n                \"email\": \"elyssa.kunde@example.org\",\n                \"jobtitle\": \"Sales Engineer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/9b682a5f-8b5c-450d-ab39-eb16b91cfd1e/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/9b682a5f-8b5c-450d-ab39-eb16b91cfd1e/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/9b682a5f-8b5c-450d-ab39-eb16b91cfd1e/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/9b682a5f-8b5c-450d-ab39-eb16b91cfd1e/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/9b682a5f-8b5c-450d-ab39-eb16b91cfd1e\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"9c921881-c32c-49c2-95cd-9b3d64492331\",\n            \"attributes\": {\n                \"name\": \"Elfrieda Koepp\",\n                \"email\": \"jacinto87@example.com\",\n                \"jobtitle\": \"Forest Fire Fighter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/9c921881-c32c-49c2-95cd-9b3d64492331/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/9c921881-c32c-49c2-95cd-9b3d64492331/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/9c921881-c32c-49c2-95cd-9b3d64492331/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/9c921881-c32c-49c2-95cd-9b3d64492331/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/9c921881-c32c-49c2-95cd-9b3d64492331\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"a34447e0-44e8-4e1f-9541-542473730efb\",\n            \"attributes\": {\n                \"name\": \"Major Kassulke\",\n                \"email\": \"blanca95@example.com\",\n                \"jobtitle\": \"Trainer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a34447e0-44e8-4e1f-9541-542473730efb/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a34447e0-44e8-4e1f-9541-542473730efb/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a34447e0-44e8-4e1f-9541-542473730efb/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a34447e0-44e8-4e1f-9541-542473730efb/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/a34447e0-44e8-4e1f-9541-542473730efb\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b\",\n            \"attributes\": {\n                \"name\": \"Michael Rowe\",\n                \"email\": \"barton.lucienne@example.net\",\n                \"jobtitle\": \"Optical Instrument Assembler\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/a9c8e82d-e911-4bde-b6ab-54ec0bf37e4b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"a9f8d858-feac-4992-97a0-07335a80c8f3\",\n            \"attributes\": {\n                \"name\": \"Joan Lang\",\n                \"email\": \"ifarrell@example.org\",\n                \"jobtitle\": \"Electrician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a9f8d858-feac-4992-97a0-07335a80c8f3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a9f8d858-feac-4992-97a0-07335a80c8f3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/a9f8d858-feac-4992-97a0-07335a80c8f3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/a9f8d858-feac-4992-97a0-07335a80c8f3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/a9f8d858-feac-4992-97a0-07335a80c8f3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"ab6e3a2c-9247-4ab1-bd90-5151ef87c043\",\n            \"attributes\": {\n                \"name\": \"Corrine Erdman\",\n                \"email\": \"kertzmann.wendy@example.com\",\n                \"jobtitle\": \"Protective Service Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ab6e3a2c-9247-4ab1-bd90-5151ef87c043/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ab6e3a2c-9247-4ab1-bd90-5151ef87c043/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ab6e3a2c-9247-4ab1-bd90-5151ef87c043/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ab6e3a2c-9247-4ab1-bd90-5151ef87c043/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/ab6e3a2c-9247-4ab1-bd90-5151ef87c043\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"acb60d1d-086b-4f05-b912-dce8f7be1a23\",\n            \"attributes\": {\n                \"name\": \"Elizabeth Cremin\",\n                \"email\": \"emard.bridget@example.com\",\n                \"jobtitle\": \"Movers\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/acb60d1d-086b-4f05-b912-dce8f7be1a23/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/acb60d1d-086b-4f05-b912-dce8f7be1a23/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/acb60d1d-086b-4f05-b912-dce8f7be1a23/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/acb60d1d-086b-4f05-b912-dce8f7be1a23/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/acb60d1d-086b-4f05-b912-dce8f7be1a23\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"ad42325d-db25-4321-9ccd-dd9f9c3e4243\",\n            \"attributes\": {\n                \"name\": \"Syble Johnston\",\n                \"email\": \"brayan.armstrong@example.com\",\n                \"jobtitle\": \"Gaming Dealer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ad42325d-db25-4321-9ccd-dd9f9c3e4243/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ad42325d-db25-4321-9ccd-dd9f9c3e4243/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ad42325d-db25-4321-9ccd-dd9f9c3e4243/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ad42325d-db25-4321-9ccd-dd9f9c3e4243/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/ad42325d-db25-4321-9ccd-dd9f9c3e4243\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"adc0a126-abef-49a1-a3f5-2f6a9488ac9f\",\n            \"attributes\": {\n                \"name\": \"Aniya Gaylord\",\n                \"email\": \"cydney.douglas@example.net\",\n                \"jobtitle\": \"Recreational Vehicle Service Technician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/adc0a126-abef-49a1-a3f5-2f6a9488ac9f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/adc0a126-abef-49a1-a3f5-2f6a9488ac9f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/adc0a126-abef-49a1-a3f5-2f6a9488ac9f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/adc0a126-abef-49a1-a3f5-2f6a9488ac9f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/adc0a126-abef-49a1-a3f5-2f6a9488ac9f\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"ae6e1410-7141-41c9-a900-88997b77589d\",\n            \"attributes\": {\n                \"name\": \"Gladys Walsh\",\n                \"email\": \"xhagenes@example.org\",\n                \"jobtitle\": \"Nonfarm Animal Caretaker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ae6e1410-7141-41c9-a900-88997b77589d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ae6e1410-7141-41c9-a900-88997b77589d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/ae6e1410-7141-41c9-a900-88997b77589d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/ae6e1410-7141-41c9-a900-88997b77589d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/ae6e1410-7141-41c9-a900-88997b77589d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b161b621-ee68-4f2b-9cf2-c57d7b05194b\",\n            \"attributes\": {\n                \"name\": \"Toy Kuhn\",\n                \"email\": \"makenzie79@example.org\",\n                \"jobtitle\": \"Plating Operator OR Coating Machine Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b161b621-ee68-4f2b-9cf2-c57d7b05194b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b161b621-ee68-4f2b-9cf2-c57d7b05194b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b161b621-ee68-4f2b-9cf2-c57d7b05194b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b161b621-ee68-4f2b-9cf2-c57d7b05194b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b161b621-ee68-4f2b-9cf2-c57d7b05194b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b295edbb-4ae0-43d2-b0c9-1000923c6d7b\",\n            \"attributes\": {\n                \"name\": \"Golda Dare\",\n                \"email\": \"dakota.borer@example.com\",\n                \"jobtitle\": \"Office Machine and Cash Register Servicer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b295edbb-4ae0-43d2-b0c9-1000923c6d7b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b295edbb-4ae0-43d2-b0c9-1000923c6d7b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b295edbb-4ae0-43d2-b0c9-1000923c6d7b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b295edbb-4ae0-43d2-b0c9-1000923c6d7b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b295edbb-4ae0-43d2-b0c9-1000923c6d7b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b4704c02-667b-4a98-8fa7-30cd45984383\",\n            \"attributes\": {\n                \"name\": \"Syble Kemmer\",\n                \"email\": \"lonie88@example.com\",\n                \"jobtitle\": \"Short Order Cook\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b4704c02-667b-4a98-8fa7-30cd45984383/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b4704c02-667b-4a98-8fa7-30cd45984383/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b4704c02-667b-4a98-8fa7-30cd45984383/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b4704c02-667b-4a98-8fa7-30cd45984383/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b4704c02-667b-4a98-8fa7-30cd45984383\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b5fd135a-b390-4931-9b9c-9949215a6bde\",\n            \"attributes\": {\n                \"name\": \"Baby Gerlach\",\n                \"email\": \"dibbert.stephen@example.net\",\n                \"jobtitle\": \"Insurance Appraiser\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b5fd135a-b390-4931-9b9c-9949215a6bde/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b5fd135a-b390-4931-9b9c-9949215a6bde/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b5fd135a-b390-4931-9b9c-9949215a6bde/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b5fd135a-b390-4931-9b9c-9949215a6bde/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b5fd135a-b390-4931-9b9c-9949215a6bde\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b9196b10-e55f-43c4-bd17-3c02309761f2\",\n            \"attributes\": {\n                \"name\": \"Nasir Koelpin\",\n                \"email\": \"zane00@example.org\",\n                \"jobtitle\": \"Electrical Engineer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9196b10-e55f-43c4-bd17-3c02309761f2/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9196b10-e55f-43c4-bd17-3c02309761f2/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9196b10-e55f-43c4-bd17-3c02309761f2/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9196b10-e55f-43c4-bd17-3c02309761f2/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b9196b10-e55f-43c4-bd17-3c02309761f2\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b9abff16-2656-45f5-ae20-03da5ec3df4c\",\n            \"attributes\": {\n                \"name\": \"Alf Stamm\",\n                \"email\": \"theaney@example.net\",\n                \"jobtitle\": \"Political Scientist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9abff16-2656-45f5-ae20-03da5ec3df4c/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9abff16-2656-45f5-ae20-03da5ec3df4c/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9abff16-2656-45f5-ae20-03da5ec3df4c/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9abff16-2656-45f5-ae20-03da5ec3df4c/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b9abff16-2656-45f5-ae20-03da5ec3df4c\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"b9b63bd9-ef2e-4545-b3d7-5b138e1b951f\",\n            \"attributes\": {\n                \"name\": \"Albina Boehm\",\n                \"email\": \"abdullah.volkman@example.org\",\n                \"jobtitle\": \"Movers\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9b63bd9-ef2e-4545-b3d7-5b138e1b951f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9b63bd9-ef2e-4545-b3d7-5b138e1b951f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/b9b63bd9-ef2e-4545-b3d7-5b138e1b951f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/b9b63bd9-ef2e-4545-b3d7-5b138e1b951f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/b9b63bd9-ef2e-4545-b3d7-5b138e1b951f\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"bc00e103-b11a-401a-83fd-febfac0305f4\",\n            \"attributes\": {\n                \"name\": \"Lempi Swaniawski\",\n                \"email\": \"edgardo92@example.net\",\n                \"jobtitle\": \"Airframe Mechanic\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/bc00e103-b11a-401a-83fd-febfac0305f4/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/bc00e103-b11a-401a-83fd-febfac0305f4/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/bc00e103-b11a-401a-83fd-febfac0305f4/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/bc00e103-b11a-401a-83fd-febfac0305f4/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/bc00e103-b11a-401a-83fd-febfac0305f4\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"bc825e53-698d-4d5d-bd0b-353c712468a9\",\n            \"attributes\": {\n                \"name\": \"Mariana Auer\",\n                \"email\": \"jacquelyn.connelly@example.com\",\n                \"jobtitle\": \"Directory Assistance Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/bc825e53-698d-4d5d-bd0b-353c712468a9/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/bc825e53-698d-4d5d-bd0b-353c712468a9/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/bc825e53-698d-4d5d-bd0b-353c712468a9/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/bc825e53-698d-4d5d-bd0b-353c712468a9/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/bc825e53-698d-4d5d-bd0b-353c712468a9\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"be784cc4-b694-489c-8a13-62d9fb412b3c\",\n            \"attributes\": {\n                \"name\": \"Tyrell Rice\",\n                \"email\": \"garret89@example.net\",\n                \"jobtitle\": \"Mapping Technician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/be784cc4-b694-489c-8a13-62d9fb412b3c/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/be784cc4-b694-489c-8a13-62d9fb412b3c/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/be784cc4-b694-489c-8a13-62d9fb412b3c/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/be784cc4-b694-489c-8a13-62d9fb412b3c/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/be784cc4-b694-489c-8a13-62d9fb412b3c\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"c1090ac9-dba8-44dd-a871-f30e79a8ec3b\",\n            \"attributes\": {\n                \"name\": \"Joseph Hickle\",\n                \"email\": \"bmorissette@example.com\",\n                \"jobtitle\": \"Forming Machine Operator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c1090ac9-dba8-44dd-a871-f30e79a8ec3b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c1090ac9-dba8-44dd-a871-f30e79a8ec3b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c1090ac9-dba8-44dd-a871-f30e79a8ec3b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c1090ac9-dba8-44dd-a871-f30e79a8ec3b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/c1090ac9-dba8-44dd-a871-f30e79a8ec3b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"c17d7c55-ea04-43af-b3ad-358884e2cfe9\",\n            \"attributes\": {\n                \"name\": \"Murray Marks\",\n                \"email\": \"fturner@example.net\",\n                \"jobtitle\": \"Ship Captain\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c17d7c55-ea04-43af-b3ad-358884e2cfe9/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c17d7c55-ea04-43af-b3ad-358884e2cfe9/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c17d7c55-ea04-43af-b3ad-358884e2cfe9/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c17d7c55-ea04-43af-b3ad-358884e2cfe9/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/c17d7c55-ea04-43af-b3ad-358884e2cfe9\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"c4303bf1-1b23-460b-8bae-1fa64d1cacec\",\n            \"attributes\": {\n                \"name\": \"Alda Sauer\",\n                \"email\": \"prohaska.jonas@example.net\",\n                \"jobtitle\": \"Reporters OR Correspondent\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c4303bf1-1b23-460b-8bae-1fa64d1cacec/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c4303bf1-1b23-460b-8bae-1fa64d1cacec/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c4303bf1-1b23-460b-8bae-1fa64d1cacec/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c4303bf1-1b23-460b-8bae-1fa64d1cacec/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/c4303bf1-1b23-460b-8bae-1fa64d1cacec\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"c827fbdb-13dd-458d-90cd-61532f5c4a47\",\n            \"attributes\": {\n                \"name\": \"Mabelle Bednar\",\n                \"email\": \"brenna.daniel@example.net\",\n                \"jobtitle\": \"Instructional Coordinator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c827fbdb-13dd-458d-90cd-61532f5c4a47/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c827fbdb-13dd-458d-90cd-61532f5c4a47/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c827fbdb-13dd-458d-90cd-61532f5c4a47/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c827fbdb-13dd-458d-90cd-61532f5c4a47/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/c827fbdb-13dd-458d-90cd-61532f5c4a47\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"c8e256b6-da44-4ab1-b18b-9808eaab898c\",\n            \"attributes\": {\n                \"name\": \"Otilia Satterfield\",\n                \"email\": \"xtoy@example.net\",\n                \"jobtitle\": \"Medical Scientists\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c8e256b6-da44-4ab1-b18b-9808eaab898c/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c8e256b6-da44-4ab1-b18b-9808eaab898c/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/c8e256b6-da44-4ab1-b18b-9808eaab898c/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/c8e256b6-da44-4ab1-b18b-9808eaab898c/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/c8e256b6-da44-4ab1-b18b-9808eaab898c\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"cadfcd9a-3de3-46da-bce7-14ed66951566\",\n            \"attributes\": {\n                \"name\": \"London Wuckert\",\n                \"email\": \"joany.terry@example.net\",\n                \"jobtitle\": \"Ship Mates\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566\"\n            }\n        }\n    ]\n}"},{"id":"aafc6084-9439-45f8-bf71-53ca86c5c3d8","name":"Custom pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users?page[number]=1&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users"],"query":[{"key":"include","value":"roles,accessDomains","disabled":true},{"key":"page[number]","value":"1"},{"key":"page[size]","value":"10","description":"Default: 100"},{"key":"filter[email]","value":"luke@skywalker.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 13,\n            \"perPage\": 10,\n            \"to\": 10,\n            \"total\": 121\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=1&page%5Bsize%5D=10&sort=-createdAt\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=13&page%5Bsize%5D=10&sort=-createdAt\",\n        \"next\": \"https://my.3rdrisk.test/api/v1/users?page%5Bnumber%5D=2&page%5Bsize%5D=10&sort=-createdAt\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n            \"attributes\": {\n                \"name\": \"Aubrey Casper\",\n                \"email\": \"kjenkins@example.com\",\n                \"jobtitle\": \"Insurance Underwriter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"027cbbc6-fff2-484f-85c6-314585005778\",\n            \"attributes\": {\n                \"name\": \"Jacey Volkman\",\n                \"email\": \"marielle49@example.net\",\n                \"jobtitle\": \"Home Entertainment Equipment Installer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038642c6-3874-4d5f-95f1-a36af1d4b742\",\n            \"attributes\": {\n                \"name\": \"Brad Borer\",\n                \"email\": \"karen.runte@example.com\",\n                \"jobtitle\": \"Veterinary Assistant OR Laboratory Animal Caretaker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038bb2a2-4b8f-4e7c-a69d-6413be6a4878\",\n            \"attributes\": {\n                \"name\": \"Toy Kozey\",\n                \"email\": \"btromp@example.org\",\n                \"jobtitle\": \"System Administrator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0426133a-4ee9-4015-830b-ebfb3abcd733\",\n            \"attributes\": {\n                \"name\": \"Art Ledner\",\n                \"email\": \"alfonso54@example.org\",\n                \"jobtitle\": \"Medical Sales Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"04301f76-bdcb-42c9-bcbf-5428669f047b\",\n            \"attributes\": {\n                \"name\": \"Camylle O'Conner\",\n                \"email\": \"ffeest@example.net\",\n                \"jobtitle\": \"Equal Opportunity Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\",\n            \"attributes\": {\n                \"name\": \"Hipolito Boyer\",\n                \"email\": \"ceasar.kassulke@example.com\",\n                \"jobtitle\": \"Laundry OR Dry-Cleaning Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\",\n            \"attributes\": {\n                \"name\": \"Virginie Jacobson\",\n                \"email\": \"leffler.alvina@example.org\",\n                \"jobtitle\": \"Aircraft Launch Specialist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\",\n            \"attributes\": {\n                \"name\": \"Kathlyn Grady\",\n                \"email\": \"benjamin.conn@example.com\",\n                \"jobtitle\": \"Electrician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0b854fe7-7885-46b7-8f60-89fb55cf251f\",\n            \"attributes\": {\n                \"name\": \"Nya Batz\",\n                \"email\": \"dhayes@example.com\",\n                \"jobtitle\": \"Dentist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f\"\n            }\n        }\n    ]\n}"},{"id":"2a352a56-657a-4734-b48d-4086906e5b93","name":"Include roles and access domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users?include=roles,accessDomains&page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users"],"query":[{"key":"include","value":"roles,accessDomains"},{"key":"page[number]","value":"1","disabled":true},{"key":"page[size]","value":"10","description":"Default: 100","type":"text"},{"key":"filter[email]","value":"luke@skywalker.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:34:24 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 13,\n            \"perPage\": 10,\n            \"to\": 10,\n            \"total\": 121\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users?include=roles%2CaccessDomains&page%5Bnumber%5D=1&page%5Bsize%5D=10&sort=-createdAt\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users?include=roles%2CaccessDomains&page%5Bnumber%5D=13&page%5Bsize%5D=10&sort=-createdAt\",\n        \"next\": \"https://my.3rdrisk.test/api/v1/users?include=roles%2CaccessDomains&page%5Bnumber%5D=2&page%5Bsize%5D=10&sort=-createdAt\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n            \"attributes\": {\n                \"name\": \"Aubrey Casper\",\n                \"email\": \"kjenkins@example.com\",\n                \"jobtitle\": \"Insurance Underwriter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"027cbbc6-fff2-484f-85c6-314585005778\",\n            \"attributes\": {\n                \"name\": \"Jacey Volkman\",\n                \"email\": \"marielle49@example.net\",\n                \"jobtitle\": \"Home Entertainment Equipment Installer\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/027cbbc6-fff2-484f-85c6-314585005778\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038642c6-3874-4d5f-95f1-a36af1d4b742\",\n            \"attributes\": {\n                \"name\": \"Brad Borer\",\n                \"email\": \"karen.runte@example.com\",\n                \"jobtitle\": \"Veterinary Assistant OR Laboratory Animal Caretaker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"1\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038642c6-3874-4d5f-95f1-a36af1d4b742\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"038bb2a2-4b8f-4e7c-a69d-6413be6a4878\",\n            \"attributes\": {\n                \"name\": \"Toy Kozey\",\n                \"email\": \"btromp@example.org\",\n                \"jobtitle\": \"System Administrator\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"1\"\n                        },\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/038bb2a2-4b8f-4e7c-a69d-6413be6a4878\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0426133a-4ee9-4015-830b-ebfb3abcd733\",\n            \"attributes\": {\n                \"name\": \"Art Ledner\",\n                \"email\": \"alfonso54@example.org\",\n                \"jobtitle\": \"Medical Sales Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"2\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0426133a-4ee9-4015-830b-ebfb3abcd733\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"04301f76-bdcb-42c9-bcbf-5428669f047b\",\n            \"attributes\": {\n                \"name\": \"Camylle O'Conner\",\n                \"email\": \"ffeest@example.net\",\n                \"jobtitle\": \"Equal Opportunity Representative\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"5\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/04301f76-bdcb-42c9-bcbf-5428669f047b\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\",\n            \"attributes\": {\n                \"name\": \"Hipolito Boyer\",\n                \"email\": \"ceasar.kassulke@example.com\",\n                \"jobtitle\": \"Laundry OR Dry-Cleaning Worker\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"10\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/043ef4b1-11ac-4d6d-98e9-9c6de127c0c6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\",\n            \"attributes\": {\n                \"name\": \"Virginie Jacobson\",\n                \"email\": \"leffler.alvina@example.org\",\n                \"jobtitle\": \"Aircraft Launch Specialist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"3\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0751fea0-13a2-4cd4-9ea7-8ed7d27e8c94\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\",\n            \"attributes\": {\n                \"name\": \"Kathlyn Grady\",\n                \"email\": \"benjamin.conn@example.com\",\n                \"jobtitle\": \"Electrician\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"14\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0806c3a7-c5bc-4f97-8df4-ed6d13a7fd71\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"0b854fe7-7885-46b7-8f60-89fb55cf251f\",\n            \"attributes\": {\n                \"name\": \"Nya Batz\",\n                \"email\": \"dhayes@example.com\",\n                \"jobtitle\": \"Dentist\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/roles\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"10\"\n                        },\n                        {\n                            \"type\": \"roles\",\n                            \"id\": \"13\"\n                        }\n                    ]\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f/relationships/access-domains\"\n                    },\n                    \"data\": [\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"4\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"5\"\n                        },\n                        {\n                            \"type\": \"access-domains\",\n                            \"id\": \"6\"\n                        }\n                    ]\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/0b854fe7-7885-46b7-8f60-89fb55cf251f\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"External auditor\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Tech & Data\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/6\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Third-party manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/2\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Administrator internal control\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/10\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Risk officer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/3\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Internal control manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/14\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"name\": \"Internal auditor - 3rd line\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/13\"\n            }\n        }\n    ]\n}"},{"id":"8eda2380-0f38-468f-a423-7bac0f0ac7e5","name":"Filter on email","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users?filter[email]=kjenkins@example.com","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users"],"query":[{"key":"include","value":"roles,accessDomains","disabled":true},{"key":"page[number]","value":"1","disabled":true},{"key":"page[size]","value":"10","description":"Default: 100","type":"text","disabled":true},{"key":"filter[email]","value":"kjenkins@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:35:02 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 1,\n            \"total\": 1\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/users?filter%5Bemail%5D=kjenkins%40example.com&page%5Bnumber%5D=1&page%5Bsize%5D=100&sort=-createdAt\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/users?filter%5Bemail%5D=kjenkins%40example.com&page%5Bnumber%5D=1&page%5Bsize%5D=100&sort=-createdAt\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n            \"attributes\": {\n                \"name\": \"Aubrey Casper\",\n                \"email\": \"kjenkins@example.com\",\n                \"jobtitle\": \"Insurance Underwriter\",\n                \"jobdescription\": null,\n                \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n                \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ac4f4114-b163-48ea-96fe-d87ec96445be"},{"name":"Get user","id":"a8bbba03-f0b2-4906-bd87-f95528fd3dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"include","value":"roles,accessDomains"}],"variable":[]}},"response":[{"id":"2e277fe7-2809-4781-95e2-ffdf4cb586b0","name":"Get user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:37:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n        \"attributes\": {\n            \"name\": \"Aubrey Casper\",\n            \"email\": \"kjenkins@example.com\",\n            \"jobtitle\": \"Insurance Underwriter\",\n            \"jobdescription\": null,\n            \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n            \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                }\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n        }\n    }\n}"},{"id":"8cd7daf3-dd9b-41f2-80ae-cacdacff7614","name":"Include roles and access domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}?include=roles,accessDomains","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}"],"query":[{"key":"include","value":"roles,accessDomains"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:37:46 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"00816c65-b0c9-48d2-a069-98ddc274bbe7\",\n        \"attributes\": {\n            \"name\": \"Aubrey Casper\",\n            \"email\": \"kjenkins@example.com\",\n            \"jobtitle\": \"Insurance Underwriter\",\n            \"jobdescription\": null,\n            \"createdAt\": \"2023-05-23T08:33:59.000000Z\",\n            \"updatedAt\": \"2023-05-23T08:33:59.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/roles\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"5\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7/relationships/access-domains\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"4\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"5\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"6\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/00816c65-b0c9-48d2-a069-98ddc274bbe7\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"External auditor\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Tech & Data\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/6\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a8bbba03-f0b2-4906-bd87-f95528fd3dee"},{"name":"Create user","id":"9eb406cc-8dba-403a-b3ae-6eb7bb43c4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: create</li>\n<li>Assign access domains</li>\n<li>Assign general roles (if applicable)</li>\n<li>Assign ecosystem roles (if applicable)</li>\n<li>Assign internal control roles (if applicable)</li>\n<li>Assign admin roles (if applicable)</li>\n<li>Assign API roles (if applicable)</li>\n</ul>\n<h2 id=\"role-conflicts\">Role conflicts</h2>\n<p>Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1742e0d9-612f-41b3-bf69-49679bbcc9bf","name":"Create user","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Location","value":"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 11:22:51 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"ced2026a-84c9-43eb-82f1-d59ed1b8008d\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\",\n            \"createdAt\": \"2023-06-08T11:22:51.000000Z\",\n            \"updatedAt\": \"2023-06-08T11:22:51.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/roles\"\n                }\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/access-domains\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n        }\n    }\n}"},{"id":"a4152181-de08-4cee-843a-72e04e8cbc3f","name":"Create user and return the related roles and permissions in the response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"Jabba the Hutt\",\n            \"email\": \"jabba@thehutt.com\",\n            \"jobtitle\": \"Crime lord\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users?include=roles,accessDomains","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users"],"query":[{"key":"include","value":"roles,accessDomains"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Location","value":"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:48:35 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"475c0b4a-e4bf-49f5-93c2-125ab4c43c0c\",\n        \"attributes\": {\n            \"name\": \"Jabba the Hutt\",\n            \"email\": \"jabba@thehutt.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": null,\n            \"createdAt\": \"2023-06-08T08:48:35.000000Z\",\n            \"updatedAt\": \"2023-06-08T08:48:35.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c/relationships/roles\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c/relationships/access-domains\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/475c0b4a-e4bf-49f5-93c2-125ab4c43c0c\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Third-party manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/2\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Commercie\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/1\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Supply Chain\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n            }\n        }\n    ]\n}"},{"id":"bd4d5009-89ab-4b6a-acb4-67751b08fce5","name":"Validation error on conflicting roles","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"7\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:50:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"errors\": [\n        {\n            \"code\": \"102\",\n            \"detail\": \"The following roles are conflicting: Administrator ecosystem, Business manager\",\n            \"status\": \"422\",\n            \"title\": \"Some of the (new or existing) roles are conflicting with each other. Please see details for more information.\"\n        }\n    ]\n}"}],"_postman_id":"9eb406cc-8dba-403a-b3ae-6eb7bb43c4db"},{"name":"Update user","id":"5c4588bf-df55-439a-a23b-b04d9f19b45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"{{user_uuid}}\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}","description":"<h2 id=\"note\">Note</h2>\n<p>If you only need to update roles or access domains, it is better to use the corresponding relationship endpoints.</p>\n<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Users: update</li>\n<li>Assign access domains</li>\n<li>Assign general roles (if applicable)</li>\n<li>Assign ecosystem roles (if applicable)</li>\n<li>Assign internal control roles (if applicable)</li>\n<li>Assign admin roles (if applicable)</li>\n<li>Assign API roles (if applicable)</li>\n</ul>\n<h2 id=\"role-conflicts\">Role conflicts</h2>\n<p>Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"include","value":"roles,accessDomains"}],"variable":[]}},"response":[{"id":"c8c94575-43fe-4a28-8fcb-f3375cc36052","name":"Update user","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"{{user_uuid}}\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}"],"query":[{"key":"include","value":"roles,accessDomains","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 12:10:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"ced2026a-84c9-43eb-82f1-d59ed1b8008d\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\",\n            \"createdAt\": \"2023-06-08T11:22:51.000000Z\",\n            \"updatedAt\": \"2023-06-08T12:08:48.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/roles\"\n                }\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/access-domains\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n        }\n    }\n}"},{"id":"fedab498-b4b6-4143-9814-60f33590da1d","name":"Update user and return the roles and access domains in the response","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"{{user_uuid}}\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}?include=roles,accessDomains","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}"],"query":[{"key":"include","value":"roles,accessDomains"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 12:08:48 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"ced2026a-84c9-43eb-82f1-d59ed1b8008d\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"email\": \"luke@theforce.com\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\",\n            \"createdAt\": \"2023-06-08T11:22:51.000000Z\",\n            \"updatedAt\": \"2023-06-08T12:08:48.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/roles\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"2\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d/relationships/access-domains\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/users/ced2026a-84c9-43eb-82f1-d59ed1b8008d\"\n        }\n    },\n    \"included\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Third-party manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/2\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Commercie\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/1\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Supply Chain\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n            }\n        }\n    ]\n}"},{"id":"0277c384-c170-4f8a-9af6-e8ae7c9f593c","name":"Validation error on conflicting roles","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"{{user_uuid}}\",\n        \"attributes\": {\n            \"name\": \"Luke Skywalker\",\n            \"jobtitle\": \"Jedi\",\n            \"jobdescription\": \"Fighting the dark side.\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"data\": [\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"roles\",\n                        \"id\": \"7\"\n                    }\n                ]\n            },\n            \"accessDomains\": {\n                \"data\": [\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"1\"\n                    },\n                    {\n                        \"type\": \"access-domains\",\n                        \"id\": \"2\"\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":{"raw":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}","host":["https://my.company.3rdrisk.com/api/v1"],"path":["users","{{user_uuid}}"],"query":[{"key":"include","value":"roles,accessDomains","disabled":true}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 12:10:28 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"errors\": [\n        {\n            \"code\": \"102\",\n            \"detail\": \"The following roles are conflicting: Administrator ecosystem, Business manager\",\n            \"status\": \"422\",\n            \"title\": \"Some of the (new or existing) roles are conflicting with each other. Please see details for more information.\"\n        }\n    ]\n}"}],"_postman_id":"5c4588bf-df55-439a-a23b-b04d9f19b45a"},{"name":"Delete User","id":"c677422f-6b01-447a-be21-aadf654524ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/{{user_uuid}}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>User: delete</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","{{user_uuid}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3e437a1b-937c-408b-9b39-d0e52f35b28e","name":"Delete User","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/users/cadfcd9a-3de3-46da-bce7-14ed66951566"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 08:57:35 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c677422f-6b01-447a-be21-aadf654524ad"}],"id":"d95419b9-aa5a-4898-94cd-cf9ccd5f93a5","_postman_id":"d95419b9-aa5a-4898-94cd-cf9ccd5f93a5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Roles","item":[{"name":"Get all roles","id":"ad9f2abf-6d88-4d8f-bb7a-5ea1c4f1c89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/roles?page[size]=10","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Roles: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["roles"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"page[number]","value":"1"},{"key":"page[size]","value":"10"}],"variable":[]}},"response":[{"id":"6970a0c6-6dc0-4eca-acb4-36e41b2fe91e","name":"Get all roles","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:07:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Third-party manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/2\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Risk officer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/3\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Risk manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/4\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"External auditor\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/5\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Leadership\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/6\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Business manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/7\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Ecosystem reviewer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/8\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"External reviewer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/9\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Administrator internal control\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/10\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"11\",\n            \"attributes\": {\n                \"name\": \"Control executor - 1st line\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/11\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"12\",\n            \"attributes\": {\n                \"name\": \"Control owner - 2nd line\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/12\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"13\",\n            \"attributes\": {\n                \"name\": \"Internal auditor - 3rd line\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/13\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"14\",\n            \"attributes\": {\n                \"name\": \"Internal control manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/14\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"15\",\n            \"attributes\": {\n                \"name\": \"Api token Administrator\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/15\"\n            }\n        }\n    ]\n}"},{"id":"db4033c2-98ed-4049-bd20-cab7ae97eda7","name":"With pagination","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/roles","host":["https://my.company.3rdrisk.com/api/v1"],"path":["roles"],"query":[{"key":"page[number]","value":"1","type":"text","disabled":true},{"key":"page[size]","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:13:52 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 2,\n            \"perPage\": 10,\n            \"to\": 10,\n            \"total\": 15\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/roles?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/roles?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"next\": \"https://my.3rdrisk.test/api/v1/roles?page%5Bnumber%5D=2&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"roles\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Administrator ecosystem\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Third-party manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/2\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Risk officer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/3\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Risk manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/4\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"External auditor\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/5\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Leadership\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/6\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Business manager\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/7\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Ecosystem reviewer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/8\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"External reviewer\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/9\"\n            }\n        },\n        {\n            \"type\": \"roles\",\n            \"id\": \"10\",\n            \"attributes\": {\n                \"name\": \"Administrator internal control\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/roles/10\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ad9f2abf-6d88-4d8f-bb7a-5ea1c4f1c89a"},{"name":"Get role","id":"ad630887-729c-4dbf-81b1-e2b33dcbe342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/roles/{{role_id}}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Roles: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["roles","{{role_id}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3b1f113b-d60a-405e-a632-cee962dc6ff7","name":"Get role","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/roles/{{role_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:18:42 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n    },\n    \"data\": {\n        \"type\": \"roles\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"name\": \"Administrator ecosystem\"\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/roles/1\"\n        }\n    }\n}"}],"_postman_id":"ad630887-729c-4dbf-81b1-e2b33dcbe342"}],"id":"5444e951-a6bd-4f27-92f3-ba447eabb478","_postman_id":"5444e951-a6bd-4f27-92f3-ba447eabb478","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"AccessDomains","item":[{"name":"Get all Access Domains","id":"071ebbf6-ffc1-492c-84ad-669c4b4bc0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/access-domains","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Access domain: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["access-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e3573d7e-24e4-4000-8852-3cedfca085be","name":"Get all Access Domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/access-domains","host":["https://my.company.3rdrisk.com/api/v1"],"path":["access-domains"],"query":[{"key":"page[number]","value":"1","type":"text","disabled":true},{"key":"page[size]","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:21:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 10,\n            \"to\": 9,\n            \"total\": 9\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/access-domains?page%5Bnumber%5D=1&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Commercie\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/1\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Supply Chain\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Sales & Operations\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/3\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Tech & Data\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/6\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Real Estate\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/7\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Online\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/8\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Compliance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/9\"\n            }\n        }\n    ]\n}"},{"id":"c0b2ff03-a0fb-4f30-8461-0c033a594e5e","name":"Get all Access Domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v1/access-domains?page[size]=10","host":["https://my.company.3rdrisk.com/api/v1"],"path":["access-domains"],"query":[{"key":"page[number]","value":"1","type":"text","disabled":true},{"key":"page[size]","value":"10","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:20:30 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Commercie\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/1\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Supply Chain\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"name\": \"Sales & Operations\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/3\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"4\",\n            \"attributes\": {\n                \"name\": \"Human Resources & Payroll\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/4\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"5\",\n            \"attributes\": {\n                \"name\": \"Finance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/5\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Tech & Data\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/6\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"7\",\n            \"attributes\": {\n                \"name\": \"Real Estate\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/7\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"8\",\n            \"attributes\": {\n                \"name\": \"Online\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/8\"\n            }\n        },\n        {\n            \"type\": \"access-domains\",\n            \"id\": \"9\",\n            \"attributes\": {\n                \"name\": \"Compliance\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/9\"\n            }\n        }\n    ]\n}"}],"_postman_id":"071ebbf6-ffc1-492c-84ad-669c4b4bc0df"},{"name":"Get Access Domain","id":"a08799b3-3f27-418a-bbbf-cab60019b0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/access-domains/{{access_domain}}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Access domain: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["access-domains","{{access_domain}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0efaf027-a50d-43f5-908f-88a2f0afed83","name":"Get Access Domain","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/access-domains/{{access_domain}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.3"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Jun 2023 09:22:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n    },\n    \"data\": {\n        \"type\": \"access-domains\",\n        \"id\": \"2\",\n        \"attributes\": {\n            \"name\": \"Supply Chain\"\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/access-domains/2\"\n        }\n    }\n}"}],"_postman_id":"a08799b3-3f27-418a-bbbf-cab60019b0ef"}],"id":"de1a0f5a-aa5f-4ea0-9c69-8ad92244de07","_postman_id":"de1a0f5a-aa5f-4ea0-9c69-8ad92244de07","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"ThirdParties","item":[{"name":"Get all third parties","id":"7753c109-7e4a-4b4a-afdd-253daefce3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Third-party catalogue: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ed43ea46-e485-48d9-8dec-5e69f3b3f8a9","name":"Get all third parties","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 13:03:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 1,\n            \"perPage\": 100,\n            \"to\": 74,\n            \"total\": 74\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v1/third-parties?page%5Bnumber%5D=1&page%5Bsize%5D=100&sort=createdAt\",\n        \"last\": \"https://my.3rdrisk.test/api/v1/third-parties?page%5Bnumber%5D=1&page%5Bsize%5D=100&sort=createdAt\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"8fad1733-85fb-4631-b28a-5b087c967059\",\n            \"attributes\": {\n                \"name\": \"fsdfsdf\",\n                \"createdAt\": \"2022-07-06T11:27:53.000000Z\",\n                \"updatedAt\": \"2023-09-12T09:56:31.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOwner\": \"ba90ca19-b854-485b-9e83-1584ab0754db\",\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": \"gdgdfgdfgfdggdfg\",\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars2@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d672e83c-782e-4152-a789-22c6c9f23e2f\",\n            \"attributes\": {\n                \"name\": \"Sodexo Cleaning B.V.\",\n                \"createdAt\": \"2022-07-06T11:29:21.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Minor\",\n                \"userIdManager\": \"b99c62c1-539c-414e-8bb3-529054de92d7\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@Sodexo.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d672e83c-782e-4152-a789-22c6c9f23e2f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"14e8c491-1442-40f9-bdc4-942c125da1a0\",\n            \"attributes\": {\n                \"name\": \"Microsoft B.V.\",\n                \"createdAt\": \"2022-07-06T11:30:24.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOwner\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.microsoft.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"joostvanbeijsterveld@gmail.com\",\n                    \"complianceEmail\": \"joostvanbeijsterveld@gmail.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/14e8c491-1442-40f9-bdc4-942c125da1a0\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"126365f8-31f0-4ac9-b7f8-694728623f0a\",\n            \"attributes\": {\n                \"name\": \"Essent Nederland\",\n                \"createdAt\": \"2022-07-06T11:32:14.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOwner\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.essent.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@essent.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"403849958\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/126365f8-31f0-4ac9-b7f8-694728623f0a\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9190e705-3e9a-4c62-a509-f6bfd08ebb2e\",\n            \"attributes\": {\n                \"name\": \"PwC Digital Technology Services B.V.\",\n                \"createdAt\": \"2022-07-06T11:33:34.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Business partner\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"b99c62c1-539c-414e-8bb3-529054de92d7\",\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@PwC.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9190e705-3e9a-4c62-a509-f6bfd08ebb2e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"0a5e473f-fd34-4100-b3e6-fa5fcd79c7c1\",\n            \"attributes\": {\n                \"name\": \"Capgemini Nederland B.V.\",\n                \"createdAt\": \"2022-07-06T11:34:40.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"7cf305a1-c16a-47e4-9ad5-d597a160a02c\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.nl.capgemini.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@Capgemini.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/0a5e473f-fd34-4100-b3e6-fa5fcd79c7c1\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3223e906-f266-48b4-9e01-3006c5821c07\",\n            \"attributes\": {\n                \"name\": \"Siemens Germany\",\n                \"createdAt\": \"2022-07-06T11:36:32.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"7cf305a1-c16a-47e4-9ad5-d597a160a02c\",\n                \"userIdOwner\": \"7c8389d0-09a3-41d2-96fa-682a356a0646\",\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Critical\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.siemens.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": \"DE\",\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@siemens.de\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/3223e906-f266-48b4-9e01-3006c5821c07\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"f62cad99-247c-4d95-bb89-73cc6260b86c\",\n            \"attributes\": {\n                \"name\": \"HP Germany\",\n                \"createdAt\": \"2022-07-06T11:37:28.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Minor\",\n                \"userIdManager\": \"9544b850-3591-4b98-aa85-e4787e855372\",\n                \"userIdOwner\": \"7c8389d0-09a3-41d2-96fa-682a356a0646\",\n                \"userIdOfficer\": \"7fdb8606-f516-492b-952b-d171eb2bd371\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.hp.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": \"DE\",\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@HP.de\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/f62cad99-247c-4d95-bb89-73cc6260b86c\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"1c52ced6-023c-46c8-baf8-e218ae06cc9d\",\n            \"attributes\": {\n                \"name\": \"Siemens Industry Software Netherlands B.V.\",\n                \"createdAt\": \"2022-07-06T11:39:04.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Niche\",\n                \"userIdManager\": \"7cf305a1-c16a-47e4-9ad5-d597a160a02c\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@Siemens.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/1c52ced6-023c-46c8-baf8-e218ae06cc9d\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b6cda123-3551-4189-b6f9-ab581aabe48e\",\n            \"attributes\": {\n                \"name\": \"N.V. Nederlandse Spoorwegen\",\n                \"createdAt\": \"2022-07-18T10:15:11.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Joint-venture\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"7fdb8606-f516-492b-952b-d171eb2bd371\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.ns.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@NS.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"406229823\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/b6cda123-3551-4189-b6f9-ab581aabe48e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b786950c-75da-4b8e-93e7-8c1619ae8ef3\",\n            \"attributes\": {\n                \"name\": \"Deloitte Consulting B.V.\",\n                \"createdAt\": \"2022-08-01T06:45:10.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"userIdOwner\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"userIdOfficer\": \"ba90ca19-b854-485b-9e83-1584ab0754db\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www2.deloitte.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessments@deloitte.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/b786950c-75da-4b8e-93e7-8c1619ae8ef3\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"af7464fc-995b-46c2-8e61-b0cc2aa0ca7e\",\n            \"attributes\": {\n                \"name\": \"Koninklijke DSM N.V.\",\n                \"createdAt\": \"2022-08-01T15:47:09.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOwner\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOfficer\": \"7fdb8606-f516-492b-952b-d171eb2bd371\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.dsm.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessment@dsm.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/af7464fc-995b-46c2-8e61-b0cc2aa0ca7e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d12ba2c2-38b3-4175-9e30-36523356cfa2\",\n            \"attributes\": {\n                \"name\": \"Intergamma Nederland B.V.\",\n                \"createdAt\": \"2022-08-26T07:03:05.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.intergamma.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessments@intergamma.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d12ba2c2-38b3-4175-9e30-36523356cfa2\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"f404c91e-184b-4e77-95d7-f48149a14c6b\",\n            \"attributes\": {\n                \"name\": \"3rdRisk Solutions B.V.\",\n                \"createdAt\": \"2022-09-22T12:23:46.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOwner\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOfficer\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": null,\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/f404c91e-184b-4e77-95d7-f48149a14c6b\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"7c89fa47-e3f3-4579-87fb-35e94cc46fb2\",\n            \"attributes\": {\n                \"name\": \"Vodafone\",\n                \"createdAt\": \"2022-10-26T12:33:50.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.vodafone.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessment@vodafone.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"415569318\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/7c89fa47-e3f3-4579-87fb-35e94cc46fb2\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"739c746f-6c09-4518-9e3e-1ed78f217234\",\n            \"attributes\": {\n                \"name\": \"Albert Heijn\",\n                \"createdAt\": \"2022-10-26T12:39:08.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.ah.nl/\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessment@ah.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"407190156\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/739c746f-6c09-4518-9e3e-1ed78f217234\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c892ea13-9a60-428b-bd02-5bef4746ce6c\",\n            \"attributes\": {\n                \"name\": \"Evos Amsterdam West B.V.\",\n                \"createdAt\": \"2022-11-09T09:04:06.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Pre-contract\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOwner\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"userIdOfficer\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"description\": null,\n                \"riskProfile\": \"Critical\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.evos.eu\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"compliance@evos.eu\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"493246681\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c892ea13-9a60-428b-bd02-5bef4746ce6c\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"32c14f3e-117b-4e8c-8434-b4fca021df3f\",\n            \"attributes\": {\n                \"name\": \"T-Mobile Netherlands B.V.\",\n                \"createdAt\": \"2022-11-14T10:55:08.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOwner\": \"a59a4556-5f18-4e2c-8ac5-e4b576e22b93\",\n                \"userIdOfficer\": \"7fdb8606-f516-492b-952b-d171eb2bd371\",\n                \"description\": null,\n                \"riskProfile\": \"Critical\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.t-mobile.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Compliance@t-mobile.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"402521376\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/32c14f3e-117b-4e8c-8434-b4fca021df3f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"feabdcfa-501e-40fe-b40e-1199f7bf52ae\",\n            \"attributes\": {\n                \"name\": \"Jumbo Supermarkt\",\n                \"createdAt\": \"2022-11-15T03:43:52.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOwner\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOfficer\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.jumbo.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessment@jumbo.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"406419296\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/feabdcfa-501e-40fe-b40e-1199f7bf52ae\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"8c0e620e-da9c-49b2-978c-342c09472cf0\",\n            \"attributes\": {\n                \"name\": \"Koninklijke KPN N.V.\",\n                \"createdAt\": \"2022-11-15T03:45:15.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOwner\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Low\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.kpn.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"assessment@kpn.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8c0e620e-da9c-49b2-978c-342c09472cf0\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9c18cce4-29af-4b81-add6-981425bf6dc3\",\n            \"attributes\": {\n                \"name\": \"Atos Nederland B.V.\",\n                \"createdAt\": \"2022-11-25T09:49:33.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Minor\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://nl.atos.net\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"compliance@atos.net\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9c18cce4-29af-4b81-add6-981425bf6dc3\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"88368142-ae55-48e8-adc2-3e8f4563ed0e\",\n            \"attributes\": {\n                \"name\": \"Koninklijke Boskalis N.V.\",\n                \"createdAt\": \"2022-11-27T16:17:32.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Niche\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.boskalis.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"info@boskalis.com\",\n                    \"complianceEmail\": \"info@boskalis.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/88368142-ae55-48e8-adc2-3e8f4563ed0e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"dc45fc2d-2b5c-42a6-9c61-7271c1bba6d6\",\n            \"attributes\": {\n                \"name\": \"BDO Advisory B.V.\",\n                \"createdAt\": \"2023-01-26T18:24:06.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Business partner\",\n                \"source\": \"Third-party\",\n                \"category\": \"Niche\",\n                \"userIdManager\": null,\n                \"userIdOwner\": \"928bb7c3-8326-44e1-ae01-208da43b1382\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@Ahold.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/dc45fc2d-2b5c-42a6-9c61-7271c1bba6d6\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"353114bc-64e1-476a-8fad-4c46b9606dc0\",\n            \"attributes\": {\n                \"name\": \"KPMG Advisory N.V.\",\n                \"createdAt\": \"2023-01-26T18:25:58.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Niche\",\n                \"userIdManager\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOwner\": \"ae0e00c0-2f97-4adb-bdcc-8a6054e3575f\",\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.kpmg.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Infgo@www.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/353114bc-64e1-476a-8fad-4c46b9606dc0\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9bfe3716-99d0-4491-9da5-00a1046e6b66\",\n            \"attributes\": {\n                \"name\": \"Innervate B.V.\",\n                \"createdAt\": \"2023-01-29T16:40:34.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOwner\": \"ae0e00c0-2f97-4adb-bdcc-8a6054e3575f\",\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.innervate.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Info@Innervate.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"491295354\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9bfe3716-99d0-4491-9da5-00a1046e6b66\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"37091bd6-9309-4019-86b3-a3f0535d49d1\",\n            \"attributes\": {\n                \"name\": \"Medical Test Center B.V.\",\n                \"createdAt\": \"2023-03-13T07:34:11.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOwner\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOfficer\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.medicaltestcenter.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"rick@sollet.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/37091bd6-9309-4019-86b3-a3f0535d49d1\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b2ab4ef3-221b-4c1a-a370-a91703f7d6fa\",\n            \"attributes\": {\n                \"name\": \"TesT-PRO B.V.\",\n                \"createdAt\": \"2023-03-13T07:34:52.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.nu.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"rick@sollet.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/b2ab4ef3-221b-4c1a-a370-a91703f7d6fa\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d15039a5-a598-4183-aca7-b19f2bad4476\",\n            \"attributes\": {\n                \"name\": \"Jelletest123\",\n                \"createdAt\": \"2023-04-17T06:53:56.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"userIdOwner\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"userIdOfficer\": \"62b65180-ff24-4ad9-8ecd-c7fb76a2ae04\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"Haarlem\",\n                    \"state\": \"Noord-Holland\",\n                    \"address\": \"Adres1\",\n                    \"website\": \"https://www.jellejelle.nl\",\n                    \"zipCode\": \"2013ZN\",\n                    \"phoneNumber\": \"0613569147\",\n                    \"countryCode\": \"DZ\",\n                    \"contactEmail\": \"jellegroenendaal@gmail.com\",\n                    \"complianceEmail\": \"jellegroenendaal@gmail.com\",\n                    \"addressAdditional\": \"Adres2\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d15039a5-a598-4183-aca7-b19f2bad4476\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9dacee9a-d4e3-406c-bb7f-e7dc6e6db3ae\",\n            \"attributes\": {\n                \"name\": \"Securesult\",\n                \"createdAt\": \"2023-06-16T06:23:13.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ae0e00c0-2f97-4adb-bdcc-8a6054e3575f\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"jelle@groenendaal.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9dacee9a-d4e3-406c-bb7f-e7dc6e6db3ae\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"20963981-31df-40a6-a0e3-3dde80e3a6c3\",\n            \"attributes\": {\n                \"name\": \"Delta Helium Test B.V.\",\n                \"createdAt\": \"2023-06-20T10:04:25.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOwner\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.deltaheliumtest.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"a@a.nl\",\n                    \"complianceEmail\": \"a@a.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/20963981-31df-40a6-a0e3-3dde80e3a6c3\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"424560ee-afe3-4cdb-bf62-4ed883f17788\",\n            \"attributes\": {\n                \"name\": \"Testen.nl\",\n                \"createdAt\": \"2023-06-20T10:05:22.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"High\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://www.testen.nl\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"test@tesrt.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/424560ee-afe3-4cdb-bf62-4ed883f17788\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"139fa469-1362-4c45-932b-7689ac1dc964\",\n            \"attributes\": {\n                \"name\": \"Brightly Software\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"John.schultz@brightlysoftware.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/139fa469-1362-4c45-932b-7689ac1dc964\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"1c247504-3c31-465e-b500-a5c715b993d0\",\n            \"attributes\": {\n                \"name\": \"Contentful \",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"louisa.rinke-senft@contentful.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/1c247504-3c31-465e-b500-a5c715b993d0\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"78fd429f-8d44-44e4-8cde-85b744c8d41c\",\n            \"attributes\": {\n                \"name\": \"Iwconnect\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"dragan.bozhinovski@iwconnect.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/78fd429f-8d44-44e4-8cde-85b744c8d41c\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"7b6ae9d5-469c-4426-bd78-e27e76578272\",\n            \"attributes\": {\n                \"name\": \"Coupa\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"caroline.lacocque@coupa.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/7b6ae9d5-469c-4426-bd78-e27e76578272\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"88f628b8-3a40-42f6-857c-c8e117d8cae5\",\n            \"attributes\": {\n                \"name\": \"Epicor\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"deanh.warner@epicor.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/88f628b8-3a40-42f6-857c-c8e117d8cae5\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9662e09c-1f85-428b-9644-552a0c8b5f44\",\n            \"attributes\": {\n                \"name\": \"Coforce\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"nhendriks@coforce.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9662e09c-1f85-428b-9644-552a0c8b5f44\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"99e2bc2c-5df2-46a7-9480-f6eebdb8bee5\",\n            \"attributes\": {\n                \"name\": \"Docebo\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"omar.rai@docebo.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/99e2bc2c-5df2-46a7-9480-f6eebdb8bee5\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c11bc517-be38-4ff5-8032-463925e19d38\",\n            \"attributes\": {\n                \"name\": \"ClickLearn\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"pfe@clicklearn.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c11bc517-be38-4ff5-8032-463925e19d38\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d456c03e-19c4-409d-b92f-ada23b466046\",\n            \"attributes\": {\n                \"name\": \"Basware\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"mniemeijer@icreative.nl\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d456c03e-19c4-409d-b92f-ada23b466046\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"f2e55164-7595-475c-89e2-8fe7531c7d13\",\n            \"attributes\": {\n                \"name\": \"Planview \",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"rmckerrow@planview.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/f2e55164-7595-475c-89e2-8fe7531c7d13\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"f40f2fbe-7401-4ea1-b829-6488c8da7e3c\",\n            \"attributes\": {\n                \"name\": \"SAP\",\n                \"createdAt\": \"2023-06-22T11:06:29.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"marijn.stevens@sap.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/f40f2fbe-7401-4ea1-b829-6488c8da7e3c\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"2470736e-a3dc-48f1-8ee4-0bb5f7453e99\",\n            \"attributes\": {\n                \"name\": \"Acrovision\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"Neill@acrovision.co.uk\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/2470736e-a3dc-48f1-8ee4-0bb5f7453e99\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"6f27dd1e-e638-4a87-9ceb-a673984bce49\",\n            \"attributes\": {\n                \"name\": \"Contentserv\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"mark.smeulders@contentserv.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/6f27dd1e-e638-4a87-9ceb-a673984bce49\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"868648db-4e2a-49d0-820b-b6c9e4db4431\",\n            \"attributes\": {\n                \"name\": \"Datema\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"roger.andersson@datema.se\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/868648db-4e2a-49d0-820b-b6c9e4db4431\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d8fd7a8d-4e7e-4a15-96a0-4179665dbf24\",\n            \"attributes\": {\n                \"name\": \"Transinnovate\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"p.struiwigh@transinnovate.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d8fd7a8d-4e7e-4a15-96a0-4179665dbf24\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e72f19be-70d7-4c92-ad1a-e47bfa55e7c4\",\n            \"attributes\": {\n                \"name\": \"Sensolus\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"steven.vanhoof@sensolus.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/e72f19be-70d7-4c92-ad1a-e47bfa55e7c4\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"ecc8d96a-7854-41af-8d36-95acfd1df1b4\",\n            \"attributes\": {\n                \"name\": \"Snaplogic\",\n                \"createdAt\": \"2023-06-22T11:06:30.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b6ec6ea1-90cb-41b7-be06-8a6ba236ac1e\",\n                \"description\": null,\n                \"riskProfile\": \"Medium\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": null,\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"mmilojevic@snaplogic.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/ecc8d96a-7854-41af-8d36-95acfd1df1b4\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"01aeb5c3-2e02-4f04-a3a1-524e99d24675\",\n            \"attributes\": {\n                \"name\": \"test joost\",\n                \"createdAt\": \"2023-07-27T09:53:56.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Pre-contract\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://joostfietst.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"joost@3rdrisk.com\",\n                    \"complianceEmail\": \"joost@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/01aeb5c3-2e02-4f04-a3a1-524e99d24675\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"29e39e75-cdf9-40cf-98be-af82c00977d7\",\n            \"attributes\": {\n                \"name\": \"Jumbo Verhuur B.V.\",\n                \"createdAt\": \"2023-08-15T10:37:05.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOwner\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://sdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"sdf@fsdf.com\",\n                    \"complianceEmail\": \"sdf@sdfjlksjd.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": \"413951661\",\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/29e39e75-cdf9-40cf-98be-af82c00977d7\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"fa9ec05c-6adf-4693-a8e2-ab4a37f6de6d\",\n            \"attributes\": {\n                \"name\": \"sdfsdf\",\n                \"createdAt\": \"2023-08-31T09:51:49.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"7fdb8606-f516-492b-952b-d171eb2bd371\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"Lars@3rdrisk.com\",\n                    \"complianceEmail\": \"Lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/fa9ec05c-6adf-4693-a8e2-ab4a37f6de6d\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"71150e4b-af1e-41e0-9ced-a4e23926c3c7\",\n            \"attributes\": {\n                \"name\": \"fsdfsdfsdf\",\n                \"createdAt\": \"2023-08-31T10:12:55.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Strategic\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"Lars@3rdrisk.com\",\n                    \"complianceEmail\": \"Lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/71150e4b-af1e-41e0-9ced-a4e23926c3c7\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"9cc46f88-d755-48a6-bc3e-3b44a79e5297\",\n            \"attributes\": {\n                \"name\": \"dasdasd\",\n                \"createdAt\": \"2023-09-01T13:30:42.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Trust\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"b99c62c1-539c-414e-8bb3-529054de92d7\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://asdasd\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"Lars@3rdrisk.com\",\n                    \"complianceEmail\": \"Lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/9cc46f88-d755-48a6-bc3e-3b44a79e5297\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"4481be71-dd8c-4b5d-b256-3b6ca9fcecda\",\n            \"attributes\": {\n                \"name\": \"Sunny OmniLight NanoOptics Technology Co., Ltd. 舜宇奥来半导体光学技术(上海)有限公司\",\n                \"createdAt\": \"2023-09-04T10:08:51.000000Z\",\n                \"updatedAt\": \"2023-09-05T09:25:13.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"ee94c0ab-2a28-4234-b9b8-376d95eb3d7e\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://fsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@test.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/4481be71-dd8c-4b5d-b256-3b6ca9fcecda\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"fd45d92f-ea56-47b9-9ba7-3bcce0b07c36\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-05T14:22:23.000000Z\",\n                \"updatedAt\": \"2023-09-05T14:22:23.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": null,\n                \"type\": null,\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": null,\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/fd45d92f-ea56-47b9-9ba7-3bcce0b07c36\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"0dddd676-7380-441c-acbb-8ab3ff02bb6f\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-05T14:26:41.000000Z\",\n                \"updatedAt\": \"2023-09-05T14:26:41.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": null,\n                \"type\": null,\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": null,\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/0dddd676-7380-441c-acbb-8ab3ff02bb6f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e37d8aba-bbec-4cc1-b26e-5ff34fa618ca\",\n            \"attributes\": {\n                \"name\": \"fsdfsdf\",\n                \"createdAt\": \"2023-09-06T09:46:21.000000Z\",\n                \"updatedAt\": \"2023-09-06T09:46:21.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"a9cd3e05-5be2-463a-97b7-771cc740ffcc\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": \"Lars@3rdrisk.com\",\n                    \"complianceEmail\": \"Lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/e37d8aba-bbec-4cc1-b26e-5ff34fa618ca\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c3170ffd-c709-44b2-9777-d6847ef69c1f\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-06T11:25:50.000000Z\",\n                \"updatedAt\": \"2023-09-06T11:25:50.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": null,\n                \"type\": null,\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c3170ffd-c709-44b2-9777-d6847ef69c1f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b72b595d-47ab-474c-bacf-4206d0148794\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-06T11:27:43.000000Z\",\n                \"updatedAt\": \"2023-09-06T11:27:43.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": null,\n                \"type\": null,\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/b72b595d-47ab-474c-bacf-4206d0148794\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"08c5a770-1370-46d3-a4b9-a3864d27864a\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-06T11:29:36.000000Z\",\n                \"updatedAt\": \"2023-09-06T11:29:36.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": null,\n                \"type\": null,\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/08c5a770-1370-46d3-a4b9-a3864d27864a\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c8ca83d2-20a9-4ace-bae9-103e368f0e8b\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-06T11:55:14.000000Z\",\n                \"updatedAt\": \"2023-09-06T11:55:14.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c8ca83d2-20a9-4ace-bae9-103e368f0e8b\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"2ae33372-bffb-4276-a6be-befd64d7b7a3\",\n            \"attributes\": {\n                \"name\": \"test\",\n                \"createdAt\": \"2023-09-06T12:14:51.000000Z\",\n                \"updatedAt\": \"2023-09-06T12:14:51.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Inactive\",\n                \"type\": \"Supplier\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"sdfsdf\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"lars@3rdrisk.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/2ae33372-bffb-4276-a6be-befd64d7b7a3\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d01565f7-1ceb-472a-bcb9-82eb3332d89d\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-07T11:42:18.000000Z\",\n                \"updatedAt\": \"2023-09-07T11:42:18.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/d01565f7-1ceb-472a-bcb9-82eb3332d89d\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"5d485fd3-5205-40fb-89c9-5cb9c3bf3230\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-07T11:48:28.000000Z\",\n                \"updatedAt\": \"2023-09-07T11:48:28.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/5d485fd3-5205-40fb-89c9-5cb9c3bf3230\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"988812e9-28c6-4a26-8308-71933dd1eaa7\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-07T12:23:15.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:23:15.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/988812e9-28c6-4a26-8308-71933dd1eaa7\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"8e3058c6-40c2-48e9-88ab-544b6549838a\",\n            \"attributes\": {\n                \"name\": \"Hey Joost\",\n                \"createdAt\": \"2023-09-07T12:25:59.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:25:59.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8e3058c6-40c2-48e9-88ab-544b6549838a\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c6e18b6c-32f0-4cf3-9c4a-23f76993e2d0\",\n            \"attributes\": {\n                \"name\": \"ABC\",\n                \"createdAt\": \"2023-09-07T12:34:10.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:34:10.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c6e18b6c-32f0-4cf3-9c4a-23f76993e2d0\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"c048f8c1-feb0-49de-b002-5ac2ef908b08\",\n            \"attributes\": {\n                \"name\": \"ABC\",\n                \"createdAt\": \"2023-09-07T12:34:33.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:34:33.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/c048f8c1-feb0-49de-b002-5ac2ef908b08\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"4438c35a-b35d-4870-9367-3986ef5aa722\",\n            \"attributes\": {\n                \"name\": \"ABC\",\n                \"createdAt\": \"2023-09-07T12:35:51.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:35:51.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/4438c35a-b35d-4870-9367-3986ef5aa722\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"17125147-8a9e-4dff-8216-e04890ce93fb\",\n            \"attributes\": {\n                \"name\": \"ABC\",\n                \"createdAt\": \"2023-09-07T12:48:50.000000Z\",\n                \"updatedAt\": \"2023-09-07T12:48:50.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/17125147-8a9e-4dff-8216-e04890ce93fb\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"db657166-2ca9-4df9-bfa7-c3c3de606eee\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-15T12:51:20.000000Z\",\n                \"updatedAt\": \"2023-09-15T12:51:20.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/db657166-2ca9-4df9-bfa7-c3c3de606eee\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"90cf6f0a-0442-4711-b713-1c4587df9173\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-15T12:51:39.000000Z\",\n                \"updatedAt\": \"2023-09-15T12:51:39.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/90cf6f0a-0442-4711-b713-1c4587df9173\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"eb5d747e-e647-4cd1-970f-6503238c8395\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"createdAt\": \"2023-09-15T12:52:37.000000Z\",\n                \"updatedAt\": \"2023-09-15T12:52:37.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": null,\n                \"userIdManager\": null,\n                \"userIdOwner\": null,\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": null,\n                    \"state\": null,\n                    \"address\": null,\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": null,\n                    \"phoneNumber\": null,\n                    \"countryCode\": null,\n                    \"contactEmail\": null,\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": null\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/eb5d747e-e647-4cd1-970f-6503238c8395\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"dbc82f62-f8e3-48f7-b673-52f8a127d927\",\n            \"attributes\": {\n                \"name\": \"ABC\",\n                \"createdAt\": \"2023-09-15T12:53:34.000000Z\",\n                \"updatedAt\": \"2023-09-15T12:53:34.000000Z\",\n                \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"source\": \"Third-party\",\n                \"category\": \"Major\",\n                \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n                \"description\": null,\n                \"riskProfile\": \"Pending\",\n                \"organisationFields\": {\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"address\": \"address\",\n                    \"website\": \"https://example.com\",\n                    \"zipCode\": \"1234AB\",\n                    \"phoneNumber\": \"06123456789\",\n                    \"countryCode\": \"NL\",\n                    \"contactEmail\": \"test@test.com\",\n                    \"complianceEmail\": \"test@test.com\",\n                    \"addressAdditional\": \"test\"\n                },\n                \"externalContext\": {\n                    \"dunsNumber\": null,\n                    \"cyberSecurityScore\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/dbc82f62-f8e3-48f7-b673-52f8a127d927\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7753c109-7e4a-4b4a-afdd-253daefce3cc"},{"name":"Show a third party","id":"7d670fd5-ff9d-4ebe-972a-13869d6aa71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties/{{third_party_uuid}}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Third-party catalogue: read</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","{{third_party_uuid}}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"84ce080b-4a66-4246-9dbe-919b0f7d6eeb","name":"Show a third party","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 13:03:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"8fad1733-85fb-4631-b28a-5b087c967059\",\n        \"attributes\": {\n            \"name\": \"fsdfsdf\",\n            \"createdAt\": \"2022-07-06T11:27:53.000000Z\",\n            \"updatedAt\": \"2023-09-12T09:56:31.000000Z\",\n            \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n            \"status\": \"Active\",\n            \"type\": \"Vendor\",\n            \"source\": \"Third-party\",\n            \"category\": \"Strategic\",\n            \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n            \"userIdOwner\": \"ba90ca19-b854-485b-9e83-1584ab0754db\",\n            \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n            \"description\": \"gdgdfgdfgfdggdfg\",\n            \"riskProfile\": \"Pending\",\n            \"organisationFields\": {\n                \"city\": null,\n                \"state\": null,\n                \"address\": null,\n                \"website\": \"https://sdfsdf\",\n                \"zipCode\": null,\n                \"phoneNumber\": null,\n                \"countryCode\": null,\n                \"contactEmail\": null,\n                \"complianceEmail\": \"lars2@3rdrisk.com\",\n                \"addressAdditional\": null\n            },\n            \"externalContext\": {\n                \"dunsNumber\": null,\n                \"cyberSecurityScore\": null\n            },\n            \"customFields\": {\n                \"test_name\": \"this is a test\",\n                \"product_owner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\"\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059\"\n        }\n    }\n}"}],"_postman_id":"7d670fd5-ff9d-4ebe-972a-13869d6aa71f"},{"name":"Store new third party","id":"57ad20b8-c418-4b4c-903e-fc954fb775c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"TEST\",\n            \"status\": \"ACTIVE\",\n            \"selectedType\": \"VENDOR\",\n            \"userIdOfficer\": \"1c4d3b36-7c3a-4495-af2b-9c8ba56a7223\",\n            \"complianceEmail\": \"test@test.com\",\n            \"website\": \"https://example.com\",\n            \"customFields\": {\n                \"test_name\": \"this is a test\",\n                \"product_owner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v1/third-parties","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Third-party Catalogue: create &amp; read</li>\n</ul>\n<h2 id=\"enums\">Enums</h2>\n<p>The following attributes are based on enums: Status, SelectedType, Category and RiskProfile.<br />These values are allowed per enum:</p>\n<h3 id=\"status\">Status</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'ACTIVE'\n'INACTIVE'\n'PRE_CONTRACT'\n'SUSPENDED'\n\n</code></pre><h3 id=\"selectedtype\">SelectedType</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'VENDOR'\n'SUPPLIER'\n'SERVICE_PROVIDER'\n'BUSINESS_PARTNER'\n'JOINT_VENTURE'\n'ALLIANCE'\n'DISTRIBUTOR'\n'RESELLER'\n'AGENT'\n'CONTRACTOR'\n'LEGAL_ENTITY'\n'TRUST'\n'PARTNERSHIP'\n'NATURAL_PERSON'\n'OTHER'\n\n</code></pre><h3 id=\"category\">Category</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'STRATEGIC'\n'MAJOR'\n'NICHE'\n'MINOR'\n\n</code></pre><h3 id=\"riskprofile\">RiskProfile</h3>\n<p>RiskProfile is not required and if left empty will be set to PENDING.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'LOW'\n'MEDIUM'\n'HIGH'\n'CRITICAL'\n'PENDING'\n\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[{"disabled":true,"key":"name","value":"Test name"}],"variable":[]}},"response":[{"id":"1f7327c8-2744-4ac3-9d75-c90aedd20479","name":"Miminal information","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"status\": \"ACTIVE\",\n            \"selectedType\": \"VENDOR\",\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"complianceEmail\": \"test@test.com\",\n            \"website\": \"https://example.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.3rdrisk.test/api/v1/third-parties"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Location","value":"https://my.3rdrisk.test/api/v1/third-parties/90cf6f0a-0442-4711-b713-1c4587df9173"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 12:51:39 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/90cf6f0a-0442-4711-b713-1c4587df9173\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"90cf6f0a-0442-4711-b713-1c4587df9173\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"createdAt\": \"2023-09-15T12:51:39.000000Z\",\n            \"updatedAt\": \"2023-09-15T12:51:39.000000Z\",\n            \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n            \"status\": \"Active\",\n            \"type\": \"Vendor\",\n            \"source\": \"Third-party\",\n            \"category\": null,\n            \"userIdManager\": null,\n            \"userIdOwner\": null,\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"description\": null,\n            \"riskProfile\": \"Pending\",\n            \"organisationFields\": {\n                \"city\": null,\n                \"state\": null,\n                \"address\": null,\n                \"website\": \"https://example.com\",\n                \"zipCode\": null,\n                \"phoneNumber\": null,\n                \"countryCode\": null,\n                \"contactEmail\": null,\n                \"complianceEmail\": \"test@test.com\",\n                \"addressAdditional\": null\n            },\n            \"externalContext\": {\n                \"dunsNumber\": null,\n                \"cyberSecurityScore\": null\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/90cf6f0a-0442-4711-b713-1c4587df9173\"\n        }\n    }\n}"},{"id":"82b68b01-0c28-4dde-83bc-fb17e8369482","name":"All information","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"ABC\",\n            \"status\": \"ACTIVE\",\n            \"selectedType\": \"VENDOR\",\n            \"category\": \"MAJOR\",\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"complianceEmail\": \"test@test.com\",\n            \"website\": \"https://example.com\",\n            \"city\": \"city\",\n            \"state\" : \"state\",\n            \"address\" : \"address\",\n            \"zipCode\" : \"1234AB\",\n            \"phoneNumber\" : \"06123456789\",\n            \"countryCode\" : \"NL\",\n            \"contactEmail\" : \"test@test.com\",\n            \"addressAdditional\" : \"test\",\n            \"customFields\": {\n                \"test_name\": \"this is a test\",\n                \"product_owner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v1/third-parties"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Location","value":"https://my.3rdrisk.test/api/v1/third-parties/dbc82f62-f8e3-48f7-b673-52f8a127d927"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 12:53:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/dbc82f62-f8e3-48f7-b673-52f8a127d927\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"dbc82f62-f8e3-48f7-b673-52f8a127d927\",\n        \"attributes\": {\n            \"name\": \"ABC\",\n            \"createdAt\": \"2023-09-15T12:53:34.000000Z\",\n            \"updatedAt\": \"2023-09-15T12:53:34.000000Z\",\n            \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n            \"status\": \"Active\",\n            \"type\": \"Vendor\",\n            \"source\": \"Third-party\",\n            \"category\": \"Major\",\n            \"userIdManager\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"userIdOwner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"description\": null,\n            \"riskProfile\": \"Pending\",\n            \"organisationFields\": {\n                \"city\": \"city\",\n                \"state\": \"state\",\n                \"address\": \"address\",\n                \"website\": \"https://example.com\",\n                \"zipCode\": \"1234AB\",\n                \"phoneNumber\": \"06123456789\",\n                \"countryCode\": \"NL\",\n                \"contactEmail\": \"test@test.com\",\n                \"complianceEmail\": \"test@test.com\",\n                \"addressAdditional\": \"test\"\n            },\n            \"externalContext\": {\n                \"dunsNumber\": null,\n                \"cyberSecurityScore\": null\n            },\n            \"customFields\": {\n                \"test_name\": \"this is a test\",\n                \"product_owner\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\"\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/dbc82f62-f8e3-48f7-b673-52f8a127d927\"\n        }\n    }\n}"}],"_postman_id":"57ad20b8-c418-4b4c-903e-fc954fb775c5"},{"name":"Update a third party","id":"436a11c3-5c59-440c-ba22-d1f286654c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"{{third_party_uuid}}\",\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"status\": \"ACTIVE\",\n            \"selectedType\": \"VENDOR\",\n            \"communicationLanguage\": \"en-GB\",\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"complianceEmail\": \"test@test.com\",\n            \"website\": \"https://example.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v1/third-parties/{third_party_uuid}","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Third-party Catalogue: update</li>\n</ul>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required / optional</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>required</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>required</td>\n<td>enum (see enums: Status)</td>\n</tr>\n<tr>\n<td>selectedType</td>\n<td>required</td>\n<td>enum (see enums: SelectedType)</td>\n</tr>\n<tr>\n<td>communicationLanguage</td>\n<td>required</td>\n<td>(nl-NL, en-GB, de-DE, es-ES)</td>\n</tr>\n<tr>\n<td>userIdOfficer</td>\n<td>required</td>\n<td>string (UUID of user)</td>\n</tr>\n<tr>\n<td>complianceEmail</td>\n<td>required</td>\n<td>string (email format)</td>\n</tr>\n<tr>\n<td>website</td>\n<td>required</td>\n<td>string</td>\n</tr>\n<tr>\n<td>city</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>state</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>country</td>\n<td>optional</td>\n<td>string (ISO 3166 Alpha-2 format)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>contactEmail</td>\n<td>optional</td>\n<td>string (email format)</td>\n</tr>\n<tr>\n<td>addressAdditional</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>userIdManager</td>\n<td>optional</td>\n<td>string (UUID of user)</td>\n</tr>\n<tr>\n<td>userIdOwner</td>\n<td>optional</td>\n<td>string (UUID of user)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","{third_party_uuid}"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"031c2851-47e0-4635-94f2-117e58589a36","name":"Minimal information","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"8fad1733-85fb-4631-b28a-5b087c967059\",\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"status\": \"ACTIVE\",\n            \"selectedType\": \"VENDOR\",\n            \"communicationLanguage\": \"en-GB\",\n            \"userIdOfficer\": \"c1feecca-8a46-46df-831a-4a6e94d29e18\",\n            \"complianceEmail\": \"test@test.com\",\n            \"website\": \"https://example.com\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 13:04:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"8fad1733-85fb-4631-b28a-5b087c967059\",\n        \"attributes\": {\n            \"name\": \"Test\",\n            \"createdAt\": \"2022-07-06T11:27:53.000000Z\",\n            \"updatedAt\": \"2023-09-15T13:04:37.000000Z\",\n            \"userId\": \"7970f169-494b-4410-a000-2c543c8e749d\",\n            \"status\": \"Active\",\n            \"type\": \"Vendor\",\n            \"source\": \"Third-party\",\n            \"category\": \"Strategic\",\n            \"userIdManager\": \"b97eae50-9ff2-472d-a943-34405916c9b1\",\n            \"userIdOwner\": \"ba90ca19-b854-485b-9e83-1584ab0754db\",\n            \"userIdOfficer\": \"edf56e21-7575-4bc3-b137-92f4a5e58342\",\n            \"description\": \"gdgdfgdfgfdggdfg\",\n            \"riskProfile\": \"Pending\",\n            \"organisationFields\": {\n                \"city\": null,\n                \"state\": null,\n                \"address\": null,\n                \"website\": \"https://example.com\",\n                \"zipCode\": null,\n                \"phoneNumber\": null,\n                \"countryCode\": null,\n                \"contactEmail\": null,\n                \"complianceEmail\": \"test@test.com\",\n                \"addressAdditional\": null\n            },\n            \"externalContext\": {\n                \"dunsNumber\": null,\n                \"cyberSecurityScore\": null\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059\"\n        }\n    }\n}"}],"_postman_id":"436a11c3-5c59-440c-ba22-d1f286654c21"},{"name":"Delete a third party","id":"e7203434-eeb3-4f16-b112-202eb791ad56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059","description":"<h2 id=\"permissions\">Permissions</h2>\n<p>To be able to use this endpoint, make sure your api_token is granted the following permissions:</p>\n<ul>\n<li>Third-party Catalogue: delete</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","8fad1733-85fb-4631-b28a-5b087c967059"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1368a88e-d163-42f7-82ec-43dc986d6f74","name":"Delete a third party","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties/8fad1733-85fb-4631-b28a-5b087c967059"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 15 Sep 2023 13:05:36 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e7203434-eeb3-4f16-b112-202eb791ad56"}],"id":"adc9ee7f-b44d-4da0-999f-c39cc2a598ec","description":"<p>ThirdParties also called Third Party Catalogue are the basis for the TPRM (Third Party Risk Management) module. Without one you can not sent Assessments.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required / optional</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>required</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>required</td>\n<td>enum (see enums: Status)</td>\n</tr>\n<tr>\n<td>selectedType</td>\n<td>required</td>\n<td>enum (see enums: SelectedType)</td>\n</tr>\n<tr>\n<td>userIdOfficer</td>\n<td>required</td>\n<td>string (UUID of user)</td>\n</tr>\n<tr>\n<td>complianceEmail</td>\n<td>required</td>\n<td>string (email format)</td>\n</tr>\n<tr>\n<td>website</td>\n<td>required</td>\n<td>string</td>\n</tr>\n<tr>\n<td>city</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>state</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>country</td>\n<td>optional</td>\n<td>string (ISO 3166 Alpha-2 format)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>contactEmail</td>\n<td>optional</td>\n<td>string (email format)</td>\n</tr>\n<tr>\n<td>addressAdditional</td>\n<td>optional</td>\n<td>string</td>\n</tr>\n<tr>\n<td>userIdManager</td>\n<td>optional</td>\n<td>string (UUID of user)</td>\n</tr>\n<tr>\n<td>userIdOwner</td>\n<td>optional</td>\n<td>string (UUID of user)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"adc9ee7f-b44d-4da0-999f-c39cc2a598ec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}}],"id":"1d3ccae1-8bb9-4d68-84c0-b1bb28a14d83","_postman_id":"1d3ccae1-8bb9-4d68-84c0-b1bb28a14d83","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"2.x","item":[{"name":"Risks","item":[{"name":"Relationships","item":[{"name":"Third parties","id":"0076ba9a-a975-4107-b5f3-212565cda44c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/{{risk_id}}/third-parties","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","{{risk_id}}","third-parties"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b7b16ea7-5512-475a-95bf-58fd98ef3fe7","name":"Third parties","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/{{risk_id}}/third-parties"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/third-parties\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/third-parties\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\",\n            \"attributes\": {\n                \"name\": \"test 2\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"test.nl\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.nl\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-10T09:11:42.000000Z\",\n                \"updatedAt\": \"2024-10-10T09:11:42.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"customFieldValues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/custom-field-values\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/custom-field-values\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d73eed17-0e3e-4fd1-88c4-32f6cbce7698\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:32:11.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:32:11.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"customFieldValues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/custom-field-values\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/custom-field-values\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n            \"attributes\": {\n                \"name\": \"test party\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": \"Major\",\n                \"organisationType\": \"org type\",\n                \"organisationGroup\": \"org group\",\n                \"branchOrIndustry\": \"COMMERCE\",\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"test group\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"Fake 31\",\n                \"city\": \"Fake city\",\n                \"zipCode\": \"1234 FA\",\n                \"website\": \"fake.com\",\n                \"addressAdditional\": \"po box\",\n                \"state\": \"state provice\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"fake@email.com\",\n                \"phoneNumber\": \"01234566789\",\n                \"generalEmail\": \"general@email.com\",\n                \"emailContact\": \"contact@email.com\",\n                \"phoneNumberContact\": \"1234567890\",\n                \"purchaseEmail\": \"purchase@email.com\",\n                \"riskProfile\": 2,\n                \"description\": \"test description\",\n                \"bankAccount\": \"bank account\",\n                \"swiftCode\": \"swift code\",\n                \"bankName\": \"banke name\",\n                \"vatNumber\": \"vat number\",\n                \"commercialRegisterNumber\": \"commercial register number\",\n                \"externalContext\": {\n                    \"duns_number\": \"duns numb\",\n                    \"cybersecurity_score\": \"cyber score\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"internal ref id\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:50.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"customFieldValues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/custom-field-values\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/custom-field-values\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0076ba9a-a975-4107-b5f3-212565cda44c"},{"name":"Issues","id":"04037854-1007-449f-bf51-fda35c2009ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/{{risk_id}}/issues","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","{{risk_id}}","issues"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"33651fea-93af-48de-98a3-98afce240954","name":"Issues","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/{{risk_id}}/issues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/issues\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/issues\"\n    },\n    \"data\": [\n        {\n            \"type\": \"issues\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"userIssueId\": \"test issue id 2\",\n                \"title\": \"test issue title 2\",\n                \"description\": \"<p>test description 2</p>\",\n                \"source\": \"test.nl\",\n                \"type\": \"OCCURRENCE\",\n                \"status\": \"OPEN\",\n                \"finalNoticeSentAt\": null,\n                \"lastStatusUpdateAt\": \"2024-11-19T13:03:02.000000Z\",\n                \"dueDate\": \"2024-11-30T22:59:59.000000Z\",\n                \"criticality\": \"HIGH\",\n                \"notifyOwner\": 1,\n                \"active\": 1,\n                \"numberOfAffectedIndividuals\": null,\n                \"reportDate\": \"2024-11-01T13:03:02.000000Z\",\n                \"notifyRiskOfficer\": 1,\n                \"createdAt\": \"2024-11-19T13:02:15.000000Z\",\n                \"updatedAt\": \"2024-11-19T13:03:02.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/user\"\n                    }\n                },\n                \"lastStatusUpdateUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/last-status-update-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/last-status-update-user\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/risk-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/issues/2\"\n            }\n        }\n    ]\n}"}],"_postman_id":"04037854-1007-449f-bf51-fda35c2009ed"},{"name":"Risks","id":"5519540b-c18a-4516-9852-b81982e7290a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/risks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","{{risk_id}}","risks"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6bd57936-e357-4ad3-a9a1-633d0b725a32","name":"Risks","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/risks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risks\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risks\"\n    },\n    \"data\": [\n        {\n            \"type\": \"risks\",\n            \"id\": \"ba12d4c4-a37e-48eb-9e5e-d721ddda0877\",\n            \"attributes\": {\n                \"userRiskId\": \"test id 2\",\n                \"status\": true,\n                \"informReporter\": true,\n                \"title\": \"test title 2\",\n                \"description\": \"risk description 2\",\n                \"informOwner\": true,\n                \"informOfficer\": true,\n                \"financialBestCase\": \"\",\n                \"financialMiddleCase\": \"\",\n                \"financialWorstCase\": \"\",\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": \"\",\n                \"level\": \"Level 2\",\n                \"object\": \"Hardware\",\n                \"likelihoodDescription\": \"\",\n                \"impactDescription\": \"\",\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": \"\",\n                \"residualRisk\": 1,\n                \"residualRiskDescription\": \"\",\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": \"\",\n                \"riskClosureReason\": \"\",\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-19T10:28:48.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:40:57.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877\"\n            }\n        }\n    ]\n}"}],"_postman_id":"5519540b-c18a-4516-9852-b81982e7290a"},{"name":"Contracts","id":"8036a2b2-9639-48b6-ab47-6b508562a60a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/contracts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","{{risk_id}}","contracts"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a82c3fc2-a14a-41b7-bf3b-d6b7cd8875fd","name":"Contracts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/contracts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/contracts\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/contracts\"\n    },\n    \"data\": [\n        {\n            \"type\": \"contracts\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"name\": \"Default contract\",\n                \"status\": \"Active\",\n                \"description\": null,\n                \"dateStart\": \"2024-10-10\",\n                \"dateEnd\": \"2027-10-10\",\n                \"createdAt\": \"2024-10-10T09:11:42.000000Z\",\n                \"updatedAt\": \"2024-10-10T09:11:42.000000Z\"\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/2\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8036a2b2-9639-48b6-ab47-6b508562a60a"},{"name":"Risk domains","id":"cc6cf773-c1f7-4698-a3a1-8a744b9397c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/risk-domains","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","{{risk_id}}","risk-domains"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"bd40206e-88dc-4da0-a0a3-70d6ce3e8170","name":"Risk domains","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/risks/{{risk_id}}/risk-domains"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-domains\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-domains\"\n    },\n    \"data\": [\n        {\n            \"type\": \"risk-domains\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"name\": \"Test domain 1\",\n                \"description\": \"If you have any questions related to this Risk Domain, please reach out to the risk manager.\",\n                \"score_low\": 20,\n                \"score_medium\": 50,\n                \"score_high\": 80,\n                \"score_critical\": 100,\n                \"createdAt\": \"2024-10-10T07:35:48.000000Z\",\n                \"updatedAt\": \"2024-10-10T07:35:48.000000Z\"\n            },\n            \"relationships\": {\n                \"riskManager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/risk-manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/relationships/risk-manager\"\n                    }\n                },\n                \"riskOwner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/risk-owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/relationships/risk-owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domains/1/relationships/risk-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risk-domains/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"cc6cf773-c1f7-4698-a3a1-8a744b9397c2"}],"id":"a057a396-21eb-436b-9a08-f010c961994c","_postman_id":"a057a396-21eb-436b-9a08-f010c961994c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Get all risks","id":"0ba7c765-9c72-4a9d-9c9a-7a6ab1dbac5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"a1194ca7-8cb5-44f7-a212-01ea37aed29c","name":"Get all risks","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"risks\",\n            \"id\": \"70937972-8784-4da2-b179-2f04ba3f1a63\",\n            \"attributes\": {\n                \"userRiskId\": \"test\",\n                \"status\": true,\n                \"informReporter\": true,\n                \"title\": \"test\",\n                \"description\": \"test\",\n                \"informOwner\": true,\n                \"informOfficer\": true,\n                \"financialBestCase\": \"10\",\n                \"financialMiddleCase\": \"5\",\n                \"financialWorstCase\": \"1\",\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": \"loss experience\",\n                \"level\": \"Level 1\",\n                \"object\": \"Information\",\n                \"likelihoodDescription\": \"reason likelihood score\",\n                \"impactDescription\": \"reason impact score\",\n                \"treatment\": \"Accept\",\n                \"treatmentDescription\": \"\",\n                \"residualRisk\": 25,\n                \"residualRiskDescription\": \"\",\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": \"2024-11-23T16:40:42.000000Z\",\n                \"acceptedOn\": \"2024-11-13T16:40:42.000000Z\",\n                \"residualRiskAcceptanceEmailSentAt\": \"2024-11-13T16:40:42.000000Z\",\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": true,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": \"<p>procedure for monitoring</p>\",\n                \"riskClosureReason\": \"\",\n                \"evaluationOn\": \"2024-11-18T16:40:42.000000Z\",\n                \"createdAt\": \"2024-11-07T16:25:35.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:40:57.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"ba12d4c4-a37e-48eb-9e5e-d721ddda0877\",\n            \"attributes\": {\n                \"userRiskId\": \"test id 2\",\n                \"status\": true,\n                \"informReporter\": true,\n                \"title\": \"test title 2\",\n                \"description\": \"risk description 2\",\n                \"informOwner\": true,\n                \"informOfficer\": true,\n                \"financialBestCase\": \"\",\n                \"financialMiddleCase\": \"\",\n                \"financialWorstCase\": \"\",\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": \"\",\n                \"level\": \"Level 2\",\n                \"object\": \"Hardware\",\n                \"likelihoodDescription\": \"\",\n                \"impactDescription\": \"\",\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": \"\",\n                \"residualRisk\": 1,\n                \"residualRiskDescription\": \"\",\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": \"\",\n                \"riskClosureReason\": \"\",\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-19T10:28:48.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:40:57.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/ba12d4c4-a37e-48eb-9e5e-d721ddda0877\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"b8337385-a746-4472-b59d-198af6aaafaa\",\n            \"attributes\": {\n                \"userRiskId\": null,\n                \"status\": true,\n                \"informReporter\": false,\n                \"title\": \"test risk uuid\",\n                \"description\": null,\n                \"informOwner\": false,\n                \"informOfficer\": false,\n                \"financialBestCase\": null,\n                \"financialMiddleCase\": null,\n                \"financialWorstCase\": null,\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": null,\n                \"level\": null,\n                \"object\": null,\n                \"likelihoodDescription\": null,\n                \"impactDescription\": null,\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": null,\n                \"residualRisk\": 0,\n                \"residualRiskDescription\": null,\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": null,\n                \"riskClosureReason\": null,\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-21T09:49:01.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:49:01.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/b8337385-a746-4472-b59d-198af6aaafaa\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"5cf13a0a-c085-47eb-9369-f75c9c4b80d0\",\n            \"attributes\": {\n                \"userRiskId\": null,\n                \"status\": true,\n                \"informReporter\": false,\n                \"title\": \"test risk uuid\",\n                \"description\": null,\n                \"informOwner\": false,\n                \"informOfficer\": false,\n                \"financialBestCase\": null,\n                \"financialMiddleCase\": null,\n                \"financialWorstCase\": null,\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": null,\n                \"level\": null,\n                \"object\": null,\n                \"likelihoodDescription\": null,\n                \"impactDescription\": null,\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": null,\n                \"residualRisk\": 0,\n                \"residualRiskDescription\": null,\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": null,\n                \"riskClosureReason\": null,\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-21T09:49:15.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:49:15.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/5cf13a0a-c085-47eb-9369-f75c9c4b80d0\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"9b350983-2f32-42be-9505-15e6625b5f6a\",\n            \"attributes\": {\n                \"userRiskId\": null,\n                \"status\": true,\n                \"informReporter\": false,\n                \"title\": \"test risk uuid 2\",\n                \"description\": null,\n                \"informOwner\": false,\n                \"informOfficer\": false,\n                \"financialBestCase\": null,\n                \"financialMiddleCase\": null,\n                \"financialWorstCase\": null,\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": null,\n                \"level\": null,\n                \"object\": null,\n                \"likelihoodDescription\": null,\n                \"impactDescription\": null,\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": null,\n                \"residualRisk\": 0,\n                \"residualRiskDescription\": null,\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": null,\n                \"riskClosureReason\": null,\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-21T09:51:24.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:51:24.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/9b350983-2f32-42be-9505-15e6625b5f6a\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"45339892-e095-4296-9127-75bfb5df13a2\",\n            \"attributes\": {\n                \"userRiskId\": \"test uuid 6\",\n                \"status\": true,\n                \"informReporter\": true,\n                \"title\": \"test uuid 6\",\n                \"description\": \"test\",\n                \"informOwner\": true,\n                \"informOfficer\": true,\n                \"financialBestCase\": \"\",\n                \"financialMiddleCase\": \"\",\n                \"financialWorstCase\": \"\",\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": \"\",\n                \"level\": null,\n                \"object\": null,\n                \"likelihoodDescription\": \"\",\n                \"impactDescription\": \"\",\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": \"\",\n                \"residualRisk\": 1,\n                \"residualRiskDescription\": \"\",\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": \"\",\n                \"riskClosureReason\": \"\",\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-21T09:54:29.000000Z\",\n                \"updatedAt\": \"2024-11-21T09:54:36.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/45339892-e095-4296-9127-75bfb5df13a2\"\n            }\n        },\n        {\n            \"type\": \"risks\",\n            \"id\": \"1d07f09e-2c36-4383-9900-c3d97d180ff4\",\n            \"attributes\": {\n                \"userRiskId\": null,\n                \"status\": true,\n                \"informReporter\": false,\n                \"title\": \"test risk uuid 3\",\n                \"description\": null,\n                \"informOwner\": false,\n                \"informOfficer\": false,\n                \"financialBestCase\": null,\n                \"financialMiddleCase\": null,\n                \"financialWorstCase\": null,\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": null,\n                \"level\": null,\n                \"object\": null,\n                \"likelihoodDescription\": null,\n                \"impactDescription\": null,\n                \"treatment\": \"_assets/livewire/risk-register/risk-register-combined.form.select.treatment.\",\n                \"treatmentDescription\": null,\n                \"residualRisk\": 0,\n                \"residualRiskDescription\": null,\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": null,\n                \"acceptedOn\": null,\n                \"residualRiskAcceptanceEmailSentAt\": null,\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": null,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": null,\n                \"riskClosureReason\": null,\n                \"evaluationOn\": null,\n                \"createdAt\": \"2024-11-21T10:48:42.000000Z\",\n                \"updatedAt\": \"2024-11-21T10:48:42.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/1d07f09e-2c36-4383-9900-c3d97d180ff4\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0ba7c765-9c72-4a9d-9c9a-7a6ab1dbac5f"},{"name":"Show risk","id":"be7b7752-24db-421e-a91c-941112bfd6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["risks","1"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"fc42fbf7-f083-40a8-8717-62fd5795c3ed","name":"Show risk","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/risks/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63\"\n    },\n    \"data\": {\n        \"type\": \"risks\",\n        \"id\": \"70937972-8784-4da2-b179-2f04ba3f1a63\",\n        \"attributes\": {\n            \"userRiskId\": \"test\",\n            \"status\": true,\n            \"informReporter\": true,\n            \"title\": \"test\",\n            \"description\": \"test\",\n            \"informOwner\": true,\n            \"informOfficer\": true,\n            \"financialBestCase\": \"10\",\n            \"financialMiddleCase\": \"5\",\n            \"financialWorstCase\": \"1\",\n            \"externalPartiesDescription\": null,\n            \"internalStakeholdersDescription\": null,\n            \"lossExperienceDescription\": \"loss experience\",\n            \"level\": \"Level 1\",\n            \"object\": \"Information\",\n            \"likelihoodDescription\": \"reason likelihood score\",\n            \"impactDescription\": \"reason impact score\",\n            \"treatment\": \"Accept\",\n            \"treatmentDescription\": \"\",\n            \"residualRisk\": 25,\n            \"residualRiskDescription\": \"\",\n            \"residualRiskDenialReason\": null,\n            \"validityOfAcceptance\": \"2024-11-23T16:40:42.000000Z\",\n            \"acceptedOn\": \"2024-11-13T16:40:42.000000Z\",\n            \"residualRiskAcceptanceEmailSentAt\": \"2024-11-13T16:40:42.000000Z\",\n            \"requestResidualRiskAcceptance\": null,\n            \"riskAccepted\": true,\n            \"residualRiskScoreOverwrite\": null,\n            \"residualRiskScoreOverwrittenAt\": null,\n            \"residualRiskDeniedAt\": null,\n            \"monitoringDescription\": \"<p>procedure for monitoring</p>\",\n            \"riskClosureReason\": \"\",\n            \"evaluationOn\": \"2024-11-18T16:40:42.000000Z\",\n            \"createdAt\": \"2024-11-07T16:25:35.000000Z\",\n            \"updatedAt\": \"2024-11-21T09:40:57.000000Z\"\n        },\n        \"relationships\": {\n            \"riskLikelihoodLevel\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-likelihood-level\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-likelihood-level\"\n                }\n            },\n            \"riskImpactLevel\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-impact-level\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-impact-level\"\n                }\n            },\n            \"reporter\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/reporter\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/reporter\"\n                }\n            },\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/owner\"\n                }\n            },\n            \"riskOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-officer\"\n                }\n            },\n            \"riskLevel\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-level\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-level\"\n                }\n            },\n            \"riskObject\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-object\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-object\"\n                }\n            },\n            \"residualRiskAcceptanceUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-acceptance-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-acceptance-user\"\n                }\n            },\n            \"residualRiskDenialUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-denial-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-denial-user\"\n                }\n            },\n            \"requestResidualRiskAcceptanceUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/request-residual-risk-acceptance-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/request-residual-risk-acceptance-user\"\n                }\n            },\n            \"residualRiskOverwrittenUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-overwritten-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-overwritten-user\"\n                }\n            },\n            \"residualRiskStartDeniedByUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/residual-risk-start-denied-by-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/residual-risk-start-denied-by-user\"\n                }\n            },\n            \"issues\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/issues\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/issues\"\n                }\n            },\n            \"risks\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risks\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risks\"\n                }\n            },\n            \"thirdParties\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/third-parties\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/third-parties\"\n                }\n            },\n            \"contracts\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/contracts\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/contracts\"\n                }\n            },\n            \"riskDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/risk-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63/relationships/risk-domains\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/risks/70937972-8784-4da2-b179-2f04ba3f1a63\"\n        }\n    }\n}"}],"_postman_id":"be7b7752-24db-421e-a91c-941112bfd6d5"}],"id":"fab5c7ca-a230-44cc-a02e-64613b1609f5","description":"<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required? (for create)</strong></th>\n<th><strong>Read only?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userRiskId</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>informReporter</td>\n<td>bool</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>informOwner</td>\n<td>bool</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>informOfficer</td>\n<td>bool</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>financialBestCase</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>financialMiddleCase</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>financialWorstCase</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>externalPartiesDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>internalStakeholdersDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>LevelName</td>\n<td>string</td>\n<td></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>likelihoodDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>impactDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>treatment</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>treatmentDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRisk</td>\n<td>number</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskDenialReason</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>validityOfAcceptance</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>acceptedOn</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskAcceptanceEmailSentAt</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>requestResidualRiskAcceptance</td>\n<td>bool</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>riskAccepted</td>\n<td>bool</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskScoreOverwrite</td>\n<td>number</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskScoreOverwrittenAt</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>residualRiskDeniedAt</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>monitoringDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>riskClosureReason</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>evaluationOn</td>\n<td>datetime</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>datetime</td>\n<td></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>datetime</td>\n<td></td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fab5c7ca-a230-44cc-a02e-64613b1609f5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Issues","item":[{"name":"Get all issues","id":"a0009b8f-b705-4c6a-9216-a1a1fe4c3e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/issues","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["issues"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b49ee78f-fc3e-423c-9542-d8ac9a6b52e9","name":"Get all issues","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/issues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"issues\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"userIssueId\": \"ISSUE-1\",\n                \"title\": \"Test issue title\",\n                \"description\": \"<p>Description test</p>\",\n                \"source\": \"nu.nl\",\n                \"type\": \"FINDING\",\n                \"status\": \"OPEN\",\n                \"finalNoticeSentAt\": null,\n                \"lastStatusUpdateAt\": \"2024-11-15T19:33:56.000000Z\",\n                \"dueDate\": \"2024-11-15T22:59:59.000000Z\",\n                \"criticality\": \"MEDIUM\",\n                \"notifyOwner\": 1,\n                \"active\": 1,\n                \"numberOfAffectedIndividuals\": null,\n                \"reportDate\": \"2024-11-15T19:33:56.000000Z\",\n                \"notifyRiskOfficer\": 1,\n                \"createdAt\": \"2024-11-15T19:33:03.000000Z\",\n                \"updatedAt\": \"2024-11-15T19:33:56.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/user\"\n                    }\n                },\n                \"lastStatusUpdateUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/last-status-update-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/last-status-update-user\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/risk-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/issues/1\"\n            }\n        },\n        {\n            \"type\": \"issues\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"userIssueId\": \"test issue id 2\",\n                \"title\": \"test issue title 2\",\n                \"description\": \"<p>test description 2</p>\",\n                \"source\": \"test.nl\",\n                \"type\": \"OCCURRENCE\",\n                \"status\": \"OPEN\",\n                \"finalNoticeSentAt\": null,\n                \"lastStatusUpdateAt\": \"2024-11-19T13:03:02.000000Z\",\n                \"dueDate\": \"2024-11-30T22:59:59.000000Z\",\n                \"criticality\": \"HIGH\",\n                \"notifyOwner\": 1,\n                \"active\": 1,\n                \"numberOfAffectedIndividuals\": null,\n                \"reportDate\": \"2024-11-01T13:03:02.000000Z\",\n                \"notifyRiskOfficer\": 1,\n                \"createdAt\": \"2024-11-19T13:02:15.000000Z\",\n                \"updatedAt\": \"2024-11-19T13:03:02.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/user\"\n                    }\n                },\n                \"lastStatusUpdateUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/last-status-update-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/last-status-update-user\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/issues/2/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/issues/2/relationships/risk-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/issues/2\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a0009b8f-b705-4c6a-9216-a1a1fe4c3e79"},{"name":"Show issue","id":"22c212b5-24e8-4eee-9122-148addf03669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/issues/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["issues","1"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"6594a3cb-68a9-47cf-97f9-5bf932f964b7","name":"Show issues","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/issues/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/issues/1\"\n    },\n    \"data\": {\n        \"type\": \"issues\",\n        \"id\": \"1\",\n        \"attributes\": {\n            \"userIssueId\": \"ISSUE-1\",\n            \"title\": \"Test issue title\",\n            \"description\": \"<p>Description test</p>\",\n            \"source\": \"nu.nl\",\n            \"type\": \"FINDING\",\n            \"status\": \"OPEN\",\n            \"finalNoticeSentAt\": null,\n            \"lastStatusUpdateAt\": \"2024-11-15T19:33:56.000000Z\",\n            \"dueDate\": \"2024-11-15T22:59:59.000000Z\",\n            \"criticality\": \"MEDIUM\",\n            \"notifyOwner\": 1,\n            \"active\": 1,\n            \"numberOfAffectedIndividuals\": null,\n            \"reportDate\": \"2024-11-15T19:33:56.000000Z\",\n            \"notifyRiskOfficer\": 1,\n            \"createdAt\": \"2024-11-15T19:33:03.000000Z\",\n            \"updatedAt\": \"2024-11-15T19:33:56.000000Z\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/user\"\n                }\n            },\n            \"lastStatusUpdateUser\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/last-status-update-user\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/last-status-update-user\"\n                }\n            },\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/owner\"\n                }\n            },\n            \"riskOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/issues/1/risk-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/issues/1/relationships/risk-officer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/issues/1\"\n        }\n    }\n}"}],"_postman_id":"22c212b5-24e8-4eee-9122-148addf03669"}],"id":"e9686197-a11a-4387-a5bd-8350979377dd","_postman_id":"e9686197-a11a-4387-a5bd-8350979377dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Third parties","item":[{"name":"Relationships","item":[{"name":"riskProfileSelectedAnswers","id":"65c990a9-b01e-4b85-a07a-c53aafecf0b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","cb1f86c6-693e-492a-985d-6501e464ed06","risk-profile-selected-answers"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"245e4cf8-c437-417d-9a45-885eadab82a8","name":"riskProfileSelectedAnswers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risk-profile-selected-answers\"\n    },\n    \"data\": [\n        {\n            \"type\": \"risk-domain-question-answerables\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"riskDomainName\": \"Test domain 1\",\n                \"riskDomainQuestionName\": \"Question 1\",\n                \"riskDomainQuestionAnswerName\": \"Answer 1\",\n                \"createdAt\": \"2024-11-18T08:04:42.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:42.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/relationships/user\"\n                    }\n                },\n                \"riskDomain\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/risk-domain\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/relationships/risk-domain\"\n                    }\n                },\n                \"riskDomainQuestion\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/risk-domain-question\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/relationships/risk-domain-question\"\n                    }\n                },\n                \"riskDomainQuestionAnswer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/risk-domain-question-answer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1/relationships/risk-domain-question-answer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/1\"\n            }\n        },\n        {\n            \"type\": \"risk-domain-question-answerables\",\n            \"id\": \"2\",\n            \"attributes\": {\n                \"riskDomainName\": \"Test domain 1\",\n                \"riskDomainQuestionName\": \"Question 2\",\n                \"riskDomainQuestionAnswerName\": \"Answer 5\",\n                \"createdAt\": \"2024-11-18T08:04:44.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:44.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/relationships/user\"\n                    }\n                },\n                \"riskDomain\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/risk-domain\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/relationships/risk-domain\"\n                    }\n                },\n                \"riskDomainQuestion\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/risk-domain-question\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/relationships/risk-domain-question\"\n                    }\n                },\n                \"riskDomainQuestionAnswer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/risk-domain-question-answer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2/relationships/risk-domain-question-answer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/2\"\n            }\n        },\n        {\n            \"type\": \"risk-domain-question-answerables\",\n            \"id\": \"3\",\n            \"attributes\": {\n                \"riskDomainName\": \"Test domain 1\",\n                \"riskDomainQuestionName\": \"Question 3\",\n                \"riskDomainQuestionAnswerName\": \"Answer 10\",\n                \"createdAt\": \"2024-11-18T08:04:46.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:50.000000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/relationships/user\"\n                    }\n                },\n                \"riskDomain\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/risk-domain\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/relationships/risk-domain\"\n                    }\n                },\n                \"riskDomainQuestion\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/risk-domain-question\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/relationships/risk-domain-question\"\n                    }\n                },\n                \"riskDomainQuestionAnswer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/risk-domain-question-answer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3/relationships/risk-domain-question-answer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risk-domain-question-answerables/3\"\n            }\n        }\n    ]\n}"}],"_postman_id":"65c990a9-b01e-4b85-a07a-c53aafecf0b9"},{"name":"Risks","id":"54b24871-9d26-4f56-b877-499c0c181063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risks","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","cb1f86c6-693e-492a-985d-6501e464ed06","risks"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"fa114caa-739b-4960-a57a-58df2c7b663e","name":"Risks","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risks\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risks\"\n    },\n    \"data\": [\n        {\n            \"type\": \"risks\",\n            \"id\": \"1\",\n            \"attributes\": {\n                \"userRiskId\": \"test\",\n                \"status\": true,\n                \"informReporter\": true,\n                \"title\": \"test\",\n                \"description\": \"test\",\n                \"informOwner\": true,\n                \"informOfficer\": true,\n                \"financialBestCase\": \"10\",\n                \"financialMiddleCase\": \"5\",\n                \"financialWorstCase\": \"1\",\n                \"externalPartiesDescription\": null,\n                \"internalStakeholdersDescription\": null,\n                \"lossExperienceDescription\": \"loss experience\",\n                \"level\": \"Level 1\",\n                \"object\": \"Information\",\n                \"likelihoodDescription\": \"reason likelihood score\",\n                \"impactDescription\": \"reason impact score\",\n                \"treatment\": \"Accept\",\n                \"treatmentDescription\": \"\",\n                \"residualRisk\": 25,\n                \"residualRiskDescription\": \"\",\n                \"residualRiskDenialReason\": null,\n                \"validityOfAcceptance\": \"2024-11-23T16:40:42.000000Z\",\n                \"acceptedOn\": \"2024-11-13T16:40:42.000000Z\",\n                \"residualRiskAcceptanceEmailSentAt\": \"2024-11-13T16:40:42.000000Z\",\n                \"requestResidualRiskAcceptance\": null,\n                \"riskAccepted\": true,\n                \"residualRiskScoreOverwrite\": null,\n                \"residualRiskScoreOverwrittenAt\": null,\n                \"residualRiskDeniedAt\": null,\n                \"monitoringDescription\": \"<p>procedure for monitoring</p>\",\n                \"riskClosureReason\": \"\",\n                \"evaluationOn\": \"2024-11-18T16:40:42.000000Z\",\n                \"createdAt\": \"2024-11-07T16:25:35.000000Z\",\n                \"updatedAt\": \"2024-11-20T16:40:42.000000Z\"\n            },\n            \"relationships\": {\n                \"riskLikelihoodLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-likelihood-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-likelihood-level\"\n                    }\n                },\n                \"riskImpactLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-impact-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-impact-level\"\n                    }\n                },\n                \"reporter\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/reporter\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/reporter\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/owner\"\n                    }\n                },\n                \"riskOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-officer\"\n                    }\n                },\n                \"riskLevel\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-level\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-level\"\n                    }\n                },\n                \"riskObject\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-object\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-object\"\n                    }\n                },\n                \"residualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskDenialUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/residual-risk-denial-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/residual-risk-denial-user\"\n                    }\n                },\n                \"requestResidualRiskAcceptanceUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/request-residual-risk-acceptance-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/request-residual-risk-acceptance-user\"\n                    }\n                },\n                \"residualRiskOverwrittenUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/residual-risk-overwritten-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/residual-risk-overwritten-user\"\n                    }\n                },\n                \"residualRiskStartDeniedByUser\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/residual-risk-start-denied-by-user\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/residual-risk-start-denied-by-user\"\n                    }\n                },\n                \"issues\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/issues\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/issues\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risks\"\n                    }\n                },\n                \"thirdParties\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/third-parties\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/third-parties\"\n                    }\n                },\n                \"contracts\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/contracts\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/contracts\"\n                    }\n                },\n                \"riskDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/risks/1/risk-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/risks/1/relationships/risk-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/risks/1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"54b24871-9d26-4f56-b877-499c0c181063"},{"name":"Custom field values","id":"4eff0684-0f06-4446-92a7-83388a8a9b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v1/third-parties/{third_party_uuid}/custom-field-values","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","{third_party_uuid}","custom-field-values"],"host":["https://my.company.3rdrisk.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7e8624b8-376d-4bfe-9597-d73cdd80e86f","name":"Custom field values","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/{third_party_uuid}/custom-field-values"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/custom-field-values\",\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/custom-field-values\"\n    },\n    \"data\": [\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"e3f22a1b-7daf-4f01-bbb1-92e16555d043\",\n            \"attributes\": {\n                \"customFieldName\": \"test_text\",\n                \"customFieldLabel\": \"Test text field\",\n                \"value\": \"test\",\n                \"referenceType\": \"\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"4bcd4074-899b-4294-ac2b-e42de7f38ee9\",\n            \"attributes\": {\n                \"customFieldName\": \"test_wysiwig\",\n                \"customFieldLabel\": \"Test wysiwig\",\n                \"value\": \"<p>Myriam Mohr</p>\",\n                \"referenceType\": \"\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"96639c3a-01bb-4532-ba09-d27728f5cfe2\",\n            \"attributes\": {\n                \"customFieldName\": \"test_toggle\",\n                \"customFieldLabel\": \"Test toggle field\",\n                \"value\": \"1\",\n                \"referenceType\": \"\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"8755a97e-6dc3-4ef9-810c-90effe290512\",\n            \"attributes\": {\n                \"customFieldName\": \"test_select\",\n                \"customFieldLabel\": \"Test select\",\n                \"value\": [\n                    {\n                        \"id\": \"878c85e1-2e04-4de5-81e6-5921c6d58764\",\n                        \"name\": \"Option 2\"\n                    }\n                ],\n                \"referenceType\": \"custom-field-options\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"0ad856f4-ccaf-4d74-8b30-394f9207bbb7\",\n            \"attributes\": {\n                \"customFieldName\": \"test_model_select\",\n                \"customFieldLabel\": \"Test model select\",\n                \"value\": [\n                    {\n                        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n                        \"name\": \"Tristan\"\n                    }\n                ],\n                \"referenceType\": \"users\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"638ed933-58cf-41a6-acc6-c3daa2e1c994\",\n            \"attributes\": {\n                \"customFieldName\": \"test_multi_select\",\n                \"customFieldLabel\": \"Test multi select\",\n                \"value\": [\n                    {\n                        \"id\": \"971497fe-daa4-46d6-b81e-b148641c7af4\",\n                        \"name\": \"Option 1\"\n                    },\n                    {\n                        \"id\": \"68efd660-7349-41bd-b79a-9d73dae4fbbe\",\n                        \"name\": \"Option 2\"\n                    }\n                ],\n                \"referenceType\": \"custom-field-options\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        },\n        {\n            \"type\": \"custom-field-values\",\n            \"id\": \"7decce33-fb5a-41aa-a2a4-84be35e6588d\",\n            \"attributes\": {\n                \"customFieldName\": \"test_multi_model_select\",\n                \"customFieldLabel\": \"Test multi modal select\",\n                \"value\": [\n                    {\n                        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n                        \"name\": \"Tristan\"\n                    },\n                    {\n                        \"id\": \"32de29f2-b9cd-4c2c-8205-a8103f0350b4\",\n                        \"name\": \"Lars\"\n                    }\n                ],\n                \"referenceType\": \"users\",\n                \"createdAt\": \"2024-11-28T09:48:57.000000Z\",\n                \"updatedAt\": \"2024-11-28T09:48:57.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4eff0684-0f06-4446-92a7-83388a8a9b87"}],"id":"fbaba141-cb2e-43df-869d-6c9cb9bc819b","_postman_id":"fbaba141-cb2e-43df-869d-6c9cb9bc819b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Get all Third parties","id":"e808ca1b-9c5e-4453-a08f-75c3526234af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"0fb09e8a-eba2-4439-a857-d5d2f5e9bef8","name":"Get all third parties","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n            \"attributes\": {\n                \"name\": \"test party\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": \"Major\",\n                \"organisationType\": \"org type\",\n                \"organisationGroup\": \"org group\",\n                \"branchOrIndustry\": \"COMMERCE\",\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"test group\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"Fake 31\",\n                \"city\": \"Fake city\",\n                \"zipCode\": \"1234 FA\",\n                \"website\": \"fake.com\",\n                \"addressAdditional\": \"po box\",\n                \"state\": \"state provice\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"fake@email.com\",\n                \"phoneNumber\": \"01234566789\",\n                \"generalEmail\": \"general@email.com\",\n                \"emailContact\": \"contact@email.com\",\n                \"phoneNumberContact\": \"1234567890\",\n                \"purchaseEmail\": \"purchase@email.com\",\n                \"riskProfile\": 2,\n                \"description\": \"test description\",\n                \"bankAccount\": \"bank account\",\n                \"swiftCode\": \"swift code\",\n                \"bankName\": \"banke name\",\n                \"vatNumber\": \"vat number\",\n                \"commercialRegisterNumber\": \"commercial register number\",\n                \"externalContext\": {\n                    \"duns_number\": \"duns numb\",\n                    \"cybersecurity_score\": \"cyber score\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"internal ref id\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:50.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\",\n            \"attributes\": {\n                \"name\": \"test 2\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Supplier\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"test.nl\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.nl\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-10T09:11:42.000000Z\",\n                \"updatedAt\": \"2024-10-10T09:11:42.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d73eed17-0e3e-4fd1-88c4-32f6cbce7698\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:32:11.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:32:11.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"38cc4db0-6554-4986-af84-53fe17543d67\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": null,\n                \"countryCode\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-16T15:33:58.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:35:51.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b5621076-f69e-4073-b89c-78bd03e6041f\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:36:56.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:36:56.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e0066875-c475-473d-8eb2-a1b7f5294c3e\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:37:16.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:37:16.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"400981dc-fe5f-456b-8221-1903fe51c894\",\n            \"attributes\": {\n                \"name\": \"TEST 3\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:38:49.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:38:49.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d972743a-d1fa-4ef1-a550-25b3b0fbc47d\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"status\": \"Active\",\n                \"thirdPartyType\": \"Service provider\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"test\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.nl\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-11-08T16:11:51.000000Z\",\n                \"updatedAt\": \"2024-11-08T16:11:51.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/owner\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/manager\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/risk-profile-selected-answers\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e808ca1b-9c5e-4453-a08f-75c3526234af"},{"name":"Show third party","id":"8a8d424f-caee-4f2d-bf5f-6e3de762a38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","cb1f86c6-693e-492a-985d-6501e464ed06"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"3902afff-cc75-49f2-857c-155195ce610f","name":"Show third party","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n        \"attributes\": {\n            \"name\": \"test party\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Vendor\",\n            \"category\": \"Major\",\n            \"organisationType\": \"org type\",\n            \"organisationGroup\": \"org group\",\n            \"branchOrIndustry\": \"COMMERCE\",\n            \"numberOfEmployees\": null,\n            \"purchasingGroup\": \"test group\",\n            \"volumeRange\": \"\",\n            \"countryCode\": \"NL\",\n            \"address\": \"Fake 31\",\n            \"city\": \"Fake city\",\n            \"zipCode\": \"1234 FA\",\n            \"website\": \"fake.com\",\n            \"addressAdditional\": \"po box\",\n            \"state\": \"state provice\",\n            \"communicationLanguage\": \"en-GB\",\n            \"complianceEmail\": \"fake@email.com\",\n            \"phoneNumber\": \"01234566789\",\n            \"generalEmail\": \"general@email.com\",\n            \"emailContact\": \"contact@email.com\",\n            \"phoneNumberContact\": \"1234567890\",\n            \"purchaseEmail\": \"purchase@email.com\",\n            \"riskProfile\": 2,\n            \"description\": \"test description\",\n            \"bankAccount\": \"bank account\",\n            \"swiftCode\": \"swift code\",\n            \"bankName\": \"banke name\",\n            \"vatNumber\": \"vat number\",\n            \"commercialRegisterNumber\": \"commercial register number\",\n            \"externalContext\": {\n                \"duns_number\": \"duns numb\",\n                \"cybersecurity_score\": \"cyber score\"\n            },\n            \"cyberSecurityScore\": null,\n            \"internalReferenceId\": \"internal ref id\",\n            \"businessradar\": {\n                \"duns_number\": \"\"\n            },\n            \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n            \"updatedAt\": \"2024-11-18T08:04:50.000000Z\"\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/manager\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/business-contact\"\n                }\n            },\n            \"organisationSetups\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/organisation-setups\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/organisation-setups\"\n                }\n            },\n            \"riskProfileSelectedAnswers\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risk-profile-selected-answers\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n        }\n    }\n}"}],"_postman_id":"8a8d424f-caee-4f2d-bf5f-6e3de762a38d"},{"name":"Create third party","id":"c1a73d28-a9df-4b5b-9b1d-25ab3dad9e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"website\": \"create.api\",\n            \"complianceEmail\": \"create@from.api\"\n        },\n        \"relationships\": {\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"4493cb27-d904-4674-ae40-602e0510b21c","name":"Required only","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"website\": \"create.api\",\n            \"complianceEmail\": \"create@from.api\"\n        },\n        \"relationships\": {\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"bf9b2a1d-3497-4a00-9a6a-2bba972d8435\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"category\": \"Strategic\",\n            \"organisationType\": null,\n            \"organisationGroup\": null,\n            \"branchOrIndustry\": null,\n            \"numberOfEmployees\": null,\n            \"purchasingGroup\": null,\n            \"volumeRange\": null,\n            \"countryCode\": null,\n            \"address\": null,\n            \"city\": null,\n            \"zipCode\": null,\n            \"website\": \"create.api\",\n            \"addressAdditional\": null,\n            \"state\": null,\n            \"communicationLanguage\": null,\n            \"complianceEmail\": \"create@from.api\",\n            \"phoneNumber\": null,\n            \"generalEmail\": null,\n            \"emailContact\": null,\n            \"phoneNumberContact\": null,\n            \"purchaseEmail\": null,\n            \"riskProfile\": \"Pending\",\n            \"description\": null,\n            \"bankAccount\": null,\n            \"swiftCode\": null,\n            \"bankName\": null,\n            \"vatNumber\": null,\n            \"commercialRegisterNumber\": null,\n            \"externalContext\": null,\n            \"cyberSecurityScore\": null,\n            \"internalReferenceId\": null,\n            \"businessradar\": null,\n            \"createdAt\": \"2024-12-04T13:44:22.000000Z\",\n            \"updatedAt\": \"2024-12-04T13:44:22.000000Z\"\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/owner\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/manager\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/business-contact\"\n                }\n            },\n            \"organisationSetups\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/organisation-setups\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/organisation-setups\"\n                }\n            },\n            \"riskProfileSelectedAnswers\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/risk-profile-selected-answers\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/risk-profile-selected-answers\"\n                }\n            },\n            \"customFieldValues\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/custom-field-values\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/custom-field-values\"\n                }\n            },\n            \"risks\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/risks\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435/relationships/risks\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf9b2a1d-3497-4a00-9a6a-2bba972d8435\"\n        }\n    }\n}"},{"id":"0d5d637e-285e-4ac8-b3bc-78a00db80dd9","name":"Full example","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"category\": \"Strategic\",\n            \"organisationType\": \"api type\",\n            \"organisationGroup\": \"api group\",\n            \"branchOrIndustry\": \"FINANCIAL_SERVICES\",\n            \"numberOfEmployees\": \"TWO_HUNDRED_AND_ONE_TO_FIVE_HUNDRED\",\n            \"purchasingGroup\": \"api purchase group\",\n            \"volumeRange\": null,\n            \"countryCode\": \"NL\",\n            \"address\": \"Netherlands\",\n            \"city\": \"Amsterdam\",\n            \"zipCode\": \"1234AB\",\n            \"website\": \"3rdrisk.com\",\n            \"addressAdditional\": null,\n            \"state\": null,\n            \"communicationLanguage\": \"nl-NL\",\n            \"complianceEmail\": \"create@from.api\",\n            \"phoneNumber\": \"123456789\",\n            \"generalEmail\": \"general@from.api\",\n            \"emailContact\": \"contact@from.api\",\n            \"phoneNumberContact\": \"123456789\",\n            \"purchaseEmail\": \"purchase@from.api\",\n            \"riskProfile\": \"Pending\",\n            \"description\": \"description from the api.\",\n            \"bankAccount\": \"bank account\",\n            \"swiftCode\": \"swift code\",\n            \"bankName\": \"bank name\",\n            \"vatNumber\": \"vat number\",\n            \"commercialRegisterNumber\": \"commercial number\",\n            \"externalContext\": {\n                \"duns_number\": \"api duns number\", \n                \"cybersecurity_score\": \"cyber security score\"\n            },\n            \"cyberSecurityScore\": \"cyber security score\",\n            \"internalReferenceId\": \"test api id\",\n            \"businessradar\": null\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"d9793208-9716-4123-8cc5-49eb4f14a361\"\n                }\n            },\n            \"manager\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"d9793208-9716-4123-8cc5-49eb4f14a361\"\n                }\n            },\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"d9793208-9716-4123-8cc5-49eb4f14a361\"\n                }\n            },\n            \"businessContact\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"d9793208-9716-4123-8cc5-49eb4f14a361\"\n                }\n            },\n            \"risks\": {\n                \"data\": [\n                    {\n                        \"type\": \"risks\",\n                        \"id\": \"8f142300-3711-4fe9-860d-29d09c012fab\"\n                    }\n                ]\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"993074ef-56db-41d1-b45c-fce5fab26156\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"category\": \"Strategic\",\n            \"organisationType\": \"api type\",\n            \"organisationGroup\": \"api group\",\n            \"branchOrIndustry\": \"FINANCIAL_SERVICES\",\n            \"numberOfEmployees\": \"TWO_HUNDRED_AND_ONE_TO_FIVE_HUNDRED\",\n            \"purchasingGroup\": \"api purchase group\",\n            \"volumeRange\": null,\n            \"countryCode\": \"NL\",\n            \"address\": \"Netherlands\",\n            \"city\": \"Amsterdam\",\n            \"zipCode\": \"1234AB\",\n            \"website\": \"3rdrisk.com\",\n            \"addressAdditional\": null,\n            \"state\": null,\n            \"communicationLanguage\": \"nl-NL\",\n            \"complianceEmail\": \"create@from.api\",\n            \"phoneNumber\": \"123456789\",\n            \"generalEmail\": \"general@from.api\",\n            \"emailContact\": \"contact@from.api\",\n            \"phoneNumberContact\": \"123456789\",\n            \"purchaseEmail\": \"purchase@from.api\",\n            \"riskProfile\": \"Pending\",\n            \"description\": \"description from the api.\",\n            \"bankAccount\": \"bank account\",\n            \"swiftCode\": \"swift code\",\n            \"bankName\": \"bank name\",\n            \"vatNumber\": \"vat number\",\n            \"commercialRegisterNumber\": \"commercial number\",\n            \"externalContext\": {\n                \"duns_number\": \"api duns number\",\n                \"cybersecurity_score\": \"cyber security score\"\n            },\n            \"cyberSecurityScore\": null,\n            \"internalReferenceId\": \"test api id\",\n            \"businessradar\": null,\n            \"createdAt\": \"2025-02-24T16:46:13.000000Z\",\n            \"updatedAt\": \"2025-02-24T16:46:13.000000Z\"\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/owner\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/manager\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/business-contact\"\n                }\n            },\n            \"organisationSetups\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/organisation-setups\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/organisation-setups\"\n                }\n            },\n            \"riskProfileSelectedAnswers\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/risk-profile-selected-answers\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/risk-profile-selected-answers\"\n                }\n            },\n            \"customFieldValues\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/custom-field-values\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/custom-field-values\"\n                }\n            },\n            \"risks\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/risks\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156/relationships/risks\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/993074ef-56db-41d1-b45c-fce5fab26156\"\n        }\n    }\n}"},{"id":"ee6fc435-d246-4965-8a4c-5f89103663b8","name":"With organisation setup","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"Bearer {{api_token}}"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"website\": \"create.api\",\n            \"complianceEmail\": \"create@from.api\"\n        },\n        \"relationships\": {\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"organisationSetups\": {\n                \"data\": [\n                    {\n                        \"type\": \"organisation-setups\",\n                        \"id\": \"458\"\n                    }, \n                    {\n                        \"type\": \"organisation-setups\",\n                        \"id\": \"501\"\n                    }\n                ]\n            }\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"0e7881e5-e7f1-48b1-84c1-a87934127add\",\n        \"attributes\": {\n            \"name\": \"create from api 4.0\",\n            \"status\": \"Active\",\n            \"thirdPartyType\": \"Supplier\",\n            \"category\": \"Strategic\",\n            \"organisationType\": null,\n            \"organisationGroup\": null,\n            \"branchOrIndustry\": null,\n            \"numberOfEmployees\": null,\n            \"purchasingGroup\": null,\n            \"volumeRange\": null,\n            \"countryCode\": null,\n            \"address\": null,\n            \"city\": null,\n            \"zipCode\": null,\n            \"website\": \"create.api\",\n            \"addressAdditional\": null,\n            \"state\": null,\n            \"communicationLanguage\": null,\n            \"complianceEmail\": \"create@from.api\",\n            \"phoneNumber\": null,\n            \"generalEmail\": null,\n            \"emailContact\": null,\n            \"phoneNumberContact\": null,\n            \"purchaseEmail\": null,\n            \"riskProfile\": \"Pending\",\n            \"description\": null,\n            \"bankAccount\": null,\n            \"swiftCode\": null,\n            \"bankName\": null,\n            \"vatNumber\": null,\n            \"commercialRegisterNumber\": null,\n            \"externalContext\": null,\n            \"cyberSecurityScore\": null,\n            \"internalReferenceId\": null,\n            \"businessradar\": null,\n            \"createdAt\": \"2025-03-11T13:01:30.000000Z\",\n            \"updatedAt\": \"2025-03-11T13:01:30.000000Z\"\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/owner\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/manager\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/business-contact\"\n                }\n            },\n            \"organisationSetups\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/organisation-setups\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/organisation-setups\"\n                }\n            },\n            \"riskProfileSelectedAnswers\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/risk-profile-selected-answers\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/risk-profile-selected-answers\"\n                }\n            },\n            \"customFieldValues\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/custom-field-values\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/custom-field-values\"\n                }\n            },\n            \"risks\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/risks\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add/relationships/risks\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/0e7881e5-e7f1-48b1-84c1-a87934127add\"\n        }\n    }\n}"}],"_postman_id":"c1a73d28-a9df-4b5b-9b1d-25ab3dad9e85"},{"name":"Update third party","id":"722594d7-dc0e-45f9-976f-f1f23436eb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n        \"attributes\": {\n            \"name\": \"updated by api\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties","cb1f86c6-693e-492a-985d-6501e464ed06"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"489a43c5-0826-4e82-b12c-106c338b2a9c","name":"Update third party","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n        \"attributes\": {\n            \"name\": \"updated by api\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b\"\n    },\n    \"data\": {\n        \"type\": \"third-parties\",\n        \"id\": \"bf1af8fe-fba1-49dc-a63e-d10797ca6f2b\",\n        \"attributes\": {\n            \"name\": \"updated by api\",\n            \"status\": \"Pre-contract\",\n            \"thirdPartyType\": \"Vendor\",\n            \"category\": \"Strategic\",\n            \"organisationType\": null,\n            \"organisationGroup\": null,\n            \"branchOrIndustry\": null,\n            \"numberOfEmployees\": null,\n            \"purchasingGroup\": null,\n            \"volumeRange\": null,\n            \"countryCode\": null,\n            \"address\": null,\n            \"city\": null,\n            \"zipCode\": null,\n            \"website\": \"create.api\",\n            \"addressAdditional\": null,\n            \"state\": null,\n            \"communicationLanguage\": null,\n            \"complianceEmail\": \"create2@from.api\",\n            \"phoneNumber\": null,\n            \"generalEmail\": null,\n            \"emailContact\": null,\n            \"phoneNumberContact\": null,\n            \"purchaseEmail\": null,\n            \"riskProfile\": \"Pending\",\n            \"description\": null,\n            \"bankAccount\": null,\n            \"swiftCode\": null,\n            \"bankName\": null,\n            \"vatNumber\": null,\n            \"commercialRegisterNumber\": null,\n            \"externalContext\": null,\n            \"cyberSecurityScore\": null,\n            \"internalReferenceId\": null,\n            \"businessradar\": null,\n            \"createdAt\": \"2024-11-29T16:15:19.000000Z\",\n            \"updatedAt\": \"2024-11-29T16:15:19.000000Z\"\n        },\n        \"relationships\": {\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/owner\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/manager\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/business-contact\"\n                }\n            },\n            \"organisationSetups\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/organisation-setups\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/organisation-setups\"\n                }\n            },\n            \"riskProfileSelectedAnswers\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/risk-profile-selected-answers\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/risk-profile-selected-answers\"\n                }\n            },\n            \"customFieldValues\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/custom-field-values\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/custom-field-values\"\n                }\n            },\n            \"risks\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/risks\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b/relationships/risks\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/bf1af8fe-fba1-49dc-a63e-d10797ca6f2b\"\n        }\n    }\n}"}],"_postman_id":"722594d7-dc0e-45f9-976f-f1f23436eb78"}],"id":"c17990d3-0303-470f-ae9a-86e2ac2d8d2e","_postman_id":"c17990d3-0303-470f-ae9a-86e2ac2d8d2e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Users","item":[{"name":"Get all users","id":"8a9e0d58-ffdf-49f1-83b4-b70bd2ca94ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"7e11925d-f515-4208-89d4-41f873dc4825","name":"Get all users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/users"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"76d1187d-eb32-4f9d-9f8d-6e71241183e3\",\n            \"attributes\": {\n                \"name\": \"3rdRisk\",\n                \"email\": \"support@3rdrisk.com\",\n                \"jobTitle\": \"Administrator\",\n                \"jobDescription\": null,\n                \"langCountry\": \"en-GB\",\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:07:49\",\n                \"createdAt\": \"2024-10-04T14:07:49.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:07:49.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n            \"attributes\": {\n                \"name\": \"Tristan\",\n                \"email\": \"tristan@3rdrisk.com\",\n                \"jobTitle\": \"developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:09:54\",\n                \"createdAt\": \"2024-10-04T14:09:54.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:09:54.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"32de29f2-b9cd-4c2c-8205-a8103f0350b4\",\n            \"attributes\": {\n                \"name\": \"Lars\",\n                \"email\": \"lars@example.com\",\n                \"jobTitle\": \"developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:10:59\",\n                \"createdAt\": \"2024-10-04T14:10:59.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:10:59.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/32de29f2-b9cd-4c2c-8205-a8103f0350b4/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/32de29f2-b9cd-4c2c-8205-a8103f0350b4/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/32de29f2-b9cd-4c2c-8205-a8103f0350b4/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/32de29f2-b9cd-4c2c-8205-a8103f0350b4/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/32de29f2-b9cd-4c2c-8205-a8103f0350b4\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"1d60982f-5b41-4505-867d-62324aefe937\",\n            \"attributes\": {\n                \"name\": \"Randi Walter\",\n                \"email\": \"mpadberg@example.org\",\n                \"jobTitle\": \"Photographic Developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:12\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/1d60982f-5b41-4505-867d-62324aefe937/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/1d60982f-5b41-4505-867d-62324aefe937/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/1d60982f-5b41-4505-867d-62324aefe937/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/1d60982f-5b41-4505-867d-62324aefe937/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/1d60982f-5b41-4505-867d-62324aefe937\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"d8e7de07-5c2c-4683-8329-d79019b57c19\",\n            \"attributes\": {\n                \"name\": \"Meredith Thompson\",\n                \"email\": \"bogisich.victor@example.com\",\n                \"jobTitle\": \"Motorboat Operator\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:12\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/d8e7de07-5c2c-4683-8329-d79019b57c19/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/d8e7de07-5c2c-4683-8329-d79019b57c19/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/d8e7de07-5c2c-4683-8329-d79019b57c19/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/d8e7de07-5c2c-4683-8329-d79019b57c19/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/d8e7de07-5c2c-4683-8329-d79019b57c19\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"9083649e-2a10-4ce7-9cf7-c1dc78aa4f60\",\n            \"attributes\": {\n                \"name\": \"Olga Carroll\",\n                \"email\": \"durgan.arden@example.com\",\n                \"jobTitle\": \"Air Crew Officer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:12\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/9083649e-2a10-4ce7-9cf7-c1dc78aa4f60/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/9083649e-2a10-4ce7-9cf7-c1dc78aa4f60/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/9083649e-2a10-4ce7-9cf7-c1dc78aa4f60/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/9083649e-2a10-4ce7-9cf7-c1dc78aa4f60/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/9083649e-2a10-4ce7-9cf7-c1dc78aa4f60\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"2f8f0623-f2eb-4d87-b2d5-608b52bed58d\",\n            \"attributes\": {\n                \"name\": \"Erin Lockman\",\n                \"email\": \"santiago99@example.net\",\n                \"jobTitle\": \"Bartender Helper\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:12\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/2f8f0623-f2eb-4d87-b2d5-608b52bed58d/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/2f8f0623-f2eb-4d87-b2d5-608b52bed58d/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/2f8f0623-f2eb-4d87-b2d5-608b52bed58d/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/2f8f0623-f2eb-4d87-b2d5-608b52bed58d/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/2f8f0623-f2eb-4d87-b2d5-608b52bed58d\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"61694a93-6ea7-4d15-bdf2-e141a99cb222\",\n            \"attributes\": {\n                \"name\": \"Thalia Weber\",\n                \"email\": \"erwin.torp@example.com\",\n                \"jobTitle\": \"Materials Engineer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:13\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/61694a93-6ea7-4d15-bdf2-e141a99cb222/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/61694a93-6ea7-4d15-bdf2-e141a99cb222/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/61694a93-6ea7-4d15-bdf2-e141a99cb222/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/61694a93-6ea7-4d15-bdf2-e141a99cb222/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/61694a93-6ea7-4d15-bdf2-e141a99cb222\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"71540550-4389-4c0d-b75f-f790c7c86e65\",\n            \"attributes\": {\n                \"name\": \"Elvie Cartwright\",\n                \"email\": \"rjones@example.com\",\n                \"jobTitle\": \"Personal Service Worker\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:13\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/71540550-4389-4c0d-b75f-f790c7c86e65/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/71540550-4389-4c0d-b75f-f790c7c86e65/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/71540550-4389-4c0d-b75f-f790c7c86e65/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/71540550-4389-4c0d-b75f-f790c7c86e65/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/71540550-4389-4c0d-b75f-f790c7c86e65\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"22985360-8791-41c5-b9f4-bfbea8942217\",\n            \"attributes\": {\n                \"name\": \"Nicolas Beer\",\n                \"email\": \"roderick.beahan@example.net\",\n                \"jobTitle\": \"Law Clerk\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:13\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/22985360-8791-41c5-b9f4-bfbea8942217/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/22985360-8791-41c5-b9f4-bfbea8942217/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/22985360-8791-41c5-b9f4-bfbea8942217/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/22985360-8791-41c5-b9f4-bfbea8942217/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/22985360-8791-41c5-b9f4-bfbea8942217\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb\",\n            \"attributes\": {\n                \"name\": \"Melany Connelly\",\n                \"email\": \"mayer.janelle@example.com\",\n                \"jobTitle\": \"Gluing Machine Operator\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:13\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/96fedb19-5c4f-49ff-bb41-e3ec52a7bbdb\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"be225708-bc2a-4560-b7a7-b5e1f966f551\",\n            \"attributes\": {\n                \"name\": \"Trycia Kirlin\",\n                \"email\": \"ddicki@example.com\",\n                \"jobTitle\": \"Photographer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:14\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/be225708-bc2a-4560-b7a7-b5e1f966f551/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/be225708-bc2a-4560-b7a7-b5e1f966f551/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/be225708-bc2a-4560-b7a7-b5e1f966f551/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/be225708-bc2a-4560-b7a7-b5e1f966f551/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/be225708-bc2a-4560-b7a7-b5e1f966f551\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"dca7752d-43fc-4019-a699-cb8624196738\",\n            \"attributes\": {\n                \"name\": \"Jany Mayert\",\n                \"email\": \"lucile.fadel@example.net\",\n                \"jobTitle\": \"Market Research Analyst\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-17 11:06:14\",\n                \"createdAt\": \"2024-10-17T09:06:14.000000Z\",\n                \"updatedAt\": \"2024-10-17T09:06:14.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/dca7752d-43fc-4019-a699-cb8624196738/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/dca7752d-43fc-4019-a699-cb8624196738/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/dca7752d-43fc-4019-a699-cb8624196738/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/dca7752d-43fc-4019-a699-cb8624196738/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/dca7752d-43fc-4019-a699-cb8624196738\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8a9e0d58-ffdf-49f1-83b4-b70bd2ca94ca"},{"name":"Show user","id":"26421be9-93f0-4a91-9cc7-060d39f169ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","5178ae81-19bb-4f1a-af65-86e3b76a0fb6"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b669ff1a-dd91-4200-802c-fdc3cfbb9008","name":"Show user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n        \"attributes\": {\n            \"name\": \"Tristan\",\n            \"email\": \"tristan@3rdrisk.com\",\n            \"jobTitle\": \"developer\",\n            \"jobDescription\": null,\n            \"langCountry\": null,\n            \"google2faEnable\": 0,\n            \"emailVerifiedAt\": \"2024-10-04 16:09:54\",\n            \"createdAt\": \"2024-10-04T14:09:54.000000Z\",\n            \"updatedAt\": \"2024-10-04T14:09:54.000000Z\"\n        },\n        \"relationships\": {\n            \"roles\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/roles\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/roles\"\n                }\n            },\n            \"accessDomains\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/access-domains\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/access-domains\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n        }\n    }\n}"}],"_postman_id":"26421be9-93f0-4a91-9cc7-060d39f169ac"}],"id":"bcfe53ca-e789-4063-b602-fad7bbc986ee","_postman_id":"bcfe53ca-e789-4063-b602-fad7bbc986ee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Organisation setups","item":[{"name":"Get all organisation setups","id":"bb6285b1-fd00-4b7f-a4ec-49dbd3594b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"Bearer {{api_token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/organisation-setups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["organisation-setups"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"4cb054ca-32f3-40d8-a495-31ca6babde0d","name":"Get all organisation setups","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"Bearer {{api_token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/organisation-setups"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"currentPage\": 1,\n            \"from\": 1,\n            \"lastPage\": 5,\n            \"perPage\": 100,\n            \"to\": 100,\n            \"total\": 427\n        }\n    },\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"first\": \"https://my.3rdrisk.test/api/v2/organisation-setups?page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"https://my.3rdrisk.test/api/v2/organisation-setups?page%5Bnumber%5D=5&page%5Bsize%5D=100\",\n        \"next\": \"https://my.3rdrisk.test/api/v2/organisation-setups?page%5Bnumber%5D=2&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"6\",\n            \"attributes\": {\n                \"name\": \"Acme Corporation\",\n                \"active\": 1,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2020-05-18T06:19:09.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/6/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/6/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/6\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"458\",\n            \"attributes\": {\n                \"name\": \"EMEA\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:15:04.000000Z\",\n                \"updatedAt\": \"2025-03-04T08:04:25.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"459\",\n            \"attributes\": {\n                \"name\": \"CFO-diensten\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:15:21.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/459/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/459/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/459\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"460\",\n            \"attributes\": {\n                \"name\": \"APAC\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:15:44.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/460/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/460/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/460\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"461\",\n            \"attributes\": {\n                \"name\": \"Americas\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:16:05.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/461/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/461/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/461\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"462\",\n            \"attributes\": {\n                \"name\": \"Head Quarters\",\n                \"active\": 0,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:16:59.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/462/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/462/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/462\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"463\",\n            \"attributes\": {\n                \"name\": \"Producten\",\n                \"active\": 0,\n                \"parent_name\": \"APAC\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:17:18.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/463/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/463/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/463\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"464\",\n            \"attributes\": {\n                \"name\": \"Kantoren\",\n                \"active\": 0,\n                \"parent_name\": \"APAC\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:17:52.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/464/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/464/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/464\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"465\",\n            \"attributes\": {\n                \"name\": \"Centraal en Oost Europa\",\n                \"active\": 0,\n                \"parent_name\": \"Americas\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:18:31.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/465/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/465/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/465\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"466\",\n            \"attributes\": {\n                \"name\": \"Ierland\",\n                \"active\": 0,\n                \"parent_name\": \"Americas\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:18:50.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/466/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/466/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/466\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"467\",\n            \"attributes\": {\n                \"name\": \"Antwerpen\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:19:29.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/467/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/467/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/467\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"468\",\n            \"attributes\": {\n                \"name\": \"Gent\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:19:53.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/468/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/468/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/468\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"469\",\n            \"attributes\": {\n                \"name\": \"Brussel\",\n                \"active\": 0,\n                \"parent_name\": \"Head Quarters\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:20:14.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/469/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/469/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/469\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"470\",\n            \"attributes\": {\n                \"name\": \"Leuven\",\n                \"active\": 0,\n                \"parent_name\": \"Head Quarters\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:20:40.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/470/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/470/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/470\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"471\",\n            \"attributes\": {\n                \"name\": \"Betalen\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:21:25.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/471/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/471/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/471\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"472\",\n            \"attributes\": {\n                \"name\": \"Sparen\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:21:54.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/472/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/472/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/472\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"473\",\n            \"attributes\": {\n                \"name\": \"Leningen\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:22:21.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/473/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/473/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/473\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"474\",\n            \"attributes\": {\n                \"name\": \"Hypotheken\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:22:42.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/474/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/474/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/474\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"475\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:23:23.000000Z\",\n                \"updatedAt\": \"2022-07-06T11:23:23.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/475/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/475/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/475\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"476\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Leningen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:23:55.000000Z\",\n                \"updatedAt\": \"2022-07-06T11:24:25.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/476/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/476/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/476\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"477\",\n            \"attributes\": {\n                \"name\": \"Computest Consultancy B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Betalen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:25:42.000000Z\",\n                \"updatedAt\": \"2022-07-06T11:26:49.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/477/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/477/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/477\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"478\",\n            \"attributes\": {\n                \"name\": \"Verzekeren\",\n                \"active\": 0,\n                \"parent_name\": \"Sparen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:26:31.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/478/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/478/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/478\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"479\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Verzekeren\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:26:49.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:10:37.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/479/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/479/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/479\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"480\",\n            \"attributes\": {\n                \"name\": \"Fox-IT Group\",\n                \"active\": 0,\n                \"parent_name\": \"Verzekeren\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:27:53.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:13:31.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/480/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/480/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/480\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"481\",\n            \"attributes\": {\n                \"name\": \"Sodexo Cleaning B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:29:21.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:12:01.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/481/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/481/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/481\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"482\",\n            \"attributes\": {\n                \"name\": \"Microsoft B.V.\",\n                \"active\": 0,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:30:24.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:15:31.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/482/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/482/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/482\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"483\",\n            \"attributes\": {\n                \"name\": \"Microsoft B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Fox-IT Group\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:30:24.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:15:31.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/483/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/483/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/483\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"484\",\n            \"attributes\": {\n                \"name\": \"Microsoft B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Betalen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:30:24.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:15:31.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/484/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/484/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/484\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"485\",\n            \"attributes\": {\n                \"name\": \"Essent Nederland\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:32:14.000000Z\",\n                \"updatedAt\": \"2022-07-06T11:32:14.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/485/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/485/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/485\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"486\",\n            \"attributes\": {\n                \"name\": \"PwC Digital Technology Services B.V.\",\n                \"active\": 1,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:33:34.000000Z\",\n                \"updatedAt\": \"2023-03-06T13:06:26.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/486/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/486/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/486\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"487\",\n            \"attributes\": {\n                \"name\": \"Capgemini Nederland B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Betalen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:34:40.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:13:54.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/487/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/487/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/487\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"488\",\n            \"attributes\": {\n                \"name\": \"Siemens Germany\",\n                \"active\": 0,\n                \"parent_name\": \"Ierland\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:36:32.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:10:02.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/488/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/488/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/488\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"489\",\n            \"attributes\": {\n                \"name\": \"HP Germany\",\n                \"active\": 0,\n                \"parent_name\": \"Ierland\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:37:28.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/489/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/489/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/489\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"490\",\n            \"attributes\": {\n                \"name\": \"HP Germany\",\n                \"active\": 0,\n                \"parent_name\": \"Siemens Germany\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:37:28.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:11:09.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/490/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/490/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/490\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"491\",\n            \"attributes\": {\n                \"name\": \"Siemens Industry Software Netherlands B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"CFO-diensten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:39:05.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:12:24.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/491/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/491/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/491\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"492\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Fox-IT Group\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:40:52.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:09:28.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/492/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/492/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/492\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"493\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Fox-IT Group\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:41:44.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:08:51.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/493/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/493/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/493\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"494\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:42:37.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:09:40.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/494/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/494/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/494\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"495\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:44:40.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:20:57.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/495/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/495/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/495\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"496\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Sodexo Cleaning B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:45:16.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:17:57.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/496/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/496/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/496\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"497\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Sodexo Cleaning B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:45:46.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:07:29.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/497/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/497/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/497\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"498\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Sodexo Cleaning B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:46:23.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:18:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/498/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/498/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/498\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"499\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:47:55.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:18:59.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/499/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/499/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/499\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"500\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:48:46.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:07:56.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/500/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/500/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/500\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"501\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Essent Nederland\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:49:39.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:07:41.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/501/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/501/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/501\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"502\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Siemens Germany\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:51:02.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:18:49.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/502/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/502/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/502\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"503\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Capgemini Nederland B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:51:35.000000Z\",\n                \"updatedAt\": \"2023-11-29T09:16:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/503/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/503/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/503\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"504\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Siemens Industry Software Netherlands B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:52:46.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:18:38.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/504/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/504/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/504\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"505\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"HP Germany\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:53:21.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:09:15.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/505/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/505/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/505\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"506\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"HP Germany\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:53:21.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:09:15.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/506/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/506/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/506\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"507\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"PwC Digital Technology Services B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T11:54:08.000000Z\",\n                \"updatedAt\": \"2022-07-06T11:54:08.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/507/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/507/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/507\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"508\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:01:54.000000Z\",\n                \"updatedAt\": \"2024-05-03T11:45:54.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/508/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/508/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/508\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"509\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Betalen\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:03:02.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:09:36.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/509/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/509/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/509\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"510\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:04:18.000000Z\",\n                \"updatedAt\": \"2022-11-01T11:29:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/510/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/510/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/510\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"511\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:04:18.000000Z\",\n                \"updatedAt\": \"2022-11-01T11:29:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/511/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/511/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/511\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"512\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:04:18.000000Z\",\n                \"updatedAt\": \"2022-11-01T11:29:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/512/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/512/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/512\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"513\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Fox-IT Group\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T12:07:55.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:15:29.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/513/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/513/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/513\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"519\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-06T13:43:28.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:07:17.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/519/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/519/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/519\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"520\",\n            \"attributes\": {\n                \"name\": \"Praag\",\n                \"active\": 0,\n                \"parent_name\": \"Gent\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-08T05:21:35.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/520/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/520/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/520\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"521\",\n            \"attributes\": {\n                \"name\": \"Corporate HR\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-08T05:22:32.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/521/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/521/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/521\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"522\",\n            \"attributes\": {\n                \"name\": \"Corporate Finance\",\n                \"active\": 1,\n                \"parent_name\": \"Procurement\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-08T05:22:57.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/522/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/522/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/522\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"523\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-11T10:35:47.000000Z\",\n                \"updatedAt\": \"2022-08-01T06:50:30.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/523/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/523/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/523\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"524\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-11T10:35:47.000000Z\",\n                \"updatedAt\": \"2022-08-01T06:50:30.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/524/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/524/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/524\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"525\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-11T10:35:47.000000Z\",\n                \"updatedAt\": \"2022-08-01T06:50:30.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/525/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/525/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/525\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"526\",\n            \"attributes\": {\n                \"name\": \"Change management process\",\n                \"active\": 0,\n                \"parent_name\": \"Producten\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-13T11:54:31.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/526/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/526/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/526\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"527\",\n            \"attributes\": {\n                \"name\": \"N.V. Nederlandse Spoorwegen\",\n                \"active\": 0,\n                \"parent_name\": \"Head Quarters\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-07-18T10:15:11.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:12:45.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/527/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/527/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/527\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"528\",\n            \"attributes\": {\n                \"name\": \"Deloitte Consulting B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-01T06:45:10.000000Z\",\n                \"updatedAt\": \"2022-09-22T11:34:38.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/528/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/528/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/528\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"531\",\n            \"attributes\": {\n                \"name\": \"Koninklijke DSM N.V.\",\n                \"active\": 1,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-01T15:47:09.000000Z\",\n                \"updatedAt\": \"2022-08-01T15:47:09.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/531/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/531/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/531\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"532\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Deloitte Consulting B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-01T15:56:52.000000Z\",\n                \"updatedAt\": \"2022-08-01T15:56:52.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/532/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/532/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/532\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"533\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Gent\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-08T07:57:15.000000Z\",\n                \"updatedAt\": \"2022-08-08T07:57:15.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/533/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/533/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/533\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"534\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Leuven\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-10T11:22:17.000000Z\",\n                \"updatedAt\": \"2022-11-01T11:29:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/534/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/534/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/534\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"535\",\n            \"attributes\": {\n                \"name\": \"Intergamma Nederland B.V.\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-26T07:03:05.000000Z\",\n                \"updatedAt\": \"2022-08-26T07:03:05.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/535/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/535/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/535\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"536\",\n            \"attributes\": {\n                \"name\": \"Bijenkorf\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-26T07:20:36.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/536/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/536/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/536\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"537\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Sodexo Cleaning B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-08-31T12:09:57.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:18:27.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/537/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/537/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/537\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"538\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"Corporate HR\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-22T11:34:38.000000Z\",\n                \"updatedAt\": \"2023-02-13T10:40:01.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/538/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/538/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/538\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"539\",\n            \"attributes\": {\n                \"name\": \"3rdRisk Solutions B.V.\",\n                \"active\": 0,\n                \"parent_name\": \"Corporate HR\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-22T12:23:46.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:16:21.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/539/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/539/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/539\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"540\",\n            \"attributes\": {\n                \"name\": \"3rdRisk Solutions B.V.\",\n                \"active\": 1,\n                \"parent_name\": \"Kantoren\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-22T12:43:22.000000Z\",\n                \"updatedAt\": \"2022-09-22T12:43:22.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/540/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/540/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/540\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"541\",\n            \"attributes\": {\n                \"name\": \"3rdRisk Solutions B.V.\",\n                \"active\": 1,\n                \"parent_name\": \"Sodexo Cleaning B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-22T12:43:22.000000Z\",\n                \"updatedAt\": \"2022-09-22T12:43:22.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/541/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/541/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/541\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"542\",\n            \"attributes\": {\n                \"name\": \"3rdRisk Solutions B.V.\",\n                \"active\": 1,\n                \"parent_name\": \"Praag\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-22T12:43:22.000000Z\",\n                \"updatedAt\": \"2022-09-22T12:43:22.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/542/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/542/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/542\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"543\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Capgemini Nederland B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-09-26T12:19:57.000000Z\",\n                \"updatedAt\": \"2023-03-08T11:09:04.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/543/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/543/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/543\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"544\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Verzekeren\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-04T11:22:59.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:09:36.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/544/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/544/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/544\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"545\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Head Quarters\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-04T11:22:59.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:09:36.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/545/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/545/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/545\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"546\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Corporate HR\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-04T11:22:59.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:09:36.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/546/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/546/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/546\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"547\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-20T11:11:36.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:19:39.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/547/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/547/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/547\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"548\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-20T11:11:36.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:19:39.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/548/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/548/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/548\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"549\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Microsoft B.V.\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-20T11:11:36.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:19:39.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/549/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/549/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/549\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"552\",\n            \"attributes\": {\n                \"name\": \"Vodafone\",\n                \"active\": 0,\n                \"parent_name\": \"Head Quarters\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-26T12:33:50.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:11:34.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/552/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/552/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/552\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"553\",\n            \"attributes\": {\n                \"name\": \"Albert Heijn\",\n                \"active\": 0,\n                \"parent_name\": null,\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-26T12:39:08.000000Z\",\n                \"updatedAt\": \"2022-11-02T07:14:29.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/553/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/553/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/553\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"554\",\n            \"attributes\": {\n                \"name\": \"Corporate Strategy\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-31T20:03:49.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/554/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/554/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/554\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"555\",\n            \"attributes\": {\n                \"name\": \"Amsterdam HQ\",\n                \"active\": 0,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-31T20:04:33.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/555/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/555/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/555\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"556\",\n            \"attributes\": {\n                \"name\": \"Shared Service Center\",\n                \"active\": 0,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-31T20:09:43.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/556/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/556/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/556\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"557\",\n            \"attributes\": {\n                \"name\": \"Recruitment\",\n                \"active\": 1,\n                \"parent_name\": \"Marketing\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-31T20:16:23.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/557/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/557/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/557\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"558\",\n            \"attributes\": {\n                \"name\": \"Administration\",\n                \"active\": 1,\n                \"parent_name\": \"Sales\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-10-31T20:17:04.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/558/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/558/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/558\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"559\",\n            \"attributes\": {\n                \"name\": \"COO\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:24:53.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/559/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/559/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/559\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"560\",\n            \"attributes\": {\n                \"name\": \"CCO\",\n                \"active\": 0,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:25:31.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/560/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/560/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/560\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"561\",\n            \"attributes\": {\n                \"name\": \"CRO\",\n                \"active\": 0,\n                \"parent_name\": \"EMEA\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:25:50.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/561/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/561/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/561\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"562\",\n            \"attributes\": {\n                \"name\": \"Corporate Technology\",\n                \"active\": 1,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:26:27.000000Z\",\n                \"updatedAt\": \"2025-02-19T14:26:00.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/562/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/562/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/562\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"563\",\n            \"attributes\": {\n                \"name\": \"CTO\",\n                \"active\": 0,\n                \"parent_name\": \"Acme Corporation\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:27:00.000000Z\",\n                \"updatedAt\": \"2025-01-23T14:17:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/563/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/563/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/563\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"568\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 0,\n                \"parent_name\": \"Shared Service Center\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:30:09.000000Z\",\n                \"updatedAt\": \"2023-07-05T12:09:36.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/568/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/568/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/568\"\n            }\n        },\n        {\n            \"type\": \"organisation-setups\",\n            \"id\": \"569\",\n            \"attributes\": {\n                \"name\": null,\n                \"active\": 1,\n                \"parent_name\": \"CCO\",\n                \"deletedAt\": null,\n                \"createdAt\": \"2022-11-01T07:30:29.000000Z\",\n                \"updatedAt\": \"2022-11-01T11:29:16.000000Z\"\n            },\n            \"relationships\": {\n                \"parent\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/569/parent\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/569/relationships/parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/569\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bb6285b1-fd00-4b7f-a4ec-49dbd3594b6f"},{"name":"Show organisation setup","id":"58fa3ce0-a872-44f8-80f9-a43630281445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"Bearer {{api_token}}"}],"url":"https://my.company.3rdrisk.com/api/v2/users/458","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users","458"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"c307ba9a-8cf2-4252-a702-525ca1993143","name":"Show organisation setup","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Authorization","value":"Bearer {{api_token}}"}],"url":"https://my.company.3rdrisk.com/api/v2/users/458"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458\"\n    },\n    \"data\": {\n        \"type\": \"organisation-setups\",\n        \"id\": \"458\",\n        \"attributes\": {\n            \"name\": \"EMEA\",\n            \"active\": 1,\n            \"parent_name\": \"Acme Corporation\",\n            \"deletedAt\": null,\n            \"createdAt\": \"2022-07-06T11:15:04.000000Z\",\n            \"updatedAt\": \"2025-03-04T08:04:25.000000Z\"\n        },\n        \"relationships\": {\n            \"parent\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458/parent\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458/relationships/parent\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/organisation-setups/458\"\n        }\n    }\n}"}],"_postman_id":"58fa3ce0-a872-44f8-80f9-a43630281445"}],"id":"c06984dd-4df8-40bf-bb1f-4774673cd1c8","description":"<p>These are the organisation model locations and all links to it.  </p>\n<p>The \"name\" is the name of a location or a third party and the \"parent_name\" is the parent location its name</p>\n","_postman_id":"c06984dd-4df8-40bf-bb1f-4774673cd1c8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Contracts","item":[{"name":"Get all contracts","id":"1f00899c-8647-410d-b983-dae03c4ed89b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/contracts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["contracts"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"77dddae2-3555-43ca-b5e5-0fb0504b6f27","name":"Get all contracts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/contracts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"contracts\",\n            \"id\": \"7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\",\n            \"attributes\": {\n                \"name\": \"updated by api contract\",\n                \"status\": \"Active\",\n                \"contractValue\": \"30.000\",\n                \"governingLawCountryCode\": \"NL\",\n                \"description\": \"<p>test description</p>\",\n                \"identifier\": \"Internal identifier test\",\n                \"dateStart\": \"2024-10-04\",\n                \"dateEnd\": \"2027-10-04\",\n                \"dateNoticeSentAt\": null,\n                \"riskProfile\": \"Low\",\n                \"exitStrategy\": \"<p>exit test</p>\",\n                \"reasonOfTermination\": \"<p>reason termination test</p>\",\n                \"nextReviewDate\": \"2025-01-31T23:00:00.000000Z\",\n                \"penetrationTestingSchedule\": null,\n                \"iso27001CertificateDescription\": null,\n                \"assuranceReportDescription\": null,\n                \"backupAndRecoveryPlanDescription\": null,\n                \"cyberIncidentResponsePlanDescription\": null,\n                \"dataEncryptionDetailsDescription\": null,\n                \"dataProcessingAgreementDPADescription\": null,\n                \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n                \"businessContinuityPlanDescription\": null,\n                \"itAssetInventoryDescription\": null,\n                \"incidentReportingProcedureDescription\": null,\n                \"penetrationTestingScheduleDescription\": null,\n                \"riskManagementProcedureDescription\": null,\n                \"monitoringAndLoggingProcedureDescription\": null,\n                \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n                \"updatedAt\": \"2024-11-27T14:54:36.000000Z\"\n            },\n            \"relationships\": {\n                \"thirdParty\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/third-party\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/third-party\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/manager\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/owner\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/business-contact\"\n                    }\n                },\n                \"dataProtectionOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/data-protection-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/data-protection-officer\"\n                    }\n                },\n                \"legalOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/legal-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/legal-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\"\n            }\n        },\n        {\n            \"type\": \"contracts\",\n            \"id\": \"189c6599-34d1-4b69-a7f5-21aa2b9c3fe6\",\n            \"attributes\": {\n                \"name\": \"Default contract\",\n                \"status\": \"Active\",\n                \"contractValue\": null,\n                \"governingLawCountryCode\": null,\n                \"description\": null,\n                \"identifier\": null,\n                \"dateStart\": \"2024-10-10\",\n                \"dateEnd\": \"2027-10-10\",\n                \"dateNoticeSentAt\": null,\n                \"riskProfile\": \"Pending\",\n                \"exitStrategy\": null,\n                \"reasonOfTermination\": null,\n                \"nextReviewDate\": null,\n                \"penetrationTestingSchedule\": null,\n                \"iso27001CertificateDescription\": null,\n                \"assuranceReportDescription\": null,\n                \"backupAndRecoveryPlanDescription\": null,\n                \"cyberIncidentResponsePlanDescription\": null,\n                \"dataEncryptionDetailsDescription\": null,\n                \"dataProcessingAgreementDPADescription\": null,\n                \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n                \"businessContinuityPlanDescription\": null,\n                \"itAssetInventoryDescription\": null,\n                \"incidentReportingProcedureDescription\": null,\n                \"penetrationTestingScheduleDescription\": null,\n                \"riskManagementProcedureDescription\": null,\n                \"monitoringAndLoggingProcedureDescription\": null,\n                \"createdAt\": \"2024-10-10T09:11:42.000000Z\",\n                \"updatedAt\": \"2024-11-27T13:37:53.000000Z\"\n            },\n            \"relationships\": {\n                \"thirdParty\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/third-party\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/third-party\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/manager\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/owner\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/business-contact\"\n                    }\n                },\n                \"dataProtectionOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/data-protection-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/data-protection-officer\"\n                    }\n                },\n                \"legalOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/legal-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6/relationships/legal-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/189c6599-34d1-4b69-a7f5-21aa2b9c3fe6\"\n            }\n        },\n        {\n            \"type\": \"contracts\",\n            \"id\": \"6df1d51d-7fb9-4223-b879-6168601fb4d8\",\n            \"attributes\": {\n                \"name\": \"Default contract\",\n                \"status\": \"Active\",\n                \"contractValue\": null,\n                \"governingLawCountryCode\": null,\n                \"description\": null,\n                \"identifier\": null,\n                \"dateStart\": \"2024-11-08\",\n                \"dateEnd\": \"2027-11-08\",\n                \"dateNoticeSentAt\": null,\n                \"riskProfile\": \"Pending\",\n                \"exitStrategy\": null,\n                \"reasonOfTermination\": null,\n                \"nextReviewDate\": null,\n                \"penetrationTestingSchedule\": null,\n                \"iso27001CertificateDescription\": null,\n                \"assuranceReportDescription\": null,\n                \"backupAndRecoveryPlanDescription\": null,\n                \"cyberIncidentResponsePlanDescription\": null,\n                \"dataEncryptionDetailsDescription\": null,\n                \"dataProcessingAgreementDPADescription\": null,\n                \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n                \"businessContinuityPlanDescription\": null,\n                \"itAssetInventoryDescription\": null,\n                \"incidentReportingProcedureDescription\": null,\n                \"penetrationTestingScheduleDescription\": null,\n                \"riskManagementProcedureDescription\": null,\n                \"monitoringAndLoggingProcedureDescription\": null,\n                \"createdAt\": \"2024-11-08T16:11:51.000000Z\",\n                \"updatedAt\": \"2024-11-27T13:37:53.000000Z\"\n            },\n            \"relationships\": {\n                \"thirdParty\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/third-party\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/third-party\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/manager\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/owner\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/business-contact\"\n                    }\n                },\n                \"dataProtectionOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/data-protection-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/data-protection-officer\"\n                    }\n                },\n                \"legalOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/legal-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8/relationships/legal-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/6df1d51d-7fb9-4223-b879-6168601fb4d8\"\n            }\n        },\n        {\n            \"type\": \"contracts\",\n            \"id\": \"346fa954-de5c-455d-8b36-4bc63fb0bff1\",\n            \"attributes\": {\n                \"name\": \"test uuid contract\",\n                \"status\": \"Active\",\n                \"contractValue\": \"\",\n                \"governingLawCountryCode\": null,\n                \"description\": null,\n                \"identifier\": \"test uuid\",\n                \"dateStart\": null,\n                \"dateEnd\": null,\n                \"dateNoticeSentAt\": null,\n                \"riskProfile\": \"Pending\",\n                \"exitStrategy\": null,\n                \"reasonOfTermination\": null,\n                \"nextReviewDate\": null,\n                \"penetrationTestingSchedule\": null,\n                \"iso27001CertificateDescription\": null,\n                \"assuranceReportDescription\": null,\n                \"backupAndRecoveryPlanDescription\": null,\n                \"cyberIncidentResponsePlanDescription\": null,\n                \"dataEncryptionDetailsDescription\": null,\n                \"dataProcessingAgreementDPADescription\": null,\n                \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n                \"businessContinuityPlanDescription\": null,\n                \"itAssetInventoryDescription\": null,\n                \"incidentReportingProcedureDescription\": null,\n                \"penetrationTestingScheduleDescription\": null,\n                \"riskManagementProcedureDescription\": null,\n                \"monitoringAndLoggingProcedureDescription\": null,\n                \"createdAt\": \"2024-11-27T13:39:44.000000Z\",\n                \"updatedAt\": \"2024-11-27T13:39:44.000000Z\"\n            },\n            \"relationships\": {\n                \"thirdParty\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/third-party\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/third-party\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/manager\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/owner\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/business-contact\"\n                    }\n                },\n                \"dataProtectionOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/data-protection-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/data-protection-officer\"\n                    }\n                },\n                \"legalOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/legal-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1/relationships/legal-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/346fa954-de5c-455d-8b36-4bc63fb0bff1\"\n            }\n        },\n        {\n            \"type\": \"contracts\",\n            \"id\": \"a3e47c61-4a09-488a-b06a-76f121fd44a4\",\n            \"attributes\": {\n                \"name\": \"create from api\",\n                \"status\": \"Pre-contract\",\n                \"contractValue\": null,\n                \"governingLawCountryCode\": null,\n                \"description\": null,\n                \"identifier\": null,\n                \"dateStart\": null,\n                \"dateEnd\": null,\n                \"dateNoticeSentAt\": null,\n                \"riskProfile\": \"Pending\",\n                \"exitStrategy\": null,\n                \"reasonOfTermination\": null,\n                \"nextReviewDate\": null,\n                \"penetrationTestingSchedule\": null,\n                \"iso27001CertificateDescription\": null,\n                \"assuranceReportDescription\": null,\n                \"backupAndRecoveryPlanDescription\": null,\n                \"cyberIncidentResponsePlanDescription\": null,\n                \"dataEncryptionDetailsDescription\": null,\n                \"dataProcessingAgreementDPADescription\": null,\n                \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n                \"businessContinuityPlanDescription\": null,\n                \"itAssetInventoryDescription\": null,\n                \"incidentReportingProcedureDescription\": null,\n                \"penetrationTestingScheduleDescription\": null,\n                \"riskManagementProcedureDescription\": null,\n                \"monitoringAndLoggingProcedureDescription\": null,\n                \"createdAt\": \"2024-11-27T16:48:38.000000Z\",\n                \"updatedAt\": \"2024-11-27T18:27:55.000000Z\"\n            },\n            \"relationships\": {\n                \"thirdParty\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/third-party\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/third-party\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/manager\"\n                    }\n                },\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/owner\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/business-contact\"\n                    }\n                },\n                \"dataProtectionOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/data-protection-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/data-protection-officer\"\n                    }\n                },\n                \"legalOfficer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/legal-officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/legal-officer\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1f00899c-8647-410d-b983-dae03c4ed89b"},{"name":"Show contract","id":"bb132cd7-fb7b-44b3-b79a-5ae6a9459609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["contracts","a3e47c61-4a09-488a-b06a-76f121fd44a4"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"431f046e-9635-4372-974d-130c15318729","name":"Show contract","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\"\n    },\n    \"data\": {\n        \"type\": \"contracts\",\n        \"id\": \"7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\",\n        \"attributes\": {\n            \"name\": \"updated by api contract\",\n            \"status\": \"Active\",\n            \"contractValue\": \"30.000\",\n            \"governingLawCountryCode\": \"NL\",\n            \"description\": \"<p>test description</p>\",\n            \"identifier\": \"Internal identifier test\",\n            \"dateStart\": \"2024-10-04\",\n            \"dateEnd\": \"2027-10-04\",\n            \"dateNoticeSentAt\": null,\n            \"riskProfile\": \"Low\",\n            \"exitStrategy\": \"<p>exit test</p>\",\n            \"reasonOfTermination\": \"<p>reason termination test</p>\",\n            \"nextReviewDate\": \"2025-01-31T23:00:00.000000Z\",\n            \"penetrationTestingSchedule\": null,\n            \"iso27001CertificateDescription\": null,\n            \"assuranceReportDescription\": null,\n            \"backupAndRecoveryPlanDescription\": null,\n            \"cyberIncidentResponsePlanDescription\": null,\n            \"dataEncryptionDetailsDescription\": null,\n            \"dataProcessingAgreementDPADescription\": null,\n            \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n            \"businessContinuityPlanDescription\": null,\n            \"itAssetInventoryDescription\": null,\n            \"incidentReportingProcedureDescription\": null,\n            \"penetrationTestingScheduleDescription\": null,\n            \"riskManagementProcedureDescription\": null,\n            \"monitoringAndLoggingProcedureDescription\": null,\n            \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n            \"updatedAt\": \"2024-11-27T14:54:36.000000Z\"\n        },\n        \"relationships\": {\n            \"thirdParty\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/third-party\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/third-party\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/manager\"\n                }\n            },\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/owner\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/business-contact\"\n                }\n            },\n            \"dataProtectionOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/data-protection-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/data-protection-officer\"\n                }\n            },\n            \"legalOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/legal-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/legal-officer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\"\n        }\n    }\n}"}],"_postman_id":"bb132cd7-fb7b-44b3-b79a-5ae6a9459609"},{"name":"Update contract","id":"7e1b8f25-29e9-4948-a4cc-6ddd26045745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"contracts\",\n        \"id\": \"a3e47c61-4a09-488a-b06a-76f121fd44a4\",\n        \"attributes\": {\n            \"contractValue\": \"4000\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["contracts","a3e47c61-4a09-488a-b06a-76f121fd44a4"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"38fc917b-5a69-4106-9682-4ecb751b1365","name":"Update contract","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"contracts\",\n        \"id\": \"a3e47c61-4a09-488a-b06a-76f121fd44a4\",\n        \"attributes\": {\n            \"contractValue\": \"4000\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\"\n    },\n    \"data\": {\n        \"type\": \"contracts\",\n        \"id\": \"7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\",\n        \"attributes\": {\n            \"name\": \"updated by api contract\",\n            \"status\": \"Active\",\n            \"contractValue\": \"4000\",\n            \"governingLawCountryCode\": \"NL\",\n            \"description\": \"<p>test description</p>\",\n            \"identifier\": \"Internal identifier test\",\n            \"dateStart\": \"2024-10-04\",\n            \"dateEnd\": \"2027-10-04\",\n            \"dateNoticeSentAt\": null,\n            \"riskProfile\": \"Low\",\n            \"exitStrategy\": \"<p>exit test</p>\",\n            \"reasonOfTermination\": \"<p>reason termination test</p>\",\n            \"nextReviewDate\": \"2025-01-31T23:00:00.000000Z\",\n            \"penetrationTestingSchedule\": null,\n            \"iso27001CertificateDescription\": null,\n            \"assuranceReportDescription\": null,\n            \"backupAndRecoveryPlanDescription\": null,\n            \"cyberIncidentResponsePlanDescription\": null,\n            \"dataEncryptionDetailsDescription\": null,\n            \"dataProcessingAgreementDPADescription\": null,\n            \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n            \"businessContinuityPlanDescription\": null,\n            \"itAssetInventoryDescription\": null,\n            \"incidentReportingProcedureDescription\": null,\n            \"penetrationTestingScheduleDescription\": null,\n            \"riskManagementProcedureDescription\": null,\n            \"monitoringAndLoggingProcedureDescription\": null,\n            \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n            \"updatedAt\": \"2024-11-27T18:53:49.000000Z\"\n        },\n        \"relationships\": {\n            \"thirdParty\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/third-party\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/third-party\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/manager\"\n                }\n            },\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/owner\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/business-contact\"\n                }\n            },\n            \"dataProtectionOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/data-protection-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/data-protection-officer\"\n                }\n            },\n            \"legalOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/legal-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5/relationships/legal-officer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/contracts/7cd3880b-78bb-475f-b5ae-8c4b279fe2c5\"\n        }\n    }\n}"}],"_postman_id":"7e1b8f25-29e9-4948-a4cc-6ddd26045745"},{"name":"Create a contract","id":"ca6b1bb4-9816-4a20-9e5d-6407ed44bf35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"contracts\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"PRE_CONTRACT\"\n        },\n        \"relationships\": {\n            \"thirdParty\": {\n                \"data\": {\n                    \"type\": \"third-parties\",\n                    \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\"\n                }\n            },\n            \"manager\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"owner\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"businessContact\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"dataProtectionOfficer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"legalOfficer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/contracts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["contracts"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[],"variable":[]}},"response":[{"id":"b54b8df1-49a7-46db-b8ba-f8b5253ea075","name":"Create a contract","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"contracts\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"PRE_CONTRACT\"\n        },\n        \"relationships\": {\n            \"thirdParty\": {\n                \"data\": {\n                    \"type\": \"third-parties\",\n                    \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\"\n                }\n            },\n            \"manager\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"owner\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"officer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"businessContact\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"dataProtectionOfficer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            },\n            \"legalOfficer\": {\n                \"data\": {\n                    \"type\": \"users\",\n                    \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://my.company.3rdrisk.com/api/v2/contracts"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"links\": {\n        \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4\"\n    },\n    \"data\": {\n        \"type\": \"contracts\",\n        \"id\": \"a3e47c61-4a09-488a-b06a-76f121fd44a4\",\n        \"attributes\": {\n            \"name\": \"create from api\",\n            \"status\": \"Pre-contract\",\n            \"contractValue\": null,\n            \"governingLawCountryCode\": null,\n            \"description\": null,\n            \"identifier\": null,\n            \"dateStart\": null,\n            \"dateEnd\": null,\n            \"dateNoticeSentAt\": null,\n            \"riskProfile\": \"Pending\",\n            \"exitStrategy\": null,\n            \"reasonOfTermination\": null,\n            \"nextReviewDate\": null,\n            \"penetrationTestingSchedule\": null,\n            \"iso27001CertificateDescription\": null,\n            \"assuranceReportDescription\": null,\n            \"backupAndRecoveryPlanDescription\": null,\n            \"cyberIncidentResponsePlanDescription\": null,\n            \"dataEncryptionDetailsDescription\": null,\n            \"dataProcessingAgreementDPADescription\": null,\n            \"contractThirdPartyRiskAssessmentFrequenciesDescription\": null,\n            \"businessContinuityPlanDescription\": null,\n            \"itAssetInventoryDescription\": null,\n            \"incidentReportingProcedureDescription\": null,\n            \"penetrationTestingScheduleDescription\": null,\n            \"riskManagementProcedureDescription\": null,\n            \"monitoringAndLoggingProcedureDescription\": null,\n            \"createdAt\": \"2024-11-27T16:48:38.000000Z\",\n            \"updatedAt\": \"2024-11-27T16:48:38.000000Z\"\n        },\n        \"relationships\": {\n            \"thirdParty\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/third-party\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/third-party\"\n                }\n            },\n            \"manager\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/manager\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/manager\"\n                }\n            },\n            \"owner\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/owner\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/owner\"\n                }\n            },\n            \"officer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/officer\"\n                }\n            },\n            \"businessContact\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/business-contact\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/business-contact\"\n                }\n            },\n            \"dataProtectionOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/data-protection-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/data-protection-officer\"\n                }\n            },\n            \"legalOfficer\": {\n                \"links\": {\n                    \"related\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/legal-officer\",\n                    \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4/relationships/legal-officer\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://my.3rdrisk.test/api/v2/contracts/a3e47c61-4a09-488a-b06a-76f121fd44a4\"\n        }\n    }\n}"}],"_postman_id":"ca6b1bb4-9816-4a20-9e5d-6407ed44bf35"}],"id":"57474e01-b6d0-4192-9c49-ce1b6549d769","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required? (for create)</strong></th>\n<th><strong>Read only?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>(Active, Inactive, Pre-contract, Suspended)</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>contractValue</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>governingLawCountryCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dateStart</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dateEnd</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dateNoticeSentAt</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>riskProfile</td>\n<td>(Low, Medium, High, Critical, Pending)</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>exitStrategy</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>reasonOfTermination</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>nextReviewDate</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>penetrationTestingSchedule</td>\n<td>date</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>iso27001CertificateDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>assuranceReportDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>backupAndRecoveryPlanDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cyberIncidentResponsePlanDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dataEncryptionDetailsDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dataProcessingAgreementDPADescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>contractThirdPartyRiskAssessmentFrequenciesDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>businessContinuityPlanDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>itAssetInventoryDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>incidentReportingProcedureDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>penetrationTestingScheduleDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>riskManagementProcedureDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>monitoringAndLoggingProcedureDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"57474e01-b6d0-4192-9c49-ce1b6549d769","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}}],"id":"f68ca62f-1716-4aa7-b770-5e4cc8ad67bb","_postman_id":"f68ca62f-1716-4aa7-b770-5e4cc8ad67bb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}}},{"name":"Including relations","id":"f4900af2-3f61-4dcf-b6cd-a3b3662b50be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties?include=owner,manager","description":"<p>In this example we use the <code>third-parties</code> resource and we include the relations <code>owner</code> and <code>manager</code> you can include as many relations as you need.  </p>\n<p>If you are also using sparse fields make sure to also include the relation name in the sparse fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[{"key":"include","value":"owner,manager"}],"variable":[]}},"response":[{"id":"1b0062a9-fa36-4bf2-a19d-2e3b8b56b516","name":"Including relations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v2/third-parties?include=owner,manager","host":["https://my.company.3rdrisk.com/api/v2"],"path":["third-parties"],"query":[{"key":"include","value":"owner,manager"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n            \"attributes\": {\n                \"name\": \"test party\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": \"Major\",\n                \"organisationType\": \"org type\",\n                \"organisationGroup\": \"org group\",\n                \"branchOrIndustry\": \"COMMERCE\",\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"test group\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"Fake 31\",\n                \"city\": \"Fake city\",\n                \"zipCode\": \"1234 FA\",\n                \"website\": \"fake.com\",\n                \"addressAdditional\": \"po box\",\n                \"state\": \"state provice\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"fake@email.com\",\n                \"phoneNumber\": \"01234566789\",\n                \"generalEmail\": \"general@email.com\",\n                \"emailContact\": \"contact@email.com\",\n                \"phoneNumberContact\": \"1234567890\",\n                \"purchaseEmail\": \"purchase@email.com\",\n                \"riskProfile\": 2,\n                \"description\": \"test description\",\n                \"bankAccount\": \"bank account\",\n                \"swiftCode\": \"swift code\",\n                \"bankName\": \"banke name\",\n                \"vatNumber\": \"vat number\",\n                \"commercialRegisterNumber\": \"commercial register number\",\n                \"externalContext\": {\n                    \"duns_number\": \"duns numb\",\n                    \"cybersecurity_score\": \"cyber score\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"internal ref id\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-04T14:13:18.000000Z\",\n                \"updatedAt\": \"2024-11-18T08:04:50.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                    },\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                    }\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/manager\"\n                    },\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                    }\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\",\n            \"attributes\": {\n                \"name\": \"test 2\",\n                \"status\": \"Active\",\n                \"type\": \"Supplier\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"test.nl\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.nl\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-10T09:11:42.000000Z\",\n                \"updatedAt\": \"2024-10-10T09:11:42.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d73eed17-0e3e-4fd1-88c4-32f6cbce7698\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:32:11.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:32:11.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"38cc4db0-6554-4986-af84-53fe17543d67\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": null,\n                \"countryCode\": \"\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-10-16T15:33:58.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:35:51.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b5621076-f69e-4073-b89c-78bd03e6041f\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:36:56.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:36:56.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e0066875-c475-473d-8eb2-a1b7f5294c3e\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:37:16.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:37:16.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"400981dc-fe5f-456b-8221-1903fe51c894\",\n            \"attributes\": {\n                \"name\": \"TEST 3\",\n                \"status\": \"Active\",\n                \"type\": \"Vendor\",\n                \"category\": null,\n                \"organisationType\": null,\n                \"organisationGroup\": null,\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": null,\n                \"volumeRange\": null,\n                \"countryCode\": null,\n                \"address\": null,\n                \"city\": null,\n                \"zipCode\": null,\n                \"website\": \"https://example.com\",\n                \"addressAdditional\": null,\n                \"state\": null,\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.com\",\n                \"phoneNumber\": null,\n                \"generalEmail\": null,\n                \"emailContact\": null,\n                \"phoneNumberContact\": null,\n                \"purchaseEmail\": null,\n                \"riskProfile\": 100,\n                \"description\": null,\n                \"bankAccount\": null,\n                \"swiftCode\": null,\n                \"bankName\": null,\n                \"vatNumber\": null,\n                \"commercialRegisterNumber\": null,\n                \"externalContext\": {\n                    \"duns_number\": null,\n                    \"cybersecurity_score\": null\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": null,\n                \"businessradar\": null,\n                \"createdAt\": \"2024-10-16T15:38:49.000000Z\",\n                \"updatedAt\": \"2024-10-16T15:38:49.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d972743a-d1fa-4ef1-a550-25b3b0fbc47d\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"status\": \"Active\",\n                \"type\": \"Service provider\",\n                \"category\": null,\n                \"organisationType\": \"\",\n                \"organisationGroup\": \"\",\n                \"branchOrIndustry\": null,\n                \"numberOfEmployees\": null,\n                \"purchasingGroup\": \"\",\n                \"volumeRange\": \"\",\n                \"countryCode\": \"NL\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\",\n                \"website\": \"test\",\n                \"addressAdditional\": \"\",\n                \"state\": \"\",\n                \"communicationLanguage\": \"en-GB\",\n                \"complianceEmail\": \"test@test.nl\",\n                \"phoneNumber\": \"\",\n                \"generalEmail\": \"\",\n                \"emailContact\": \"\",\n                \"phoneNumberContact\": \"\",\n                \"purchaseEmail\": \"\",\n                \"riskProfile\": 100,\n                \"description\": \"\",\n                \"bankAccount\": \"\",\n                \"swiftCode\": \"\",\n                \"bankName\": \"\",\n                \"vatNumber\": \"\",\n                \"commercialRegisterNumber\": \"\",\n                \"externalContext\": {\n                    \"duns_number\": \"\",\n                    \"cybersecurity_score\": \"\"\n                },\n                \"cyberSecurityScore\": null,\n                \"internalReferenceId\": \"\",\n                \"businessradar\": {\n                    \"duns_number\": \"\"\n                },\n                \"createdAt\": \"2024-11-08T16:11:51.000000Z\",\n                \"updatedAt\": \"2024-11-08T16:11:51.000000Z\"\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/owner\"\n                    },\n                    \"data\": null\n                },\n                \"manager\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/manager\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/manager\"\n                    },\n                    \"data\": null\n                },\n                \"officer\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/officer\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/officer\"\n                    }\n                },\n                \"businessContact\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/business-contact\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/business-contact\"\n                    }\n                },\n                \"organisationSetups\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/organisation-setups\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/organisation-setups\"\n                    }\n                },\n                \"riskProfileSelectedAnswers\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/risk-profile-selected-answers\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/risk-profile-selected-answers\"\n                    }\n                },\n                \"risks\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/risks\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/risks\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n            \"attributes\": {\n                \"name\": \"Tristan\",\n                \"email\": \"tristan@3rdrisk.com\",\n                \"jobTitle\": \"developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:09:54\",\n                \"createdAt\": \"2024-10-04T14:09:54.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:09:54.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f4900af2-3f61-4dcf-b6cd-a3b3662b50be"},{"name":"Sparse Fields","id":"84f25efe-3964-44a4-be30-69dee0bf57f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/third-parties?fields[third-parties]=name,status,riskProfile","description":"<p>Sparse fields allow you only return the fields/relations you want. in this example we use the <code>third-parties</code> resource as an example. In this example only want to return the <code>name</code>, <code>status, riskProfile</code> fields and the <code>owner</code> relationship.</p>\n<p>To do this you add a query param called <code>fields[]</code> so for third parties would it be <code>fields[third-parties]</code> and as value we set a comma separated list of all the field names or relationship names</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["third-parties"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[{"key":"fields[third-parties]","value":"name,status,riskProfile"}],"variable":[]}},"response":[{"id":"020d89fd-285d-40a4-abbc-587ac6fd7b9e","name":"Sparse Fields","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v2/third-parties?fields[third-parties]=name,status,riskProfile","host":["https://my.company.3rdrisk.com/api/v2"],"path":["third-parties"],"query":[{"key":"fields[third-parties]","value":"name,status,riskProfile"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n            \"attributes\": {\n                \"name\": \"test party\",\n                \"status\": \"Active\",\n                \"riskProfile\": 2\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\",\n            \"attributes\": {\n                \"name\": \"test 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d73eed17-0e3e-4fd1-88c4-32f6cbce7698\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"38cc4db0-6554-4986-af84-53fe17543d67\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b5621076-f69e-4073-b89c-78bd03e6041f\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e0066875-c475-473d-8eb2-a1b7f5294c3e\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"400981dc-fe5f-456b-8221-1903fe51c894\",\n            \"attributes\": {\n                \"name\": \"TEST 3\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d972743a-d1fa-4ef1-a550-25b3b0fbc47d\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/owner\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d\"\n            }\n        }\n    ]\n}"},{"id":"81f8605e-11db-4f24-97ad-66c81b254113","name":"With include","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v2/third-parties?fields[third-parties]=name,status,riskProfile&include=owner","host":["https://my.company.3rdrisk.com/api/v2"],"path":["third-parties"],"query":[{"key":"fields[third-parties]","value":"name,status,riskProfile"},{"key":"include","value":"owner","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"cb1f86c6-693e-492a-985d-6501e464ed06\",\n            \"attributes\": {\n                \"name\": \"test party\",\n                \"status\": \"Active\",\n                \"riskProfile\": 2\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06/relationships/owner\"\n                    },\n                    \"data\": {\n                        \"type\": \"users\",\n                        \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/cb1f86c6-693e-492a-985d-6501e464ed06\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"3df675ec-bfa7-4f60-9624-94a2e741b275\",\n            \"attributes\": {\n                \"name\": \"test 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/3df675ec-bfa7-4f60-9624-94a2e741b275\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d73eed17-0e3e-4fd1-88c4-32f6cbce7698\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d73eed17-0e3e-4fd1-88c4-32f6cbce7698\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"38cc4db0-6554-4986-af84-53fe17543d67\",\n            \"attributes\": {\n                \"name\": \"TEST\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/38cc4db0-6554-4986-af84-53fe17543d67\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"b5621076-f69e-4073-b89c-78bd03e6041f\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/b5621076-f69e-4073-b89c-78bd03e6041f\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"e0066875-c475-473d-8eb2-a1b7f5294c3e\",\n            \"attributes\": {\n                \"name\": \"TEST 2\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/e0066875-c475-473d-8eb2-a1b7f5294c3e\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"400981dc-fe5f-456b-8221-1903fe51c894\",\n            \"attributes\": {\n                \"name\": \"TEST 3\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/400981dc-fe5f-456b-8221-1903fe51c894\"\n            }\n        },\n        {\n            \"type\": \"third-parties\",\n            \"id\": \"d972743a-d1fa-4ef1-a550-25b3b0fbc47d\",\n            \"attributes\": {\n                \"name\": \"Test\",\n                \"status\": \"Active\",\n                \"riskProfile\": 100\n            },\n            \"relationships\": {\n                \"owner\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/owner\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d/relationships/owner\"\n                    },\n                    \"data\": null\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/third-parties/d972743a-d1fa-4ef1-a550-25b3b0fbc47d\"\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n            \"attributes\": {\n                \"name\": \"Tristan\",\n                \"email\": \"tristan@3rdrisk.com\",\n                \"jobTitle\": \"developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:09:54\",\n                \"createdAt\": \"2024-10-04T14:09:54.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:09:54.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n            }\n        }\n    ]\n}"}],"_postman_id":"84f25efe-3964-44a4-be30-69dee0bf57f8"},{"name":"WhereIdIn filter","id":"ff99ba76-0619-4011-8b99-defa61a424fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":"https://my.company.3rdrisk.com/api/v2/users?filter[id][]=76d1187d-eb32-4f9d-9f8d-6e71241183e3&filter[id][]=5178ae81-19bb-4f1a-af65-86e3b76a0fb6","description":"<p>This filter is available on all resources.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","id":"ae1ca4ce-84db-43db-a9db-fdf9ed7d495e","name":"3rdRisk Api","type":"collection"}},"urlObject":{"path":["users"],"host":["https://my.company.3rdrisk.com/api/v2"],"query":[{"key":"filter[id][]","value":"76d1187d-eb32-4f9d-9f8d-6e71241183e3"},{"key":"filter[id][]","value":"5178ae81-19bb-4f1a-af65-86e3b76a0fb6"}],"variable":[]}},"response":[{"id":"09971d64-679e-47ff-8513-3a4e54c986a7","name":"WhereIdIn filter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer {{api_token}}","type":"text"}],"url":{"raw":"https://my.company.3rdrisk.com/api/v2/users?filter[id][]=76d1187d-eb32-4f9d-9f8d-6e71241183e3&filter[id][]=5178ae81-19bb-4f1a-af65-86e3b76a0fb6","host":["https://my.company.3rdrisk.com/api/v2"],"path":["users"],"query":[{"key":"filter[id][]","value":"76d1187d-eb32-4f9d-9f8d-6e71241183e3"},{"key":"filter[id][]","value":"5178ae81-19bb-4f1a-af65-86e3b76a0fb6"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"2.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"5178ae81-19bb-4f1a-af65-86e3b76a0fb6\",\n            \"attributes\": {\n                \"name\": \"Tristan\",\n                \"email\": \"tristan@3rdrisk.com\",\n                \"jobTitle\": \"developer\",\n                \"jobDescription\": null,\n                \"langCountry\": null,\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:09:54\",\n                \"createdAt\": \"2024-10-04T14:09:54.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:09:54.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/5178ae81-19bb-4f1a-af65-86e3b76a0fb6\"\n            }\n        },\n        {\n            \"type\": \"users\",\n            \"id\": \"76d1187d-eb32-4f9d-9f8d-6e71241183e3\",\n            \"attributes\": {\n                \"name\": \"3rdRisk\",\n                \"email\": \"support@3rdrisk.com\",\n                \"jobTitle\": \"Administrator\",\n                \"jobDescription\": null,\n                \"langCountry\": \"en-GB\",\n                \"google2faEnable\": 0,\n                \"emailVerifiedAt\": \"2024-10-04 16:07:49\",\n                \"createdAt\": \"2024-10-04T14:07:49.000000Z\",\n                \"updatedAt\": \"2024-10-04T14:07:49.000000Z\"\n            },\n            \"relationships\": {\n                \"roles\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/roles\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/relationships/roles\"\n                    }\n                },\n                \"accessDomains\": {\n                    \"links\": {\n                        \"related\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/access-domains\",\n                        \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3/relationships/access-domains\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://my.3rdrisk.test/api/v2/users/76d1187d-eb32-4f9d-9f8d-6e71241183e3\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ff99ba76-0619-4011-8b99-defa61a424fe"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"db407ab3-a83d-4ad4-bb74-c941a5d2be3a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b8774465-a9c7-4adb-8741-9fefa65035f0","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://my.company.3rdrisk.com/api/v1"},{"key":"base_url_v2","value":"https://my.company.3rdrisk.com/api/v2","type":"string"},{"key":"role_conflicts","value":"Some role combinations are not possible and will return a validation error (http status code 422). The error code will be 102 and in the detailed response there will be a string output on the rolenames that are conflicting.\n","type":"string"},{"key":"third_party_id","value":"cb1f86c6-693e-492a-985d-6501e464ed06","type":"string"},{"key":"contract_id","value":"a3e47c61-4a09-488a-b06a-76f121fd44a4","type":"string"}]}