{"info":{"_postman_id":"6ef84e24-cf15-4b1d-9cde-d5514415d115","name":"Identity and Access Management","description":"<html><head></head><body><p>Welcome to Synerise API Reference! We hope that you'll enjoy your stay here.</p>\n<p>If you need help with our services, feel free to contact us at  <a href=\"mailto:support@synerise.com\">support@synerise.com</a>.</p>\n<p>To open Synerise's <strong>Identity and Access Management</strong> category collection in Postman, click <a href=\"https://documenter.getpostman.com/view/1691544/TVK8ZzLu?version=latest\">here</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1691544","collectionId":"6ef84e24-cf15-4b1d-9cde-d5514415d115","publishedId":"TVK8ZzLu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-15T18:44:05.000Z"},"item":[{"name":"auth","item":[{"name":"refresh","item":[{"name":"client","item":[{"name":"Refresh a Client token","id":"aaac10ca-5139-4108-97ef-6fcf490552ed","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/sauth/auth/refresh/client","description":"<p>Retrieve a refreshed JWT Token to prolong the Client session.</p>\n<p>The current token must still be active at the time of the request.</p>\n<ul>\n<li><p>API consumers who can use this method: <code>Client (customer), anonymous Client</code></p>\n</li>\n<li><p>This method does not require a Synerise authorization token.</p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshAClientToken\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshAClientToken</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","refresh","client"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"74efe48b-4afb-428a-877c-7d38b6a41f2f","name":"New authorization token","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"},{"id":"af4345b3-12fb-439d-8278-0dd6d43315ca","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"2019-03-19T13:57:33.244+00:00\",\n \"status\": 401,\n \"error\": \"Unauthorized\",\n \"message\": \"Full authentication is required to access this resource\",\n \"path\": \"/auth/refresh/client\"\n}"}],"_postman_id":"aaac10ca-5139-4108-97ef-6fcf490552ed"},{"name":"Refresh a Client token","id":"9ad960a8-8667-40a1-b653-83b76ae32eb0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/auth/refresh/client","description":"<p>Retrieve a refreshed JWT Token to prolong the Client session.</p>\n<p>The current token must still be active at the time of the request.</p>\n<ul>\n<li><p>API consumers who can use this method: <code>Client (customer), anonymous Client</code></p>\n</li>\n<li><p>This method does not require a Synerise authorization token.</p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshAClientTokenWithNew\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshAClientTokenWithNew</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","refresh","client"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"ca371a17-2e1c-4b5c-9678-077fcb89298a","name":"New authorization token","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"},{"id":"a9ed064f-666e-4825-850f-73626a9365d4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"2019-03-19T13:57:33.244+00:00\",\n \"status\": 401,\n \"error\": \"Unauthorized\",\n \"message\": \"Full authentication is required to access this resource\",\n \"path\": \"/auth/refresh/client\"\n}"}],"_postman_id":"9ad960a8-8667-40a1-b653-83b76ae32eb0"}],"id":"73097ead-0d7a-4698-bb97-0e8996885fcf","_postman_id":"73097ead-0d7a-4698-bb97-0e8996885fcf","description":""},{"name":"Refresh a Business Profile token","id":"d6bbf4d8-f544-4fab-b7e0-a7f79d87f16e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"description":"<p>(Required) </p>\n","key":"Api-Version","value":"<string>"}],"url":"https://api.synerise.com/v4/auth/refresh/profile","description":"<p>Retrieve a refreshed JWT Token to prolong the Business Profile session.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Business Profile</code></p>\n</li>\n<li><p>This method does not require a Synerise authorization token.</p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshABusinessProfileToken\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/RefreshABusinessProfileToken</a></p>\n","urlObject":{"protocol":"https","path":["v4","auth","refresh","profile"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"08899ed3-6058-460d-b4eb-5e830debc7a6","name":"New authorization token","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"Content-Type","value":"application/json"},{"description":"(Required) ","key":"Api-Version","value":"<string>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"},{"id":"8b02608c-3dd9-4e1b-ae69-0046925ebf96","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"Content-Type","value":"application/json"},{"description":"(Required) ","key":"Api-Version","value":"<string>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"Bad Request\",\n \"status\": 400,\n \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n \"path\": \"/exampleEndpoint\",\n \"message\": \"Some fields did not pass validation\",\n \"errors\": [\n  {\n   \"code\": 120,\n   \"field\": \"exampleField\",\n   \"message\": \"120\",\n   \"rejectedValue\": \"exampleValue\"\n  }\n ]\n}"},{"id":"61aac884-8eeb-439f-a500-4429be76a93a","name":"Forbidden; insufficient permissions","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"Content-Type","value":"application/json"},{"description":"(Required) ","key":"Api-Version","value":"<string>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n \"status\": 403,\n \"error\": \"Forbidden\",\n \"message\": \"Forbidden\",\n \"path\": \"/path_of_the_endpoint\"\n}"}],"_postman_id":"d6bbf4d8-f544-4fab-b7e0-a7f79d87f16e"}],"id":"f3f5b6c9-3083-4919-8d80-6e2689ac47b8","_postman_id":"f3f5b6c9-3083-4919-8d80-6e2689ac47b8","description":""},{"name":"login","item":[{"name":"client","item":[{"name":"facebook","item":[{"name":"Authenticate with Facebook","id":"72d4b814-91e1-401f-a0b2-c26d8ce8eea7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"facebookToken\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/facebook","description":"<p>Use a Facebook token to obtain a Client JWT Token. If a Facebook account is logging on for the first time, a Client account in Synerise is created.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithFacebook\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithFacebook</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","facebook"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"76b89e8b-6cac-4e25-a061-6d912b8c75b5","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"facebookToken\": \"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\n    \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid\",\n    \"uuid\": \"91b8e035-dca3-4805-8915-2cfb01d31fde\",\n    \"deviceId\": \"deviceId\",\n    \"agreements\": {\n        \"email\": true,\n        \"sms\": true,\n        \"push\": true,\n        \"bluetooth\": true,\n        \"rfid\": true,\n        \"wifi\": true\n    },\n    \"attributes\": {\n        \"property1\": \"string\",\n        \"property2\": \"string\"\n    }\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"72d4b814-91e1-401f-a0b2-c26d8ce8eea7"},{"name":"Authenticate with Facebook without registration","id":"a3fae56e-ed4f-409d-88ae-25014e08cca7","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"facebookToken\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/facebook/no-registration","description":"<p>Use a Facebook token to obtain a Client JWT Token without registering a Client in Synerise.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithFacebookWithoutRegistration\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithFacebookWithoutRegistration</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","facebook","no-registration"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"3fb3faa3-db82-4a7d-8751-dfe85c5a69fb","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"facebookToken\": \"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\n    \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid\",\n    \"uuid\": \"91b8e035-dca3-4805-8915-2cfb01d31fde\",\n    \"deviceId\": \"deviceId\",\n    \"agreements\": {\n        \"email\": true,\n        \"sms\": true,\n        \"push\": true,\n        \"bluetooth\": true,\n        \"rfid\": true,\n        \"wifi\": true\n    },\n    \"attributes\": {\n        \"property1\": \"string\",\n        \"property2\": \"string\"\n    }\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"a3fae56e-ed4f-409d-88ae-25014e08cca7"}],"id":"342b75dc-7c87-495f-8ff9-0aa8e2942419","_postman_id":"342b75dc-7c87-495f-8ff9-0aa8e2942419","description":""},{"name":"oauth","item":[{"name":"Authenticate with OAuth","id":"801017ea-1152-482e-a52c-25455c6fd09e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"customId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/oauth","description":"<p>Obtain a new JWT token by using OAuth authentication token.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithOauth\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithOauth</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","oauth"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"0a495d05-9cc1-4c1e-a98e-02dc7a1536ba","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"customId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"801017ea-1152-482e-a52c-25455c6fd09e"},{"name":"Authenticate with OAuth without registration","id":"ff751734-a93f-4571-bb8e-db2d7a791d35","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"customId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/oauth/no-registration","description":"<p>Use an OAuth token to obtain a Client JWT Token. This method does not create a Client profile in Synerise.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/loginWithOauthWithoutRegistrationUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/loginWithOauthWithoutRegistrationUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","oauth","no-registration"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"d3880d2a-c75c-4f8c-9ddb-bd9ff631e867","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"customId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"ff751734-a93f-4571-bb8e-db2d7a791d35"}],"id":"0dddd53b-d11e-4b89-aa95-1423a224a2bb","_postman_id":"0dddd53b-d11e-4b89-aa95-1423a224a2bb","description":""},{"name":"apple","item":[{"name":"Authenticate with Sign in with Apple","id":"4c0a6b75-78c0-4730-95d9-3be38ae84890","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/apple","description":"<p>Obtain a new JWT token by using Sign in with Apple authentication token.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithApple\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/AuthenticateWithApple</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","apple"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"2ee09736-4835-4f40-a8ea-43be51db4494","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"EAAfsMmaWLW0BAOZAqSoh8ZB5y2ZAixtSrlvvq3fpWGlcrfcoWOiAwBCZBpBDlzwHFSZB58nUBjOz2UMuopO7p2Q65QU1ZAiB2XaxRzje0bBd7Tu87f6C2pcoZAP65agWAF0ElZCNyKn4iAtFd9RhppkwU9ll0AokBZBnDroZCIaxE3IHSWGtE567AUrXkZAsQEjYsZAZAcYx0ki1w7XUToy9Wps9NA0OuBdMhruB3htuiukwOFAZDZD\",\n    \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid\",\n    \"uuid\": \"91b8e035-dca3-4805-8915-2cfb01d31fde\",\n    \"deviceId\": \"deviceId\",\n    \"agreements\": {\n        \"email\": true,\n        \"sms\": true,\n        \"push\": true,\n        \"bluetooth\": true,\n        \"rfid\": true,\n        \"wifi\": true\n    },\n    \"attributes\": {\n        \"property1\": \"string\",\n        \"property2\": \"string\"\n    }\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"4c0a6b75-78c0-4730-95d9-3be38ae84890"},{"name":"Authenticate with Sign in with Apple without registration","id":"13a229d5-f9e8-4200-bd99-fa459f370a78","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/apple/no-registration","description":"<p>Use an Apple token to obtain a Client JWT Token. This method does not create a Client profile in Synerise.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/loginWithAppleWithoutRegistrationUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/loginWithAppleWithoutRegistrationUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","apple","no-registration"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"d0ced635-25db-4dd4-b601-7600be9f2f63","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accessToken\": \"<string>\",\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n    \"deviceId\": \"<string>\",\n    \"agreements\": {\n        \"email\": false,\n        \"sms\": false,\n        \"push\": false,\n        \"webpush\": false,\n        \"bluetooth\": false,\n        \"rfid\": false,\n        \"wifi\": false\n    },\n    \"attributes\": {\n        \"property1\": \"<string>\",\n        \"property2\": \"<string>\"\n    },\n    \"tags\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"}],"_postman_id":"13a229d5-f9e8-4200-bd99-fa459f370a78"}],"id":"827fe0cd-0a86-4f04-a268-81ff8ef1580c","_postman_id":"827fe0cd-0a86-4f04-a268-81ff8ef1580c","description":""},{"name":"Authenticate as Client","id":"09b0e2fa-c64c-47be-bb49-7c1c18b3a772","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/auth/login/client","description":"<p>Obtain a new Client JWT Token.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAsClient\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAsClient</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"3b04cb92-0e0d-4cf7-bae6-2c25da44875a","name":"Client authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n    \"email\": \"testDoc@example.com\",\n    \"password\": \"testPass1!\",\n    \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}"},{"id":"028c617f-02e7-4ff5-8618-97ca12527a71","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"5AEAA3D5-E147-C7EB-invalid50109A3D1\",\n    \"email\": \"testDoc@example.com\",\n    \"password\": \"testPass1!\",\n    \"uuid\": \"b3f56868-9667-4843-a8e5-0509456baa9b\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"2018-06-07T07:17:41.734+00:00\",\n \"status\": 401,\n \"error\": \"Unauthorized\",\n \"message\": \"Access denied\",\n \"path\": \"/auth/login/client\"\n}"}],"_postman_id":"09b0e2fa-c64c-47be-bb49-7c1c18b3a772"},{"name":"Authenticate anonymously","id":"30aaec53-5dbc-4408-8a10-a845ecf73287","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/auth/login/client/anonymous","description":"<p>Obtain a new JWT for an anonymous Client (without an existing Client profile). The token can be used and refreshed in the same way as tokens of registered Clients.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAnonymously\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAnonymously</a></p>\n","urlObject":{"protocol":"https","path":["sauth","auth","login","client","anonymous"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"f9458abb-b486-4a2f-9c54-94c5a7249312","name":"Anonymous authorization token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiJSUzUxMiJ9.eyJzdinvalidwYmZkM2FkNDg2ZjQ3ZGRiMjE5MSIsImF1ZCI6IkFQSSIsInJsbSI6ImFub255bW91c19jbGllbnQiLCJjdGQiOjE1NTMwMDQxNTkxNTEsImVtbCI6IjYyMjM3NmY4LTAwMDAtMjIyMi1kN2Y5LTA3MGZhOTU2ZTk2M0Bhbm9ueW1vdXMuaW52YWxpZCIsImF1dGgiOiJINHNJQUFBQUFBQUFBSXVPQlFBcHUwd05BZ0FBQUE9PSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo0OCwiY2xJZCI6NDMzMjMwMjg4LCJleHAiOjE1NTMwMDcxNTksImFwayI6IjVBRUFBM0Q1LUUxNDctQzdFQi1ENTlFLUJDRjUwMTA5QTNEMSJ9.QOmSqrneR4mJFv4JdxTYsw_wGcDawDsVQuB-GVTcPPwijiP7lQ_Jzqq2Mypg1BS6WFlfGB8fzqCY9iMF_TdtjmoB4xBrY95ylU8L9qto-9Cw5x5TURkfxq31eryiHe2IteRAEtoVzYg2_s9QhlH6ANVcFOVp8dMno0V9bfMYfeSQa3FkjEbxFsseHkMOiADmp9-tOGtLXO942Ir-2W_Hz3Utlpt4erz0dVJBw8a-mFavPA8EEDWR7ACJNocrVHFkS3wFISh3LqLn6KkXiowaynKlJOEHGctuahzKmF3ZOJ1BvGgKohxF9OXvQs9IdmCfWhYsLr5Q2p04TJJ-MyvTipuggKVioh8mHmOFdfnN-Zused6tXzhZtKPUWTmM8cBKoAOBHExxcMQ8SVSjxnw_7_eLKm7S2wNpu0V-tiPZPCH4wYZXtWBYjmfy0V9ydjXnNunXfgxKixLeFNnONUXxEuqPLvM_xAuonQBXVN4nYrgJv8p8U6_ZlGMPjJq1szfcuBZnzI34LSEWx_nSof0XC5Czm8iG_ihG8naivNWS8h-Q-qKMP_3PPFsLSH4Egh03pH93EJUuNAeSO4RGfUX1wzMvrv1nBC1SM660uFMbq-wkplFBbKnHKMYe-qRs1-lZPG5PwPWJJdpGqOUzbnoMOJYmiq06OHHVQyJSkcEHLCk\"\n}"},{"id":"448aac81-ce0b-41ee-ba1e-d3748d65b22f","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\",\n    \"uuid\": \"07243772-008a-42e1-ba37-c3807cebde8f\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"2019-03-19T14:03:35.413+00:00\",\n \"status\": 401,\n \"error\": \"Unauthorized\",\n \"message\": \"Could not fetch ApiKey\",\n \"path\": \"/auth/login/client/anonymous\"\n}"}],"_postman_id":"30aaec53-5dbc-4408-8a10-a845ecf73287"}],"id":"af18807a-eacf-485d-a70d-e3f329be7fb2","_postman_id":"af18807a-eacf-485d-a70d-e3f329be7fb2","description":""},{"name":"user","item":[{"name":"Log in as User","id":"77e46426-f213-41c0-877f-9353e09b66c8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/auth/login/user","description":"<p>Authenticate as a User.</p>\n<p><strong>Note:</strong> To perform operations within a Business Profile, you must <a href=\"#operation/userProfileLoginUsingPOST\">select a Business Profile</a>.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userLogin\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userLogin</a></p>\n","urlObject":{"protocol":"https","path":["uauth","auth","login","user"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"0927ed4b-9f35-435e-b7be-66234f8fe16c","name":"Login details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"consumer\": {\n  \"type\": \"USER\",\n  \"businessProfileId\": -58974190,\n  \"name\": \"laboris in do\",\n  \"id\": -73330807,\n  \"authorities\": [\n   \"eiusmod quis magna velit\",\n   \"qui eu\"\n  ],\n  \"roles\": \"consectetur proident pariatur mollit\"\n },\n \"token\": \"pariatur id\"\n}"},{"id":"36eb2ebd-676a-4eeb-9b0f-b1965a60e18c","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f0c9624-a66b-46b1-b775-ba4b8272f32e","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6d1e6dae-0f17-4f6a-a098-699c9666eb18","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77e46426-f213-41c0-877f-9353e09b66c8"},{"name":"findAvailableLoginMethods","id":"d2e4b5b2-22d4-46aa-bbee-5c6fbc678f8d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/auth/login/user/get-available-methods","description":"<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/findAvailableLoginMethodsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/findAvailableLoginMethodsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","auth","login","user","get-available-methods"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"751a90f9-89c7-412c-b99d-2c73daf87d49","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"buttonText\": \"anim sunt do nulla\",\n  \"buttonUrl\": \"magna dolore aute ut\",\n  \"type\": \"EMAIL_AND_IDP\"\n },\n {\n  \"buttonText\": \"consequat ut incididunt elit\",\n  \"buttonUrl\": \"sunt magna elit esse\",\n  \"type\": \"EMAIL_AND_IDP\"\n }\n]"},{"id":"2a892a25-483c-471d-9d08-1b0de5c8b3ab","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9cb010c4-feb0-4a0a-b618-0bbe104295c6","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"122187e3-4d7c-4410-a329-5fc66190560d","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"38bf6d7e-f960-45b2-9262-2ef76080bb8c","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"<string>\",\n    \"deviceId\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2e4b5b2-22d4-46aa-bbee-5c6fbc678f8d"},{"name":"Verify User multi-factor authentication","id":"072f1eef-accb-4e6c-83de-eb93e138164a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/auth/login/user/mfa/verification?mfaType=<string>","description":"<p>Authenticate as a User with multi-factor authentication.</p>\n<p><strong>Note:</strong> To perform operations within a Business Profile, you must <a href=\"#operation/userProfileLoginUsingPOST\">select a Business Profile</a>.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_PREAUTHORIZED_USER, ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userMfaLogin\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userMfaLogin</a></p>\n","urlObject":{"protocol":"https","path":["uauth","auth","login","user","mfa","verification"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) Type of multi-factor authentication</p>\n","type":"text/plain"},"key":"mfaType","value":"<string>"}],"variable":[]}},"response":[{"id":"13353dbc-32d6-4946-85fb-ec0a3ba78811","name":"Login details","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"consumer\": {\n  \"type\": \"USER\",\n  \"businessProfileId\": -58974190,\n  \"name\": \"laboris in do\",\n  \"id\": -73330807,\n  \"authorities\": [\n   \"eiusmod quis magna velit\",\n   \"qui eu\"\n  ],\n  \"roles\": \"consectetur proident pariatur mollit\"\n },\n \"token\": \"pariatur id\"\n}"},{"id":"76a82c25-f3f1-4074-a5a0-e805391a7218","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a690cf53-6842-4e83-8a9a-3fc8ed5c6786","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"65ffb8c2-445e-4fa9-898e-0a3a5a36fda9","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"072f1eef-accb-4e6c-83de-eb93e138164a"},{"name":"Select Business Profile","id":"18c4e409-4ef5-4c23-acee-9b642e0e8539","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.synerise.com/uauth/auth/login/user/profile/:businessProfileUUID","description":"<p>After logging in as a User, select a Business Profile where you want to perform operations.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userProfileLoginUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/userProfileLoginUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","auth","login","user","profile",":businessProfileUUID"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"1a0e1743-1d23-4e51-a3f2-0b4626330217","description":{"content":"<p>(Required) UUID of the Business Profile</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"businessProfileUUID"}]}},"response":[{"id":"13943602-3211-4353-90a9-e7c9759cbb9f","name":"Login details","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"consumer\": {\n  \"type\": \"USER\",\n  \"businessProfileId\": -58974190,\n  \"name\": \"laboris in do\",\n  \"id\": -73330807,\n  \"authorities\": [\n   \"eiusmod quis magna velit\",\n   \"qui eu\"\n  ],\n  \"roles\": \"consectetur proident pariatur mollit\"\n },\n \"token\": \"pariatur id\"\n}"},{"id":"582947c9-6e80-4216-b274-de62fad4600e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48dcaeb4-c8e0-4a65-9e29-5e3d2ef93afa","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8cf1e477-34a4-40c4-85dc-9dba3b19d50b","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a85cb028-6150-498f-915d-0b2249e8f52c","name":"Access denied by IP policy","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Locked (WebDAV) (RFC 4918)","code":423,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"1956-05-14T02:17:19.631Z\",\n \"status\": -22871111,\n \"error\": \"irure voluptate reprehenderit in\",\n \"message\": \"aute id enim culpa quis\",\n \"path\": \"magna nostrud sit labore\"\n}"}],"_postman_id":"18c4e409-4ef5-4c23-acee-9b642e0e8539"}],"id":"bd0eac98-1042-48e7-93d9-488d4472b3c1","_postman_id":"bd0eac98-1042-48e7-93d9-488d4472b3c1","description":""},{"name":"Log in as Business Profile","id":"7f08c39e-ec0f-45b6-9ec2-8b47ff9feb31","request":{"method":"POST","header":[{"description":"<p>(Required) </p>\n","key":"Api-Version","value":"<string>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\"\n}"},"url":"https://api.synerise.com/v4/auth/login/profile","description":"<p>Obtain a new Business Profile JWT Token.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAsBusinessProfile\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/LogInAsBusinessProfile</a></p>\n","urlObject":{"protocol":"https","path":["v4","auth","login","profile"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"195826a4-7dfa-4068-9d3c-fcbfdd6d1fc9","name":"Business Profile authorization token","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Api-Version","value":"<string>"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"eyJhbGciOiinvalidI6IkFQSSIsInJsbSI6ImNsaWVudCIsImN0ZCI6MTUyODM1NTgzMjEzOCwiZW1sIjoia3J6eXN6dG9mLmN6ZXJlcGFrQGdtYWlsLmNvbSIsImlzcyI6IlN5bmVyaXNlIiwiYnBpIjo1OTQsImNsSWQiOjUyNTQ0NjU3NCwinvalidx2XwJp-QBZ94d_EEKf41KtDCE33KhP_vTAYrs-JzbnIHgKRvG6ZRwsNOL8OTnbfbUZH4XYaqBB_tZTPPKfzHutP6GEGp7PLtu2E92JbChkVyrn8VCQ5v4z2e1-zsdgbmWcQk2g9RydaydO6NYO55suT3Hz2ZRv0AYLsG8rM1biZGdREWx9OaknVVuIo2ivehBiukL7VQ6Bu8ugjep3mn-z666a-nCMh6ZuASiQ6Geq0NSWmdDQIoCa5Hg44KzMfGRlCR2uKBXeHTD0SkwJ1VJM0sHNKwSfMXKpaX8OJ5wUJpgCzDzQwKVgxgWFp4eO_sbcvxWrpI7W0lfdCy1WKirnZ6Uh3uJ06v97GQDAQqVgBZFEpS47MrGZhTNuAG4ZbfYO7yyxVO8AHQbEC-UvZ-8DC1XZjvQ6S1uNqQIlVGcthnrxg8K6vKVhNzu6ifQI0bbsCl8bGsKkXOEK1pKR3ekckcSjNeeY2LrcdXs8F2gtkm0TjXU\"\n}"},{"id":"33e963ae-f07f-42f3-b147-b74b866959ee","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"method":"POST","header":[{"description":"(Required) ","key":"Api-Version","value":"<string>"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"Bad Request\",\n \"status\": 400,\n \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n \"path\": \"/exampleEndpoint\",\n \"message\": \"Some fields did not pass validation\",\n \"errors\": [\n  {\n   \"code\": 120,\n   \"field\": \"exampleField\",\n   \"message\": \"120\",\n   \"rejectedValue\": \"exampleValue\"\n  }\n ]\n}"}],"_postman_id":"7f08c39e-ec0f-45b6-9ec2-8b47ff9feb31"}],"id":"789dc39a-d3cf-4968-8a1b-72f0726f0819","_postman_id":"789dc39a-d3cf-4968-8a1b-72f0726f0819","description":""}],"id":"5bb3c1d1-006f-48a9-ab71-87dca7ce0d59","_postman_id":"5bb3c1d1-006f-48a9-ab71-87dca7ce0d59","description":""},{"name":"business-profile","item":[{"name":"mfa/requirements","item":[{"name":"Enable MFA requirement for business profile","id":"394a272e-cdd7-487b-a967-6ed5a3e6aebc","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.synerise.com/uauth/business-profile/mfa/requirements","description":"<p>This request enables multi-factor authentication requirement for the currently selected business profile. After enabling this setting, only users with MFA can access the profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/setMfaRequirementForBusinessProfileUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/setMfaRequirementForBusinessProfileUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","business-profile","mfa","requirements"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"1ef0c429-c67c-4fe1-b845-8b5ead7afcac","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"993fc3e4-73dc-44bf-9f44-1224824c8238","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c9b9834-2e8c-47e2-9d74-dd2ba60fe783","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ade7b1b7-f3b6-411c-9f77-fe853e21e457","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"394a272e-cdd7-487b-a967-6ed5a3e6aebc"},{"name":"Disable MFA requirement for business profile","id":"2c979c19-3da3-4a7e-ac02-95e1624ae493","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/business-profile/mfa/requirements","description":"<p>This request disables multi-factor authentication requirement for the currently selected business profile. After disabling this setting, users without MFA can access the profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/removeMfaRequirementFromBusinessProfileUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/removeMfaRequirementFromBusinessProfileUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","business-profile","mfa","requirements"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"3dca2934-ff96-4765-8513-ba707a31b013","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e56204d7-cf97-48cc-9537-c161e2f693ae","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1a05f7fd-1cb3-460a-a278-e7c708730684","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d80647dc-d534-4ae8-8c35-d3720ba1c7a6","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c979c19-3da3-4a7e-ac02-95e1624ae493"}],"id":"bf7eb92a-99d9-4179-8fa9-56f93f34b64d","_postman_id":"bf7eb92a-99d9-4179-8fa9-56f93f34b64d","description":""},{"name":"Get Business Profiles","id":"f9e44e90-dd72-4ec5-b790-c69eda1bd8ea","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/business-profile/","description":"<p>Retrieve a list of business profiles available to the user.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getBusinessProfilesUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getBusinessProfilesUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","business-profile",""],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"c8b0dbdc-3c1e-4d8d-a0b0-e0c084495879","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"businessProfileGuid\": \"velit labore id cillum\",\n  \"logo\": \"labore Ut\",\n  \"name\": \"pariatur et commodo Ut\",\n  \"id\": -82682338,\n  \"created\": \"1943-08-09T07:21:20.124Z\",\n  \"subdomain\": \"consectetur amet\",\n  \"ipRestricted\": true,\n  \"mfaRequired\": true\n },\n {\n  \"businessProfileGuid\": \"incididunt non ea exercitation\",\n  \"logo\": \"minim exercitation est elit\",\n  \"name\": \"nulla dolore aliqua ea\",\n  \"id\": 1453656,\n  \"created\": \"2011-02-27T03:56:58.693Z\",\n  \"subdomain\": \"aliqua commodo et consectetur\",\n  \"ipRestricted\": true,\n  \"mfaRequired\": false\n }\n]"},{"id":"c5bd7405-f58a-426e-b332-a91266a22a9a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90213078-81e7-4794-b22f-19b1e7890b4a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"693a7645-012c-47d6-a17c-d2d1e03fd2ab","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9e44e90-dd72-4ec5-b790-c69eda1bd8ea"},{"name":"Get current Business Profile","id":"cbc0a758-a68c-4a2c-97dd-f900680cbd43","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/business-profile/current","description":"<p>Retrieve information about the currently selected business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getCurrentBusinessProfileUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getCurrentBusinessProfileUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","business-profile","current"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"2c01bef0-24bf-4d53-a740-ee8f757c415c","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"businessProfileGuid\": \"ut commodo veniam fugiat\",\n \"logo\": \"culpa\",\n \"name\": \"aut\",\n \"id\": -6727462,\n \"created\": \"1951-11-02T11:46:39.632Z\",\n \"subdomain\": \"fugiat ex adipisicing\",\n \"ipRestricted\": true,\n \"mfaRequired\": true\n}"},{"id":"df462e45-5c63-4290-b027-98d9572cacd6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f0463605-6b2f-4d26-a844-fd027785e0a9","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"da8be92b-b3cc-44ba-af39-63599af87426","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbc0a758-a68c-4a2c-97dd-f900680cbd43"}],"id":"29c6910e-5c47-4dbe-ace5-a2f614c341bc","_postman_id":"29c6910e-5c47-4dbe-ace5-a2f614c341bc","description":""},{"name":"settings","item":[{"name":"ban","item":[{"name":"Get ban settings","id":"8f8028d4-a8a5-470a-8603-2ad7d45e549e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/ban","description":"<p>Retrieve the configuration of applying bans after a number of failed logins.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_LOCKING_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getBanSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getBanSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","ban"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"c91f9953-11d1-4052-9d27-1d6f13297c81","name":"Current settings","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"blockingForClientEnabled\": true,\n \"firstBanCollectingTime\": 80767080,\n \"firstBanDuration\": 63400204,\n \"firstBanThreshold\": -23298648,\n \"secondBanCollectingTime\": 76722566,\n \"secondBanDuration\": 70169334,\n \"secondBanThreshold\": 25466891,\n \"permanentBanCollectingTime\": 8901130,\n \"permanentBanDuration\": 2819087,\n \"permanentBanThreshold\": -78700267\n}"},{"id":"44a8b13d-ceea-41e3-b10f-cd2cbe46c772","name":"JWT missing, expired, or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"09b2da6c-a0d7-4d36-86c8-284c02cb83c1","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"e600060e-9405-4dc1-98d7-b4ef2f60adf4","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f8028d4-a8a5-470a-8603-2ad7d45e549e"},{"name":"Update ban settings","id":"cf8e1342-a1d3-43c5-bf52-02a4c63d68e3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"blockingForClientEnabled\": \"<boolean>\",\n    \"firstBanCollectingTime\": \"<integer>\",\n    \"firstBanDuration\": \"<integer>\",\n    \"firstBanThreshold\": \"<integer>\",\n    \"secondBanCollectingTime\": \"<integer>\",\n    \"secondBanDuration\": \"<integer>\",\n    \"secondBanThreshold\": \"<integer>\",\n    \"permanentBanCollectingTime\": \"<integer>\",\n    \"permanentBanDuration\": \"<integer>\",\n    \"permanentBanThreshold\": \"<integer>\"\n}"},"url":"https://api.synerise.com/sauth/settings/ban","description":"<p>Update the configuration of applying bans after a number of failed logins.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_LOCKING_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateBanSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateBanSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","ban"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"75c31eac-4b9d-41db-a91a-c4fb3eee28b8","name":"Current settings","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockingForClientEnabled\": \"<boolean>\",\n    \"firstBanCollectingTime\": \"<integer>\",\n    \"firstBanDuration\": \"<integer>\",\n    \"firstBanThreshold\": \"<integer>\",\n    \"secondBanCollectingTime\": \"<integer>\",\n    \"secondBanDuration\": \"<integer>\",\n    \"secondBanThreshold\": \"<integer>\",\n    \"permanentBanCollectingTime\": \"<integer>\",\n    \"permanentBanDuration\": \"<integer>\",\n    \"permanentBanThreshold\": \"<integer>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"blockingForClientEnabled\": true,\n \"firstBanCollectingTime\": 80767080,\n \"firstBanDuration\": 63400204,\n \"firstBanThreshold\": -23298648,\n \"secondBanCollectingTime\": 76722566,\n \"secondBanDuration\": 70169334,\n \"secondBanThreshold\": 25466891,\n \"permanentBanCollectingTime\": 8901130,\n \"permanentBanDuration\": 2819087,\n \"permanentBanThreshold\": -78700267\n}"},{"id":"fafeac45-faaf-4ffd-a1aa-72211ae5d80f","name":"JWT missing, expired, or invalid","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockingForClientEnabled\": \"<boolean>\",\n    \"firstBanCollectingTime\": \"<integer>\",\n    \"firstBanDuration\": \"<integer>\",\n    \"firstBanThreshold\": \"<integer>\",\n    \"secondBanCollectingTime\": \"<integer>\",\n    \"secondBanDuration\": \"<integer>\",\n    \"secondBanThreshold\": \"<integer>\",\n    \"permanentBanCollectingTime\": \"<integer>\",\n    \"permanentBanDuration\": \"<integer>\",\n    \"permanentBanThreshold\": \"<integer>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"d479d802-d9cc-4889-b017-05ccc7a651eb","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockingForClientEnabled\": \"<boolean>\",\n    \"firstBanCollectingTime\": \"<integer>\",\n    \"firstBanDuration\": \"<integer>\",\n    \"firstBanThreshold\": \"<integer>\",\n    \"secondBanCollectingTime\": \"<integer>\",\n    \"secondBanDuration\": \"<integer>\",\n    \"secondBanThreshold\": \"<integer>\",\n    \"permanentBanCollectingTime\": \"<integer>\",\n    \"permanentBanDuration\": \"<integer>\",\n    \"permanentBanThreshold\": \"<integer>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"dea78224-370e-499f-8bc0-2624acfb039c","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"blockingForClientEnabled\": \"<boolean>\",\n    \"firstBanCollectingTime\": \"<integer>\",\n    \"firstBanDuration\": \"<integer>\",\n    \"firstBanThreshold\": \"<integer>\",\n    \"secondBanCollectingTime\": \"<integer>\",\n    \"secondBanDuration\": \"<integer>\",\n    \"secondBanThreshold\": \"<integer>\",\n    \"permanentBanCollectingTime\": \"<integer>\",\n    \"permanentBanDuration\": \"<integer>\",\n    \"permanentBanThreshold\": \"<integer>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf8e1342-a1d3-43c5-bf52-02a4c63d68e3"}],"id":"c3a36091-7c37-4daa-906c-cf5fe0f96452","_postman_id":"c3a36091-7c37-4daa-906c-cf5fe0f96452","description":""},{"name":"templates","item":[{"name":"Get email template settings","id":"f7d666ae-744c-4dba-9f24-d1c504bb260c","request":{"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/templates","description":"<p>Get settings for email templates.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_ACCOUNT_CONFIRMATION</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getTemplateSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getTemplateSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","templates"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"401559ce-e5bd-4882-942d-e48de6b7956a","name":"Current settings","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"confirmationMailSubject\": \"consequat sit esse non dolor\",\n \"confirmationMailBody\": \"aliquip voluptate est\",\n \"confirmationMailTemplateId\": \"ipsum id magna nulla\",\n \"passwordResetMailTemplateId\": \"pariatur culpa occaecat\",\n \"passwordResetMailSubject\": \"eiusmod culpa incididunt laboris\",\n \"passwordResetMailBody\": \"velit incididunt proident ut\",\n \"clientEmailChangeRequestMailSubject\": \"pariatur reprehenderit non consequat\",\n \"clientEmailChangeRequestMailBody\": \"culpa do\",\n \"clientEmailChangeRequestMailTemplateId\": \"dolore proident velit\",\n \"clientEmailChangeNotificationMailSubject\": \"nisi reprehenderit cillum Lorem\",\n \"clientEmailChangeNotificationMailBody\": \"quis esse nulla cupidatat sunt\",\n \"clientEmailChangeNotificationMailTemplateId\": \"aute id mollit\"\n}"},{"id":"7ad9a4e9-6a13-427e-85b2-af76d43f0ea6","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"25170824-1490-46fb-b1f1-c69804447587","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3655d368-10af-4dd7-abfd-334c901dc6c5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f7d666ae-744c-4dba-9f24-d1c504bb260c"},{"name":"Update email template settings","id":"caff43f4-e927-42c6-9021-a83782e83f00","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"confirmationMailSubject\": \"<string>\",\n    \"confirmationMailBody\": \"<string>\",\n    \"confirmationMailTemplateId\": \"<string>\",\n    \"passwordResetMailTemplateId\": \"<string>\",\n    \"passwordResetMailSubject\": \"<string>\",\n    \"passwordResetMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailSubject\": \"<string>\",\n    \"clientEmailChangeRequestMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailTemplateId\": \"<string>\",\n    \"clientEmailChangeNotificationMailSubject\": \"<string>\",\n    \"clientEmailChangeNotificationMailBody\": \"<string>\",\n    \"clientEmailChangeNotificationMailTemplateId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/settings/templates","description":"<p>Update email template settings. <strong>Omitted settings are reset to null!</strong></p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_ACCOUNT_CONFIRMATION</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateTemplateSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateTemplateSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","templates"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"ef34afbc-6c24-4703-9484-32fb4a7cf18b","name":"Current settings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationMailSubject\": \"<string>\",\n    \"confirmationMailBody\": \"<string>\",\n    \"confirmationMailTemplateId\": \"<string>\",\n    \"passwordResetMailTemplateId\": \"<string>\",\n    \"passwordResetMailSubject\": \"<string>\",\n    \"passwordResetMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailSubject\": \"<string>\",\n    \"clientEmailChangeRequestMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailTemplateId\": \"<string>\",\n    \"clientEmailChangeNotificationMailSubject\": \"<string>\",\n    \"clientEmailChangeNotificationMailBody\": \"<string>\",\n    \"clientEmailChangeNotificationMailTemplateId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"confirmationMailSubject\": \"consequat sit esse non dolor\",\n \"confirmationMailBody\": \"aliquip voluptate est\",\n \"confirmationMailTemplateId\": \"ipsum id magna nulla\",\n \"passwordResetMailTemplateId\": \"pariatur culpa occaecat\",\n \"passwordResetMailSubject\": \"eiusmod culpa incididunt laboris\",\n \"passwordResetMailBody\": \"velit incididunt proident ut\",\n \"clientEmailChangeRequestMailSubject\": \"pariatur reprehenderit non consequat\",\n \"clientEmailChangeRequestMailBody\": \"culpa do\",\n \"clientEmailChangeRequestMailTemplateId\": \"dolore proident velit\",\n \"clientEmailChangeNotificationMailSubject\": \"nisi reprehenderit cillum Lorem\",\n \"clientEmailChangeNotificationMailBody\": \"quis esse nulla cupidatat sunt\",\n \"clientEmailChangeNotificationMailTemplateId\": \"aute id mollit\"\n}"},{"id":"4e3d1c8a-8fc2-438f-ad96-da157a99a6d9","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationMailSubject\": \"<string>\",\n    \"confirmationMailBody\": \"<string>\",\n    \"confirmationMailTemplateId\": \"<string>\",\n    \"passwordResetMailTemplateId\": \"<string>\",\n    \"passwordResetMailSubject\": \"<string>\",\n    \"passwordResetMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailSubject\": \"<string>\",\n    \"clientEmailChangeRequestMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailTemplateId\": \"<string>\",\n    \"clientEmailChangeNotificationMailSubject\": \"<string>\",\n    \"clientEmailChangeNotificationMailBody\": \"<string>\",\n    \"clientEmailChangeNotificationMailTemplateId\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2bea7338-6871-4f6f-afe4-2e2cc4d7a636","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationMailSubject\": \"<string>\",\n    \"confirmationMailBody\": \"<string>\",\n    \"confirmationMailTemplateId\": \"<string>\",\n    \"passwordResetMailTemplateId\": \"<string>\",\n    \"passwordResetMailSubject\": \"<string>\",\n    \"passwordResetMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailSubject\": \"<string>\",\n    \"clientEmailChangeRequestMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailTemplateId\": \"<string>\",\n    \"clientEmailChangeNotificationMailSubject\": \"<string>\",\n    \"clientEmailChangeNotificationMailBody\": \"<string>\",\n    \"clientEmailChangeNotificationMailTemplateId\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"657aaf93-4e88-4904-8ff9-e21b8f48162b","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationMailSubject\": \"<string>\",\n    \"confirmationMailBody\": \"<string>\",\n    \"confirmationMailTemplateId\": \"<string>\",\n    \"passwordResetMailTemplateId\": \"<string>\",\n    \"passwordResetMailSubject\": \"<string>\",\n    \"passwordResetMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailSubject\": \"<string>\",\n    \"clientEmailChangeRequestMailBody\": \"<string>\",\n    \"clientEmailChangeRequestMailTemplateId\": \"<string>\",\n    \"clientEmailChangeNotificationMailSubject\": \"<string>\",\n    \"clientEmailChangeNotificationMailBody\": \"<string>\",\n    \"clientEmailChangeNotificationMailTemplateId\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"caff43f4-e927-42c6-9021-a83782e83f00"}],"id":"dc0bd066-4676-4dd9-bc64-fc729be8645f","_postman_id":"dc0bd066-4676-4dd9-bc64-fc729be8645f","description":""},{"name":"device-control","item":[{"name":"Get device authorization settings","id":"f3e6d516-1fd6-40ac-9b0c-119a2bfc111b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/device-control","description":"<p>Retrieve the settings related to authorization of logins from unknown devices.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_LOCKING_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getDeviceControlSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getDeviceControlSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","device-control"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"d8242de3-40d4-4a96-a9d4-ebb3e11b6943","name":"Current settings","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"deviceControlMode\": \"false\",\n \"hardMailBody\": \"dolore ea\",\n \"hardMailTitle\": \"proident consectetur aliqua ame\",\n \"hardTemplateId\": \"commodo sint\",\n \"softMailBody\": \"tempor pariatur veniam\",\n \"softMailTitle\": \"nulla nostrud est in\",\n \"softTemplateId\": \"ut et in\"\n}"},{"id":"0383edb3-0f58-49ae-86d6-4700ad486af8","name":"JWT missing, expired, or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"df0a02c1-605f-4194-af1b-0ab7f8efcf3f","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"56bc26bf-0ff9-49da-ab6a-28884f717523","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3e6d516-1fd6-40ac-9b0c-119a2bfc111b"},{"name":"Update device authorization settings","id":"40468909-1d41-422b-9499-86b460f45081","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deviceControlMode\": \"<string>\",\n    \"hardMailBody\": \"<string>\",\n    \"hardMailTitle\": \"<string>\",\n    \"hardTemplateId\": \"<string>\",\n    \"softMailBody\": \"<string>\",\n    \"softMailTitle\": \"<string>\",\n    \"softTemplateId\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/settings/device-control","description":"<p>Update the settings related to authorization of logins from unknown devices.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_LOCKING_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateDeviceSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateDeviceSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","device-control"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"5a57f1fc-fd0b-49b9-a972-2b0ba21a0974","name":"Current settings","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"deviceControlMode\": \"<string>\",\n    \"hardMailBody\": \"<string>\",\n    \"hardMailTitle\": \"<string>\",\n    \"hardTemplateId\": \"<string>\",\n    \"softMailBody\": \"<string>\",\n    \"softMailTitle\": \"<string>\",\n    \"softTemplateId\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"deviceControlMode\": \"false\",\n \"hardMailBody\": \"dolore ea\",\n \"hardMailTitle\": \"proident consectetur aliqua ame\",\n \"hardTemplateId\": \"commodo sint\",\n \"softMailBody\": \"tempor pariatur veniam\",\n \"softMailTitle\": \"nulla nostrud est in\",\n \"softTemplateId\": \"ut et in\"\n}"},{"id":"d6104ecb-a547-4ce7-9ef7-1f209ee1deec","name":"JWT missing, expired, or invalid","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"deviceControlMode\": \"<string>\",\n    \"hardMailBody\": \"<string>\",\n    \"hardMailTitle\": \"<string>\",\n    \"hardTemplateId\": \"<string>\",\n    \"softMailBody\": \"<string>\",\n    \"softMailTitle\": \"<string>\",\n    \"softTemplateId\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"65809f62-d32a-4950-a572-f6eaf4889b30","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"deviceControlMode\": \"<string>\",\n    \"hardMailBody\": \"<string>\",\n    \"hardMailTitle\": \"<string>\",\n    \"hardTemplateId\": \"<string>\",\n    \"softMailBody\": \"<string>\",\n    \"softMailTitle\": \"<string>\",\n    \"softTemplateId\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"72f3c98b-e8fa-4433-9060-fac227678b0f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"deviceControlMode\": \"<string>\",\n    \"hardMailBody\": \"<string>\",\n    \"hardMailTitle\": \"<string>\",\n    \"hardTemplateId\": \"<string>\",\n    \"softMailBody\": \"<string>\",\n    \"softMailTitle\": \"<string>\",\n    \"softTemplateId\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40468909-1d41-422b-9499-86b460f45081"}],"id":"153de338-d8c0-4cbf-b1ee-034778bb1139","_postman_id":"153de338-d8c0-4cbf-b1ee-034778bb1139","description":""},{"name":"general","item":[{"name":"Get general settings","id":"2f99b5a6-4aef-4a93-9409-9de59caab4b3","request":{"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/general","description":"<p>Retrieve the general settings of the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_ACCOUNT_CONFIRMATION</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getGeneralConfigUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getGeneralConfigUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","general"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"5dcbf1b6-0b3a-4d26-947a-5ff2d5cc4e98","name":"Current settings","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"registrationType\": \"AUTOMATIC\",\n \"tokenLifetimeInSeconds\": 0,\n \"confirmationRedirectLink\": \"null\",\n \"voucherPoolUuid\": \"null\",\n \"allowOverwriteCustomIdentify\": false,\n \"allowEmailChangeFromWebForm\": false\n}"},{"id":"ac190773-0480-436b-8bb4-a5ffacad7350","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"282163af-bc72-41f8-84b6-684e3055d062","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e13144a5-0c27-4def-8007-4a5780bb4f07","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f99b5a6-4aef-4a93-9409-9de59caab4b3"},{"name":"Update general settings","id":"fab72fb3-b4ba-451f-8882-5fee3f2c0b9a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"registrationType\": \"<string>\",\n    \"tokenLifetimeInSeconds\": 0,\n    \"confirmationRedirectLink\": \"null\",\n    \"voucherPoolUuid\": \"null\",\n    \"allowOverwriteCustomIdentify\": false,\n    \"allowEmailChangeFromWebForm\": false\n}"},"url":"https://api.synerise.com/sauth/settings/general","description":"<p>Update general settings. <strong>Settings omitted in the request are reset to default!</strong>.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_ACCOUNT_CONFIRMATION</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateGeneralSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateGeneralSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","general"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"ce080398-58f7-49ad-95a5-205722a3b4cc","name":"New settings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"registrationType\": \"<string>\",\n    \"tokenLifetimeInSeconds\": 0,\n    \"confirmationRedirectLink\": \"null\",\n    \"voucherPoolUuid\": \"null\",\n    \"allowOverwriteCustomIdentify\": false,\n    \"allowEmailChangeFromWebForm\": false\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"registrationType\": \"AUTOMATIC\",\n \"tokenLifetimeInSeconds\": 0,\n \"confirmationRedirectLink\": \"null\",\n \"voucherPoolUuid\": \"null\",\n \"allowOverwriteCustomIdentify\": false,\n \"allowEmailChangeFromWebForm\": false\n}"},{"id":"e810906c-510c-49f0-bd6c-232492b1fa85","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"registrationType\": \"<string>\",\n    \"tokenLifetimeInSeconds\": 0,\n    \"confirmationRedirectLink\": \"null\",\n    \"voucherPoolUuid\": \"null\",\n    \"allowOverwriteCustomIdentify\": false,\n    \"allowEmailChangeFromWebForm\": false\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d347961b-4d37-43c1-bbf1-b43c54d9f09d","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"registrationType\": \"<string>\",\n    \"tokenLifetimeInSeconds\": 0,\n    \"confirmationRedirectLink\": \"null\",\n    \"voucherPoolUuid\": \"null\",\n    \"allowOverwriteCustomIdentify\": false,\n    \"allowEmailChangeFromWebForm\": false\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"64b54ace-af92-4a82-8cbd-cf9d5906767e","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"registrationType\": \"<string>\",\n    \"tokenLifetimeInSeconds\": 0,\n    \"confirmationRedirectLink\": \"null\",\n    \"voucherPoolUuid\": \"null\",\n    \"allowOverwriteCustomIdentify\": false,\n    \"allowEmailChangeFromWebForm\": false\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fab72fb3-b4ba-451f-8882-5fee3f2c0b9a"}],"id":"cf3b89fc-d69a-4531-8607-f01ab1dcd325","_postman_id":"cf3b89fc-d69a-4531-8607-f01ab1dcd325","description":""},{"name":"oauth","item":[{"name":"apple","item":[{"name":"Get Sign in with Apple settings","id":"3db3725b-bba0-4b66-add8-5e3f02d3462d","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/oauth/apple","description":"<p>Retrieve Sign in with Apple settings.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_OAUTH</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getAppleAuthSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getAppleAuthSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","oauth","apple"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"51f60391-5881-457f-b789-43ac203e4a78","name":"Current settings","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"enabled\": false,\n \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},{"id":"cb8ea977-3bb5-4678-9983-50086d4b75e0","name":"JWT missing, expired, or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"5cbb29b3-7e8a-4500-bd12-73aa9a44f14a","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"b0ab22e5-9806-4668-93b9-47aae3b4b63f","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3db3725b-bba0-4b66-add8-5e3f02d3462d"},{"name":"Update Sign in with Apple settings","id":"acd461ce-5757-4335-b208-e84049d4c7e2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"bundle\": \"<string>\"\n}"},"url":"https://api.synerise.com/sauth/settings/oauth/apple","description":"<p>Update Sign in with Apple settings.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_OAUTH</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateAppleAuthSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateAppleAuthSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","oauth","apple"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"feb21c57-ed0a-4b67-9890-8873bc12da90","name":"Current settings","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"enabled\": false,\n \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},{"id":"e6f26b9b-a693-450a-b077-c693c2ffa9d2","name":"JWT missing, expired, or invalid","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"aaa6b368-7630-41e6-8917-ed07768e1c28","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"c576f3d6-82ba-4a4d-ae9f-a2adda5c1789","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"bundle\": \"com.synerise.sdk.sample-swift\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"acd461ce-5757-4335-b208-e84049d4c7e2"}],"id":"76064e63-61b6-4219-8141-fc6ac5aed650","_postman_id":"76064e63-61b6-4219-8141-fc6ac5aed650","description":""},{"name":"Get OAuth settings","id":"4c3441e0-a8bb-448e-bf78-9398604866ae","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/sauth/settings/oauth","description":"<p>Retrieve OAuth authentication settings</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_OAUTH</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getOauthSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getOauthSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","oauth"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"e6d7cbd4-9c23-4477-9ed3-fe71eb94a72f","name":"Current settings","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"endpoint\": \"nulla amet\",\n \"headers\": {},\n \"mapping\": {},\n \"name\": \"exercitation\",\n \"mappedExternal\": true\n}"},{"id":"4b24c85c-96c1-4f01-9b33-aa883b0d6af2","name":"JWT missing, expired, or invalid","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"3fa3b5f4-12ec-4f1e-9cb3-d67fd4178042","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"69bf1835-b7cf-48c9-864d-e5f001923a1a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c3441e0-a8bb-448e-bf78-9398604866ae"},{"name":"Update OAuth settings","id":"85645f62-6a07-4f24-abd6-e67afa0a4602","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\": \"<string>\",\n    \"headers\": \"<object>\",\n    \"mapping\": \"<object>\",\n    \"name\": \"<string>\",\n    \"mappedExternal\": true\n}"},"url":"https://api.synerise.com/sauth/settings/oauth","description":"<p>Update OAuth authentication settings</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>SAUTH_SETTINGS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_CUSTOMERS_IAM_OAUTH</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateOatuhSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateOatuhSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["sauth","settings","oauth"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"c68fe7fa-674b-4cc6-b909-0c7dedda9610","name":"Current settings","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\": \"<string>\",\n    \"headers\": \"<object>\",\n    \"mapping\": \"<object>\",\n    \"name\": \"<string>\",\n    \"mappedExternal\": true\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"endpoint\": \"nulla amet\",\n \"headers\": {},\n \"mapping\": {},\n \"name\": \"exercitation\",\n \"mappedExternal\": true\n}"},{"id":"9db79328-1dd9-4546-95e8-e3c15162a8ec","name":"JWT missing, expired, or invalid","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\": \"<string>\",\n    \"headers\": \"<object>\",\n    \"mapping\": \"<object>\",\n    \"name\": \"<string>\",\n    \"mappedExternal\": true\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"5314ab84-d13b-4c57-a148-99409d7e7869","name":"Insufficient permissions or wrong JWT scope (for example, client token where a business profile token was required)","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\": \"<string>\",\n    \"headers\": \"<object>\",\n    \"mapping\": \"<object>\",\n    \"name\": \"<string>\",\n    \"mappedExternal\": true\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"occaecat in amet nostrud\",\n \"status\": 70598441,\n \"timestamp\": \"aute amet reprehenderit\",\n \"path\": \"pariatur qui reprehenderit consectetur\",\n \"message\": \"non cillum nostrud magna\",\n \"errors\": [\n  {\n   \"timestamp\": \"2011-08-15T07:44:40.846Z\",\n   \"status\": 67505007,\n   \"error\": \"proident dolore commodo laborum\",\n   \"message\": \"exercitation\",\n   \"path\": \"aliq\"\n  },\n  {\n   \"timestamp\": \"1977-06-18T23:05:12.140Z\",\n   \"status\": 72157926,\n   \"error\": \"laborum aute enim voluptate\",\n   \"message\": \"in occaecat\",\n   \"path\": \"labore ex laborum\"\n  }\n ]\n}"},{"id":"f944e4f0-ea5a-4ae1-b6da-bb1bb5dabc01","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\": \"<string>\",\n    \"headers\": \"<object>\",\n    \"mapping\": \"<object>\",\n    \"name\": \"<string>\",\n    \"mappedExternal\": true\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"85645f62-6a07-4f24-abd6-e67afa0a4602"}],"id":"78402a2b-ea59-46d2-8ffb-a6070b6acd1b","_postman_id":"78402a2b-ea59-46d2-8ffb-a6070b6acd1b","description":""},{"name":"password-policy","item":[{"name":"Get user password policy","id":"0d8f1e46-2238-4bd6-bab0-a7d8a9b5ba76","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/settings/password-policy","description":"<p>Retrieve the user password policy of the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_SETTINGS_PASSWORD_POLICY_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS_AM_PASSWORD_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getPasswordSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getPasswordSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","settings","password-policy"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"cc56b659-3f3c-47a1-a893-450d35117019","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"attempts\": 94858411,\n \"block\": -25390708,\n \"different\": -73368504,\n \"digits\": -32793042,\n \"expiration\": -24300829,\n \"lowerLetters\": 99488861,\n \"maxIdleTime\": -42361975,\n \"maxLength\": -35400350,\n \"minLength\": -34120573,\n \"nextChange\": 6053981,\n \"specialChars\": 27548218,\n \"upperLetters\": -41096827\n}"},{"id":"0efe773a-4627-4213-a9de-8e64eeba183e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2804a409-8be6-4f2c-854c-0e0a15b0a7c6","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9028150-5b78-4b92-9dda-f6fde38e8f13","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d8f1e46-2238-4bd6-bab0-a7d8a9b5ba76"},{"name":"Update user password policy","id":"0965de29-764d-4a47-a5f8-c74630014bf6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"attempts\": \"<integer>\",\n    \"block\": \"<integer>\",\n    \"different\": \"<integer>\",\n    \"digits\": \"<integer>\",\n    \"expiration\": \"<integer>\",\n    \"lowerLetters\": \"<integer>\",\n    \"maxIdleTime\": \"<integer>\",\n    \"maxLength\": \"<integer>\",\n    \"minLength\": \"<integer>\",\n    \"nextChange\": \"<integer>\",\n    \"specialChars\": \"<integer>\",\n    \"upperLetters\": \"<integer>\"\n}"},"url":"https://api.synerise.com/uauth/settings/password-policy","description":"<p>Update the user password policy. Entering <code>0</code> as the value disables a requirement.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_SETTINGS_PASSWORD_POLICY_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS_AM_PASSWORD_POLICY</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateSettingsUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateSettingsUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","settings","password-policy"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"11fe95fd-de9e-4c62-b582-64720f67d3cb","name":"New password policy","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"attempts\": \"<integer>\",\n    \"block\": \"<integer>\",\n    \"different\": \"<integer>\",\n    \"digits\": \"<integer>\",\n    \"expiration\": \"<integer>\",\n    \"lowerLetters\": \"<integer>\",\n    \"maxIdleTime\": \"<integer>\",\n    \"maxLength\": \"<integer>\",\n    \"minLength\": \"<integer>\",\n    \"nextChange\": \"<integer>\",\n    \"specialChars\": \"<integer>\",\n    \"upperLetters\": \"<integer>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"attempts\": 94858411,\n \"block\": -25390708,\n \"different\": -73368504,\n \"digits\": -32793042,\n \"expiration\": -24300829,\n \"lowerLetters\": 99488861,\n \"maxIdleTime\": -42361975,\n \"maxLength\": -35400350,\n \"minLength\": -34120573,\n \"nextChange\": 6053981,\n \"specialChars\": 27548218,\n \"upperLetters\": -41096827\n}"},{"id":"1c0d85dc-69b3-433c-b3c0-b5c485b9be7d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"attempts\": \"<integer>\",\n    \"block\": \"<integer>\",\n    \"different\": \"<integer>\",\n    \"digits\": \"<integer>\",\n    \"expiration\": \"<integer>\",\n    \"lowerLetters\": \"<integer>\",\n    \"maxIdleTime\": \"<integer>\",\n    \"maxLength\": \"<integer>\",\n    \"minLength\": \"<integer>\",\n    \"nextChange\": \"<integer>\",\n    \"specialChars\": \"<integer>\",\n    \"upperLetters\": \"<integer>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c4fdb434-bf24-46cb-b36d-0de070570000","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"attempts\": \"<integer>\",\n    \"block\": \"<integer>\",\n    \"different\": \"<integer>\",\n    \"digits\": \"<integer>\",\n    \"expiration\": \"<integer>\",\n    \"lowerLetters\": \"<integer>\",\n    \"maxIdleTime\": \"<integer>\",\n    \"maxLength\": \"<integer>\",\n    \"minLength\": \"<integer>\",\n    \"nextChange\": \"<integer>\",\n    \"specialChars\": \"<integer>\",\n    \"upperLetters\": \"<integer>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb9ffeac-5fe6-495b-9560-2936235ea10a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"attempts\": \"<integer>\",\n    \"block\": \"<integer>\",\n    \"different\": \"<integer>\",\n    \"digits\": \"<integer>\",\n    \"expiration\": \"<integer>\",\n    \"lowerLetters\": \"<integer>\",\n    \"maxIdleTime\": \"<integer>\",\n    \"maxLength\": \"<integer>\",\n    \"minLength\": \"<integer>\",\n    \"nextChange\": \"<integer>\",\n    \"specialChars\": \"<integer>\",\n    \"upperLetters\": \"<integer>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0965de29-764d-4a47-a5f8-c74630014bf6"}],"id":"53daf9c7-c457-47c4-b50d-57f96543872a","_postman_id":"53daf9c7-c457-47c4-b50d-57f96543872a","description":""},{"name":"user-bp-ip-policy","item":[{"name":"Get IP allowlist policy","id":"299c966d-652a-449a-ab6c-c14d7d7be7da","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/settings/user-bp-ip-policy","description":"<p>Retrieve the details of IP allowlisting policy of the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_SETTINGS_USER_IP_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_BP</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserBpIpPolicyUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserBpIpPolicyUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","settings","user-bp-ip-policy"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"acc4826e-3633-45d4-90c9-56e438f87350","name":"IP policy details","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"enabled\": true,\n \"enableSupportSubnets\": true,\n \"ipPolicy\": [\n  \"amet dolore ut est\",\n  \"do vo\"\n ]\n}"},{"id":"358b21ce-8c8c-43d5-85da-7b7b63ab9398","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1c7ad62-7cee-4968-bc0b-c5e57d320fa2","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"af7725a2-55b1-4530-a8fe-3dcfa3e59486","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"299c966d-652a-449a-ab6c-c14d7d7be7da"},{"name":"Update IP allowlist policy","id":"a09d1be6-152e-4856-938a-9a21afb98b2b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"enableSupportSubnets\": true,\n    \"ipPolicy\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"https://api.synerise.com/uauth/settings/user-bp-ip-policy","description":"<p>Update the details of IP allowlisting policy of the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_SETTINGS_USER_IP_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_BP</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUserBpIpPolicyUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUserBpIpPolicyUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","settings","user-bp-ip-policy"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"9560194f-c2fc-42a4-9d22-e24231b7f837","name":"Updated IP policy","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"enableSupportSubnets\": true,\n    \"ipPolicy\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"enabled\": true,\n \"enableSupportSubnets\": true,\n \"ipPolicy\": [\n  \"amet dolore ut est\",\n  \"do vo\"\n ]\n}"},{"id":"9f669a93-009f-4a29-a592-997c262eb7ec","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"enableSupportSubnets\": true,\n    \"ipPolicy\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"583f808b-b148-4e29-ae03-d63c7c3934e4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"enableSupportSubnets\": true,\n    \"ipPolicy\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"15af13b3-f0dc-4a4a-80fb-6203383613eb","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"enabled\": \"<boolean>\",\n    \"enableSupportSubnets\": true,\n    \"ipPolicy\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a09d1be6-152e-4856-938a-9a21afb98b2b"}],"id":"251952e4-b764-4937-a97d-d6b3f52bccd8","_postman_id":"251952e4-b764-4937-a97d-d6b3f52bccd8","description":""}],"id":"1ee3bc70-45db-4856-8579-c04512a1d404","_postman_id":"1ee3bc70-45db-4856-8579-c04512a1d404","description":""},{"name":"users","item":[{"name":"my-account","item":[{"name":"Get user's own data","id":"aaacc7b0-54c1-4957-9ba2-a1f319e09174","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/my-account","description":"<p>A user can retrieve their account data.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserOwnDataUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserOwnDataUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","my-account"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"d9716ad9-35e7-44fe-a3bb-fca8a26fb89e","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"avatar\": \"consectetur Lorem ut ad\",\n \"confirmed\": true,\n \"created\": \"2014-12-13T04:25:05.477Z\",\n \"description\": \"voluptate nulla\",\n \"displayName\": \"exercitation\",\n \"email\": \"voluptate ut\",\n \"firstName\": \"magna Ut incididunt\",\n \"id\": -86080018,\n \"introduction\": \"amet labore nulla et\",\n \"isTheSameUserAsLoggedIn\": false,\n \"language\": \"quis\",\n \"lastLogin\": \"1972-05-29T06:37:27.077Z\",\n \"lastName\": \"sed irure magna nisi\",\n \"mailAccountId\": -6582445,\n \"organizationRole\": \"et sit\",\n \"phone\": \"cupidatat quis id non minim\",\n \"roles\": [\n  76432732,\n  -54797860\n ],\n \"status\": \"ACTIVE\",\n \"superAdmin\": true,\n \"updated\": \"1987-09-16T05:18:54.845Z\",\n \"isMfaEnabled\": true,\n \"passwordLastModificationDate\": \"1996-05-09T02:07:25.736Z\"\n}"},{"id":"8cd4e9a0-cb43-4edd-9bfb-01af4b2c2bb0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b1a62663-b4f4-4855-87b0-945a1b69ed08","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6c8d7f77-b4b8-40e3-b066-87accba830ed","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aaacc7b0-54c1-4957-9ba2-a1f319e09174"},{"name":"Update user's own data","id":"778784d5-a46e-421d-ae67-51b8dd391e11","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/users/my-account","description":"<p>A user can update their own details.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUsersOwnDataUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUsersOwnDataUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","my-account"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"221f5450-0138-49d2-8489-406b4f1df844","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"avatar\": \"consectetur Lorem ut ad\",\n \"confirmed\": true,\n \"created\": \"2014-12-13T04:25:05.477Z\",\n \"description\": \"voluptate nulla\",\n \"displayName\": \"exercitation\",\n \"email\": \"voluptate ut\",\n \"firstName\": \"magna Ut incididunt\",\n \"id\": -86080018,\n \"introduction\": \"amet labore nulla et\",\n \"isTheSameUserAsLoggedIn\": false,\n \"language\": \"quis\",\n \"lastLogin\": \"1972-05-29T06:37:27.077Z\",\n \"lastName\": \"sed irure magna nisi\",\n \"mailAccountId\": -6582445,\n \"organizationRole\": \"et sit\",\n \"phone\": \"cupidatat quis id non minim\",\n \"roles\": [\n  76432732,\n  -54797860\n ],\n \"status\": \"ACTIVE\",\n \"superAdmin\": true,\n \"updated\": \"1987-09-16T05:18:54.845Z\",\n \"isMfaEnabled\": true,\n \"passwordLastModificationDate\": \"1996-05-09T02:07:25.736Z\"\n}"},{"id":"6848a87c-9605-4faa-8648-8ffec2c0ee4f","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"94a0586c-0db4-4f86-8b2e-46638b6da76a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d9dd3fa7-7193-4217-8fa4-1c7116650f28","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d1c20684-ad8d-4d3b-8b92-5fcdf2403993","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"778784d5-a46e-421d-ae67-51b8dd391e11"},{"name":"Delete user's own account","id":"c63f11d8-850a-4d02-a4f5-fd056e0c27a7","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/users/my-account","description":"<p>A user can delete their own account.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteUserUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteUserUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","my-account"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"cc7e7f91-916c-44a8-93a4-15d69b0cc5f2","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"26033d28-c839-4a0b-89ff-67e6b1f05c56","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"788fc05e-e856-4548-9a8f-7ad68fc9ffed","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c63f11d8-850a-4d02-a4f5-fd056e0c27a7"},{"name":"get Strongest Password Settings","id":"ab9107b8-879a-40d7-b0d1-dd640ab64cf0","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/my-account/strongest-password-settings","description":"<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_PREAUTHORIZED_USER, ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getStrongestPasswordSettings\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getStrongestPasswordSettings</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","my-account","strongest-password-settings"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"77648316-a433-47ba-b0e7-9785329766b8","name":"OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab9107b8-879a-40d7-b0d1-dd640ab64cf0"}],"id":"4c350cfe-a27f-4356-b35c-4b84c6e5b201","_postman_id":"4c350cfe-a27f-4356-b35c-4b84c6e5b201","description":""},{"name":"mfa","item":[{"name":"Remove multi-factor authentication for user","id":"57a6268e-1b96-49f0-8e14-1ecf04f30311","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/users/mfa?mfaType=<string>&backupCode=<string>","description":"<p>Removes user multi-factor authentication.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_PREAUTHORIZED_USER, ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/removesUserMfaUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/removesUserMfaUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","mfa"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) Type of multi-factor authentication</p>\n","type":"text/plain"},"key":"mfaType","value":"<string>"},{"description":{"content":"<p>(Required) User's backup code</p>\n","type":"text/plain"},"key":"backupCode","value":"<string>"}],"variable":[]}},"response":[{"id":"8c4b3977-bf7e-4f10-95e9-ad048a8ce6e6","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>&backupCode=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"<string>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c931a2a3-be7a-44ae-8b99-d883912d7c16","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>&backupCode=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fb262fd3-9524-4396-b06e-65be45c17aec","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>&backupCode=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef65097a-ffb9-4a82-aca9-5bef5b6c9d5e","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>&backupCode=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"},{"key":"backupCode","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57a6268e-1b96-49f0-8e14-1ecf04f30311"},{"name":"Initiate multi-factor authentication for user","id":"5506d7bd-c883-429b-92fa-fde153fba8f0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.synerise.com/uauth/users/mfa/initialization?mfaType=<string>","description":"<p>Begins the process of enabling multi-factor authentication for a user by initiating it.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_PREAUTHORIZED_USER, ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/initiateUserMfaUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/initiateUserMfaUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","mfa","initialization"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) Type of multi-factor authentication</p>\n","type":"text/plain"},"key":"mfaType","value":"<string>"}],"variable":[]}},"response":[{"id":"e67315ab-b212-42ae-bca8-b09076954f5f","name":"Secret and QR code URL","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"url\": \"Ut cillum inc\",\n \"secret\": \"in non consectetur\"\n}"},{"id":"1267518f-4ff4-407b-844f-934a914bb118","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"71a430c2-064a-40e3-afd6-c287b453d7ca","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9d05254-81f7-41c8-8f9c-6824cfc498bd","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5506d7bd-c883-429b-92fa-fde153fba8f0"},{"name":"Confirm multi-factor authentication for user","id":"b9b28783-3a6b-4136-b0f0-9531d9cc3e57","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/users/mfa/confirmation?mfaType=<string>","description":"<p>Continues the process of enabling multi-factor authentication for a user by confirming it.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_PREAUTHORIZED_USER, ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmUserMfaUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmUserMfaUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","mfa","confirmation"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) Type of multi-factor authentication</p>\n","type":"text/plain"},"key":"mfaType","value":"<string>"}],"variable":[]}},"response":[{"id":"6cbdd5a4-4e12-4392-9ae4-e869be407db9","name":"User's backup code","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"backupCode\": \"aliquip amet proident ut\"\n}"},{"id":"c13f4099-d8cc-4469-9311-a23076aba403","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c83aa90a-f266-4b95-8f48-10c1b618f811","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd6db0a6-da80-4003-8933-a4bfdf552bc6","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"verificationCode\": \"<string>\"\n}"},"url":{"raw":"undefined?mfaType=<string>","host":["undefined"],"query":[{"key":"mfaType","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9b28783-3a6b-4136-b0f0-9531d9cc3e57"}],"id":"b74820b2-200a-4d2c-8ec6-16baae4c5bf8","_postman_id":"b74820b2-200a-4d2c-8ec6-16baae4c5bf8","description":""},{"name":"invitations","item":[{"name":"Invite user","id":"9ed9c059-ad9c-42f8-b4f4-fbcc5cf69425","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":"https://api.synerise.com/uauth/users/invitations/invite","description":"<p>Invite a user to join a business profile. The user receives an email with an invitation token.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_INVITATIONS_CREATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/inviteUserUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/inviteUserUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","invitations","invite"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"aaf487eb-37db-49e1-9afa-06afdbc49128","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e60749bd-43da-414f-844a-bc67011fad98","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e7ba94a8-1f1f-4569-a6d3-0dbc024cfc1a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"34c50968-feed-4e6b-a415-c1b4df3f0d04","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ed9c059-ad9c-42f8-b4f4-fbcc5cf69425"},{"name":"Invite many users","id":"747feea3-d1dd-4e05-bcfa-32fae9b70219","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invitations\": [\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        },\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        }\n    ]\n}"},"url":"https://api.synerise.com/uauth/users/invitations/invite-bulk","description":"<p>Invite a number of users to the business profile at once. The users receive emails with invitation tokens.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_INVITATIONS_CREATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/bulkInviteUsersUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/bulkInviteUsersUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","invitations","invite-bulk"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"83908621-1561-42ff-90a9-04fbd0e1a220","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"invitations\": [\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        },\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        }\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e8b6b93c-6215-4b6e-a268-abcbfd70efd6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"invitations\": [\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        },\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        }\n    ]\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"954e1b83-f699-4bce-a405-1ca5e7336c9c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"invitations\": [\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        },\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        }\n    ]\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d0f15fb2-885c-4ffd-94d7-dbb2c61c400f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"invitations\": [\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        },\n        {\n            \"email\": \"<string>\",\n            \"firstName\": \"<string>\",\n            \"lastName\": \"<string>\",\n            \"roles\": [\n                \"<long>\",\n                \"<long>\"\n            ]\n        }\n    ]\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"747feea3-d1dd-4e05-bcfa-32fae9b70219"},{"name":"Delete invitations","id":"aeb51d8c-27ac-43b6-a752-4bc1d8f7e485","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/users/invitations/:invitationIds","description":"<p>Delete invitations that were not yet accepted.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_INVITATIONS_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteInvitationUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteInvitationUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","invitations",":invitationIds"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"40b22902-eb70-4c94-9d60-d1948441cda0","description":{"content":"<p>(Required) Comma-separated list of invitation IDs. To obtain the invitation ID, check the <a href=\"#/operation/UsersListingUsingGET\">list of users with PENDING status</a>. The invitation ID for a user is the same as the ID of that user.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"invitationIds"}]}},"response":[{"id":"cc1229dc-6fd3-4480-932c-9a47b0e6b7a0","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24cd4366-871f-4dc1-8764-5a15d3cd2756","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"84cff121-3475-49df-a42c-49ad73b88765","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aeb51d8c-27ac-43b6-a752-4bc1d8f7e485"},{"name":"Update invitation","id":"c734e1a0-01af-4f89-891d-b4290595a617","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":"https://api.synerise.com/uauth/users/invitations/:invitationId","description":"<p>Update the details of an invitation.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_INVITATIONS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateInvitationUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateInvitationUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","invitations",":invitationId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"514d75e8-e338-4f7f-b16d-a878abcdb015","description":{"content":"<p>(Required) To obtain the invitation ID, check the <a href=\"#/operation/UsersListingUsingGET\">list of users with PENDING status</a>. The invitation ID for a user is the same as the ID of that user.</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"invitationId"}]}},"response":[{"id":"ad5d4b46-2540-40a7-95fe-45a8f813c9f5","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c8119437-c955-4ace-a5ee-4fb00df0ba03","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4524957a-bc12-4578-9fee-62c8aecba7f6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4619d150-2922-44db-a741-69dceac8173a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c734e1a0-01af-4f89-891d-b4290595a617"}],"id":"459f73ec-a22b-4d49-b256-d13ee5f0b7dd","_postman_id":"459f73ec-a22b-4d49-b256-d13ee5f0b7dd","description":""},{"name":"listing","item":[{"name":"List users","id":"f098f8bd-9418-4bd3-ad13-665c5d73fe51","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/listing?page=<integer>&size=<integer>&status=<string>&search=<string>","description":"<p>List users from the current business profile</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_LISTING_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/UsersListingUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/UsersListingUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","listing"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) The page of results to retrieve. The first page has the index <code>0</code>.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>(Required) The number of entries on a page</p>\n","type":"text/plain"},"key":"size","value":"<integer>"},{"description":{"content":"<p>(Required) Filters the results by status of the users</p>\n","type":"text/plain"},"key":"status","value":"<string>"},{"description":{"content":"<p>(Required) String to search for in the first names, surnames, and email addresses</p>\n","type":"text/plain"},"key":"search","value":"<string>"}],"variable":[]}},"response":[{"id":"c7814dd0-4f04-450c-8007-0e3365575046","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?page=<integer>&size=<integer>&status=<string>&search=<string>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"status","value":"<string>"},{"key":"search","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"avatar\": \"dolore ad tempor\",\n   \"created\": \"1973-08-03T00:27:19.541Z\",\n   \"displayName\": \"non veniam commodo\",\n   \"email\": \"officia labore id\",\n   \"firstName\": \"enim et voluptate\",\n   \"id\": -31663377,\n   \"lastLogin\": \"1970-08-19T00:31:24.192Z\",\n   \"lastName\": \"dolor ut ex eu\",\n   \"roleNames\": [\n    \"anim\",\n    \"aute labore\"\n   ],\n   \"roles\": [\n    44310435,\n    -31529050\n   ],\n   \"status\": \"PENDING\",\n   \"updated\": \"1958-10-29T11:50:44.308Z\"\n  },\n  {\n   \"avatar\": \"aliqua voluptate aute id est\",\n   \"created\": \"1961-10-29T20:27:27.487Z\",\n   \"displayName\": \"ex Duis sed ad Ut\",\n   \"email\": \"sed ea\",\n   \"firstName\": \"pariatur ea in dolore sunt\",\n   \"id\": -7978666,\n   \"lastLogin\": \"1948-10-15T02:52:08.455Z\",\n   \"lastName\": \"nostrud dolore\",\n   \"roleNames\": [\n    \"occaecat aliquip tempor do\",\n    \"voluptate\"\n   ],\n   \"roles\": [\n    -8419597,\n    21063458\n   ],\n   \"status\": \"PENDING\",\n   \"updated\": \"1975-10-25T08:19:36.007Z\"\n  }\n ],\n \"meta\": {\n  \"pagination\": {\n   \"limit\": -71025571,\n   \"page\": -62781943,\n   \"pages\": -78111761,\n   \"total\": -65872801\n  }\n }\n}"},{"id":"50eadb5e-38c7-4cc8-b914-e92860a3c426","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?page=<integer>&size=<integer>&status=<string>&search=<string>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"status","value":"<string>"},{"key":"search","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"589b0d26-3975-4421-a125-6998005df06a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?page=<integer>&size=<integer>&status=<string>&search=<string>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"status","value":"<string>"},{"key":"search","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2ddcbe23-d7e3-4537-ab28-99112916ade1","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?page=<integer>&size=<integer>&status=<string>&search=<string>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"status","value":"<string>"},{"key":"search","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f098f8bd-9418-4bd3-ad13-665c5d73fe51"},{"name":"Autocomplete user search result","id":"42c3c9fd-8929-4401-9e80-b0a234cfd7f8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/listing/autocomplete?email=<string>","description":"<p>You can use this endpoint to obtain data for search autocomplete.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_LISTING_AUTOCOMPLETE_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getListingAutocomplete\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getListingAutocomplete</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","listing","autocomplete"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) User's email address</p>\n","type":"text/plain"},"key":"email","value":"<string>"}],"variable":[]}},"response":[{"id":"0f89648c-8d76-44b4-bb7d-67636863c509","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?email=<string>","host":["undefined"],"query":[{"key":"email","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"avatarUrl\": \"pariatur sed ullamco\",\n  \"displayName\": \"esse enim\",\n  \"email\": \"aliqua cupidatat veniam culpa\",\n  \"userId\": -57554940\n },\n {\n  \"avatarUrl\": \"quis ut proident\",\n  \"displayName\": \"laboris\",\n  \"email\": \"adipisicing ut dolore Duis\",\n  \"userId\": 34333293\n }\n]"},{"id":"d1c4a3d1-87d9-4c36-aca6-b7b8bb2f86b8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?email=<string>","host":["undefined"],"query":[{"key":"email","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"86c0d7b9-719e-4c23-8ae4-a21d3d4afe1b","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?email=<string>","host":["undefined"],"query":[{"key":"email","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cd566eb5-cfa4-400d-9a2a-35df129e8519","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"undefined?email=<string>","host":["undefined"],"query":[{"key":"email","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42c3c9fd-8929-4401-9e80-b0a234cfd7f8"}],"id":"849bc4d3-6c2c-4276-babd-55248752dd46","_postman_id":"849bc4d3-6c2c-4276-babd-55248752dd46","description":""},{"name":"{user Id}","item":[{"name":"Get user data","id":"3bec0483-b8ad-4e09-a7e3-f6639c2377d8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/:userId","description":"<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserDataUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getUserDataUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":userId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"3d009860-b70a-4185-b2b9-e4b8bf493fd6","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"userId"}]}},"response":[{"id":"a28794f1-90fe-4cd4-a0e5-7049e8c043e1","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"avatar\": \"consectetur Lorem ut ad\",\n \"confirmed\": true,\n \"created\": \"2014-12-13T04:25:05.477Z\",\n \"description\": \"voluptate nulla\",\n \"displayName\": \"exercitation\",\n \"email\": \"voluptate ut\",\n \"firstName\": \"magna Ut incididunt\",\n \"id\": -86080018,\n \"introduction\": \"amet labore nulla et\",\n \"isTheSameUserAsLoggedIn\": false,\n \"language\": \"quis\",\n \"lastLogin\": \"1972-05-29T06:37:27.077Z\",\n \"lastName\": \"sed irure magna nisi\",\n \"mailAccountId\": -6582445,\n \"organizationRole\": \"et sit\",\n \"phone\": \"cupidatat quis id non minim\",\n \"roles\": [\n  76432732,\n  -54797860\n ],\n \"status\": \"ACTIVE\",\n \"superAdmin\": true,\n \"updated\": \"1987-09-16T05:18:54.845Z\",\n \"isMfaEnabled\": true,\n \"passwordLastModificationDate\": \"1996-05-09T02:07:25.736Z\"\n}"},{"id":"4b8b93f2-5f19-462d-a6cd-e669abaec8d0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"49f12b16-8b93-4f91-b554-e2c36739fa3c","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"513bb7b3-b54d-4b89-8b81-b89c1ebab7ae","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bec0483-b8ad-4e09-a7e3-f6639c2377d8"},{"name":"Update user data","id":"03617b6b-1bff-4efb-8328-273cfd8fb46e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/users/:userId","description":"<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>ROLE_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUserDataUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateUserDataUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":userId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"9eb6423b-4a6c-44d5-81e8-ab03afc3b1fd","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"userId"}]}},"response":[{"id":"2f7823b6-ff85-4601-92e7-25617cd773a4","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"avatar\": \"consectetur Lorem ut ad\",\n \"confirmed\": true,\n \"created\": \"2014-12-13T04:25:05.477Z\",\n \"description\": \"voluptate nulla\",\n \"displayName\": \"exercitation\",\n \"email\": \"voluptate ut\",\n \"firstName\": \"magna Ut incididunt\",\n \"id\": -86080018,\n \"introduction\": \"amet labore nulla et\",\n \"isTheSameUserAsLoggedIn\": false,\n \"language\": \"quis\",\n \"lastLogin\": \"1972-05-29T06:37:27.077Z\",\n \"lastName\": \"sed irure magna nisi\",\n \"mailAccountId\": -6582445,\n \"organizationRole\": \"et sit\",\n \"phone\": \"cupidatat quis id non minim\",\n \"roles\": [\n  76432732,\n  -54797860\n ],\n \"status\": \"ACTIVE\",\n \"superAdmin\": true,\n \"updated\": \"1987-09-16T05:18:54.845Z\",\n \"isMfaEnabled\": true,\n \"passwordLastModificationDate\": \"1996-05-09T02:07:25.736Z\"\n}"},{"id":"50c6c6c4-e3df-4f4f-8d62-52083b4aa6c7","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e2803930-29e6-4301-8d64-62aafbbf0819","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70efacd5-bf54-4245-b71b-67200d0f3c8a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"253bd10a-c04f-4fd4-9924-0af60ccf8780","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"avatar\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"language\": \"<string>\",\n    \"organizationRole\": \"<string>\",\n    \"introduction\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"mailAccountId\": \"<integer>\",\n    \"roles\": [\n        \"<long>\",\n        \"<long>\"\n    ],\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03617b6b-1bff-4efb-8328-273cfd8fb46e"},{"name":"Change access expiration time","id":"298a5211-48f6-4338-ba53-5277fd8859f3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":"https://api.synerise.com/uauth/users/:userId/access-time","description":"<p>Change the date when a user's access to the business profile is cancelled.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/changeUserAccessExpirationDateUsingPut\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/changeUserAccessExpirationDateUsingPut</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":userId","access-time"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"04b45a5e-e5bd-4e10-91ff-11585fe1ddab","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"userId"}]}},"response":[{"id":"d49df65a-5ebd-4a9c-a882-ae21c8588333","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"avatar\": \"consectetur Lorem ut ad\",\n \"confirmed\": true,\n \"created\": \"2014-12-13T04:25:05.477Z\",\n \"description\": \"voluptate nulla\",\n \"displayName\": \"exercitation\",\n \"email\": \"voluptate ut\",\n \"firstName\": \"magna Ut incididunt\",\n \"id\": -86080018,\n \"introduction\": \"amet labore nulla et\",\n \"isTheSameUserAsLoggedIn\": false,\n \"language\": \"quis\",\n \"lastLogin\": \"1972-05-29T06:37:27.077Z\",\n \"lastName\": \"sed irure magna nisi\",\n \"mailAccountId\": -6582445,\n \"organizationRole\": \"et sit\",\n \"phone\": \"cupidatat quis id non minim\",\n \"roles\": [\n  76432732,\n  -54797860\n ],\n \"status\": \"ACTIVE\",\n \"superAdmin\": true,\n \"updated\": \"1987-09-16T05:18:54.845Z\",\n \"isMfaEnabled\": true,\n \"passwordLastModificationDate\": \"1996-05-09T02:07:25.736Z\"\n}"},{"id":"6643f2e7-c156-4876-a830-d4118a7ec858","name":"Created","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"562cd713-a1d6-4c80-b566-b8f9d03b62ec","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b286b167-34df-4331-922f-e6a009a913b3","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"295add0d-5b25-4564-8998-efdd2612e15b","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"expirationDate\": \"<dateTime>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"298a5211-48f6-4338-ba53-5277fd8859f3"},{"name":"Reset another user's password","id":"6edbf05c-037e-4050-a6da-7ace43d74adc","request":{"method":"POST","header":[],"url":"https://api.synerise.com/uauth/users/:userId/password-reset","description":"<p>Request a password reset for another user. That user receives an email with a password reset token. Their account is locked until the new password is set.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resetPasswordUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resetPasswordUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":userId","password-reset"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"45ae6345-0016-4789-8f4e-a0392bc24f92","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"userId"}]}},"response":[{"id":"b9429b25-9eb1-40a0-95d6-691efc8a3909","name":"OK","originalRequest":{"method":"POST","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6edbf05c-037e-4050-a6da-7ace43d74adc"},{"name":"Reset another user's multi-factor authentication","id":"585d3b23-8af9-47c8-8f92-4c272312496a","request":{"method":"PUT","header":[],"url":"https://api.synerise.com/uauth/users/:userId/mfa-reset","description":"<p>You can reset the settings of another user's multi-factor authentication. This can be used, for example, if the user has lost both their device with the MFA application and the recovery code.\nThe user will need to re-enable MFA in the same way as when setting it up for the first time.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resetMFAUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resetMFAUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":userId","mfa-reset"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"22c83d9a-47b2-4bd3-bd17-7b1059f7b939","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"userId"}]}},"response":[{"id":"0836a6d1-7f0b-4cb1-8c73-16bd409780c6","name":"OK","originalRequest":{"method":"PUT","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"585d3b23-8af9-47c8-8f92-4c272312496a"}],"id":"7f4c0fc5-dca8-4ec6-b830-054b8105734b","_postman_id":"7f4c0fc5-dca8-4ec6-b830-054b8105734b","description":""},{"name":"Remove users from business profile","id":"476e3c17-43d4-4ae9-9b87-cd9ab7ba85a7","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/users/profile-association/:ids","description":"<p>Delete user associations from a business profile. This does not delete the user accounts.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteUsersUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteUsersUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","profile-association",":ids"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"cdb02723-416a-4f52-964e-072a6d0b02d4","description":{"content":"<p>(Required) Comma-separated user IDs</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"ids"}]}},"response":[{"id":"c7935bd3-9e8d-4359-96b0-f7e23493fc1f","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcc1401c-23a3-4ccc-b8da-029a2d31ac75","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2ab8f96f-9e95-451b-bffc-d6990f386817","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"476e3c17-43d4-4ae9-9b87-cd9ab7ba85a7"},{"name":"Activate users","id":"dfebab4e-ce9c-41c7-8763-032fb6dc194c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":"https://api.synerise.com/uauth/users/activate","description":"<p>Activate access to the business profile for a number of users</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/activateUsersUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/activateUsersUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","activate"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"f9cd121e-4fd4-44d9-ad53-d12c0fd83e7a","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfebab4e-ce9c-41c7-8763-032fb6dc194c"},{"name":"De-activate users","id":"f9149920-146b-4ce8-833c-0fec5ac32dd2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":"https://api.synerise.com/uauth/users/deactivate","description":"<p>De-activate access to the business profile for a number of users</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deactivateUsersUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deactivateUsersUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","deactivate"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"8d59e2c1-8345-4226-8edc-91c9f3bc6936","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"<long>\",\n        \"<long>\"\n    ]\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9149920-146b-4ce8-833c-0fec5ac32dd2"},{"name":"Delete user account","id":"bfd80169-9207-46e5-8d11-3459f7024da3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/users/:ids","description":"<p>Permanently deletes a user account.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_USERS_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteManagedUserUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteManagedUserUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users",":ids"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"e8c1aa68-e923-4eb7-a3b3-a262c3874840","description":{"content":"<p>(Required) Comma-separated user IDs</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"ids"}]}},"response":[{"id":"d32c5bd2-cbd1-4c80-a4ef-33926fdcd890","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfd80169-9207-46e5-8d11-3459f7024da3"},{"name":"Get available roles","id":"28f5a1c9-54dc-41cd-9b7b-a4219d39f718","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/users/available-roles","description":"<p>Retrieve a list of user roles available in the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>This method does not require a Synerise authorization token.</p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getAvailableRolesUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getAvailableRolesUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","users","available-roles"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"bde8abdd-14f2-477d-acd5-ab0c52a469b0","name":"OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"businessProfileId\": 594,\n  \"id\": -63967502,\n  \"manageable\": false,\n  \"name\": \"commodo labore\",\n  \"shownAsResource\": false\n },\n {\n  \"businessProfileId\": 594,\n  \"id\": 66478752,\n  \"manageable\": true,\n  \"name\": \"Ut et minim\",\n  \"shownAsResource\": true\n }\n]"},{"id":"3a5ba52b-46de-4fd6-b7a9-48605c20cedb","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8cb1cfbb-5ed6-4222-bce5-5cafcf5680e4","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f04a1f75-2b96-4096-81bd-de29ddc08bda","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28f5a1c9-54dc-41cd-9b7b-a4219d39f718"}],"id":"e391d9c9-c5d7-4e8c-bb5e-da10282092ed","_postman_id":"e391d9c9-c5d7-4e8c-bb5e-da10282092ed","description":""},{"name":"user","item":[{"name":"register","item":[{"name":"Register user","id":"73baf3eb-6068-4c38-8673-879e091cb126","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/user/register","description":"<p>Register a new user. Before the new account can be used, it must be <a href=\"#operation/confirmUserUsingGET\">confirmed</a>.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/registerUserUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/registerUserUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","user","register"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"3de8450b-d1e0-46dd-a642-7ad9237ca380","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b856508-5cc7-44d2-8a58-1aa2b2333e8c","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48d12420-97aa-4374-8e06-1b503fbb9431","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"230985c1-531a-4d40-bad6-8f3b27f2c7a9","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b41548d8-096b-4919-b138-870c105c9fdf","name":"User already registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\",\n    \"password\": \"<string>\",\n    \"invitationToken\": \"<string>\"\n}"},"url":""},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73baf3eb-6068-4c38-8673-879e091cb126"},{"name":"Find user by invitation token","id":"8a9e8738-aecd-4492-bd04-320650eaf6d8","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/user/register/invitation/:invitationToken","description":"<p>You can retrieve the details of an account by providing the invitation token generated for that account.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/findByInvitationTokenGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/findByInvitationTokenGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","user","register","invitation",":invitationToken"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"c865fb90-1d34-4eff-bbfe-aec27c5e087a","description":{"content":"<p>(Required) Invitation token</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"invitationToken"}]}},"response":[{"id":"b975bab7-d8bf-4f56-96cf-16f67e86f187","name":"OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"email\": \"in incididunt occaecat eu\",\n \"firstName\": \"consectetur id dolor eiusmod\",\n \"lastName\": \"eu incididunt irure\"\n}"},{"id":"784a7181-119e-47a1-818b-fae2461f2090","name":"Created","originalRequest":{"method":"GET","header":[],"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b254d47-699a-499c-9cb0-f8677e568193","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"216185ce-ae49-4e3d-82c6-1bbea05e2967","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"01ba071b-8a2a-4cb2-af61-2b8f3217c36e","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a9e8738-aecd-4492-bd04-320650eaf6d8"},{"name":"Re-send user confirmation token","id":"ed24f68f-4144-4e13-8050-dd2959fb792a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/user/register/resend-confirmation","description":"<p>If the confirmation token does not reach the user's inbox, you can send a new one.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resendConfirmationUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/resendConfirmationUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","user","register","resend-confirmation"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"bc370248-c3c4-42ef-9df4-64e436877e26","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7c221169-819f-4092-90e8-8ad4f64b88d9","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6eaf057d-b3cd-4b03-a176-2776ac47d90c","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc0673a7-2586-461a-8c2d-a53265293be6","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d0a18984-9d54-4851-a198-9bc6decd4206","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed24f68f-4144-4e13-8050-dd2959fb792a"}],"id":"cbec759f-4c48-4664-8e69-59e83e3a8828","_postman_id":"cbec759f-4c48-4664-8e69-59e83e3a8828","description":""},{"name":"Confirm user registration","id":"089acc1a-9103-4476-a695-2186ae4498c7","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/user/confirmation/:confirmationToken","description":"<p>Confirm user registration. The token is sent by email.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmUserUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmUserUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","user","confirmation",":confirmationToken"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"27d1be27-0fda-4953-a391-578429287a2f","description":{"content":"<p>(Required) Confirmation token</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"confirmationToken"}]}},"response":[{"id":"061522b5-e0b8-4866-9d5b-8fcf47cfa625","name":"OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d775c944-1ce1-4390-830c-bfd738bbb8b8","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f038e2b7-7782-40f8-b5ee-9ac687f098d8","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec5c3bf1-7efa-43f7-bbda-d73a0045a23e","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"089acc1a-9103-4476-a695-2186ae4498c7"}],"id":"8fa14031-57bd-4912-90cb-c43d1d8a3882","_postman_id":"8fa14031-57bd-4912-90cb-c43d1d8a3882","description":""},{"name":"permissions/group/role/{role Id}","item":[{"name":"List grouped permissions","id":"1d20c6dd-c5b0-422b-808b-15b14603a34c","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/permissions/group/role/:roleId","description":"<p>List all permissions for a role, including information about permission grouping.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_GROUP_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/listPermissionGroupUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/listPermissionGroupUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","permissions","group","role",":roleId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"147b910d-d452-48ac-8c11-e919c8658253","description":{"content":"<p>(Required) Role ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"roleId"}]}},"response":[{"id":"762cbea9-329b-456b-971f-4b297e833f89","name":"This schema is **recursive**: the `children` array can include more groups, which include more groups, etc.","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": -95615293,\n  \"name\": \"eu qui occaecat\",\n  \"slug\": \"Lorem\",\n  \"path\": \"Ancestor Group < Parent Group < This Group\",\n  \"left\": -17937070,\n  \"right\": -40091480,\n  \"deep\": 92020361,\n  \"canCreate\": true,\n  \"canRead\": true,\n  \"canUpdate\": true,\n  \"canDelete\": false,\n  \"canExecute\": true,\n  \"create\": true,\n  \"read\": true,\n  \"update\": false,\n  \"delete\": false,\n  \"execute\": false,\n  \"createDisabled\": true,\n  \"readDisabled\": true,\n  \"updateDisabled\": false,\n  \"deleteDisabled\": false,\n  \"executeDisabled\": false,\n  \"children\": [\n   {\n    \"id\": 77775044,\n    \"name\": \"eiusmod aliqua magna laboris Excepteur\",\n    \"slug\": \"aliqua ipsum reprehenderit incididunt\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": 20675529,\n    \"right\": -4767652,\n    \"deep\": 6311462,\n    \"canCreate\": true,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": true,\n    \"canExecute\": true,\n    \"create\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": true,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": false,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   },\n   {\n    \"id\": -74521610,\n    \"name\": \"in non\",\n    \"slug\": \"quis ea commodo Ut\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": 22683811,\n    \"right\": 51059913,\n    \"deep\": 53947631,\n    \"canCreate\": false,\n    \"canRead\": true,\n    \"canUpdate\": true,\n    \"canDelete\": false,\n    \"canExecute\": true,\n    \"create\": true,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": false,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": false,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   }\n  ]\n },\n {\n  \"id\": -9090576,\n  \"name\": \"nulla Excepteur\",\n  \"slug\": \"in in cillum enim\",\n  \"path\": \"Ancestor Group < Parent Group < This Group\",\n  \"left\": -88491549,\n  \"right\": 92457398,\n  \"deep\": 86808159,\n  \"canCreate\": false,\n  \"canRead\": false,\n  \"canUpdate\": false,\n  \"canDelete\": true,\n  \"canExecute\": false,\n  \"create\": true,\n  \"read\": false,\n  \"update\": false,\n  \"delete\": false,\n  \"execute\": false,\n  \"createDisabled\": true,\n  \"readDisabled\": false,\n  \"updateDisabled\": false,\n  \"deleteDisabled\": false,\n  \"executeDisabled\": false,\n  \"children\": [\n   {\n    \"id\": -6430244,\n    \"name\": \"aute dolor nisi et\",\n    \"slug\": \"laborum in\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": -4889574,\n    \"right\": -5699160,\n    \"deep\": 12282954,\n    \"canCreate\": false,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": true,\n    \"canExecute\": true,\n    \"create\": true,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": true,\n    \"execute\": false,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": true,\n    \"deleteDisabled\": false,\n    \"executeDisabled\": false,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   },\n   {\n    \"id\": 68839185,\n    \"name\": \"do labore ad voluptate\",\n    \"slug\": \"labore occaecat minim ea\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": -18632985,\n    \"right\": 8020801,\n    \"deep\": 90494650,\n    \"canCreate\": true,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": false,\n    \"canExecute\": true,\n    \"create\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": false,\n    \"createDisabled\": false,\n    \"readDisabled\": true,\n    \"updateDisabled\": true,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   }\n  ]\n }\n]"},{"id":"522303f0-18f3-449a-be19-73023f67f53c","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"66b66da5-35d6-43d9-8920-b764a72d65b7","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"318cdb8e-f373-4b60-8d4c-e4c7fb82e2e1","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d20c6dd-c5b0-422b-808b-15b14603a34c"},{"name":"Update permissions for a role","id":"5829a991-2161-462a-8741-f653b85cbc97","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"<string>\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 3461499,\n                \"name\": \"sint magna veniam\",\n                \"slug\": \"pariatur enim sit labore laborum\",\n                \"path\": \"deserunt\",\n                \"left\": 71766465,\n                \"right\": 24737334,\n                \"deep\": 67681819,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": -27180745,\n                \"name\": \"Duis sed\",\n                \"slug\": \"voluptate magna deserunt\",\n                \"path\": \"ullamco \",\n                \"left\": 10077305,\n                \"right\": -49616635,\n                \"deep\": 52520583,\n                \"canCreate\": false,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": false,\n                \"delete\": false,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"<string>\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 56683644,\n                \"name\": \"id in\",\n                \"slug\": \"cillum magna in\",\n                \"path\": \"exercitation\",\n                \"left\": 50900427,\n                \"right\": -14652246,\n                \"deep\": 91089795,\n                \"canCreate\": false,\n                \"canRead\": true,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": false,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": false,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": -94864171,\n                \"name\": \"esse dolor in commodo\",\n                \"slug\": \"ut culpa exerci\",\n                \"path\": \"dolore cupidatat incididunt\",\n                \"left\": -14099655,\n                \"right\": 77261404,\n                \"deep\": -58665607,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": false,\n                \"create\": false,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":"https://api.synerise.com/uauth/permissions/group/role/:roleId","description":"<p>Update the configuration of permissions for a single role.</p>\n<p>When you update one of the permission types (for example, <code>read</code>) for a group, the permission must be updated in the same way for all child groups.</p>\n<p><strong>IMPORTANT</strong>: You must always send all permissions, not only the one you are updating. You can <a href=\"#operation/listPermissionGroupUsingGET\">retrieve the current permissions</a>, copy the response, modify the permissions you want to update, and send that modified JSON data in the request body.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_GROUP_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updatePermissionsForRoleUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updatePermissionsForRoleUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","permissions","group","role",":roleId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"b283d67b-02f9-4613-8472-ae9a69db151e","description":{"content":"<p>(Required) Role ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"roleId"}]}},"response":[{"id":"3172db60-284c-473a-b781-538388d81615","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": -65664196,\n                \"name\": \"amet laborum id sed\",\n                \"slug\": \"nostrud sunt Duis eiusmod sint\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 2226048,\n                \"right\": -93591901,\n                \"deep\": -55036575,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 443435,\n                \"name\": \"voluptate anim\",\n                \"slug\": \"id incididunt\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": -55718355,\n                \"right\": -24523510,\n                \"deep\": 835542,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 37747908,\n                \"name\": \"amet nostrud voluptate ad\",\n                \"slug\": \"qui non\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 32792317,\n                \"right\": 96526362,\n                \"deep\": 17843657,\n                \"canCreate\": true,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": false,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 62526838,\n                \"name\": \"est labore anim esse\",\n                \"slug\": \"aliquip fugiat nisi\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 11096159,\n                \"right\": -49263053,\n                \"deep\": 85357731,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": -95615293,\n  \"name\": \"eu qui occaecat\",\n  \"slug\": \"Lorem\",\n  \"path\": \"Ancestor Group < Parent Group < This Group\",\n  \"left\": -17937070,\n  \"right\": -40091480,\n  \"deep\": 92020361,\n  \"canCreate\": true,\n  \"canRead\": true,\n  \"canUpdate\": true,\n  \"canDelete\": false,\n  \"canExecute\": true,\n  \"create\": true,\n  \"read\": true,\n  \"update\": false,\n  \"delete\": false,\n  \"execute\": false,\n  \"createDisabled\": true,\n  \"readDisabled\": true,\n  \"updateDisabled\": false,\n  \"deleteDisabled\": false,\n  \"executeDisabled\": false,\n  \"children\": [\n   {\n    \"id\": 77775044,\n    \"name\": \"eiusmod aliqua magna laboris Excepteur\",\n    \"slug\": \"aliqua ipsum reprehenderit incididunt\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": 20675529,\n    \"right\": -4767652,\n    \"deep\": 6311462,\n    \"canCreate\": true,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": true,\n    \"canExecute\": true,\n    \"create\": false,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": true,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": false,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   },\n   {\n    \"id\": -74521610,\n    \"name\": \"in non\",\n    \"slug\": \"quis ea commodo Ut\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": 22683811,\n    \"right\": 51059913,\n    \"deep\": 53947631,\n    \"canCreate\": false,\n    \"canRead\": true,\n    \"canUpdate\": true,\n    \"canDelete\": false,\n    \"canExecute\": true,\n    \"create\": true,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": false,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": false,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   }\n  ]\n },\n {\n  \"id\": -9090576,\n  \"name\": \"nulla Excepteur\",\n  \"slug\": \"in in cillum enim\",\n  \"path\": \"Ancestor Group < Parent Group < This Group\",\n  \"left\": -88491549,\n  \"right\": 92457398,\n  \"deep\": 86808159,\n  \"canCreate\": false,\n  \"canRead\": false,\n  \"canUpdate\": false,\n  \"canDelete\": true,\n  \"canExecute\": false,\n  \"create\": true,\n  \"read\": false,\n  \"update\": false,\n  \"delete\": false,\n  \"execute\": false,\n  \"createDisabled\": true,\n  \"readDisabled\": false,\n  \"updateDisabled\": false,\n  \"deleteDisabled\": false,\n  \"executeDisabled\": false,\n  \"children\": [\n   {\n    \"id\": -6430244,\n    \"name\": \"aute dolor nisi et\",\n    \"slug\": \"laborum in\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": -4889574,\n    \"right\": -5699160,\n    \"deep\": 12282954,\n    \"canCreate\": false,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": true,\n    \"canExecute\": true,\n    \"create\": true,\n    \"read\": false,\n    \"update\": false,\n    \"delete\": true,\n    \"execute\": false,\n    \"createDisabled\": true,\n    \"readDisabled\": true,\n    \"updateDisabled\": true,\n    \"deleteDisabled\": false,\n    \"executeDisabled\": false,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   },\n   {\n    \"id\": 68839185,\n    \"name\": \"do labore ad voluptate\",\n    \"slug\": \"labore occaecat minim ea\",\n    \"path\": \"Ancestor Group < Parent Group < This Group\",\n    \"left\": -18632985,\n    \"right\": 8020801,\n    \"deep\": 90494650,\n    \"canCreate\": true,\n    \"canRead\": true,\n    \"canUpdate\": false,\n    \"canDelete\": false,\n    \"canExecute\": true,\n    \"create\": false,\n    \"read\": true,\n    \"update\": false,\n    \"delete\": false,\n    \"execute\": false,\n    \"createDisabled\": false,\n    \"readDisabled\": true,\n    \"updateDisabled\": true,\n    \"deleteDisabled\": true,\n    \"executeDisabled\": true,\n    \"children\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n     }\n    ]\n   }\n  ]\n }\n]"},{"id":"c735b71d-a505-41ab-b3c1-2a09acaa0a42","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": -65664196,\n                \"name\": \"amet laborum id sed\",\n                \"slug\": \"nostrud sunt Duis eiusmod sint\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 2226048,\n                \"right\": -93591901,\n                \"deep\": -55036575,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 443435,\n                \"name\": \"voluptate anim\",\n                \"slug\": \"id incididunt\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": -55718355,\n                \"right\": -24523510,\n                \"deep\": 835542,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 37747908,\n                \"name\": \"amet nostrud voluptate ad\",\n                \"slug\": \"qui non\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 32792317,\n                \"right\": 96526362,\n                \"deep\": 17843657,\n                \"canCreate\": true,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": false,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 62526838,\n                \"name\": \"est labore anim esse\",\n                \"slug\": \"aliquip fugiat nisi\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 11096159,\n                \"right\": -49263053,\n                \"deep\": 85357731,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4de98fdd-f6ab-4dc4-b747-adf1e1d8d076","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": -65664196,\n                \"name\": \"amet laborum id sed\",\n                \"slug\": \"nostrud sunt Duis eiusmod sint\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 2226048,\n                \"right\": -93591901,\n                \"deep\": -55036575,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 443435,\n                \"name\": \"voluptate anim\",\n                \"slug\": \"id incididunt\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": -55718355,\n                \"right\": -24523510,\n                \"deep\": 835542,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 37747908,\n                \"name\": \"amet nostrud voluptate ad\",\n                \"slug\": \"qui non\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 32792317,\n                \"right\": 96526362,\n                \"deep\": 17843657,\n                \"canCreate\": true,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": false,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 62526838,\n                \"name\": \"est labore anim esse\",\n                \"slug\": \"aliquip fugiat nisi\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 11096159,\n                \"right\": -49263053,\n                \"deep\": 85357731,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e918c90e-1d23-4614-877f-4375926c41ca","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": -65664196,\n                \"name\": \"amet laborum id sed\",\n                \"slug\": \"nostrud sunt Duis eiusmod sint\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 2226048,\n                \"right\": -93591901,\n                \"deep\": -55036575,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 443435,\n                \"name\": \"voluptate anim\",\n                \"slug\": \"id incididunt\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": -55718355,\n                \"right\": -24523510,\n                \"deep\": 835542,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 37747908,\n                \"name\": \"amet nostrud voluptate ad\",\n                \"slug\": \"qui non\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 32792317,\n                \"right\": 96526362,\n                \"deep\": 17843657,\n                \"canCreate\": true,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": false,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 62526838,\n                \"name\": \"est labore anim esse\",\n                \"slug\": \"aliquip fugiat nisi\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 11096159,\n                \"right\": -49263053,\n                \"deep\": 85357731,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fa51c425-74d4-4706-b8ff-3199f9804a4b","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": -65664196,\n                \"name\": \"amet laborum id sed\",\n                \"slug\": \"nostrud sunt Duis eiusmod sint\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 2226048,\n                \"right\": -93591901,\n                \"deep\": -55036575,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 443435,\n                \"name\": \"voluptate anim\",\n                \"slug\": \"id incididunt\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": -55718355,\n                \"right\": -24523510,\n                \"deep\": 835542,\n                \"canCreate\": false,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": true,\n                \"update\": true,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": true,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"id\": \"<long>\",\n        \"name\": \"<string>\",\n        \"slug\": \"<string>\",\n        \"path\": \"Ancestor Group < Parent Group < This Group\",\n        \"left\": \"<integer>\",\n        \"right\": \"<integer>\",\n        \"deep\": \"<integer>\",\n        \"canCreate\": \"<boolean>\",\n        \"canRead\": \"<boolean>\",\n        \"canUpdate\": \"<boolean>\",\n        \"canDelete\": \"<boolean>\",\n        \"canExecute\": \"<boolean>\",\n        \"create\": \"<boolean>\",\n        \"read\": \"<boolean>\",\n        \"update\": \"<boolean>\",\n        \"delete\": \"<boolean>\",\n        \"execute\": \"<boolean>\",\n        \"createDisabled\": \"<boolean>\",\n        \"readDisabled\": \"<boolean>\",\n        \"updateDisabled\": \"<boolean>\",\n        \"deleteDisabled\": \"<boolean>\",\n        \"executeDisabled\": \"<boolean>\",\n        \"children\": [\n            {\n                \"id\": 37747908,\n                \"name\": \"amet nostrud voluptate ad\",\n                \"slug\": \"qui non\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 32792317,\n                \"right\": 96526362,\n                \"deep\": 17843657,\n                \"canCreate\": true,\n                \"canRead\": true,\n                \"canUpdate\": true,\n                \"canDelete\": true,\n                \"canExecute\": true,\n                \"create\": true,\n                \"read\": false,\n                \"update\": true,\n                \"delete\": false,\n                \"execute\": true,\n                \"createDisabled\": false,\n                \"readDisabled\": false,\n                \"updateDisabled\": true,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": false,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            },\n            {\n                \"id\": 62526838,\n                \"name\": \"est labore anim esse\",\n                \"slug\": \"aliquip fugiat nisi\",\n                \"path\": \"Ancestor Group < Parent Group < This Group\",\n                \"left\": 11096159,\n                \"right\": -49263053,\n                \"deep\": 85357731,\n                \"canCreate\": true,\n                \"canRead\": false,\n                \"canUpdate\": false,\n                \"canDelete\": false,\n                \"canExecute\": true,\n                \"create\": false,\n                \"read\": true,\n                \"update\": false,\n                \"delete\": true,\n                \"execute\": false,\n                \"createDisabled\": false,\n                \"readDisabled\": true,\n                \"updateDisabled\": false,\n                \"deleteDisabled\": true,\n                \"executeDisabled\": true,\n                \"children\": [\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    },\n                    {\n                        \"value\": \"<Circular reference to #/components/schemas/PermissionGroupDetailsDTO detected>\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5829a991-2161-462a-8741-f653b85cbc97"}],"id":"e377803f-e3f9-4f9a-b105-57fb1a52aacd","_postman_id":"e377803f-e3f9-4f9a-b105-57fb1a52aacd","description":""},{"name":"roles","item":[{"name":"role-group","item":[{"name":"{group Id}","item":[{"name":"Update role group","id":"bab5de9f-9fb8-4522-9dc3-077c8434ec45","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/roles/role-group/:groupId","description":"<p>Update a group. To add a role to a group, <a href=\"#operation/updateRoleUsingPOST\">update the role</a>.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_GROUP_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateRoleGroupUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateRoleGroupUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role-group",":groupId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"c2ff4080-9a8d-47ff-85bb-db9c28770736","description":{"content":"<p>(Required) Role group ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"groupId"}]}},"response":[{"id":"af7d8f71-4dd5-4c85-b632-4069ac017879","name":"Group updated; response includes all existing groups","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"f2049808-f5d1-4c0c-8b2f-3ab6d6548f01","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"96168d11-9804-4284-bd9e-59e985f26f9f","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f43d499-9fa6-4604-9dee-76e3d6906863","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bab5de9f-9fb8-4522-9dc3-077c8434ec45"},{"name":"Delete role group","id":"8201bcf3-e96c-446b-bd52-c8295ed8f957","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/roles/role-group/:groupId","description":"<p>Delete a role group permanently.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_GROUP_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteRoleGroupUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteRoleGroupUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role-group",":groupId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"8ed3df02-ef43-47a7-8f7f-b298ee0d09b5","description":{"content":"<p>(Required) Role group ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"groupId"}]}},"response":[{"id":"e1c387a9-810d-4106-b726-5eecae42f9e1","name":"Group deleted; response includes all existing groups","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"1cf84894-720c-4ae0-b8a5-a870cc6f8183","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"028376c9-c63b-40d7-9574-6e22bc0b8c86","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8201bcf3-e96c-446b-bd52-c8295ed8f957"}],"id":"2d1bb3d9-ff79-4ac1-9b51-44af5ea96101","_postman_id":"2d1bb3d9-ff79-4ac1-9b51-44af5ea96101","description":""},{"name":"Create role group","id":"2304181b-d1dc-420f-be05-9169861779fe","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/roles/role-group","description":"<p>Create a new role group. A new group does not include any roles. To add a role to a group, <a href=\"#operation/updateRoleUsingPOST\">update the role</a>.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_GROUP_CREATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/createRoleGroupUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/createRoleGroupUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role-group"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"92d97999-95ef-4994-beed-6b95cc75337b","name":"New group created; response includes all existing groups","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"5c1eacaa-d705-4bbc-9ee6-8ee512251564","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a232f3b9-9629-4d02-8ee6-aa7ab9ff53e1","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1b012e7-631e-43e6-894a-e2ab4d561e3c","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2304181b-d1dc-420f-be05-9169861779fe"}],"id":"e1d22b69-b676-46da-ad3e-595c8117f9be","_postman_id":"e1d22b69-b676-46da-ad3e-595c8117f9be","description":""},{"name":"role","item":[{"name":"{role Id}","item":[{"name":"Update role","id":"7159555a-a135-4857-a95c-c8ac24259b36","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/roles/role/:roleId","description":"<p>Update a user role.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateRoleUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/updateRoleUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role",":roleId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"e0f91a7e-11b8-4ec1-8c3a-209a64c67e09","description":{"content":"<p>(Required) Role ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"roleId"}]}},"response":[{"id":"eab3c86d-2136-4a56-91d0-9879abd12e78","name":"Role updated, response includes all existing groups","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"7a3e8725-0094-49ea-9daf-8e371dcfc8b7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb0d325a-0cba-4c96-b1d2-4263aadc3b93","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b779f3b3-4487-491a-9778-b5fbbd81cecb","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7159555a-a135-4857-a95c-c8ac24259b36"},{"name":"Delete role","id":"41fb1b50-16be-49f8-aab6-815c413c4ba5","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.synerise.com/uauth/roles/role/:roleId","description":"<p>Delete a user role permanently.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteRoleUsingDELETE_1\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteRoleUsingDELETE_1</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role",":roleId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"d2dc9622-5967-49da-877b-aa086ba49b6e","description":{"content":"<p>(Required) Role ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"roleId"}]}},"response":[{"id":"9ab27cb5-1e79-4b25-8543-366b0da127fa","name":"Role deleted, response includes all existing groups","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"660b1bb8-1a9e-4349-bd46-63d93429e924","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eae4b2f5-1f65-4f99-8744-c539d8831188","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41fb1b50-16be-49f8-aab6-815c413c4ba5"}],"id":"2e6b3892-3c65-463d-9b2f-5cb7ba98425f","_postman_id":"2e6b3892-3c65-463d-9b2f-5cb7ba98425f","description":""},{"name":"Create role","id":"fc154233-f921-446f-b779-f88949c00132","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/roles/role","description":"<p>Create a new user role.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_UPDATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/createRoleUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/createRoleUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","role"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"25b9bed1-4c20-4f1f-bccb-971e32f8f786","name":"Role created, response includes all existing groups","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"eebaaeff-0bd8-47ef-8cec-7d7da34fba10","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"be91e1eb-f32b-4658-9596-1bfa8386c991","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"892db25e-d849-425c-8cb1-60fe1d5d06cf","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"<long>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc154233-f921-446f-b779-f88949c00132"}],"id":"db413825-817b-4720-ad54-42b0bf9b0772","_postman_id":"db413825-817b-4720-ad54-42b0bf9b0772","description":""},{"name":"Get role groups","id":"edc74dd7-8dd6-4c85-a12d-72b6fe0542e2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/roles/listing","description":"<p>Retrieve a list of user role groups.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLES_LISTING_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getRoleGroupsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getRoleGroupsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles","listing"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"4a876e44-0b29-4871-b62c-1e06f3f84b62","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"consectetur pariatur\",\n     \"displayName\": \"Excepteur Ut proident ull\",\n     \"firstName\": \"et laboris fugiat mollit ut\",\n     \"id\": 24996392,\n     \"lastName\": \"exercitation id enim\"\n    },\n    \"description\": \"eu occaecat tempor\",\n    \"editable\": true,\n    \"group\": -62549326,\n    \"id\": -18043801,\n    \"name\": \"enim minim consequat irure\",\n    \"updated\": \"1957-07-03T19:02:47.565Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"pariatur id nostrud enim\",\n     \"displayName\": \"ullamco magna voluptate amet\",\n     \"firstName\": \"occaecat et Excepteur dolor\",\n     \"id\": 86719100,\n     \"lastName\": \"ea laborum Duis\"\n    },\n    \"description\": \"in\",\n    \"editable\": true,\n    \"group\": 8571160,\n    \"id\": 54463661,\n    \"name\": \"labore id\",\n    \"updated\": \"2003-01-06T16:36:57.700Z\"\n   }\n  ],\n  \"description\": \"fugiat proident irure\",\n  \"editable\": false,\n  \"id\": -76860296,\n  \"name\": \"Duis sed ullamco\"\n },\n {\n  \"data\": [\n   {\n    \"author\": {\n     \"avatar\": \"occaecat dolor\",\n     \"displayName\": \"incididunt labore\",\n     \"firstName\": \"eiusmod ut fugiat deserunt\",\n     \"id\": -25079332,\n     \"lastName\": \"cillum\"\n    },\n    \"description\": \"cupidatat\",\n    \"editable\": false,\n    \"group\": -91580762,\n    \"id\": -54038629,\n    \"name\": \"c\",\n    \"updated\": \"2019-11-16T05:32:37.206Z\"\n   },\n   {\n    \"author\": {\n     \"avatar\": \"enim labore\",\n     \"displayName\": \"consectetur Ut officia reprehenderit dolore\",\n     \"firstName\": \"in fugiat in\",\n     \"id\": 63273885,\n     \"lastName\": \"ut ad\"\n    },\n    \"description\": \"ea nostrud\",\n    \"editable\": true,\n    \"group\": 75559787,\n    \"id\": -88553295,\n    \"name\": \"elit sunt\",\n    \"updated\": \"1958-11-18T16:30:44.969Z\"\n   }\n  ],\n  \"description\": \"laboris in\",\n  \"editable\": false,\n  \"id\": -32339438,\n  \"name\": \"ad ea esse\"\n }\n]"},{"id":"1821720c-a440-4e46-b4ba-57f660acf757","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"97f22ef3-eec8-4eea-99cb-b207fd7cad0f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d946974-a550-4b07-b196-220aa980aa83","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"edc74dd7-8dd6-4c85-a12d-72b6fe0542e2"},{"name":"Get role","id":"d85d6e0b-d08d-440d-a716-38167e14e79e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/roles/:roleId","description":"<p>Retrieve the details of a user role</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_PERMISSIONS_ROLE_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>SETTINGS_USERS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getRoleUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getRoleUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","roles",":roleId"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"ccd99727-caa3-412f-874d-0907b12d1aed","description":{"content":"<p>(Required) Role ID</p>\n","type":"text/plain"},"type":"any","value":"<long>","key":"roleId"}]}},"response":[{"id":"f74c3703-e8ad-4736-a6e6-e252be47cf1c","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"businessProfileId\": 594,\n \"id\": -75470036,\n \"manageable\": false,\n \"name\": \"ad anim labore aliquip\",\n \"shownAsResource\": true\n}"},{"id":"0eac85a3-5296-40f5-a184-d615539f51fc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cffa03b1-6daa-4ce6-9602-cceb7776f9bb","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"45458a43-60e7-4f35-a16f-5abc49bb5e38","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d85d6e0b-d08d-440d-a716-38167e14e79e"}],"id":"09346583-f123-49b1-aca2-2742e79f8189","_postman_id":"09346583-f123-49b1-aca2-2742e79f8189","description":""},{"name":"password-reset","item":[{"name":"Request user password reset","id":"b1a19b2f-9957-4473-b0f0-27e137c80f4d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/password-reset/request","description":"<p>The user can request a password reset token sent by email.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/requestPasswordResetUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/requestPasswordResetUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","password-reset","request"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"181841b8-e3f3-4d13-bb9e-3a136cb619fb","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eda90441-c27c-40e3-ad9b-711bae8e7b19","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9fc59f3e-4f9b-47e3-8a57-884f1723633a","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d95d74a-d3f4-4d22-8a7e-cd22d125246a","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1a19b2f-9957-4473-b0f0-27e137c80f4d"},{"name":"Confirm user password reset","id":"cd060170-2552-4105-a6f7-c00ee1f013df","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/password-reset/confirmation","description":"<p>Confirm user password reset using the token received by email.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmPasswordResetUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/confirmPasswordResetUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","password-reset","confirmation"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"cff64034-e136-4e1c-9395-2873740d152b","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f40eff52-1f30-43c1-b7c3-55514560599a","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9a420a64-5ef1-4eb7-8e32-f2167240cd72","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b1487b0-4e4c-42a0-87b5-cd7087a62bed","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"<string>\",\n    \"password\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd060170-2552-4105-a6f7-c00ee1f013df"}],"id":"83307237-eabb-4149-8caa-cc794ce1dace","_postman_id":"83307237-eabb-4149-8caa-cc794ce1dace","description":""},{"name":"managed-domains","item":[{"name":"List managed domains","id":"af2406a2-8b47-426c-b690-99d170fcebff","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/managed-domains?page=<integer>&size=<integer>","description":"<p>Retrieve a list of all domains managed by the business profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_MANAGED_DOMAINS_LISTING_READ</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>MANAGED_DOMAINS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getManagedDomainListUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getManagedDomainListUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","managed-domains"],"host":["api","synerise","com"],"query":[{"description":{"content":"<p>(Required) The page of results to retrieve. The first page has the index <code>0</code>.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>(Required) The number of entries on a page</p>\n","type":"text/plain"},"key":"size","value":"<integer>"}],"variable":[]}},"response":[{"id":"d7d1ecee-456d-4dff-9eb7-70f9ffc25335","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"undefined?page=<integer>&size=<integer>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"meta\": {\n  \"pagination\": {\n   \"limit\": -36410640,\n   \"page\": 45653674,\n   \"pages\": -81597248,\n   \"total\": -33920707\n  }\n },\n \"data\": [\n  {\n   \"id\": -4394087.792324394,\n   \"domain\": \"synerise.com\",\n   \"created\": \"1955-08-14T19:24:49.261Z\",\n   \"verificationMethod\": \"TXT_RECORD\",\n   \"verificationStatus\": \"NOT_VERIFIED\",\n   \"updated\": \"1953-05-19T19:26:19.376Z\",\n   \"managedByProfile\": 594,\n   \"usersCount\": -35187683.95328675\n  },\n  {\n   \"id\": 85809164.41001034,\n   \"domain\": \"synerise.com\",\n   \"created\": \"2002-09-17T14:04:35.805Z\",\n   \"verificationMethod\": \"NONE\",\n   \"verificationStatus\": \"NOT_VERIFIED\",\n   \"updated\": \"2013-09-27T02:10:38.465Z\",\n   \"managedByProfile\": 594,\n   \"usersCount\": 33879343.742704034\n  }\n ]\n}"},{"id":"0c714647-d241-4ac2-ba0a-aab2ddb291b7","name":"Created","originalRequest":{"method":"GET","header":[],"url":{"raw":"undefined?page=<integer>&size=<integer>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1a01bb4f-467f-40e5-b02c-58a5d12bf9a4","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"undefined?page=<integer>&size=<integer>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d637a762-00c7-4152-8971-f7ae28e26c29","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"undefined?page=<integer>&size=<integer>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"88dbf7ff-cecb-4d06-9a9e-7ab2533c25f3","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"undefined?page=<integer>&size=<integer>","host":["undefined"],"query":[{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af2406a2-8b47-426c-b690-99d170fcebff"},{"name":"Delete managed domain","id":"fb3a73d8-d444-4899-8184-0737aedbf6bb","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/managed-domains","description":"<p>Remove management settings for a domain.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_MANAGED_DOMAINS_DELETE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>MANAGED_DOMAINS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteManagedDomainUsingDELETE\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/deleteManagedDomainUsingDELETE</a></p>\n","urlObject":{"protocol":"https","path":["uauth","managed-domains"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"d3ceb579-821a-432a-9e59-e1c2bd7ee95a","name":"Created","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ec11dd7-44c1-4eb4-b657-99da9507171f","name":"No Content","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\"\n}"},"url":""},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"011e7c5a-0d00-488c-87e7-5593fe4d7558","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ea4c5b8-5a11-4310-ba2b-cb59d8606fa6","name":"Forbidden","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"07b0398a-0f94-4b71-9375-1c664f23b751","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb3a73d8-d444-4899-8184-0737aedbf6bb"},{"name":"Initialize managed domain","id":"13498e5a-81e1-4f1f-9601-86b465480cbf","request":{"method":"GET","header":[],"url":"https://api.synerise.com/uauth/managed-domains/initialize-code","description":"<p>Generate a verification string for a domain. This string is then used in <a href=\"#operation/verifyManagedDomainUsingPOST\">this endpoint</a>. The verification string for a particular business profile is always the same.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_MANAGED_DOMAINS_CREATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>MANAGED_DOMAINS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/initializeManagedDomainUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/initializeManagedDomainUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","managed-domains","initialize-code"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"b498b492-6a29-4bba-b71d-c70b6b6dbf98","name":"OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"verificationCode\": \"urn:uuid:6c5f22a4-252f-fc31-d648-0a24584e80d7\",\n \"businessProfileId\": 594\n}"},{"id":"37b65801-c9fa-4e47-8e55-482cbfa40ff1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cb9dc5f-b3b6-46c4-a891-70aae9bf395a","name":"Forbidden","originalRequest":{"method":"GET","header":[],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a48cd84-a30e-4dae-b59b-a61f65b9e027","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13498e5a-81e1-4f1f-9601-86b465480cbf"},{"name":"Verify managed domain","id":"d814612d-1ba1-4b10-a353-6e7a6179fef9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"<string>\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/managed-domains/verification","description":"<p>Verify a managed domain to assign it to a business profile. All users who belong to the domain are managed by that profile.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permission required: <code>UAUTH_MANAGED_DOMAINS_CREATE</code></p>\n</li>\n<li><p>Permission group which allows access to this method: <code>MANAGED_DOMAINS</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/verifyManagedDomainUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/verifyManagedDomainUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","managed-domains","verification"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"57635fa7-8bff-4617-9f38-8a7d69337d85","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": -60733263.64653662,\n \"domain\": \"synerise.com\",\n \"created\": \"2021-03-26T04:59:34.581Z\",\n \"verificationMethod\": \"INTERNAL\",\n \"verificationStatus\": \"VERIFIED\",\n \"updated\": \"1958-11-26T09:52:58.531Z\",\n \"managedByProfile\": 594,\n \"usersCount\": 58787816.3081224\n}"},{"id":"6d0665a0-4fd4-4d49-b229-25370febe627","name":"Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"23bd2b6f-664f-4eb3-9083-173e81908ec3","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3d397aef-53c5-4720-a6f6-95c7264adee3","name":"Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79746368-5bef-40e0-b34b-5b5c137bc092","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"domain\": \"synerise.com\",\n    \"verificationMethod\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d814612d-1ba1-4b10-a353-6e7a6179fef9"}],"id":"971f9b76-ab88-4ed7-b2fc-2469d996fd4c","_postman_id":"971f9b76-ab88-4ed7-b2fc-2469d996fd4c","description":""},{"name":"Log in as Business Profile","id":"cfb39850-9ce5-42d5-8c05-5fa9c51d99c1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/v2/auth/login/profile","description":"<p>Obtain a new Business Profile JWT Token.</p>\n<ul>\n<li>This method does not require a Synerise authorization token.</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/profileLogin\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/profileLogin</a></p>\n","urlObject":{"protocol":"https","path":["uauth","v2","auth","login","profile"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"1b09cb8f-8858-4c59-a8b3-fc351d2724bc","name":"New JWT token for Business Profile authentication","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"token\": \"est tempor\"\n}"},{"id":"da50b45a-d995-46bd-b5e8-3426bf0f300d","name":"Request malformed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}"},"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"1956-05-14T02:17:19.631Z\",\n \"status\": -22871111,\n \"error\": \"irure voluptate reprehenderit in\",\n \"message\": \"aute id enim culpa quis\",\n \"path\": \"magna nostrud sit labore\"\n}"},{"id":"8a73bc20-86c1-4e0b-8e56-b10251d9c9f5","name":"Unauthorized, API key does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apiKey\": \"64c09614-1b2a-42f7-804d-f647243eb1ab\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"timestamp\": \"1956-05-14T02:17:19.631Z\",\n \"status\": -22871111,\n \"error\": \"irure voluptate reprehenderit in\",\n \"message\": \"aute id enim culpa quis\",\n \"path\": \"magna nostrud sit labore\"\n}"}],"_postman_id":"cfb39850-9ce5-42d5-8c05-5fa9c51d99c1"},{"name":"Get strongest user password policy","id":"5432e59e-1e8a-4c92-b313-07efbcf3462b","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.synerise.com/uauth/strongest-password-settings-by-email/:email","description":"<p>If a user has access to more than one business profile, you can use this endpoint to find the strictest password policy of all the policies in these profiles. The user's password must meet the requirements of that strictest policy.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>This method does not require a Synerise authorization token.</p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getStrongestPasswordSettingsUsingGET\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/getStrongestPasswordSettingsUsingGET</a></p>\n","urlObject":{"protocol":"https","path":["uauth","strongest-password-settings-by-email",":email"],"host":["api","synerise","com"],"query":[],"variable":[{"id":"f2f60564-d54f-483b-ab7a-faebc9a0a614","description":{"content":"<p>(Required) User's email address</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"email"}]}},"response":[{"id":"ef8736a3-a026-4c88-b854-3059f64ee67f","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"attempts\": 60360343,\n \"block\": -92356680,\n \"businessProfileId\": 594,\n \"different\": 87091345,\n \"digits\": 72129882,\n \"expiration\": 50324201,\n \"lowerLetters\": -98878068,\n \"maxIdleTime\": 55980141,\n \"maxLength\": 86099290,\n \"minLength\": -1164984,\n \"nextChange\": 79411417,\n \"specialChars\": 66469026,\n \"upperLetters\": -45213133\n}"},{"id":"30e8e7a3-10b6-43ff-8afa-23ae83b57091","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1f738bd-bb08-481d-92b1-d85873779459","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6dd727b7-2df3-44b3-8f05-d77eb741eb67","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5432e59e-1e8a-4c92-b313-07efbcf3462b"},{"name":"Change user password","id":"20a9ed7c-d2c8-466a-a4b9-6e9ecc7fa08a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":"https://api.synerise.com/uauth/change-password","description":"<p>Change a user's password.</p>\n<ul>\n<li><p>API consumer who can use this method: <code>Synerise User</code></p>\n</li>\n<li><p>Permissions required: <code>ROLE_USER, ROLE_PREAUTHORIZED_USER</code></p>\n</li>\n</ul>\n<p><a href=\"https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/changePasswordUsingPOST\">https://developers.synerise.com/IdentityandAccessManagement/IdentityandAccessManagement.html#operation/changePasswordUsingPOST</a></p>\n","urlObject":{"protocol":"https","path":["uauth","change-password"],"host":["api","synerise","com"],"query":[],"variable":[]}},"response":[{"id":"fe5cc45a-1e3f-4666-af64-0549571d615b","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"status\": \"OK\"\n}"},{"id":"2b196954-45e9-4b78-a653-f6a1c76a6753","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fcadb62e-0ccf-415b-8e93-018dc9ee455f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":""},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8408d700-9acb-4240-b10e-814680025c24","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":""},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eec7d15f-142c-4a19-a14e-e75b9a79e91a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"<string>\",\n    \"newPassword\": \"<string>\"\n}"},"url":""},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20a9ed7c-d2c8-466a-a4b9-6e9ecc7fa08a"}],"variable":[{"id":"303abf49-85bc-4597-ac04-047956d85279","key":"baseUrl","value":"/","type":"string"},{"id":"819dfb8e-96e2-46f7-9831-4833a4a6f4db","key":"auth-refresh-profile-Url","value":"https://api.synerise.com/v4","type":"string"},{"id":"c35a6f74-701c-42c9-b8ed-44cc87759aae","key":"auth-login-profile-Url","value":"https://api.synerise.com/v4","type":"string"},{"id":"64bbabb2-21b6-4445-b961-4b4260af2b5e","key":"auth-login-client-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"69245561-8612-4ea1-8a08-2a898a2590b6","key":"auth-login-client-anonymous-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"a14b8203-6bed-4e30-8eb2-fc354c49c965","key":"auth-login-client-facebook-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"31d46033-a1a1-432d-8224-dacfcc83f3fd","key":"auth-login-client-facebook-no-registration-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"a0d79404-0214-4856-b57a-91984aa4a5d5","key":"auth-login-client-oauth-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"d513b81e-65ed-4ab5-b27d-3fbfc5ee6f17","key":"auth-login-client-oauth-no-registration-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"9ceb4bb7-f588-427c-8f95-75b415b42089","key":"auth-login-client-apple-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"ff807f63-3a2d-4e3c-859a-912a3f98ead6","key":"auth-login-client-apple-no-registration-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"a42c5198-1fa8-4cca-8a10-4f002090587b","key":"auth-refresh-client-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"e713d28a-aa96-4dd3-979f-1b2ea5e2d093","key":"auth-login-user-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"e76964e9-3338-4b4e-975d-e413ed018f00","key":"auth-login-user-get-available-methods-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"1095911f-95ee-4527-add9-fd52dea781f4","key":"auth-login-user-mfa-verification-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"ae6db044-6d59-4863-b080-1f52de672ddb","key":"auth-login-user-profile-businessProfileUUID-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"373428c7-5f28-41ce-bdca-05efa0055c0f","key":"business-profile--Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"3a2e637b-fefa-401c-b1e4-d3d6f5787fd6","key":"business-profile-current-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"bb0c86de-14cd-4a0c-9012-63eac8f6384c","key":"v2-auth-login-profile-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"f5fef608-a084-4616-b4b3-72fff6794a6e","key":"settings-ban-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"94b5ddc0-e085-4f30-85ff-0c393f2401dc","key":"settings-templates-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"bdb43084-b174-4691-8070-f01469338cff","key":"settings-device-control-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"c78368ee-d7ad-4626-a9ce-782f2a780f2f","key":"settings-general-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"48f58e76-9e69-454d-a16e-6867596338bd","key":"settings-oauth-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"4f2ee959-bdb2-4f4b-949b-99aba48b4556","key":"settings-oauth-apple-Url","value":"https://api.synerise.com/sauth","type":"string"},{"id":"0652b64e-2a38-4c4d-ab80-36c2bdcce3ed","key":"settings-password-policy-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"772fc282-acfc-463f-b8bf-4bfb6e8bc8f1","key":"business-profile-mfa-requirements-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"1b579bee-f2af-4644-9d02-72c8bd289627","key":"users-my-account-strongest-password-settings-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"837c3ee8-6c8b-4762-91b9-5d7dd0f2d584","key":"settings-user-bp-ip-policy-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"ac002318-0e1a-4249-8015-78751f807fa3","key":"strongest-password-settings-by-email-email-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"fa16ad6a-f5c4-4af6-b144-6440baaa91ad","key":"users-mfa-initialization-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"2ba7a3f8-258b-42c4-99ee-52fb7a3ec426","key":"users-mfa-confirmation-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"1379e05a-fd56-4e6c-828b-bd2a93485f81","key":"users-mfa-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"53117689-c7ba-4dc6-9c29-5a560c1d6b73","key":"user-register-invitation-invitationToken-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"9d8d61d4-9dba-4a7f-a2e0-a8f3338ded5a","key":"users-invitations-invite-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"fa4828aa-c0ac-45bb-a1f0-e5463971b316","key":"users-invitations-invite-bulk-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"34352f26-5fb7-4cc4-aa8e-59d3c865826d","key":"users-invitations-invitationIds-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"ef30f54e-d4a3-491c-9746-5646726a3661","key":"users-invitations-invitationId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"c723c02b-1f49-41c4-884b-cda70df77af7","key":"users-listing-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"538cb13d-1315-4dad-8f60-50d7f778ea49","key":"users-listing-autocomplete-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"3a5fd0e2-2bd7-4724-a461-94b97ec27ae3","key":"users-profile-association-ids-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"d301d8dc-2dc6-4574-bd6d-235c74433b5d","key":"users-userId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"81b45131-920d-45b1-8fc8-fad0c44bab91","key":"users-activate-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"048414b2-4b5f-4226-b8b0-3f13f05e933b","key":"users-deactivate-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"e48f456b-770c-4f8a-9d30-e7469056fe85","key":"users-userId-access-time-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"cf248b06-70af-4aaf-8c45-5a2a2034df88","key":"users-userId-password-reset-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"317744b7-5290-4360-9dad-27a7b310d962","key":"users-userId-mfa-reset-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"e97860c2-b8c2-4768-ad18-93b9ed479891","key":"users-ids-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"8745ec9f-cf9d-4504-a732-e713706d1d75","key":"permissions-group-role-roleId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"ad328127-cc09-4c91-aba2-79ce9154cb43","key":"roles-listing-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"1e9b450f-894d-4cb2-9f45-45ee790025fc","key":"roles-role-group-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"6e7a2b2d-6302-4526-9e1f-bb8925ff7468","key":"roles-role-group-groupId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"da43790f-28dd-40ea-9f74-ddf2bb872283","key":"roles-role-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"2bf939e0-e206-4271-9748-9776199d94c1","key":"roles-roleId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"ee8a6c7b-b239-410c-b8b6-ddde2e2ad034","key":"roles-role-roleId-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"9dba622e-8d7e-4dd3-aa06-a8fda1dc3741","key":"users-available-roles-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"0c1ac92d-6181-4558-9138-c6c4ffc404a4","key":"change-password-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"b2dccac8-b86b-4e55-89db-fe15dfa379cb","key":"password-reset-request-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"27a02752-8922-4f95-8587-46c95cb58aaa","key":"password-reset-confirmation-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"85105577-4274-433a-bd33-fcb5cdefff87","key":"user-confirmation-confirmationToken-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"095e91e1-664f-4cb4-ae37-15a0b78a11c4","key":"user-register-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"10d702c2-085e-4ad6-b766-f244321406ec","key":"user-register-resend-confirmation-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"1b0be1d2-a25f-43ae-9bab-31cc437d95ea","key":"users-my-account-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"16bc4ae0-57ed-4bd1-b96a-b9dd8859c6a6","key":"managed-domains-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"83835a2b-3a84-4550-bf5a-c63abeb8e75a","key":"managed-domains-initialize-code-Url","value":"https://api.synerise.com/uauth","type":"string"},{"id":"462fe479-3bd9-42e2-997b-1bd739148088","key":"managed-domains-verification-Url","value":"https://api.synerise.com/uauth","type":"string"}]}