{"info":{"_postman_id":"cfde48a1-5d8e-40ad-89d9-f8054b29836a","name":"PPM Administrator API","description":"<html><head></head><body><blockquote>\n<p><strong>NOTE:</strong> This documentation is subject to change without prior notice. </p>\n</blockquote>\n<p>Deltek Project Portfolio Management (PPM) APIs offer sophisticated integration capabilities that provide various approaches to enhance your customer and end user experience. These APIs allow you to integrate other applications with the PPM product suite and easily extend its capabilities by sharing data and executing functions over the network.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15838577","collectionId":"cfde48a1-5d8e-40ad-89d9-f8054b29836a","publishedId":"2s9YeG7XKh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0069AA"},"publishDate":"2025-04-24T14:32:54.000Z"},"item":[{"name":"API Overview","item":[{"name":"Authorization","item":[],"id":"cbb4f740-c132-4980-b45f-ffa2d4bcea15","description":"<p>The PPM Administrator API grants authorization for calls through the RequestVerificationToken header. After successfully authenticating with the API, the response includes session information along with a token. This token must be included in the RequestVerificationToken header for every subsequent API call.</p>\n","_postman_id":"cbb4f740-c132-4980-b45f-ffa2d4bcea15"},{"name":"Authentication","item":[],"id":"e9b24098-f831-449a-a579-e75d54dec935","description":"<p>Authentication requires you to prove that you have the correct identity before you are authorized or allowed to do certain actions.</p>\n<p>The PPM Administrator API supports the following methods for authentication:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>/auth/credentials</td>\n<td>This method allows you to use basic authentication (username/password).</td>\n</tr>\n<tr>\n<td>/auth/windows-credential</td>\n<td>This method allows you to authenticate through windows authentication.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e9b24098-f831-449a-a579-e75d54dec935"},{"name":"Response Codes","item":[{"name":"Success Codes","item":[],"id":"e117ddf8-3ada-422e-859e-764b2b4ade29","description":"<p>A successful HTTP Verb request returns the requested resource and the corresponding success code.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>The API has processed the request and is responding with data.</td>\n</tr>\n<tr>\n<td>204</td>\n<td>The API has processed the request but the response does not contain any data.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e117ddf8-3ada-422e-859e-764b2b4ade29"},{"name":"Error Codes","item":[],"id":"6779f0f8-6e91-40e0-a0e0-a5a61f6d80e4","description":"<p>Sometimes HTTP Verb requests return errors. Errors can occur for a wide range of reasons. In all cases, the HTTP Verb request returns an error code that indicates the nature of the failure, and a response body that contains additional information such as exceptions. These additional information will help you <a href=\"#error-handling\">handle the error</a> accordingly.</p>\n<p>Here are some of the most common error codes you might encounter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Meaning</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad request</td>\n<td>The API will not process the request due to the request being invalid. The response contains the issues for the request being rejected. This error will mostly occurs due to the data being invalid.  <br /><strong>Note</strong>: Ensure that the data is correct or resolve the issues described in the response.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>The API will not process the request due to lack of access rights or privileges. <strong>Note</strong>: Ensure that the user has the correct access rights or privileges to access the resource.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The API will not process the request due to lack of authentication.  <br /><strong>Note</strong>: Ensure that the user is logged-in.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not found</td>\n<td>The API will not process the request due to the resource not being available.  <br /><strong>Note</strong>: Ensure that the resource url or parameters are correct.</td>\n</tr>\n<tr>\n<td>409</td>\n<td>Conflict</td>\n<td>The API will not process the request due to a data or process conflict.  This error occurs if trying to process the request could lead to unintended result.  The response contains the details of the conflict.  The user can set the resolveConflict parameter to true if they want the system to try and resolve those conflicts.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n<td>The API is failing due to system or application error. <strong>Note</strong>: Please reach out to your System administrator if the error persists.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6779f0f8-6e91-40e0-a0e0-a5a61f6d80e4"}],"id":"34cc00cf-7ea3-49b1-82c7-fd999a3fc082","description":"<p>The response to your HTTP Verb request contains the status code in the Response header and any requested data in the Response body.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#\">Success Code</a></td>\n<td>This type of response code signifies that the request was successful.</td>\n</tr>\n<tr>\n<td><a href=\"#\">Error Code</a></td>\n<td>This type of response code signifies that the request was not successful for a wide range of reasons. The specific reason is returned as additional information so you can handle the exception accordingly.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#\">API Overview</a></p>\n</li>\n<li><p><a href=\"#\">Authentication</a></p>\n</li>\n<li><p><a href=\"#\">Utilities</a></p>\n</li>\n<li><p><a href=\"#\">Configuration</a></p>\n</li>\n<li><p><a href=\"#\">Datasources</a></p>\n</li>\n<li><p><a href=\"#\">Security</a></p>\n</li>\n</ul>\n","_postman_id":"34cc00cf-7ea3-49b1-82c7-fd999a3fc082"},{"name":"Base64Url UIDs","item":[],"id":"d8d76774-3c48-4b40-a3f3-2f038c65d0e5","description":"<p>PPM uses UIDs which uniquely identifies a record in the database. These UIDs may contain special characters that may not be suitable to use as a parameter in Http API calls. To make it easier for UIDS to be pass around, the PPM Admin API encodes these UIDs in Base64Url format and expects to receive them in the same format. If you are only using data retrieve from the PPM Admin API, there is no need to worry about the format. However, if you are retrieving data from somewhere else, like the database, and passing those to the API, the UIDs must be encoded in Base64Url format. Additionally, the SessionId is also in Base64Url format.</p>\n","_postman_id":"d8d76774-3c48-4b40-a3f3-2f038c65d0e5"}],"id":"e021768f-ea14-4546-a99d-d1615479f812","description":"<p>The PPM Administrator API is a collection of HTTP endpoints that will help you build and integrate your custom applications with your PPM Security application instance.</p>\n","_postman_id":"e021768f-ea14-4546-a99d-d1615479f812"},{"name":"Authentication","item":[{"name":"Is Logged In","id":"e8685ba1-c3e3-43b2-ae2a-2bd681abebfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/auth/logged-in","description":"<p>Retrieves an object that indicates if you are currently logged in.</p>\n","urlObject":{"path":["auth","logged-in"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"330a7a33-ce86-461d-8717-e1d6e54b8765","name":"Is Logged In","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/auth/logged-in"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoggedIn\": {{boolean}}\r\n}"}],"_postman_id":"e8685ba1-c3e3-43b2-ae2a-2bd681abebfa"},{"name":"Retrieve Command Rights","id":"c721aa45-0da5-467c-9320-2028337ae481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/auth/command-rights?productId={{string}}&commands={{string}}","description":"<p>Retrieves the command rights of the current user.</p>\n","urlObject":{"path":["auth","command-rights"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The command rights of the product.</p>\n","type":"text/plain"},"key":"commands","value":"{{string}}"}],"variable":[]}},"response":[{"id":"5ea89790-6379-40e8-859a-8abb72fa8cc8","name":"Retrieve Command Rights","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/auth/commandrights?productId={{string}}&commands={{string}}","host":["{{base_url}}"],"path":["auth","commandrights"],"query":[{"key":"productId","value":"{{string}}","description":"*Required.*  \n(int32)  \nThe identifier of the product"},{"key":"commands","value":"{{string}}","description":"*Required.*  \n(int32)  \nThe command rights of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n  \"commands\": {\n    \"sint_8\": {{integer}},\n    \"aliquip_fa\": {{integer}},\n    \"ine_1\": {{integer}}\n  }\n"}],"_postman_id":"c721aa45-0da5-467c-9320-2028337ae481"},{"name":"Basic Authentication","id":"c4f495c5-22f3-47bb-a724-1b8bbc2d2537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{string}}","description":"<p><em>Required.</em><br />The associated username.</p>\n","type":"text"},{"key":"password","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The associated password.</p>\n"},{"key":"datasource","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The associated datasource.</p>\n"},{"key":"productId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the product.</p>\n"}]},"url":"{{base_url}}/auth/credentials","description":"<p>Authenticates using username and password.</p>\n","urlObject":{"path":["auth","credentials"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d189f79d-5553-433c-a7f1-76cc30e7716e","name":"Basic Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{string}}","type":"text","description":"*Required.*  \nThe associated username."},{"key":"password","value":"{{string}}","type":"text","description":"*Required.*  \nThe associated password."},{"key":"datasource","value":"{{string}}","type":"text","description":"*Required.*  \nThe associated datasource."},{"key":"productId","value":"{{integer}}","type":"text","description":"*Required.*  \nThe identifier of the product."}]},"url":"{{base_url}}/auth/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"datasource\": \"{{string}}\",\n    \"messages\": [\n\"{{string}}\"\n],\n    \"mustChangePassword\": {{boolean}},\n    \"productDatasourceVersion\": \"{{string}}\",\n    \"productId\": \"{{string}}\",\n    \"productUrl\": \"{{string}}\",\n    \"sessionId\": \"{{string}}\",\n    \"sessionUid\": \"{{string}}\",\n    \"success\": {{boolean}},\n    \"token\": \"{{string}}\",\n    \"user\": {\n        \"authenticationMode\": \"{{string}}\",\n        \"emailAddress\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"roles\": [\n            \"{{string}}\"\n        ],\n        \"sysAdmin\": {{boolean}},\n        \"userId\": \"{{string}}\",\n        \"userName\": \"{{string}}\"\n    },\n    \"version\": 0\n}\n"}],"_postman_id":"c4f495c5-22f3-47bb-a724-1b8bbc2d2537"},{"name":"Retrieve Windows Authentication","id":"b7657e37-fe73-4458-b048-a7b81f28cd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The associated datasource.</p>\n"},{"key":"productId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />The identifier of the product.</p>\n","disabled":true}]},"url":"{{base_url}}/auth/auth/windows-credentials","description":"<p>Authenticates using windows credentials.</p>\n","urlObject":{"path":["auth","auth","windows-credentials"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"da500c04-1db0-462c-8d73-8267fa10fc0f","name":"Retrieve Windows Authentication","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"*Required.*  \nThe associated datasource.ce."},{"key":"productId","value":"{{integer}}","type":"text","description":"*Optional.*  \nThe identifier of the product.","disabled":true}]},"url":"{{base_url}}/auth/credential/auth/windows-credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"datasource\": \"{{string}}\",\n    \"messages\": [\n\"{{string}}\"\n],\n    \"mustChangePassword\": {{boolean}},\n    \"productDatasourceVersion\": \"{{string}}\",\n    \"productId\": \"{{string}}\",\n    \"productUrl\": \"{{string}}\",\n    \"sessionId\": \"{{string}}\",\n    \"sessionUid\": \"{{string}}\",\n    \"success\": {{boolean}},\n    \"token\": \"{{string}}\",\n    \"user\": {\n        \"authenticationMode\": \"{{string}}\",\n        \"emailAddress\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"roles\": [\n            \"{{string}}\"\n        ],\n        \"sysAdmin\": {{boolean}},\n        \"userId\": \"{{string}}\",\n        \"userName\": \"{{string}}\"\n    },\n    \"version\": 0\n}\n"}],"_postman_id":"b7657e37-fe73-4458-b048-a7b81f28cd34"},{"name":"Change Password","id":"1843b832-9fe4-41a6-9e15-e75ca7271ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"userId","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The  identifier of the user.</p>\n"},{"key":"oldValue","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The old value of the password.</p>\n"},{"key":"newValue","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The new value of the password.</p>\n"}]},"url":"{{base_url}}/auth/credential/change-password","description":"<p>Changes password of a user.</p>\n","urlObject":{"path":["auth","credential","change-password"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"76a6c75e-d388-4892-82ca-0d1f368b42c0","name":"Change Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"UserId\": \"{{string}}\",\n    \"OldValue\": \"{{string}}\",\n    \"NewValue\": \"{{string}}\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{base_url}}/auth/credential/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"passwordChanged\": \"{{boolean}}\"\n}"}],"_postman_id":"1843b832-9fe4-41a6-9e15-e75ca7271ebe"},{"name":"Forgot Password","id":"6ce4de04-69c5-4928-9420-c8bf6c6a9dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The associated datasource.</p>\n"},{"key":"userId","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the user.</p>\n"},{"key":"productId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the product.</p>\n"}]},"url":"{{base_url}}/auth/credential/forgot-password","description":"<p>Initiates password recovery and/or sends an email to recover password.</p>\n","urlObject":{"path":["auth","credential","forgot-password"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fdc6043b-6997-47ad-be2b-be2cdcde7dc5","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"*Required.*  \nThe associated datasource."},{"key":"userId","value":"{{string}}","type":"text","description":"*Required.*  \nThe identifier of the user."},{"key":"productId","value":"{{integer}}","type":"text","description":"*Required.*  \nThe identifier of the product."}]},"url":"{{base_url}}/auth/credential/forgot-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{{string}}\"\n}"}],"_postman_id":"6ce4de04-69c5-4928-9420-c8bf6c6a9dc0"},{"name":"Forgot User Id","id":"47d924b8-f8de-426f-8f8c-3f776887ccb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The datasource.</p>\n"},{"key":"email","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The email address of the user.</p>\n"},{"key":"productId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the product.</p>\n"}]},"url":"{{base_url}}/auth/credential/forgot-user-id","description":"<p>Initiates user account recovery and/or sends an email to recover a user account.</p>\n","urlObject":{"path":["auth","credential","forgot-user-id"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f2f38af3-6a6b-45e9-9993-c42b1cfb19eb","name":"Forgot User Id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"datasource","value":"{{string}}","type":"text","description":"*Required.*  \nThe datasource."},{"key":"email","value":"{{string}}","type":"text","description":"*Required.*  \nThe email address of the user."},{"key":"productId","value":"{{integer}}","type":"text","description":"*Required.*  \nThe product identifier."}]},"url":"{{base_url}}/auth/credential/forgot-user-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{{string}}\"\n}"}],"_postman_id":"47d924b8-f8de-426f-8f8c-3f776887ccb8"},{"name":"Set New Password","id":"be09084d-b976-47c5-a007-5c9548c1a975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"datasource","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The datasource.</p>\n"},{"key":"userId","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the user.</p>\n"},{"key":"temporaryValue","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The temporary value of the associated password.</p>\n"},{"key":"newValue","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The new value of the associated password.</p>\n"},{"key":"productId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />The identifier of the product.</p>\n"}]},"url":"{{base_url}}/auth/credential/set-new-password","description":"<p>Sets a new password.</p>\n","urlObject":{"path":["auth","credential","set-new-password"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7d76bc0a-fff7-4e6e-8143-5aac684d35d8","name":"Set New Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"datasource\": \"{{string}}\",\n    \"userId\": \"{{integer}}\",\n    \"temporaryValue\": \"{{string}}\",\n    \"newValue\": \"{{string}}\",\n    \"productId\": \"{{integer}}\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{base_url}}/auth/credential/set-new-password={{string}}&userId={{string}}&temporaryValue={{string}}&newValue={{string}}&productId={{integer}}"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be09084d-b976-47c5-a007-5c9548c1a975"}],"id":"1b5d07e5-a295-41a1-9851-9f0d5e924ed7","description":"<p>Authentication API provides mechanisms for user authentication and account recovery.</p>\n","_postman_id":"1b5d07e5-a295-41a1-9851-9f0d5e924ed7"},{"name":"Utilities","item":[{"name":"Retrieve a PPM GUID","id":"5cae3b66-f9f0-4516-bb0e-bb3648d66a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/utilities/guid","description":"<p>Retrieves base64 encoded PPM GUIDs to allow for safe transit across the web.</p>\n","urlObject":{"path":["utilities","guid"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9ea4cc69-60a3-47bc-8053-8aaa7ef8978a","name":"Retrieve a PPM GUID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/Utilities/Guid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"guid\": \"{{string}}\"\n}"}],"_postman_id":"5cae3b66-f9f0-4516-bb0e-bb3648d66a5c"}],"id":"0414e914-ab96-4951-900f-ef7d1f347a1e","_postman_id":"0414e914-ab96-4951-900f-ef7d1f347a1e","description":""},{"name":"Configuration","item":[{"name":"Retrieve Configuration Options","id":"44307b37-c88e-4f19-a7b8-82a1a74c45f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/config","description":"<p>Retrieves the configuration options for the PPM Administrator API.</p>\n","urlObject":{"path":["config"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The current version of the service.</p>\n","type":"text/plain"},"key":"version","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"cb2313eb-4a68-440f-bca0-af6ad32f5514","name":"Retrieve Configuration Options","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{base_url}}/config","host":["{{base_url}}"],"path":["config"],"query":[{"key":"Version","value":"<integer>","description":"The current version of the service.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": {{integer}},\n    \"properties\": {\n        \"MaxRequestLength\": \"{{integer}}\",\n        \"ExecutionTimeout\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"44307b37-c88e-4f19-a7b8-82a1a74c45f9"}],"id":"34655356-11ad-4217-a39f-644b1cd61a3a","_postman_id":"34655356-11ad-4217-a39f-644b1cd61a3a","description":""},{"name":"Datasources","item":[{"name":"Retrieve Datasource Authentication Options","id":"04c90655-5213-4b56-be88-f2fa6e993966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/datasources/identity-modes?datasource={{string}}&productId={{integer}}","description":"<p>Retrieves the authentication options for the specified datasource and product.</p>\n","urlObject":{"path":["datasources","identity-modes"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The associated data source for the selected DTO.</p>\n","type":"text/plain"},"key":"datasource","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"030f584b-6b1f-4e37-a1a7-247435ab7a3f","name":"Retrieve Datasource Authentication Options","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/datasources/identity-modes?datasource={{string}}&productId={{integer}}","host":["{{base_url}}"],"path":["datasources","identity-modes"],"query":[{"key":"datasource","value":"{{string}}","description":"*Required.*  \nThe associated data source for the selected DTO."},{"key":"productId","value":"{{integer}}","description":"*Required.*  \nThe identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": 0,\n    \"datasource\": \"{{string}}\",\n    \"productId\": {{integer}},\n    \"identityMode\": \"Native | Delegate | Mixed\"\n}"}],"_postman_id":"04c90655-5213-4b56-be88-f2fa6e993966"},{"name":"Retrieve Datasource Details","id":"86985ede-ac64-4a29-8191-6e457a365404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/datasources/:name","description":"<p>Retrieves the datasource details.</p>\n","urlObject":{"path":["datasources",":name"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p><em>Required.</em><br />The associated name of the datasource .</p>\n","type":"text/plain"},"type":"any","value":"{{string}}","key":"name"}]}},"response":[{"id":"9ec7d6bc-1ece-4deb-a1b1-c006603003de","name":"Retrieve Datasource Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/datasources/:name","host":["{{base_url}}"],"path":["datasources",":name"],"variable":[{"key":"name","value":"{{string}}","description":"*Required.*  \nThe name of the datasource."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"name\": \"{{string}}\",\n  \"database\": \"{{string}}\",\n  \"schemaName\": \"{{string}}\",\n  \"properties\": {\n    \"in0\": \"{{string}}\",\n    \"nulla_54d\": \"{{string}}\"\n  }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             "}],"_postman_id":"86985ede-ac64-4a29-8191-6e457a365404"},{"name":"Retrieve Security Configuration","id":"4022a8be-b3e4-4f0f-8b4b-08c00c0d272e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/datasources/security-configs?datasource={{string}}","description":"<p>Retrieves the security configurations value.</p>\n","urlObject":{"path":["datasources","security-configs"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The associated data source for the selected DTO.</p>\n","type":"text/plain"},"key":"datasource","value":"{{string}}"}],"variable":[]}},"response":[{"id":"cb3dc86c-296b-4911-aa87-7912ce18b310","name":"Retrieve Security Configuration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/datasources/security-configs?datasource={{string}}","host":["{{base_url}}"],"path":["datasources","security-configs"],"query":[{"key":"datasource","value":"{{string}}","description":"*Required.*  \nThe associated data source for the selected DTO."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"\t{\r\n\t    \"elapsed\": \"0.219\",\r\n\t    \"version\": 1,\r\n\t    \"object\": {\r\n\t        \"helpSource\": 0,\r\n\t        \"minCompatibilityVersion\": 1\r\n\t    }\r\n}"}],"_postman_id":"4022a8be-b3e4-4f0f-8b4b-08c00c0d272e"},{"name":"Retrieve Configured Datasources","id":"a04ad9a2-54aa-4dcd-a407-5339ef610ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/datasources","description":"<p>Retrieves a list of all configured data sources.</p>\n","urlObject":{"path":["datasources"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bfdafdc5-f432-441f-b967-f126ba7f02b2","name":"Retrieve Configured Datasources","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/datasources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"dataSourcesNames\": [\n        {\n            \"name\": \"{{string}}\"\n        },\n        {\n            \"name\": \"{{string}}\"\n        }\n    ]\n}"}],"_postman_id":"a04ad9a2-54aa-4dcd-a407-5339ef610ab8"}],"id":"b7c3b2bb-df57-480c-8897-143f353edf6e","description":"<p>The Datasources API allows retrieval of datasource related data.</p>\n","_postman_id":"b7c3b2bb-df57-480c-8897-143f353edf6e"},{"name":"Security","item":[{"name":"Users","item":[{"name":"Control Countries","item":[{"name":"Retrieve User Control Countries","id":"549824a2-ea9f-4a29-9903-c56e2cb1686f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users/control-countries?userId={{string}}","description":"<p>Retrieves the control countries assigned to the specified user.</p>\n","urlObject":{"path":["security","users","control-countries"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f4cbd38b-c666-4763-af49-a3e2501f97a8","name":"Retrieve User Control Countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users/control-countries?userId={{string}}","host":["{{base_url}}"],"path":["security","users","control-countries"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"userId\": \"{{string}}\",\n    \"controlCountries\": [\n      \"{{string}}\",\n      \"{{string}}\"\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"549824a2-ea9f-4a29-9903-c56e2cb1686f"},{"name":"Assign a User Control Country","id":"3bcf6ca9-2bdb-4d40-aaeb-d08e98fc1404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"controlCountry\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/control-countries","description":"<p>Assigns a country to the control countries of the specified user.</p>\n","urlObject":{"path":["security","users","control-countries"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d746d2e3-5b94-4881-865b-75992a6885a3","name":"Assign a User Control Country","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/users/control-countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"userId\": \"{{string}}\",\n    \"controlCountries\": [\n      \"{{string}}\",\n      \"{{string}}\"\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"3bcf6ca9-2bdb-4d40-aaeb-d08e98fc1404"},{"name":"Unassign a Control Country","id":"661750cd-b224-4e92-8ab0-7fe4108263d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users/control-countries?userId={{string}}&controlCountry={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","description":"<p>Unassigns a country from the control countries of the specified user.</p>\n","urlObject":{"path":["security","users","control-countries"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The name of the country.</p>\n","type":"text/plain"},"key":"controlCountry","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request was set to validate only.<br />If true, the validation passes and skips the execution. Otherwise, it performs the deletion.</p>\n","type":"text/plain"},"key":"validateOnly","value":"{{boolean}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request automatically resolve conflicts.<br />If true, the request automatically resolve conflicts. Otherwise, it does not.</p>\n","type":"text/plain"},"key":"resolveConflict","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"88f57200-36aa-4d07-b88c-3fc749a31916","name":"Unassign a Control Country","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users/control-countries?userId={{string}}&controlCountry={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","host":["{{base_url}}"],"path":["security","users","control-countries"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe flag that indicates whether or not the request automatically resolve conflicts.  \nIf true, the request automatically resolve conflicts. Otherwise, it does not."},{"key":"controlCountry","value":"{{string}}","description":"*Required.*  \nThe name of the country."},{"key":"validateOnly","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request was set to validate only.  \nIf true, the validation passes and skips the execution. Otherwise, it performs the deletion."},{"key":"resolveConflict","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request automatically resolve conflicts.  \nIf true, the request automatically resolve conflicts. Otherwise, it does not."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"userId\": \"{{string}}\",\n    \"controlCountries\": [\n      \"{{string}}\",\n      \"{{string}}\"\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"661750cd-b224-4e92-8ab0-7fe4108263d2"}],"id":"a3d814a4-2fef-411d-af79-39cf893a2691","_postman_id":"a3d814a4-2fef-411d-af79-39cf893a2691","description":""},{"name":"Licenses","item":[{"name":"Retrieve User Licenses","id":"a8915d96-4b31-460b-85e0-28dded8eab47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users/licenses?userId={{string}}","description":"<p>Retrieves the licenses assigned to the specified user.</p>\n","urlObject":{"path":["security","users","licenses"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"732c2306-8cc9-49f0-afc9-6b7d519c103a","name":"Retrieve User Licenses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users/licenses?userId={{string}}","host":["{{base_url}}"],"path":["security","users","licenses"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"productAssociations\": [\n      {\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"license\": {\n          \"assignedUsersCount\": \"{{integer}}\",\n          \"clientId\": \"{{string}}\",\n          \"isUnlimitedUsers\": \"{{boolean}}\",\n          \"loggedInUsersCount\": \"{{integer}}\",\n          \"licenseKey\": \"{{string}}\",\n          \"licenseType\": \"{{string}}\",\n          \"licenseUid\": \"{{string}}\",\n          \"licenseUsersCount\": \"{{integer}}\",\n          \"organization\": \"{{string}}\",\n          \"product\": {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          },\n          \"version\": \"{{integer}}\"\n        },\n        \"isSystemAdministrator\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"license\": {\n          \"assignedUsersCount\": \"{{integer}}\",\n          \"clientId\": \"{{string}}\",\n          \"isUnlimitedUsers\": \"{{boolean}}\",\n          \"loggedInUsersCount\": \"{{integer}}\",\n          \"licenseKey\": \"{{string}}\",\n          \"licenseType\": \"{{string}}\",\n          \"licenseUid\": \"{{string}}\",\n          \"licenseUsersCount\": \"{{integer}}\",\n          \"organization\": \"{{string}}\",\n          \"product\": {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          },\n          \"version\": \"{{integer}}\"\n        },\n        \"isSystemAdministrator\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"userId\": \"{{string}}\",\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"a8915d96-4b31-460b-85e0-28dded8eab47"},{"name":"Assign a User License","id":"9fcedbe5-3756-4329-b532-0b8a5357770f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/licenses","description":"<p>Assigns a license to the specified user.</p>\n","urlObject":{"path":["security","users","licenses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"893b3b93-1ffd-441e-8392-3e5d5ee3d7ba","name":"Assign a User License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/licenses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"userUserProductAssociations\": {\n            \"productAssociations\": [\n                {\n                    \"product\": {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"user\": {\n                        \"email\": \"{{string}}\",\n                        \"firstName\": \"{{string}}\",\n                        \"lastName\": \"{{string}}\",\n                        \"role\": \"{{string}}\",\n                        \"userId\": \"{{string}}\",\n                        \"active\": \"{{integer}}\",\n                        \"address1\": \"{{string}}\",\n                        \"address2\": \"{{string}}\",\n                        \"alternateManager\": \"{{string}}\",\n                        \"authType\": \"{{integer}}\",\n                        \"city\": \"{{string}}\",\n                        \"controlCountries\": [\n                            \"{{string}}\",\n                            \"{{string}}\"\n                        ],\n                        \"country\": \"{{string}}\",\n                        \"delegate\": \"{{string}}\",\n                        \"department\": \"{{string}}\",\n                        \"description\": \"{{string}}\",\n                        \"domain\": \"{{string}}\",\n                        \"failedLogins\": \"{{integer}}\",\n                        \"fax\": \"{{string}}\",\n                        \"isLocked\": \"{{boolean}}\",\n                        \"isOutOfOffice\": \"{{boolean}}\",\n                        \"lastUpdate\": \"{{date-time}}\",\n                        \"lastUpdateUserId\": \"{{string}}\",\n                        \"location\": \"{{string}}\",\n                        \"manager\": \"{{string}}\",\n                        \"notes\": \"{{string}}\",\n                        \"phone\": \"{{string}}\",\n                        \"products\": [\n                            {\n                                \"compatibilityVersion\": \"{{integer}}\",\n                                \"description\": \"{{string}}\",\n                                \"productId\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"compatibilityVersion\": \"{{integer}}\",\n                                \"description\": \"{{string}}\",\n                                \"productId\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"state\": \"{{string}}\",\n                        \"zip\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"license\": {\n                        \"assignedUsersCount\": \"{{integer}}\",\n                        \"clientId\": \"{{string}}\",\n                        \"isUnlimitedUsers\": \"{{boolean}}\",\n                        \"loggedInUsersCount\": \"{{integer}}\",\n                        \"licenseKey\": \"{{string}}\",\n                        \"licenseType\": \"{{string}}\",\n                        \"licenseUid\": \"{{string}}\",\n                        \"licenseUsersCount\": \"{{integer}}\",\n                        \"organization\": \"{{string}}\",\n                        \"product\": {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"isSystemAdministrator\": \"{{boolean}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                {\n                    \"product\": {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"user\": {\n                        \"email\": \"{{string}}\",\n                        \"firstName\": \"{{string}}\",\n                        \"lastName\": \"{{string}}\",\n                        \"role\": \"{{string}}\",\n                        \"userId\": \"{{string}}\",\n                        \"active\": \"{{integer}}\",\n                        \"address1\": \"{{string}}\",\n                        \"address2\": \"{{string}}\",\n                        \"alternateManager\": \"{{string}}\",\n                        \"authType\": \"{{integer}}\",\n                        \"city\": \"{{string}}\",\n                        \"controlCountries\": [\n                            \"{{string}}\",\n                            \"{{string}}\"\n                        ],\n                        \"country\": \"{{string}}\",\n                        \"delegate\": \"{{string}}\",\n                        \"department\": \"{{string}}\",\n                        \"description\": \"{{string}}\",\n                        \"domain\": \"{{string}}\",\n                        \"failedLogins\": \"{{integer}}\",\n                        \"fax\": \"{{string}}\",\n                        \"isLocked\": \"{{boolean}}\",\n                        \"isOutOfOffice\": \"{{boolean}}\",\n                        \"lastUpdate\": \"{{date-time}}\",\n                        \"lastUpdateUserId\": \"{{string}}\",\n                        \"location\": \"{{string}}\",\n                        \"manager\": \"{{string}}\",\n                        \"notes\": \"{{string}}\",\n                        \"phone\": \"{{string}}\",\n                        \"products\": [\n                            {\n                                \"compatibilityVersion\": \"{{integer}}\",\n                                \"description\": \"{{string}}\",\n                                \"productId\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"compatibilityVersion\": \"{{integer}}\",\n                                \"description\": \"{{string}}\",\n                                \"productId\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"state\": \"{{string}}\",\n                        \"zip\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"license\": {\n                        \"assignedUsersCount\": \"{{integer}}\",\n                        \"clientId\": \"{{string}}\",\n                        \"isUnlimitedUsers\": \"{{boolean}}\",\n                        \"loggedInUsersCount\": \"{{integer}}\",\n                        \"licenseKey\": \"{{string}}\",\n                        \"licenseType\": \"{{string}}\",\n                        \"licenseUid\": \"{{string}}\",\n                        \"licenseUsersCount\": \"{{integer}}\",\n                        \"organization\": \"{{string}}\",\n                        \"product\": {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"isSystemAdministrator\": \"{{boolean}}\",\n                    \"version\": \"{{integer}}\"\n                }\n            ],\n            \"userId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        \"isTemporaryPasswordSentToUser\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"9fcedbe5-3756-4329-b532-0b8a5357770f"},{"name":"Unassign a User License","id":"4260cb5a-ea65-4f7f-9779-054ebde6af5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users/licenses?userId={{string}}&licenseUid={{string}}","description":"<p>Unassigns a license from the specified user.</p>\n","urlObject":{"path":["security","users","licenses"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f3516662-4fd4-4d65-871f-83bd1353b3d6","name":"Unassign a User License","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"Winsight","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/users/licenses?userId={{string}}&licenseUid={{string}}","host":["{{base_url}}"],"path":["security","users","licenses"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."},{"key":"licenseUid","value":"{{string}}","description":"*Required.*  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"productAssociations\": [\n            {\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"{{boolean}}\",\n                    \"isOutOfOffice\": \"{{boolean}}\",\n                    \"lastUpdate\": \"{{date-time}}\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"license\": {\n                    \"assignedUsersCount\": \"{{integer}}\",\n                    \"clientId\": \"{{string}}\",\n                    \"isUnlimitedUsers\": \"{{boolean}}\",\n                    \"loggedInUsersCount\": \"{{integer}}\",\n                    \"licenseKey\": \"{{string}}\",\n                    \"licenseType\": \"{{string}}\",\n                    \"licenseUid\": \"{{string}}\",\n                    \"licenseUsersCount\": \"{{integer}}\",\n                    \"organization\": \"{{string}}\",\n                    \"product\": {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"version\": \"{{integer}}\"\n                },\n                \"isSystemAdministrator\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"{{boolean}}\",\n                    \"isOutOfOffice\": \"{{boolean}}\",\n                    \"lastUpdate\": \"{{date-time}}\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"license\": {\n                    \"assignedUsersCount\": \"{{integer}}\",\n                    \"clientId\": \"{{string}}\",\n                    \"isUnlimitedUsers\": \"{{boolean}}\",\n                    \"loggedInUsersCount\": \"{{integer}}\",\n                    \"licenseKey\": \"{{string}}\",\n                    \"licenseType\": \"{{string}}\",\n                    \"licenseUid\": \"{{string}}\",\n                    \"licenseUsersCount\": \"{{integer}}\",\n                    \"organization\": \"{{string}}\",\n                    \"product\": {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    \"version\": \"{{integer}}\"\n                },\n                \"isSystemAdministrator\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"userId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"4260cb5a-ea65-4f7f-9779-054ebde6af5e"}],"id":"2f9ac76f-fb47-4c9f-98d3-955ce6e87793","_postman_id":"2f9ac76f-fb47-4c9f-98d3-955ce6e87793","description":""},{"name":"Active Directory Synchronizer","item":[{"name":"Update Active Directory Synchronizer","id":"54a0ef66-076e-4a50-8225-708939ebfc4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/active-directory-synchronizer","description":"<p>Update and sync users using the Active Directory.</p>\n","urlObject":{"path":["security","users","active-directory-synchronizer"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c912e744-79f3-46a9-a572-7042595ea51a","name":"Update Active Directory Synchronizer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/active-directory-synchronizer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"details\": [\n      {\n        \"userId\": \"{{string}}\",\n        \"domainName\": \"{{string}}\",\n        \"fields\": [\n          \"{{string}}\",\n          \"{{string}}\"\n        ],\n        \"severity\": \"{{string}}\",\n        \"message\": \"{{string}}\"\n      },\n      {\n        \"userId\": \"{{string}}\",\n        \"domainName\": \"{{string}}\",\n        \"fields\": [\n          \"{{string}}\",\n          \"{{string}}\"\n        ],\n        \"severity\": \"{{string}}\",\n        \"message\": \"{{string}}\"\n      }\n    ],\n    \"header\": {\n      \"executedBy\": \"{{string}}\",\n      \"processName\": \"{{string}}\",\n      \"parameters\": {\n        \"commodo_59\": {}\n      }\n    },\n    \"summary\": {\n      \"ended\": \"{{date-time}}\",\n      \"errorCount\": \"{{integer}}\",\n      \"informationCount\": \"{{integer}}\",\n      \"started\": \"{{date-time}}\",\n      \"warningCount\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"54a0ef66-076e-4a50-8225-708939ebfc4e"}],"id":"6ba4f320-0e20-46ae-b0ad-ed5de0aaea16","_postman_id":"6ba4f320-0e20-46ae-b0ad-ed5de0aaea16","description":""},{"name":"Groups","item":[{"name":"Retrieve User Groups","id":"ccc662ac-9db2-484d-9804-72fb1c63468b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/groups?userId={{string}}","description":"<p>Retrieves the groups assigned to the specified user.</p>\n","urlObject":{"path":["security","users","groups"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"5589035b-a1de-4542-8125-685c10d6ae01","name":"Retrieve User Groups","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/users/groups?userId={{string}}","host":["{{base_url}}"],"path":["security","users","groups"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"userId\": \"{{string}}\",\n        \"userGroups\": [\n            {\n                \"userGroupUid\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"groupId\": \"{{string}}\",\n                \"group\": {\n                    \"groupId\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"roleId\": \"{{string}}\",\n                    \"assignedUsersCount\": \"{{integer}}\",\n                    \"controlCountry\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"userGroupUid\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"groupId\": \"{{string}}\",\n                \"group\": {\n                    \"groupId\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"roleId\": \"{{string}}\",\n                    \"assignedUsersCount\": \"{{integer}}\",\n                    \"controlCountry\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"ccc662ac-9db2-484d-9804-72fb1c63468b"}],"id":"4cc621fc-e905-4c8c-92c2-ad56b7f9947d","_postman_id":"4cc621fc-e905-4c8c-92c2-ad56b7f9947d","description":""},{"name":"Locks","item":[{"name":"Retrieve User Locks","id":"abd4df90-cc2a-4cc9-bdc5-68c0187bc3e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users/locks?userId={{string}}","description":"<p>Retrieves the objects locked to the specified user.</p>\n","urlObject":{"path":["security","users","locks"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"1adb3f00-e7d6-468e-ae76-8385aaf558bb","name":"Retrieve User Locks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/locks?userId={{string}}","host":["{{base_url}}"],"path":["security","locks"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"userId\": \"{{string}}\",\n    \"locks\": [\n      {\n        \"objectType\": \"{{string}}\",\n        \"objectName\": \"{{string}}\",\n        \"lastUpdate\": \"{{date-time}}\",\n        \"lockUid\": \"{{string}}\",\n        \"lockMode\": {\n          \"description\": \"{{string}}\",\n          \"lockMode\": \"{{string}}\"\n        },\n        \"machineId\": \"{{string}}\",\n        \"objectUid\": \"{{string}}\",\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"userLoginUid\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"objectType\": \"{{string}}\",\n        \"objectName\": \"{{string}}\",\n        \"lastUpdate\": \"{{date-time}}\",\n        \"lockUid\": \"{{string}}\",\n        \"lockMode\": {\n          \"description\": \"{{string}}\",\n          \"lockMode\": \"{{string}}\"\n        },\n        \"machineId\": \"{{string}}\",\n        \"objectUid\": \"{{string}}\",\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"userLoginUid\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"abd4df90-cc2a-4cc9-bdc5-68c0187bc3e2"}],"id":"e95679f8-665d-4b01-a0e3-f722447c57d6","_postman_id":"e95679f8-665d-4b01-a0e3-f722447c57d6","description":""},{"name":"Imports","item":[{"name":"Import Users from File","id":"241fc0e2-0518-40a9-8a5b-02c07d198ba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/security/users/imports/files?hasHeaderRow={{boolean}}","description":"<p>Import and update users using the data from the file.</p>\n","urlObject":{"path":["security","users","imports","files"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The flag that indicates whether or not the first row of the file being imported is a header.<br />If true, the first row of the file being imported is a header. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"hasHeaderRow","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"66ead31e-d36a-43d6-88b9-dbc1aef3d030","name":"Import Users from File","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"hasHeaderRow\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/users/imports/files?hasHeaderRow={{boolean}}","host":["{{base_url}}"],"path":["security","users","imports","files"],"query":[{"key":"hasHeaderRow","value":"{{boolean}}","description":"*Required.*  \nThe flag that indicates whether or not the first row of the file being imported is a header.  \nIf true, the first row of the file being imported is a header. Otherwise, it is not."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"details\": [\n            {\n                \"line\": \"{{integer}}\",\n                \"userId\": \"{{string}}\",\n                \"severity\": \"{{string}}\",\n                \"message\": \"{{string}}\",\n                \"fileName\": \"{{string}}\"\n            },\n            {\n                \"line\": \"{{integer}}\",\n                \"userId\": \"{{string}}\",\n                \"severity\": \"{{string}}\",\n                \"message\": \"{{string}}\",\n                \"fileName\": \"{{string}}\"\n            }\n        ],\n        \"header\": {\n            \"executedBy\": \"{{string}}\",\n            \"processName\": \"{{string}}\",\n            \"parameters\": {\n                \"ind6\": {},\n                \"eiusmodd34\": {},\n                \"proident_5a9\": {}\n            }\n        },\n        \"summary\": {\n            \"ended\": \"{{date-time}}\",\n            \"errorCount\": \"{{integer}}\",\n            \"informationCount\": \"{{integer}}\",\n            \"started\": \"{{date-time}}\",\n            \"warningCount\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"241fc0e2-0518-40a9-8a5b-02c07d198ba1"},{"name":"Import Users from Active Directory","id":"2b85e54b-ccf9-4bad-b747-39e33790844f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domainName\": \"{{string}}\",\r\n    \"groupName\": \"{{string}}\",\r\n    \"users\": [\r\n        \"{{string}}\",\r\n        \"{{string}}\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/imports/active-directories","description":"<p>Import and update users using the Active Directory.</p>\n","urlObject":{"path":["security","users","imports","active-directories"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bc394b5d-42d1-4a8a-8a6e-e4604c4a6aad","name":"Import Users from Active Directory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domainName\": \"{{string}}\",\r\n    \"groupName\": \"{{string}}\",\r\n    \"users\": [\r\n        \"{{string}}\",\r\n        \"{{string}}\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users/imports/active-directories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"details\": [\n            {\n                \"groupId\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"severity\": \"{{string}}\",\n                \"message\": \"{{string}}\"\n            },\n            {\n                \"groupId\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"severity\": \"{{string}}\",\n                \"message\": \"{{string}}\"\n            }\n        ],\n        \"header\": {\n            \"executedBy\": \"{{string}}\",\n            \"processName\": \"{{string}}\",\n            \"parameters\": {\n                \"Excepteur4\": {}\n            }\n        },\n        \"summary\": {\n            \"ended\": \"{{date-time}}\",\n            \"errorCount\": \"{{integer}}\",\n            \"informationCount\": \"{{integer}}\",\n            \"started\": \"{{date-time}}\",\n            \"warningCount\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"2b85e54b-ccf9-4bad-b747-39e33790844f"}],"id":"0368167b-b793-4f23-ab88-ed43d725cd94","description":"<p>Through PPM Administrator, you can create user records and define user profiles by importing users from other sources.</p>\n<p>For more information about how to import users, see the <a href=\"https://help.deltek.com/Product/PPMAdministrator/1.0//Security_Users_Importing_Users.html\">Importing Users</a> topic of the PPM Administrator Help System.</p>\n","_postman_id":"0368167b-b793-4f23-ab88-ed43d725cd94"},{"name":"Retrieve Users","id":"59db7a5c-b6e4-47c3-8552-ac3e19ddc23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users?userId={{string}}","description":"<p>Retrieves all the users or a specific user if the userId is specified.</p>\n","urlObject":{"path":["security","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"7ad3cbbd-558c-4c62-bb15-90923c28fd32","name":"Retrieve Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users?userId={{string}}","host":["{{base_url}}"],"path":["security","users"],"query":[{"key":"userId","value":"{{string}}","description":"*Optional.*  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\",\n    \"objects\": [\n        {\n            \"email\": \"{{string}}\",\n            \"firstName\": \"{{string}}\",\n            \"lastName\": \"{{string}}\",\n            \"role\": \"{{string}}\",\n            \"userId\": \"{{string}}\",\n            \"active\": \"{{integer}}\",\n            \"address1\": \"{{string}}\",\n            \"address2\": \"{{string}}\",\n            \"alternateManager\": \"{{string}}\",\n            \"authType\": \"{{integer}}\",\n            \"city\": \"{{string}}\",\n            \"controlCountries\": [\n                \"{{string}}\",\n                \"{{string}}\"\n            ],\n            \"country\": \"{{string}}\",\n            \"delegate\": \"{{string}}\",\n            \"department\": \"{{string}}\",\n            \"description\": \"{{string}}\",\n            \"domain\": \"{{string}}\",\n            \"failedLogins\": \"{{integer}}\",\n            \"fax\": \"{{string}}\",\n            \"isLocked\": \"{{boolean}}\",\n            \"isOutOfOffice\": \"{{boolean}}\",\n            \"lastUpdate\": \"{{date-time}}\",\n            \"lastUpdateUserId\": \"{{string}}\",\n            \"location\": \"{{string}}\",\n            \"manager\": \"{{string}}\",\n            \"notes\": \"{{string}}\",\n            \"phone\": \"{{string}}\",\n            \"products\": [\n                {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                }\n            ],\n            \"state\": \"{{string}}\",\n            \"zip\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        {\n            \"email\": \"{{string}}\",\n            \"firstName\": \"{{string}}\",\n            \"lastName\": \"{{string}}\",\n            \"role\": \"{{string}}\",\n            \"userId\": \"{{string}}\",\n            \"active\": \"{{integer}}\",\n            \"address1\": \"{{string}}\",\n            \"address2\": \"{{string}}\",\n            \"alternateManager\": \"{{string}}\",\n            \"authType\": \"{{integer}}\",\n            \"city\": \"{{string}}\",\n            \"controlCountries\": [\n                \"{{string}}\",\n                \"{{string}}\"\n            ],\n            \"country\": \"{{string}}\",\n            \"delegate\": \"{{string}}\",\n            \"department\": \"{{string}}\",\n            \"description\": \"{{string}}\",\n            \"domain\": \"{{string}}\",\n            \"failedLogins\": \"{{integer}}\",\n            \"fax\": \"{{string}}\",\n            \"isLocked\": \"{{boolean}}\",\n            \"isOutOfOffice\": \"{{boolean}}\",\n            \"lastUpdate\": \"{{date-time}}\",\n            \"lastUpdateUserId\": \"{{string}}\",\n            \"location\": \"{{string}}\",\n            \"manager\": \"{{string}}\",\n            \"notes\": \"{{string}}\",\n            \"phone\": \"{{string}}\",\n            \"products\": [\n                {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                }\n            ],\n            \"state\": \"{{string}}\",\n            \"zip\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"59db7a5c-b6e4-47c3-8552-ac3e19ddc23f"},{"name":"Create a New User","id":"47175ba9-713d-44c8-bbc3-1e82d40bd0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": {\r\n        \"email\": \"{{string}}\",\r\n        \"firstName\": \"{{string}}\",\r\n        \"lastName\": \"{{string}}\",\r\n        \"role\": \"{{string}}\",\r\n        \"userId\": \"{{string}}\",\r\n        \"active\": \"{{integer}}\",\r\n        \"address1\": \"{{string}}\",\r\n        \"address2\": \"{{string}}\",\r\n        \"alternateManager\": \"{{string}}\",\r\n        \"authType\": \"{{integer}}\",\r\n        \"city\": \"{{string}}\",\r\n        \"controlCountries\": [\r\n            \"{{string}}\",\r\n            \"{{string}}\"\r\n        ],\r\n        \"country\": \"{{string}}\",\r\n        \"delegate\": \"{{string}}\",\r\n        \"department\": \"{{string}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"domain\": \"{{string}}\",\r\n        \"failedLogins\": \"{{integer}}\",\r\n        \"fax\": \"{{string}}\",\r\n        \"isLocked\": \"{{boolean}}\",\r\n        \"isOutOfOffice\": \"{{boolean}}\",\r\n        \"lastUpdate\": \"{{date-time}}\",\r\n        \"lastUpdateUserId\": \"{{string}}\",\r\n        \"location\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"notes\": \"{{string}}\",\r\n        \"phone\": \"{{string}}\",\r\n        \"products\": [\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"state\": \"{{string}}\",\r\n        \"zip\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users","description":"<p>Creates a new user.</p>\n","urlObject":{"path":["security","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6e602334-8457-4700-88cf-e5e41ad30d36","name":"Create a New User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"user\": {\r\n    \"email\": \"{{string}}\",\r\n    \"firstName\": \"{{string}}\",\r\n    \"lastName\": \"{{string}}\",\r\n    \"role\": \"{{string}}\",\r\n    \"userId\": \"{{string}}\",\r\n    \"active\": \"{{integer}}\",\r\n    \"address1\": \"{{string}}\",\r\n    \"address2\": \"{{string}}\",\r\n    \"alternateManager\": \"{{string}}\",\r\n    \"authType\": \"{{integer}}\",\r\n    \"city\": \"{{string}}\",\r\n    \"controlCountries\": [\r\n      \"{{string}}\",\r\n      \"{{string}}\"\r\n    ],\r\n    \"country\": \"{{string}}\",\r\n    \"delegate\": \"{{string}}\",\r\n    \"department\": \"{{string}}\",\r\n    \"description\": \"{{string}}\",\r\n    \"domain\": \"{{string}}\",\r\n    \"failedLogins\": \"{{integer}}\",\r\n    \"fax\": \"{{string}}\",\r\n    \"isLocked\": \"{{boolean}}\",\r\n    \"isOutOfOffice\": \"{{boolean}}\",\r\n    \"lastUpdate\": \"{{date-time}}\",\r\n    \"lastUpdateUserId\": \"{{string}}\",\r\n    \"location\": \"{{string}}\",\r\n    \"manager\": \"{{string}}\",\r\n    \"notes\": \"{{string}}\",\r\n    \"phone\": \"{{string}}\",\r\n    \"products\": [\r\n      {\r\n        \"compatibilityVersion\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"productId\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      },\r\n      {\r\n        \"compatibilityVersion\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"productId\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      }\r\n    ],\r\n    \"state\": \"{{string}}\",\r\n    \"zip\": \"{{string}}\",\r\n    \"version\": \"{{integer}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"email\": \"{{string}}\",\n    \"firstName\": \"{{string}}\",\n    \"lastName\": \"{{string}}\",\n    \"role\": \"{{string}}\",\n    \"userId\": \"{{string}}\",\n    \"active\": \"{{integer}}\",\n    \"address1\": \"{{string}}\",\n    \"address2\": \"{{string}}\",\n    \"alternateManager\": \"{{string}}\",\n    \"authType\": \"{{integer}}\",\n    \"city\": \"{{string}}\",\n    \"controlCountries\": [\n      \"{{string}}\",\n      \"{{string}}\"\n    ],\n    \"country\": \"{{string}}\",\n    \"delegate\": \"{{string}}\",\n    \"department\": \"{{string}}\",\n    \"description\": \"{{string}}\",\n    \"domain\": \"{{string}}\",\n    \"failedLogins\": \"{{integer}}\",\n    \"fax\": \"{{string}}\",\n    \"isLocked\": \"{{boolean}}\",\n    \"isOutOfOffice\": \"{{boolean}}\",\n    \"lastUpdate\": \"{{date-time}}\",\n    \"lastUpdateUserId\": \"{{string}}\",\n    \"location\": \"{{string}}\",\n    \"manager\": \"{{string}}\",\n    \"notes\": \"{{string}}\",\n    \"phone\": \"{{string}}\",\n    \"products\": [\n      {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"state\": \"{{string}}\",\n    \"zip\": \"{{string}}\",\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"47175ba9-713d-44c8-bbc3-1e82d40bd0a5"},{"name":"Update a User","id":"3952ba19-5d70-49fa-9e6a-2f97f8261fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"user\": {\r\n        \"email\": \"{{string}}\",\r\n        \"firstName\": \"{{string}}\",\r\n        \"lastName\": \"{{string}}\",\r\n        \"role\": \"{{string}}\",\r\n        \"userId\": \"{{string}}\",\r\n        \"active\": \"{{integer}}\",\r\n        \"address1\": \"{{string}}\",\r\n        \"address2\": \"{{string}}\",\r\n        \"alternateManager\": \"{{string}}\",\r\n        \"authType\": \"{{integer}}\",\r\n        \"city\": \"{{string}}\",\r\n        \"controlCountries\": [\r\n            \"{{string}}\",\r\n            \"{{string}}\"\r\n        ],\r\n        \"country\": \"{{string}}\",\r\n        \"delegate\": \"{{string}}\",\r\n        \"department\": \"{{string}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"domain\": \"{{string}}\",\r\n        \"failedLogins\": \"{{integer}}\",\r\n        \"fax\": \"{{string}}\",\r\n        \"isLocked\": \"{{boolean}}\",\r\n        \"isOutOfOffice\": \"{{boolean}}\",\r\n        \"lastUpdate\": \"{{date-time}}\",\r\n        \"lastUpdateUserId\": \"{{string}}\",\r\n        \"location\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"notes\": \"{{string}}\",\r\n        \"phone\": \"{{string}}\",\r\n        \"products\": [\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"state\": \"{{string}}\",\r\n        \"zip\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users","description":"<p>Updates the specified user.</p>\n","urlObject":{"path":["security","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"74c59397-597d-4459-8d93-7e68ff429b00","name":"Update an Existing User","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"user\": {\r\n        \"email\": \"{{string}}\",\r\n        \"firstName\": \"{{string}}\",\r\n        \"lastName\": \"{{string}}\",\r\n        \"role\": \"{{string}}\",\r\n        \"userId\": \"{{string}}\",\r\n        \"active\": \"{{integer}}\",\r\n        \"address1\": \"{{string}}\",\r\n        \"address2\": \"{{string}}\",\r\n        \"alternateManager\": \"{{string}}\",\r\n        \"authType\": \"{{integer}}\",\r\n        \"city\": \"{{string}}\",\r\n        \"controlCountries\": [\r\n            \"{{string}}\",\r\n            \"{{string}}\"\r\n        ],\r\n        \"country\": \"{{string}}\",\r\n        \"delegate\": \"{{string}}\",\r\n        \"department\": \"{{string}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"domain\": \"{{string}}\",\r\n        \"failedLogins\": \"{{integer}}\",\r\n        \"fax\": \"{{string}}\",\r\n        \"isLocked\": \"{{boolean}}\",\r\n        \"isOutOfOffice\": \"{{boolean}}\",\r\n        \"lastUpdate\": \"{{date-time}}\",\r\n        \"lastUpdateUserId\": \"{{string}}\",\r\n        \"location\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"notes\": \"{{string}}\",\r\n        \"phone\": \"{{string}}\",\r\n        \"products\": [\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"state\": \"{{string}}\",\r\n        \"zip\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"email\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"role\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"active\": \"{{integer}}\",\n        \"address1\": \"{{string}}\",\n        \"address2\": \"{{string}}\",\n        \"alternateManager\": \"{{string}}\",\n        \"authType\": \"{{integer}}\",\n        \"city\": \"{{string}}\",\n        \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n        ],\n        \"country\": \"{{string}}\",\n        \"delegate\": \"{{string}}\",\n        \"department\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"domain\": \"{{string}}\",\n        \"failedLogins\": \"{{integer}}\",\n        \"fax\": \"{{string}}\",\n        \"isLocked\": \"{{boolean}}\",\n        \"isOutOfOffice\": \"{{boolean}}\",\n        \"lastUpdate\": \"{{date-time}}\",\n        \"lastUpdateUserId\": \"{{string}}\",\n        \"location\": \"{{string}}\",\n        \"manager\": \"{{string}}\",\n        \"notes\": \"{{string}}\",\n        \"phone\": \"{{string}}\",\n        \"products\": [\n            {\n                \"compatibilityVersion\": \"{{integer}}\",\n                \"description\": \"{{string}}\",\n                \"productId\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"compatibilityVersion\": \"{{integer}}\",\n                \"description\": \"{{string}}\",\n                \"productId\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"state\": \"{{string}}\",\n        \"zip\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"3952ba19-5d70-49fa-9e6a-2f97f8261fac"},{"name":"Delete a User","id":"27b1f67e-6019-48e3-9304-1280cb07c427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/users?userId={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","description":"<p>Deletes the specified user.</p>\n","urlObject":{"path":["security","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request was set to validate only.<br />If true, the validation passes and skips the execution. Otherwise, it performs the deletion.</p>\n","type":"text/plain"},"key":"validateOnly","value":"{{boolean}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request automatically resolve conflicts.<br />If true, the request automatically resolve conflicts. Otherwise, it does not.</p>\n","type":"text/plain"},"key":"resolveConflict","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"707db33d-3fca-49c0-aa45-6984bf23017a","name":"Delete a User","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"user\": {\r\n        \"email\": \"{{string}}\",\r\n        \"firstName\": \"{{string}}\",\r\n        \"lastName\": \"{{string}}\",\r\n        \"role\": \"{{string}}\",\r\n        \"userId\": \"{{string}}\",\r\n        \"active\": \"{{integer}}\",\r\n        \"address1\": \"{{string}}\",\r\n        \"address2\": \"{{string}}\",\r\n        \"alternateManager\": \"{{string}}\",\r\n        \"authType\": \"{{integer}}\",\r\n        \"city\": \"{{string}}\",\r\n        \"controlCountries\": [\r\n            \"{{string}}\",\r\n            \"{{string}}\"\r\n        ],\r\n        \"country\": \"{{string}}\",\r\n        \"delegate\": \"{{string}}\",\r\n        \"department\": \"{{string}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"domain\": \"{{string}}\",\r\n        \"failedLogins\": \"{{integer}}\",\r\n        \"fax\": \"{{string}}\",\r\n        \"isLocked\": \"{{boolean}}\",\r\n        \"isOutOfOffice\": \"{{boolean}}\",\r\n        \"lastUpdate\": \"{{date-time}}\",\r\n        \"lastUpdateUserId\": \"{{string}}\",\r\n        \"location\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"notes\": \"{{string}}\",\r\n        \"phone\": \"{{string}}\",\r\n        \"products\": [\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"compatibilityVersion\": \"{{integer}}\",\r\n                \"description\": \"{{string}}\",\r\n                \"productId\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"state\": \"{{string}}\",\r\n        \"zip\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/users?userId={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","host":["{{base_url}}"],"path":["security","users"],"query":[{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of the user."},{"key":"validateOnly","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request was set to validate only.  \nIf true, the validation passes and skips the execution. Otherwise, it performs the deletion."},{"key":"resolveConflict","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request automatically resolve conflicts.  \nIf true, the request automatically resolve conflicts. Otherwise, it does not."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27b1f67e-6019-48e3-9304-1280cb07c427"}],"id":"c19e7132-6b21-48bf-8c39-9a0a8e76b248","description":"<p>The Users API provides mechanisms to retrieve and manipulate user related data.</p>\n","_postman_id":"c19e7132-6b21-48bf-8c39-9a0a8e76b248"},{"name":"Directory Domains","item":[{"name":"Directory Domain Groups","id":"2faf45c6-64df-4152-8e63-2d44e300416f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/directory-domains/groups?domainName={{string}}","description":"<p>Retrieves the domain groups for the specified domain.</p>\n","urlObject":{"path":["security","directory-domains","groups"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The name of the domain.</p>\n","type":"text/plain"},"key":"domainName","value":"{{string}}"}],"variable":[]}},"response":[{"id":"1b237c16-fb65-4b70-a551-3ad8f5ccee2e","name":"Directory Domain Groups","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/directory-domains/groups?domainName={{string}}","host":["{{base_url}}"],"path":["security","directory-domains","groups"],"query":[{"key":"domainName","value":"{{string}}","description":"*Required.*  \nThe name of the domain."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"elapsed\": \"string\",\r\n  \"version\": integer,\r\n  \"object\": {\r\n    \"directoryDomainGroups\": [\r\n      {\r\n        \"description\": \"string\",\r\n        \"name\": \"string\",\r\n        \"netBiosName\": \"string\",\r\n        \"version\": integer\r\n      }\r\n    ],\r\n    \"domain\": {\r\n      \"name\": \"string\",\r\n      \"netBiosName\": \"string\",\r\n      \"version\": integer\r\n    },\r\n    \"version\": integer\r\n  }\r\n}"}],"_postman_id":"2faf45c6-64df-4152-8e63-2d44e300416f"},{"name":"Retrieve Default Domain","id":"43b4149c-8e0f-411c-800d-241edf84a3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/directory-domains/default","description":"<p>Retrieves the default domain in the directory forest.</p>\n","urlObject":{"path":["security","directory-domains","default"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1b7a9de5-7820-4094-b7be-be356510c2ec","name":"Retrieve Default Domain","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}//directory-domains/default"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Version\": 0,\n    \"Elapsed\": \"string\",\n    \"Objects\": [\n        {\n            \"Name\": \"string\",\n            \"NetBiosName\": \"string\",\n            \"Version\": 0\n        }\n    ]\n}"}],"_postman_id":"43b4149c-8e0f-411c-800d-241edf84a3fa"},{"name":"Retrieve Domain Group Users","id":"14a90761-506d-4a74-9ddc-5ea2ca3cdbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/directory-domains/groups/users?domainName={{string}}&groupName={{string}}","description":"<p>Retrieves the users for the specified domain group.</p>\n","urlObject":{"path":["security","directory-domains","groups","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The name of the domain.</p>\n","type":"text/plain"},"key":"domainName","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The name of the group.</p>\n","type":"text/plain"},"key":"groupName","value":"{{string}}"}],"variable":[]}},"response":[{"id":"52ba1c6e-f6e5-49f4-8b21-8291cc9273eb","name":"Retrieve Domain Group Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users?domainName={{string}}&groupName={{string}}","host":["{{base_url}}"],"path":["security","users"],"query":[{"key":"domainName","value":"{{string}}","description":"*Required.*  \nThe name of the domain."},{"key":"groupName","value":"{{string}}","description":"*Required.*  \nThe name of the group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"domain\": {\n      \"name\": \"{{string}}\",\n      \"netBiosName\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"directoryDomainUsers\": [\n      {\n        \"email\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"manager\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"email\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"manager\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"group\": {\n      \"description\": \"{{string}}\",\n      \"name\": \"{{string}}\",\n      \"netBiosName\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"14a90761-506d-4a74-9ddc-5ea2ca3cdbfc"},{"name":"Retrieve Directory Domains","id":"3cd1894b-7bb9-41bc-8e69-9dd3781221b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/directory-domains","description":"<p>Retrieve all the domains in the directory forest.</p>\n","urlObject":{"path":["security","directory-domains"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"eff322c0-9f20-48ae-8ac7-8d21008a601e","name":"Retrieve Directory Domains","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\",\n        {\n            \"table_Type\": \"{{string}}\",\n            \"name\": \"{{string}}\",\n            \"type\": \"{{string}}\",\n            \"length\": \"{{integer}}\",\n            \"scale\": \"{{integer}}\",\n            \"flags\": \"{{integer}}\",\n            \"localizedName\": \"{{string}}\",\n            \"fKeyTable\": \"{{string}}\",\n            \"fKeyName\": \"{{string}}\",\n            \"fKeyRequired\": \"{{boolean}}\"\n        },\n    \"objects\": [\n        {\n            \"name\": \"{{string}}\",\n            \"netBiosName\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        {\n            \"name\": \"{{string}}\",\n            \"netBiosName\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"3cd1894b-7bb9-41bc-8e69-9dd3781221b3"}],"id":"7aceb791-a05a-44f7-9e3f-3e4a8b4c13d1","description":"<p>The Directory Domains API provides mechanism to retrieve data from the Active Directory.</p>\n","_postman_id":"7aceb791-a05a-44f7-9e3f-3e4a8b4c13d1"},{"name":"Groups","item":[{"name":"Control Country Nonconforming Users","item":[{"name":"Retrieve Nonconforming Users","id":"1f3257fe-3885-4508-b615-4b395283262d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/control-country-nonconforming-users","description":"<p>Retrieves the groups with assigned users that do not conform to the group's control country.</p>\n","urlObject":{"path":["security","groups","control-country-nonconforming-users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7f5de21-f7da-4c58-b153-2115bd05ca7c","name":"Retrieve Nonconforming Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/groups/control-country-nonconforming-users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n  \"objects\": [\n    {\n      \"groupId\": \"{{string}}\",\n      \"controlCountry\": \"{{string}}\",\n      \"userControlCountries\": [\n        {\n          \"userId\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"version\": \"{{integer}}\"\n        },\n        {\n          \"userId\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"version\": \"{{integer}}\"\n        }\n      ],\n      \"version\": \"{{integer}}\"\n    },\n    {\n      \"groupId\": \"{{string}}\",\n      \"controlCountry\": \"{{string}}\",\n      \"userControlCountries\": [\n        {\n          \"userId\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"version\": \"{{integer}}\"\n        },\n        {\n          \"userId\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"version\": \"{{integer}}\"\n        }\n      ],\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}"}],"_postman_id":"1f3257fe-3885-4508-b615-4b395283262d"},{"name":"Unassign Nonconforming Users","id":"f8664251-6844-4d29-83c2-f843ef4b3e1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/control-country-nonconforming-users","description":"<p>Unassigns users from groups that do not conform to the group's control country.</p>\n","urlObject":{"path":["security","groups","control-country-nonconforming-users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d99528b2-026d-4492-b485-a2f49db1809e","name":"Unassign Nonconforming Users","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/groups/control-country-nonconforming-users"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f8664251-6844-4d29-83c2-f843ef4b3e1f"}],"id":"f18f9e82-cc08-4415-b229-de1b1c496a7b","_postman_id":"f18f9e82-cc08-4415-b229-de1b1c496a7b","description":""},{"name":"User","item":[{"name":"Retrieve Group Users","id":"6ba9c72d-5a54-4ee0-ae7d-fbc3702dfff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/users?groupId={{string}}","description":"<p>Retrieves the users for the specified group.</p>\n","urlObject":{"path":["security","groups","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"604c3fef-69f6-47d1-b158-ed78164fdbe8","name":"Retrieve Group Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/users?groupId={{string}}","host":["{{base_url}}"],"path":["security","users"],"query":[{"key":"groupId","value":"{{string}}","description":"*Required.*  \nThe identifier of a group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"users\": [\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"6ba9c72d-5a54-4ee0-ae7d-fbc3702dfff2"},{"name":"Assign a Group User","id":"c24e07cf-15a5-4f58-8c35-e612ad362265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupId\": \"{{string}}\",\r\n    \"userId\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/users","description":"<p>Assigns a user to a group.</p>\n","urlObject":{"path":["security","groups","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a146791d-a4b6-4dc7-89e3-95692e90eaed","name":"Assign a Group User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupId\": \"{{string}}\",\r\n    \"userId\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"users\": [\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"c24e07cf-15a5-4f58-8c35-e612ad362265"},{"name":"Unassign a Group User","id":"cfa33ffa-a144-4d42-a296-3c7e030ec5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/users?groupId={{string}}&userId={{string}}","description":"<p>Unassigns a user from a group.</p>\n","urlObject":{"path":["security","groups","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The identifier of a user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"17b6a9a4-5a28-4d66-a616-b03691865eba","name":"Unassign a Group User","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"{{string}}\",\r\n  \"userId\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/users?groupId={{string}}&userId={{string}}","host":["{{base_url}}"],"path":["security","users"],"query":[{"key":"groupId","value":"{{string}}","description":"*Required.*  \nThe identifier of a group."},{"key":"userId","value":"{{string}}","description":"*Required.*  \nThe identifier of a user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"users\": [\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"email\": \"{{string}}\",\n                \"firstName\": \"{{string}}\",\n                \"lastName\": \"{{string}}\",\n                \"role\": \"{{string}}\",\n                \"userId\": \"{{string}}\",\n                \"active\": \"{{integer}}\",\n                \"address1\": \"{{string}}\",\n                \"address2\": \"{{string}}\",\n                \"alternateManager\": \"{{string}}\",\n                \"authType\": \"{{integer}}\",\n                \"city\": \"{{string}}\",\n                \"controlCountries\": [\n                    \"{{string}}\",\n                    \"{{string}}\"\n                ],\n                \"country\": \"{{string}}\",\n                \"delegate\": \"{{string}}\",\n                \"department\": \"{{string}}\",\n                \"description\": \"{{string}}\",\n                \"domain\": \"{{string}}\",\n                \"failedLogins\": \"{{integer}}\",\n                \"fax\": \"{{string}}\",\n                \"isLocked\": \"{{boolean}}\",\n                \"isOutOfOffice\": \"{{boolean}}\",\n                \"lastUpdate\": \"{{date-time}}\",\n                \"lastUpdateUserId\": \"{{string}}\",\n                \"location\": \"{{string}}\",\n                \"manager\": \"{{string}}\",\n                \"notes\": \"{{string}}\",\n                \"phone\": \"{{string}}\",\n                \"products\": [\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"compatibilityVersion\": \"{{integer}}\",\n                        \"description\": \"{{string}}\",\n                        \"productId\": \"{{string}}\",\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"state\": \"{{string}}\",\n                \"zip\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"cfa33ffa-a144-4d42-a296-3c7e030ec5ba"}],"id":"b0977d7a-2f77-45dc-bb53-1a981cd2b731","_postman_id":"b0977d7a-2f77-45dc-bb53-1a981cd2b731","description":""},{"name":"Product Rights","item":[{"name":"Retrieve Default Product Rights","id":"93d8191f-798d-4e2a-9fe4-1f36354d0f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/product-rights/defaults?productId={{string}}","description":"<p>Retrieve the default product rights for the specified product.</p>\n","urlObject":{"path":["security","groups","product-rights","defaults"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"6d2260ea-8dea-40b6-8fdf-b83bff588541","name":"Retrieve Default Product Rights","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/products?ProductId=Acumen","host":["{{base_url}}"],"path":["security","products"],"query":[{"key":"ProductId","value":"Acumen","description":"*Required.*  \nThe identifier of a product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"product\": {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        \"productRights\": [\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"93d8191f-798d-4e2a-9fe4-1f36354d0f92"},{"name":"Retrieve Group Product Rights","id":"30468275-4de5-41fb-8b95-23096108a63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/product-rights/defaults?groupId={{string}}&productId={{string}}","description":"<p>Retrieve the product rights for the specified product and group.</p>\n","urlObject":{"path":["security","groups","product-rights","defaults"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The identifier of a product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"cc0b126b-8cae-4b7f-8f92-71f5aa9275e7","name":"Retrieve Group Product Rights","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/groups/product-rights/defaults?groupId={{string}}&productId={{string}}","host":["{{base_url}}"],"path":["security","groups","product-rights","defaults"],"query":[{"key":"groupId","value":"{{string}}","description":"*Required.*  \nThe identifier of a group."},{"key":"productId","value":"{{string}}","description":"*Required.*  \nThe identifier of a product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"product\": {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        \"productRights\": [\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"30468275-4de5-41fb-8b95-23096108a63c"},{"name":"Update  Group Product Rights","id":"5668d230-a91e-423a-9244-0e6ea452581c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupId\": \"{{string}}\",\r\n    \"productId\": \"Shared\",\r\n    \"productRights\": [\r\n        {\r\n            \"enabledRight\": \"{{boolean}}\",\r\n            \"pfgUid\": \"{{string}}\",\r\n            \"visibleRight\": \"{{boolean}}\",\r\n            \"version\": \"{{integer}}\"\r\n        },\r\n        {\r\n            \"enabledRight\": \"{{boolean}}\",\r\n            \"pfgUid\": \"{{string}}\",\r\n            \"visibleRight\": \"{{boolean}}\",\r\n            \"version\": \"{{integer}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/product-rights/defaults","description":"<p>Update the product rights for the specified product and group.</p>\n","urlObject":{"path":["security","groups","product-rights","defaults"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7c8a2148-89f2-4207-a57a-8b8f5247a13e","name":"Update Product Rights","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupId\": \"{{string}}\",\r\n    \"productId\": \"Shared\",\r\n    \"productRights\": [\r\n        {\r\n            \"enabledRight\": \"{{boolean}}\",\r\n            \"pfgUid\": \"{{string}}\",\r\n            \"visibleRight\": \"{{boolean}}\",\r\n            \"version\": \"{{integer}}\"\r\n        },\r\n        {\r\n            \"enabledRight\": \"{{boolean}}\",\r\n            \"pfgUid\": \"{{string}}\",\r\n            \"visibleRight\": \"{{boolean}}\",\r\n            \"version\": \"{{integer}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/product-rights/defaults"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"groupId\": \"{{string}}\",\n        \"product\": {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        \"productRights\": [\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"description\": \"{{string}}\",\n                \"level\": \"{{integer}}\",\n                \"enabledRight\": \"{{boolean}}\",\n                \"parentPfgUid\": \"{{string}}\",\n                \"pfgId\": \"{{string}}\",\n                \"pfgUid\": \"{{string}}\",\n                \"visibleRight\": \"{{boolean}}\",\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"5668d230-a91e-423a-9244-0e6ea452581c"}],"id":"d5e90984-1294-4ff8-bef2-703ce5ceffb9","_postman_id":"d5e90984-1294-4ff8-bef2-703ce5ceffb9","description":""},{"name":"Assignments","item":[{"name":"Retrieve Group Access Controls","id":"059463e3-3bd4-4337-ada3-272342696f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/assignments?groupId={{string}}","description":"<p>Retrieves the access controls for the specified group.</p>\n","urlObject":{"path":["security","groups","assignments"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"2f1f4030-edc3-4030-9a16-f04573cb0b0a","name":"Retrieve Group Access Controls","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"/security/groups/assignnments?groupId={{string}}","path":["security","groups","assignnments"],"query":[{"key":"groupId","value":"{{string}}","description":"*Required.*  \nThe identifier of a group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"elapsed\": \"string\",\r\n  \"version\": 0,\r\n  \"object\": {\r\n    \"groupId\": \"string\",\r\n    \"groupAccessControl\": [\r\n      {\r\n        \"objectName\": \"string\",\r\n        \"objectType\": \"string\",\r\n        \"product\": {\r\n          \"compatibilityVersion\": 0,\r\n          \"description\": \"string\",\r\n          \"productId\": \"string\",\r\n          \"version\": 0\r\n        },\r\n        \"isReadOnly\": true,\r\n        \"roleId\": \"string\",\r\n        \"role\": {\r\n          \"assignedGroupsCount\": 0,\r\n          \"assignedUsersCount\": 0,\r\n          \"description\": \"string\",\r\n          \"manager\": \"string\",\r\n          \"roleId\": \"string\",\r\n          \"version\": 0\r\n        },\r\n        \"version\": 0\r\n      }\r\n    ],\r\n    \"version\": 0\r\n  }\r\n}\r\n"}],"_postman_id":"059463e3-3bd4-4337-ada3-272342696f94"},{"name":"Delete Group Access Controls","id":"846000c6-03f8-4363-b18f-2dd194188fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/assignnments?groupId={{string}}","description":"<p>Removes all the access controls for the specified group.</p>\n","urlObject":{"path":["security","groups","assignnments"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"3d75cadc-1258-43d0-a188-ae5f4bc91dc1","name":"Delete Group Access Controls","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/groups/assignnments?groupId={{string}}","host":["{{base_url}}"],"path":["security","groups","assignnments"],"query":[{"key":"groupId","value":"{{string}}","description":"The identifier of a group."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"846000c6-03f8-4363-b18f-2dd194188fb3"}],"id":"e984bfe3-45bf-420c-a3d6-dc37ec8285bf","_postman_id":"e984bfe3-45bf-420c-a3d6-dc37ec8285bf","description":""},{"name":"Retrieve Groups","id":"5d97af82-5c29-4317-bbf7-dbcf8ffda576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/?groupId={{string}}","description":"<p>Retrieve all the groups or a specific group if the groupId is specified.</p>\n","urlObject":{"path":["security","groups",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"8115fdb1-a8ec-42cf-897c-fe9a4530f1ad","name":"Retrieve Groups","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/groups/?groupId={{string}}","host":["{{base_url}}"],"path":["security","groups",""],"query":[{"key":"groupId","value":"{{string}}","description":"*Optional.*  \nThe identifier of a group."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n  \"objects\": [\n    {\n      \"groupId\": \"{{string}}\",\n      \"manager\": \"{{string}}\",\n      \"roleId\": \"{{string}}\",\n      \"assignedUsersCount\": \"{{integer}}\",\n      \"controlCountry\": \"{{string}}\",\n      \"description\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    {\n      \"groupId\": \"{{string}}\",\n      \"manager\": \"{{string}}\",\n      \"roleId\": \"{{string}}\",\n      \"assignedUsersCount\": \"{{integer}}\",\n      \"controlCountry\": \"{{string}}\",\n      \"description\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}"}],"_postman_id":"5d97af82-5c29-4317-bbf7-dbcf8ffda576"},{"name":"Create a Group","id":"0f5838dc-16ae-43a7-855a-a3cc06804d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"group\": {\r\n    \"controlCountry\": \"string\",\r\n    \"description\": \"string\",\r\n    \"groupId\": \"string\",\r\n    \"manager\": \"string\",\r\n    \"roleId\": \"string\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/","description":"<p>Creates a new group.</p>\n","urlObject":{"path":["security","groups",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3a67a132-6b32-4207-a229-6719c5997991","name":"Create a Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"group\": {\r\n    \"controlCountry\": \"string\",\r\n    \"description\": \"string\",\r\n    \"groupId\": \"string\",\r\n    \"manager\": \"string\",\r\n    \"roleId\": \"string\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"string\",\n    \"version\": 0,\n    \"object\": {\n        \"assignedUsersCount\": 0,\n        \"controlCountry\": \"string\",\n        \"description\": \"string\",\n        \"groupId\": \"string\",\n        \"manager\": \"string\",\n        \"roleId\": \"string\",\n        \"version\": 0\n    }\n}"}],"_postman_id":"0f5838dc-16ae-43a7-855a-a3cc06804d8d"},{"name":"Update a Group","id":"8c8853ae-fd47-41d2-afe8-db24243a26ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"group\": {\r\n    \"controlCountry\": \"string\",\r\n    \"description\": \"string\",\r\n    \"groupId\": \"string\",\r\n    \"manager\": \"string\",\r\n    \"roleId\": \"string\"\r\n  },\r\n  \"validateOnly\": true,\r\n  \"resolveConflict\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/","description":"<p>Updates the specified group.</p>\n","urlObject":{"path":["security","groups",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"37a6d589-533f-4946-8ee5-409a2d51a730","name":"Update a Group","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"groupId\": \"string\",\r\n  \"group\": {\r\n    \"controlCountry\": \"string\",\r\n    \"description\": \"string\",\r\n    \"groupId\": \"string\",\r\n    \"manager\": \"string\",\r\n    \"roleId\": \"string\"\r\n  },\r\n  \"validateOnly\": true,\r\n  \"resolveConflict\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/groups/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"groupId\": \"string\",\n    \"group\": {\n        \"controlCountry\": \"string\",\n        \"description\": \"string\",\n        \"groupId\": \"string\",\n        \"manager\": \"string\",\n        \"roleId\": \"string\"\n    },\n    \"validateOnly\": true,\n    \"resolveConflict\": true\n}"}],"_postman_id":"8c8853ae-fd47-41d2-afe8-db24243a26ac"},{"name":"Delete a Group","id":"67fd01ba-3306-4a64-8ef7-a34faf444657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/groups/?groupId={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","description":"<p>Deletes the specified group.</p>\n","urlObject":{"path":["security","groups",""],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a group.</p>\n","type":"text/plain"},"key":"groupId","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request was set to validate only. If true, the validation passes and skips the execution. Otherwise, it performs the deletion.</p>\n","type":"text/plain"},"key":"validateOnly","value":"{{boolean}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request automatically resolve conflicts. If true, the request automatically resolve conflicts. Otherwise, it does not.</p>\n","type":"text/plain"},"key":"resolveConflict","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"036cdb49-8791-467b-84c0-9f72d38dfda6","name":"Delete a Group","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/groups/?groupId={{string}}&validateOnly={{boolean}}&resolveConflict={{boolean}}","host":["{{base_url}}"],"path":["security","groups",""],"query":[{"key":"groupId","value":"{{string}}","description":"*Required.*  \nThe identifier of a group."},{"key":"validateOnly","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request was set to validate only. If true, the validation passes and skips the execution. Otherwise, it performs the deletion."},{"key":"resolveConflict","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request automatically resolve conflicts. If true, the request automatically resolve conflicts. Otherwise, it does not."}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"67fd01ba-3306-4a64-8ef7-a34faf444657"}],"id":"a0b6403d-6ccd-44b7-8592-cee3f2d82cd9","description":"<p>The Groups API provides mechanisms for manipulating and retrieving group related data.</p>\n","_postman_id":"a0b6403d-6ccd-44b7-8592-cee3f2d82cd9"},{"name":"Sessions","item":[{"name":"Clean Expired User Sessions","id":"e446de2f-379a-4a3e-9dc4-a5c628b52372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/sessions/cleaner","description":"<p>Cleanups expired user sessions for PPM Administrator.</p>\n","urlObject":{"path":["security","sessions","cleaner"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1369a8ca-fc82-429e-9b66-53469f5237c3","name":"Clean Expired User Sessions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{base_url}}/security/groups/users/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e446de2f-379a-4a3e-9dc4-a5c628b52372"}],"id":"79c2adf2-4f75-42be-ad79-4f9a0fc385e0","_postman_id":"79c2adf2-4f75-42be-ad79-4f9a0fc385e0","description":""},{"name":"Licenses","item":[{"name":"Users","item":[{"name":"Retrieve Licensed Users","id":"0ee2dee5-5e99-44db-b4da-dbd152efcf17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses/users?licenseUid={{string}}","description":"<p>Retrieves the users currently assigned to the specified license.</p>\n","urlObject":{"path":["security","licenses","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"7f017bfc-3f1e-4519-b9c8-3dfabb6c5daa","name":"Retrieve Licensed Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{base_url}}/security/licenses/users?licenseUid={{string}}","host":["{base_url}}"],"path":["security","licenses","users"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"LicenseKey\": \"{{string}}\",\n        \"ProductAssociations\": [\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"0ee2dee5-5e99-44db-b4da-dbd152efcf17"},{"name":"Update a Licensed User","id":"7268acb1-5dab-4766-bfc3-d9d1f90f8116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses/users","description":"<p>Updates the privileges associated with the user for the specified license.</p>\n","urlObject":{"path":["security","licenses","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e761e7d6-be36-4e7c-9a8a-774e23fed98f","name":"Update a Licensed User","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{base_url}}/security/licenses/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"LicenseKey\": \"{{string}}\",\n        \"ProductAssociations\": [\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"7268acb1-5dab-4766-bfc3-d9d1f90f8116"},{"name":"Assign a Licensed User","id":"89eb580c-5b80-459c-a4e4-5849eef9a654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses/users","description":"<p>Assigns a user to the specified license.</p>\n","urlObject":{"path":["security","licenses","users"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1ad37a84-3aa2-46ce-b5c5-20e41703f1c9","name":"Assign a Licensed User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{string}}\",\r\n    \"licenseUid\": \"{{string}}\",\r\n    \"isSystemAdministrator\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{base_url}}/security/licenses/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"LicenseKey\": \"{{string}}\",\n        \"ProductAssociations\": [\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"89eb580c-5b80-459c-a4e4-5849eef9a654"},{"name":"Unassign a Licensed User","id":"5baeb91d-65f6-414b-96c3-212da1f98d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses/users?licenseUid={{string}}&userId={{string}}","description":"<p>Unassigns a user from the specified license.</p>\n","urlObject":{"path":["security","licenses","users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"},{"description":{"content":"<p><em>Required</em>.<br />The identifier of the user.</p>\n","type":"text/plain"},"key":"userId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"d18d7ae6-aaed-4039-8967-cf10cc8ce950","name":"Unassign a Licensed User","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{base_url}}/security/licenses/users?licenseUid={{string}}&userId={{string}}","host":["{base_url}}"],"path":["security","licenses","users"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."},{"key":"userId","value":"{{string}}","description":"*Required*.  \nThe identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"LicenseKey\": \"{{string}}\",\n        \"ProductAssociations\": [\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"5baeb91d-65f6-414b-96c3-212da1f98d7e"}],"id":"af4176a3-1795-45d7-ad89-74653eeda512","_postman_id":"af4176a3-1795-45d7-ad89-74653eeda512","description":""},{"name":"User Sessions","item":[{"name":"Retrieve Licensed User Sessions","id":"1919c68d-88a3-4356-92e6-3e899effc11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses/user-sessions?licenseUid={{string}","description":"<p>Retrieve logged in users for the specified license.</p>\n","urlObject":{"path":["security","licenses","user-sessions"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}"}],"variable":[]}},"response":[{"id":"cbcffa1b-ae47-4a78-b369-6048a1b545ef","name":"Retrieve Licensed User Sessions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{base_url}}/security/licenses/users?licenseUid={{string}}","host":["{base_url}}"],"path":["security","licenses","users"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"licenseUid\": \"{{string}}\",\n        \"userSession\": [\n            {\n                \"sessionId\": \"{{string}}\",\n                \"machineId\": \"{{string}}\",\n                \"loginTime\": \"{{string}}\",\n                \"isDisconnected\": \"<boolean>\",\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"<boolean>\",\n                    \"isOutOfOffice\": \"<boolean>\",\n                    \"lastUpdate\": \"<dateTime>\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"sessionId\": \"{{string}}\",\n                \"machineId\": \"{{string}}\",\n                \"loginTime\": \"{{string}}\",\n                \"isDisconnected\": \"<boolean>\",\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"<boolean>\",\n                    \"isOutOfOffice\": \"<boolean>\",\n                    \"lastUpdate\": \"<dateTime>\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"1919c68d-88a3-4356-92e6-3e899effc11f"},{"name":"Update Licensed User Sessions","id":"4a68c690-470b-4961-b2eb-2330114e12a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"licenseUid\": \"string\",\r\n  \"sessionId\": \"string\",\r\n  \"userSession\": {\r\n    \"isDisconnected\": true\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses/user-sessions","description":"<p>Updates a user session for the specified license.</p>\n<p><strong>NOTE:</strong> When the \"isDisconnected\" is set to true, the product application will be notified to logged-out the user on its convenient and safer time. For example, if the user is currently running a process, the product application may wait for the process to complete before logging-out the user.<br />When the user session is disconnected, the \"isDisconnected\" cannot be set back to false.</p>\n","urlObject":{"path":["security","licenses","user-sessions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"10b0bacc-882c-4480-8af4-63f18c9f67ce","name":"Update Licensed User Sessions","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"licenseUid\": \"string\",\r\n  \"sessionId\": \"string\",\r\n  \"userSession\": {\r\n    \"isDisconnected\": true\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{base_url}}/security/licenses/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"licenseUid\": \"{{string}}\",\n        \"userSession\": [\n            {\n                \"sessionId\": \"{{string}}\",\n                \"machineId\": \"{{string}}\",\n                \"loginTime\": \"{{string}}\",\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"<boolean>\",\n                    \"isOutOfOffice\": \"<boolean>\",\n                    \"lastUpdate\": \"<dateTime>\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"sessionId\": \"{{string}}\",\n                \"machineId\": \"{{string}}\",\n                \"loginTime\": \"{{string}}\",\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"user\": {\n                    \"email\": \"{{string}}\",\n                    \"firstName\": \"{{string}}\",\n                    \"lastName\": \"{{string}}\",\n                    \"role\": \"{{string}}\",\n                    \"userId\": \"{{string}}\",\n                    \"active\": \"{{integer}}\",\n                    \"address1\": \"{{string}}\",\n                    \"address2\": \"{{string}}\",\n                    \"alternateManager\": \"{{string}}\",\n                    \"authType\": \"{{integer}}\",\n                    \"city\": \"{{string}}\",\n                    \"controlCountries\": [\n                        \"{{string}}\",\n                        \"{{string}}\"\n                    ],\n                    \"country\": \"{{string}}\",\n                    \"delegate\": \"{{string}}\",\n                    \"department\": \"{{string}}\",\n                    \"description\": \"{{string}}\",\n                    \"domain\": \"{{string}}\",\n                    \"failedLogins\": \"{{integer}}\",\n                    \"fax\": \"{{string}}\",\n                    \"isLocked\": \"<boolean>\",\n                    \"isOutOfOffice\": \"<boolean>\",\n                    \"lastUpdate\": \"<dateTime>\",\n                    \"lastUpdateUserId\": \"{{string}}\",\n                    \"location\": \"{{string}}\",\n                    \"manager\": \"{{string}}\",\n                    \"notes\": \"{{string}}\",\n                    \"phone\": \"{{string}}\",\n                    \"products\": [\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        },\n                        {\n                            \"compatibilityVersion\": \"{{integer}}\",\n                            \"description\": \"{{string}}\",\n                            \"productId\": \"{{string}}\",\n                            \"version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"state\": \"{{string}}\",\n                    \"zip\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"4a68c690-470b-4961-b2eb-2330114e12a4"},{"name":"Delete User Session and Locks","id":"16ac71fc-381d-4856-a526-8221c69a770b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses/logged-in-users?licenseUid={{string}}&sessionId={{string}}","description":"<p>Deletes the specified session together with object locks.</p>\n<p><strong>NOTE:</strong> Calling this service will immediately remove the sessions and object locks. This may harm the data being accessed by the user. Only use this when it is no longer possible to logged-out the user on the product application.<br />To notify the product to logged-out the user, use the PUT Update Licensed User Sessions service and set the \"isDisconnected\" to true.</p>\n","urlObject":{"path":["security","licenses","logged-in-users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"},{"description":{"content":"<p><em>Required</em>.<br />(Base64Url)<br />The identifier of the session.</p>\n","type":"text/plain"},"key":"sessionId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"35f44741-5a78-4f35-8fc3-bd806dc93c49","name":"Delete User Session and Locks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{base_url}}/security/licenses/users?licenseUid={{string}}&sessionId={{string}}","host":["{base_url}}"],"path":["security","licenses","users"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."},{"key":"sessionId","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe identifier of the session."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"licenseUid\": \"{{string}}\",\n    \"userSession\": [\n      {\n        \"sessionId\": \"{{string}}\",\n        \"machineId\": \"{{string}}\",\n        \"loginTime\": \"{{string}}\",\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"sessionId\": \"{{string}}\",\n        \"machineId\": \"{{string}}\",\n        \"loginTime\": \"{{string}}\",\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"16ac71fc-381d-4856-a526-8221c69a770b"}],"id":"4d801ef4-8acb-4963-81a1-8b0d7f9b177c","_postman_id":"4d801ef4-8acb-4963-81a1-8b0d7f9b177c","description":""},{"name":"Unassigned Users","item":[{"name":"Retrieve Unassigned Licensed Users","id":"3e1a4611-9666-47f0-9ed9-7880942ca536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses/unassigned-users?licenseUid={{string}}","description":"<p>Retrieve available users that can be assigned to the specified license.</p>\n","urlObject":{"path":["security","licenses","unassigned-users"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"d003f3b7-0a7e-46b2-aba1-c5e9f12d8f2d","name":"Retrieve Unassigned Licensed Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{base_url}}/security/licenses/unassigned-users?licenseUid={{string}}","host":["{base_url}}"],"path":["security","licenses","unassigned-users"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"licenseUid\": \"{{string}}\",\n    \"users\": [\n      {\n        \"email\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"role\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"active\": \"{{integer}}\",\n        \"address1\": \"{{string}}\",\n        \"address2\": \"{{string}}\",\n        \"alternateManager\": \"{{string}}\",\n        \"authType\": \"{{integer}}\",\n        \"city\": \"{{string}}\",\n        \"controlCountries\": [\n          \"{{string}}\",\n          \"{{string}}\"\n        ],\n        \"country\": \"{{string}}\",\n        \"delegate\": \"{{string}}\",\n        \"department\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"domain\": \"{{string}}\",\n        \"failedLogins\": \"{{integer}}\",\n        \"fax\": \"{{string}}\",\n        \"isLocked\": \"{{boolean}}\",\n        \"isOutOfOffice\": \"{{boolean}}\",\n        \"lastUpdate\": \"{{date-time}}\",\n        \"lastUpdateUserId\": \"{{string}}\",\n        \"location\": \"{{string}}\",\n        \"manager\": \"{{string}}\",\n        \"notes\": \"{{string}}\",\n        \"phone\": \"{{string}}\",\n        \"products\": [\n          {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"state\": \"{{string}}\",\n        \"zip\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"email\": \"{{string}}\",\n        \"firstName\": \"{{string}}\",\n        \"lastName\": \"{{string}}\",\n        \"role\": \"{{string}}\",\n        \"userId\": \"{{string}}\",\n        \"active\": \"{{integer}}\",\n        \"address1\": \"{{string}}\",\n        \"address2\": \"{{string}}\",\n        \"alternateManager\": \"{{string}}\",\n        \"authType\": \"{{integer}}\",\n        \"city\": \"{{string}}\",\n        \"controlCountries\": [\n          \"{{string}}\",\n          \"{{string}}\"\n        ],\n        \"country\": \"{{string}}\",\n        \"delegate\": \"{{string}}\",\n        \"department\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"domain\": \"{{string}}\",\n        \"failedLogins\": \"{{integer}}\",\n        \"fax\": \"{{string}}\",\n        \"isLocked\": \"{{boolean}}\",\n        \"isOutOfOffice\": \"{{boolean}}\",\n        \"lastUpdate\": \"{{date-time}}\",\n        \"lastUpdateUserId\": \"{{string}}\",\n        \"location\": \"{{string}}\",\n        \"manager\": \"{{string}}\",\n        \"notes\": \"{{string}}\",\n        \"phone\": \"{{string}}\",\n        \"products\": [\n          {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"compatibilityVersion\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"productId\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"state\": \"{{string}}\",\n        \"zip\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"3e1a4611-9666-47f0-9ed9-7880942ca536"}],"id":"97890bd0-e88a-4bde-89ae-8b3aa26339a6","_postman_id":"97890bd0-e88a-4bde-89ae-8b3aa26339a6","description":""},{"name":"Parser","item":[{"name":"Parse a License","id":"b952ec7e-3363-4907-a119-0257d5ff7b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"integer\",\r\n    \"licenseKey\": \"string\",\r\n    \"clientId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses/parser","description":"<p>Parses the specified license.</p>\n<p><strong>Note:</strong>\nWhen the \"isDisconnected\" is set to true, the product application will be notified to logged-out the user on its convenient and safer time. For example, if the user is currently running a process, the product application may wait for the process to complete before logging-out the user.\nWhen the user session is disconnected, the \"isDisconnected\" cannot be set back to false.</p>\n","urlObject":{"path":["security","licenses","parser"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2e6c25f8-7ae1-4f14-953c-e81f17d3240e","name":"Parse a License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"integer\",\r\n    \"licenseKey\": \"string\",\r\n    \"clientId\": \"string\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{base_url}}/security/licenses/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"version\": \"{{integer}}\",\r\n  \"elapsed\": \"{{string}}\",  \r\n  \"objects\": [\r\n    {\r\n      \"assignedUsersCount\": \"{{integer}}\",\r\n      \"clientId\": \"{{string}}\",\r\n      \"expirationDate\": \"{{date-time}}\",\r\n      \"isUnlimitedUsers\": \"{{boolean}}\",\r\n      \"licenseKey\": \"{{string}}\",\r\n      \"licenseType\": \"{{string}}\",\r\n      \"licenseUid\": \"{{string}}\",\r\n      \"licenseUsersCount\": \"{{integer}}\",\r\n      \"organization\": \"{{string}}\",\r\n      \"product\": {\r\n        \"compatibilityVersion\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"productId\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      },\r\n      \"sysadminSessionsCount\": \"{{integer}}\",\r\n      \"userSessionsCount\": \"{{integer}}\",\r\n      \"version\": \"{{integer}}\"\r\n    }\r\n  ]\r\n}\r\n"}],"_postman_id":"b952ec7e-3363-4907-a119-0257d5ff7b1c"}],"id":"091a3959-c212-4f54-9f50-b6c2d27a094f","_postman_id":"091a3959-c212-4f54-9f50-b6c2d27a094f","description":""},{"name":"Add a License","id":"a7ce7c6b-f926-4f36-9ad6-a17f3a6a3905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"integer\",\r\n    \"licenseKey\": \"string\",\r\n    \"organization\": \"string\",\r\n    \"clientId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses","description":"<p>Adds a license.</p>\n","urlObject":{"path":["security","licenses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"061c443d-8601-4773-91c9-e82732fca566","name":"Add a License","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"integer\",\r\n    \"licenseKey\": \"string\",\r\n    \"organization\": \"string\",\r\n    \"clientId\": \"string\",\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n  \"version\": \"{{integer}}\",\r\n  \"elapsed\": \"{{string}}\",  \r\n  \"objects\": [\r\n    {\r\n      \"assignedUsersCount\": \"{{integer}}\",\r\n      \"clientId\": \"{{string}}\",\r\n      \"expirationDate\": \"{{date-time}}\",\r\n      \"isUnlimitedUsers\": \"{{boolean}}\",\r\n      \"licenseKey\": \"{{string}}\",\r\n      \"licenseType\": \"{{string}}\",\r\n      \"licenseUid\": \"{{string}}\",\r\n      \"licenseUsersCount\": \"{{integer}}\",\r\n      \"organization\": \"{{string}}\",\r\n      \"product\": {\r\n        \"compatibilityVersion\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"productId\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      },\r\n      \"sysadminSessionsCount\": \"{{integer}}\",\r\n      \"userSessionsCount\": \"{{integer}}\",\r\n      \"version\": \"{{integer}}\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a7ce7c6b-f926-4f36-9ad6-a17f3a6a3905"},{"name":"Retrieve Licenses","id":"8b8456cb-3a7e-46dc-9de7-2828a88751c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/licenses?licenseUid={{string}}","description":"<p>Retrieves all licenses or a single license if licenseUid is provided.</p>\n","urlObject":{"path":["security","licenses"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"dded1cec-da17-4ffd-ae7c-9cdd10cb92ef","name":"Retrieve Licenses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/licenses?licenseUid={{string}}","host":["{{base_url}}"],"path":["security","licenses"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required*.  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n  \"objects\": [\n    {\n      \"assignedUsersCount\": \"{{integer}}\",\n      \"clientId\": \"{{string}}\",\n      \"isUnlimitedUsers\": \"{{boolean}}\",\n      \"loggedInUsersCount\": \"{{integer}}\",\n      \"licenseKey\": \"{{string}}\",\n      \"licenseType\": \"{{string}}\",\n      \"licenseUid\": \"{{string}}\",\n      \"licenseUsersCount\": \"{{integer}}\",\n      \"organization\": \"{{string}}\",\n      \"product\": {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      \"version\": \"{{integer}}\"\n    },\n    {\n      \"assignedUsersCount\": \"{{integer}}\",\n      \"clientId\": \"{{string}}\",\n      \"isUnlimitedUsers\": \"{{boolean}}\",\n      \"loggedInUsersCount\": \"{{integer}}\",\n      \"licenseKey\": \"{{string}}\",\n      \"licenseType\": \"{{string}}\",\n      \"licenseUid\": \"{{string}}\",\n      \"licenseUsersCount\": \"{{integer}}\",\n      \"organization\": \"{{string}}\",\n      \"product\": {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}"}],"_postman_id":"8b8456cb-3a7e-46dc-9de7-2828a88751c9"},{"name":"Remove a License","id":"4a6113f3-b11f-45c4-8631-5375f71d7947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/licenses?licenseUid={{string}}","description":"<p>Removes a license.</p>\n","urlObject":{"path":["security","licenses"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The unique identifier of the license.</p>\n","type":"text/plain"},"key":"licenseUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"faedd8d6-d04c-4c74-b0d7-146f88b1834d","name":"Remove a License","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/licenses?licenseUid={{string}}","host":["{{base_url}}"],"path":["security","licenses"],"query":[{"key":"licenseUid","value":"{{string}}","description":"*Required.*  \n(Base64Url)  \nThe unique identifier of the license."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"4a6113f3-b11f-45c4-8631-5375f71d7947"}],"id":"7a19be90-017c-4a8f-baf9-dcdab0e04115","description":"<p>The Licenses API provides mechanisms for managing product licenses, user licenses and sessions.</p>\n","_postman_id":"7a19be90-017c-4a8f-baf9-dcdab0e04115"},{"name":"Lookups","item":[{"name":"Retrieve Countries","id":"838c9e5f-ef48-40ce-a6ab-2a5ed235f8f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/lookups/countries","description":"<p>Retrieves a list of all countries.</p>\n","urlObject":{"path":["security","lookups","countries"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"db4e7de6-5c51-45aa-beb5-f0129725fdaf","name":"Retrieve Countries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/lookups/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"LicenseKey\": \"{{string}}\",\n        \"ProductAssociations\": [\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ProductId\": \"{{integer}}\",\n                \"Description\": \"{{string}}\",\n                \"UserId\": \"{{string}}\",\n                \"LicenseUid\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"838c9e5f-ef48-40ce-a6ab-2a5ed235f8f6"},{"name":"Retrieve States","id":"28e7e5e7-1e72-4a8e-a59a-173dde9009c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/lookups/states","description":"<p>Retrieves a list of all states.</p>\n","urlObject":{"path":["security","lookups","states"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b7063f85-c0fc-46f7-9b4c-7b88312787ea","name":"Retrieve States","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/lookups/states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\",\n        {\n            \"table_Type\": \"{{string}}\",\n            \"name\": \"{{string}}\",\n            \"type\": \"{{string}}\",\n            \"length\": \"{{integer}}\",\n            \"scale\": \"{{integer}}\",\n            \"flags\": \"{{integer}}\",\n            \"localizedName\": \"{{string}}\",\n            \"fKeyTable\": \"{{string}}\",\n            \"fKeyName\": \"{{string}}\",\n            \"fKeyRequired\": \"{{boolean}}\"\n        }\n},\n    \"objects\": [\n        {\n            \"id\": \"{{integer}}\",\n            \"name\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        {\n            \"id\": \"{{integer}}\",\n            \"name\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"28e7e5e7-1e72-4a8e-a59a-173dde9009c4"}],"id":"6af61f31-6561-4826-97b6-dd8db3ade9fb","description":"<p>Manipulates lookup data in your PPM Administrator application instance.</p>\n","_postman_id":"6af61f31-6561-4826-97b6-dd8db3ade9fb"},{"name":"AI Configuration","item":[{"name":"Validator","item":[{"name":"Validate AI Connection","id":"07e693e1-2ee6-4dae-a156-7392dfc7443f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"aiApiEndpoint\": \"{{string}}\",\r\n    \"aiApiKey\": \"{{string}}\",\r\n    \"aiDeploymentName\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/ai-config/validator","description":"<p>Checks if the specified AI connection is valid.</p>\n","urlObject":{"path":["security","ai-config","validator"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d5096a48-4be3-4927-ac21-9cfdc099df27","name":"Validate AI Connection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"aiApiEndpoint\": \"{{string}}\",\r\n    \"aiApiKey\": \"{{string}}\",\r\n    \"aiDeploymentName\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/control-countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"message\": \"{{string}}\",\n    \"isSuccessful\": \"{{boolean}}\"\n  }\n}"}],"_postman_id":"07e693e1-2ee6-4dae-a156-7392dfc7443f"}],"id":"361fa99d-d8c4-4ebe-a966-8ac46673b629","_postman_id":"361fa99d-d8c4-4ebe-a966-8ac46673b629","description":""}],"id":"85c27eed-eaa1-4952-82f6-65f7468baf9e","description":"<p>Manipulates AI configuration data in your PPM Administrator application instance.</p>\n","_postman_id":"85c27eed-eaa1-4952-82f6-65f7468baf9e"},{"name":"Email Configuration","item":[{"name":"Validator","item":[{"name":"Validate Email Connection","id":"d0274328-18e4-4491-963c-00877548d7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"authenticationPassword\": \"{{string}}\",\r\n    \"authenticationUsername\": \"{{string}}\",\r\n    \"defaultSender\": \"{{string}}\",\r\n    \"defaultSenderDisplayName\": \"{{string}}\",\r\n    \"host\": \"{{string}}\",\r\n    \"port\": \"{{integer}}\",\r\n    \"useTLS\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/email-config/validator","description":"<p>Checks if the specified email configuration is valid and sends a test email to the current user.</p>\n","urlObject":{"path":["security","email-config","validator"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ffe39aa8-e876-4c9d-85a3-ea4b87e2fe85","name":"Validate Email Connection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"authenticationPassword\": \"{{string}}\",\r\n    \"authenticationUsername\": \"{{string}}\",\r\n    \"defaultSender\": \"{{string}}\",\r\n    \"defaultSenderDisplayName\": \"{{string}}\",\r\n    \"host\": \"{{string}}\",\r\n    \"port\": \"{{integer}}\",\r\n    \"useTLS\": \"{{boolean}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/control-countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"d0274328-18e4-4491-963c-00877548d7fc"}],"id":"61b45888-bbc3-4664-8fb8-0c64e481bba6","_postman_id":"61b45888-bbc3-4664-8fb8-0c64e481bba6","description":""}],"id":"b95bf2b3-b963-45ea-a4fa-847065c1334f","description":"<p>Manipulates email configuration data in your PPM Administrator application instance.</p>\n","_postman_id":"b95bf2b3-b963-45ea-a4fa-847065c1334f"},{"name":"Process Servers","item":[{"name":"Queues","item":[{"name":"Retrieve Process Queue","id":"2dc2fa20-a243-49b0-bdb5-8c764e317ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/process-servers/queues?queueUid={{string}}","description":"<p>Retrieves all the process queue or a specific process queue if the queueUid is specified.</p>\n","urlObject":{"path":["security","process-servers","queues"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />(Base64Url)<br />The unique identifier of the queue.</p>\n","type":"text/plain"},"key":"queueUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"577b3662-1c9e-46e3-a248-28bfff9a9dbe","name":"Retrieve Process Queue","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/process-servers/queues?queueUid={{string}}","host":["{{base_url}}"],"path":["security","process-servers","queues"],"query":[{"key":"queueUid","value":"{{string}}","description":"*Optional.*  \n(Base64Url)  \nThe unique identifier of the queue."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\",\n    \"objects\": [\n        {\n            \"name\": \"{{string}}\",\n            \"queueUid\": \"{{string}}\",\n            \"status\": \"Stopped\",\n            \"server\": \"{{string}}\",\n            \"maxConcurrentJobs\": \"{{integer}}\",\n            \"version\": \"{{integer}}\"\n        },\n        {\n            \"name\": \"{{string}}\",\n            \"queueUid\": \"{{string}}\",\n            \"status\": \"Stopped\",\n            \"server\": \"{{string}}\",\n            \"maxConcurrentJobs\": \"{{integer}}\",\n            \"version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"2dc2fa20-a243-49b0-bdb5-8c764e317ac3"},{"name":"Create a Process Queue","id":"3c45cfee-5892-40da-865f-06f380cf7ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"processQueue\": {\r\n        \"name\": \"{{string}}\",\r\n        \"queueUid\": \"{{string}}\",\r\n        \"status\": \"Running\",\r\n        \"server\": \"{{string}}\",\r\n        \"maxConcurrentJobs\": \"{{integer}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers/queues","description":"<p>Adds a process queue to the specified process server.</p>\n","urlObject":{"path":["security","process-servers","queues"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46132c5c-f2dc-48e3-9bda-40980f8edcd2","name":"Create a Process Queue","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"processQueue\": {\r\n        \"name\": \"{{string}}\",\r\n        \"queueUid\": \"{{string}}\",\r\n        \"status\": \"Running\",\r\n        \"server\": \"{{string}}\",\r\n        \"maxConcurrentJobs\": \"{{integer}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers/queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"name\": \"{{string}}\",\n        \"queueUid\": \"{{string}}\",\n        \"status\": \"Stopped\",\n        \"server\": \"{{string}}\",\n        \"maxConcurrentJobs\": \"{{integer}}\",\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"3c45cfee-5892-40da-865f-06f380cf7ece"},{"name":"Update a Process Queue","id":"db4286fd-7038-458f-89d3-97d440582ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"processQueue\": {\r\n        \"name\": \"{{string}}\",\r\n        \"queueUid\": \"{{string}}\",\r\n        \"status\": \"Running\",\r\n        \"server\": \"{{string}}\",\r\n        \"maxConcurrentJobs\": \"{{integer}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers/queues","description":"<p>Updates a process queue.</p>\n","urlObject":{"path":["security","process-servers","queues"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"af17c9d7-2974-4965-8766-ef2a3e925d2d","name":"Update a Process Queue","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"processQueue\": {\r\n        \"name\": \"{{string}}\",\r\n        \"queueUid\": \"{{string}}\",\r\n        \"status\": \"Running\",\r\n        \"server\": \"{{string}}\",\r\n        \"maxConcurrentJobs\": \"{{integer}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers/queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"queueUid\": \"{{string}}\",\n  \"processQueue\": {\n    \"name\": \"{{string}}\",\n    \"queueUid\": \"{{string}}\",\n    \"status\": \"Running\",\n    \"server\": \"{{string}}\",\n    \"maxConcurrentJobs\": \"{{integer}}\",\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"db4286fd-7038-458f-89d3-97d440582ef7"},{"name":"Delete a Process Queue","id":"e4837432-9142-4779-82c0-148e65111c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers/queues?queueUid={{string}}","description":"<p>Deletes the specified process queue.</p>\n","urlObject":{"path":["security","process-servers","queues"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The unique identifier of the queue.</p>\n","type":"text/plain"},"key":"queueUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"14ce8db3-a3f2-4ff1-be96-e2b5cbf52b84","name":"Delete a Process Queue","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/process-servers/queues?queueUid={{string}}","host":["{{base_url}}"],"path":["security","process-servers","queues"],"query":[{"key":"queueUid","value":"{{string}}","description":"*Required.*  \n(Base64Url)  \nThe unique identifier of the queue."}]}},"code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"e4837432-9142-4779-82c0-148e65111c47"}],"id":"1a85964d-5e1a-4da4-a590-71f37cca1be8","_postman_id":"1a85964d-5e1a-4da4-a590-71f37cca1be8","description":""},{"name":"Retrieve Process Servers","id":"e486db81-db24-42d6-8fd7-d1bd87d2b283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/process-servers?serverName={{string}}","description":"<p>Retrieve all the process servers or the specified process server if the serverName is specified.</p>\n","urlObject":{"path":["security","process-servers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />The name of the server.</p>\n","type":"text/plain"},"key":"serverName","value":"{{string}}"}],"variable":[]}},"response":[{"id":"b933f92f-eac1-4fe2-bd24-5606e19f207e","name":"Retrieve Process Servers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/process-servers?serverName={{string}}","host":["{{base_url}}"],"path":["security","process-servers"],"query":[{"key":"serverName","value":"{{string}}","description":"*Optional.*  \nThe associated server name for the selected DTO request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\"\n}"}],"_postman_id":"e486db81-db24-42d6-8fd7-d1bd87d2b283"},{"name":"Add a Process Server","id":"c6c17943-73c1-4be4-8828-5d2e59c39b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serverName\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers","description":"<p>Adds a process server.</p>\n<p><strong>Note</strong>: This does not create the Process Server service.</p>\n","urlObject":{"path":["security","process-servers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"39341901-c2ff-4dc3-86e0-0aa3cf5273c1","name":"Add a Process Server","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serverName\": \"{{string}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\", \n  \"objects\": [\n    {\n      \"serverName\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}"}],"_postman_id":"c6c17943-73c1-4be4-8828-5d2e59c39b3b"},{"name":"Remove a Process Server","id":"05d2b168-0701-4554-84de-a75fcdc1ce03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/process-servers?serverName={{string}}&validateOnly={{string}}&resolveConflict={{boolean}}","description":"<p>Remove the specified process server.</p>\n<p><strong>Note</strong>: This does not delete the Process Server service.</p>\n","urlObject":{"path":["security","process-servers"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br /> The name of the server.</p>\n","type":"text/plain"},"key":"serverName","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request was set to validate only.<br />If true, the validation passes and skips the execution. Otherwise, it performs the deletion.</p>\n","type":"text/plain"},"key":"validateOnly","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the request automatically resolve conflicts.<br />If true, the request automatically resolve conflicts. Otherwise, it does not.</p>\n","type":"text/plain"},"key":"resolveConflict","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"9ef04506-64fb-4e22-9a75-ae37f5590627","name":"Remove a Process Server","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/process-servers?serverName={{string}}&validateOnly={{string}}&resolveConflict={{boolean}}","host":["{{base_url}}"],"path":["security","process-servers"],"query":[{"key":"serverName","value":"{{string}}","description":"*Required.*  \n The name of the server."},{"key":"validateOnly","value":"{{string}}","description":"*Optional.*  \nThe flag that indicates whether or not the request was set to validate only.  \nIf true, the validation passes and skips the execution. Otherwise, it performs the deletion."},{"key":"resolveConflict","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the request automatically resolve conflicts.  \nIf true, the request automatically resolve conflicts. Otherwise, it does not."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"05d2b168-0701-4554-84de-a75fcdc1ce03"}],"id":"321acebf-cdff-4c40-be84-236eff967871","description":"<p>The Process Servers API provides mechanism to retrieve and manipulate data related to process servers and queues.</p>\n","_postman_id":"321acebf-cdff-4c40-be84-236eff967871"},{"name":"Products","item":[{"name":"Login Configuration","item":[{"name":"Retrieve Product Login Configuration","id":"1bb3796b-5c65-433b-be6a-da171ee2ae68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/products/login-configs?productId={{string}}","description":"<p>Retrieves the product login configuration.</p>\n","urlObject":{"path":["security","products","login-configs"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"057049e6-0976-4b56-9b30-dd006b190e72","name":"Retrieve Product Login Configuration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/products/login-configs?productId={{string}}","host":["{{base_url}}"],"path":["security","products","login-configs"],"query":[{"key":"productId","value":"{{string}}","description":"*Required*  \nThe identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"loginEnabled\": \"{{boolean}}\",\n    \"loginMessage\": \"{{string}}\",\n    \"loginMessageExpireDate\": \"{{date-time}}\",\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"1bb3796b-5c65-433b-be6a-da171ee2ae68"},{"name":"Update Product Login Configuration","id":"9e0d4267-2109-4704-b18c-e4f36d6627ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": {{string}},\r\n    \"productLoginConfiguration\": {\r\n        \"loginEnabled\": {{boolean}},\r\n        \"loginMessage\": {{string}},\r\n        \"loginMessageExpireDate\": {{date-time}}\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/products/login-configs","description":"<p>Updates the product login configuration options.</p>\n","urlObject":{"path":["security","products","login-configs"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"889b5c6f-4526-4268-bfe3-d094acf87681","name":"Update Product Login Configuration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"string\",\r\n    \"productLoginConfiguration\": {\r\n        \"loginEnabled\": true,\r\n        \"loginMessage\": \"string\",\r\n        \"loginMessageExpireDate\": \"2024-11-21T06:09:40.220Z\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/products/login-configs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": {{string}},\n    \"productLoginConfiguration\": {\n        \"loginEnabled\": {{boolean}},\n        \"loginMessage\": {{string}},\n        \"loginMessageExpireDate\": {{date-time}}\n    }\n}\n"}],"_postman_id":"9e0d4267-2109-4704-b18c-e4f36d6627ad"}],"id":"dea1e637-af65-46d6-a144-b13e07331dbd","_postman_id":"dea1e637-af65-46d6-a144-b13e07331dbd","description":""},{"name":"Sysadmin Sessions","item":[{"name":"Retrieve Product SYSADMIN Sessions","id":"4f9893d8-eb67-4a33-8805-9f14254019f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/security/products/sysadmin-sessions?productId={{string}}","description":"<p>Retrieves the SYSADMIN sessions for the specified product.</p>\n","urlObject":{"path":["security","products","sysadmin-sessions"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f0bb65e2-0393-4bcf-b7db-fdb3908b77a4","name":"Retrieve Product SYSADMIN Sessions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/security/products/sysadmin-sessions?productId={{string}}","host":["{{base_url}}"],"path":["security","products","sysadmin-sessions"],"query":[{"key":"productId","value":"{{string}}","description":"*Required.*  \nThe identifier of a product."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": {{string}},\n  \"version\": {{integer}},\n  \"object\": {\n    \"product\": {\n      \"compatibilityVersion\": {{integer}},\n      \"description\": {{string}},\n      \"productId\": {{string}},\n      \"version\": {{integer}}\n    },\n    \"sysadminSessions\": [\n      {\n        \"isDisconnected\": {{boolean}},\n        \"loginTime\": {{date-time}},\n        \"machineId\": {{string}},\n        \"product\": {\n          \"compatibilityVersion\": {{integer}},\n          \"description\": {{string}},\n          \"productId\": {{string}},\n          \"version\": {{integer}}\n        },\n        \"sessionId\": {{string}},\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": 0\n      }\n    ],\n    \"version\": 0\n  }\n}\n"}],"_postman_id":"4f9893d8-eb67-4a33-8805-9f14254019f6"},{"name":"Update a Product SYSADMIN Session","id":"9de7c3a6-0db9-410e-b0c5-a78fb2c7a256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"string\",\r\n    \"sessionId\": \"string\",\r\n    \"userSession\": {\r\n        \"isDisconnected\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/products/sysadmin-sessions","description":"<p>Updates the specified SYSADMIN session for the specified product.  </p>\n<p>Use this API endpoint to force the SYSADMIN account to be logged out from the product interface.</p>\n","urlObject":{"path":["security","products","sysadmin-sessions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5636e0ba-79e7-46d5-a0df-5ca641f4e8d6","name":"Update a Product SYSADMIN Session","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"string\",\r\n    \"sessionId\": \"string\",\r\n    \"userSession\": {\r\n        \"isDisconnected\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/products/sysadmin-sessions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": {{string}},\n  \"version\": {{integer}},\n  \"object\": {\n    \"product\": {\n      \"compatibilityVersion\": {{integer}},\n      \"description\": {{string}},\n      \"productId\": {{string}},\n      \"version\": {{integer}}\n    },\n    \"sysadminSessions\": [\n      {\n        \"isDisconnected\": {{boolean}},\n        \"loginTime\": {{date-time}},\n        \"machineId\": {{string}},\n        \"product\": {\n          \"compatibilityVersion\": {{integer}},\n          \"description\": {{string}},\n          \"productId\": {{string}},\n          \"version\": {{integer}}\n        },\n        \"sessionId\": {{string}},\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": 0\n      }\n    ],\n    \"version\": 0\n  }\n}\n"}],"_postman_id":"9de7c3a6-0db9-410e-b0c5-a78fb2c7a256"},{"name":"Delete a Product SYSADMIN Session","id":"e876cbfc-9cf0-4e5f-89ac-50ea34c7b723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/security/products/sysadmin-sessions?productId={{string}}&sessionId={{string}}","description":"<p>Deletes the specified SYSADMIN session and locks.</p>\n<blockquote>\n<p><strong>Warning:</strong> Deleting the SYSADMIN session and locks can cause damage to data. Delete the session and locks only if it is no longer possible to log out the SYSADMIN account from the product interface. To force the SYSADMIN account to be logged out, use the PUT Update a Product SYSADMIN Session API endpoint with isDisconnected set to true.</p>\n</blockquote>\n","urlObject":{"path":["security","products","sysadmin-sessions"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The identifier of a session.</p>\n","type":"text/plain"},"key":"sessionId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f8a9713c-dee1-4a07-a35f-ce5b5757bac9","name":"Delete a Product SYSADMIN Session","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/security/products/sysadmin-sessions?productId={{string}}&sessionId={{string}}","host":["{{base_url}}"],"path":["security","products","sysadmin-sessions"],"query":[{"key":"productId","value":"{{string}}","description":"*Required.*  \nThe identifier of a product."},{"key":"sessionId","value":"{{string}}","description":"*Required.*  \n(Base64Url)  \nThe identifier of a session."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": {{string}},\n  \"version\": {{integer}},\n  \"object\": {\n    \"product\": {\n      \"compatibilityVersion\": {{integer}},\n      \"description\": {{string}},\n      \"productId\": {{string}},\n      \"version\": {{integer}}\n    },\n    \"sysadminSessions\": [\n      {\n        \"isDisconnected\": {{boolean}},\n        \"loginTime\": {{date-time}},\n        \"machineId\": {{string}},\n        \"product\": {\n          \"compatibilityVersion\": {{integer}},\n          \"description\": {{string}},\n          \"productId\": {{string}},\n          \"version\": {{integer}}\n        },\n        \"sessionId\": {{string}},\n        \"user\": {\n          \"email\": \"{{string}}\",\n          \"firstName\": \"{{string}}\",\n          \"lastName\": \"{{string}}\",\n          \"role\": \"{{string}}\",\n          \"userId\": \"{{string}}\",\n          \"active\": \"{{integer}}\",\n          \"address1\": \"{{string}}\",\n          \"address2\": \"{{string}}\",\n          \"alternateManager\": \"{{string}}\",\n          \"authType\": \"{{integer}}\",\n          \"city\": \"{{string}}\",\n          \"controlCountries\": [\n            \"{{string}}\",\n            \"{{string}}\"\n          ],\n          \"country\": \"{{string}}\",\n          \"delegate\": \"{{string}}\",\n          \"department\": \"{{string}}\",\n          \"description\": \"{{string}}\",\n          \"domain\": \"{{string}}\",\n          \"failedLogins\": \"{{integer}}\",\n          \"fax\": \"{{string}}\",\n          \"isLocked\": \"{{boolean}}\",\n          \"isOutOfOffice\": \"{{boolean}}\",\n          \"lastUpdate\": \"{{date-time}}\",\n          \"lastUpdateUserId\": \"{{string}}\",\n          \"location\": \"{{string}}\",\n          \"manager\": \"{{string}}\",\n          \"notes\": \"{{string}}\",\n          \"phone\": \"{{string}}\",\n          \"products\": [\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            },\n            {\n              \"compatibilityVersion\": \"{{integer}}\",\n              \"description\": \"{{string}}\",\n              \"productId\": \"{{string}}\",\n              \"version\": \"{{integer}}\"\n            }\n          ],\n          \"state\": \"{{string}}\",\n          \"zip\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": 0\n      }\n    ],\n    \"version\": 0\n  }\n}\n"}],"_postman_id":"e876cbfc-9cf0-4e5f-89ac-50ea34c7b723"}],"id":"cfddb3af-2f6d-4091-b3c1-2f681d17fec7","_postman_id":"cfddb3af-2f6d-4091-b3c1-2f681d17fec7","description":""},{"name":"Retrieve Products","id":"4730ec89-18a0-403b-a8f2-61f270f08848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"},{"key":"Authorization","value":"Bearer {{oauth_token}}","type":"text","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/security/products/","description":"<p>Retrieves a list of installed products.</p>\n","urlObject":{"path":["security","products",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f957459e-3848-404e-9bc2-150060e8a289","name":"Retrieve Products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/products/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"version\": \"<integer>\",\r\n  \"elapsed\": \"<string>\", \r\n  \"objects\": [\r\n    {\r\n      \"compatibilityVersion\": \"<integer>\",\r\n      \"description\": \"<string>\",\r\n      \"productId\": \"<string>\",\r\n      \"version\": \"<integer>\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"4730ec89-18a0-403b-a8f2-61f270f08848"}],"id":"a0428a6a-fc7b-4d31-a979-84727482c829","description":"<p>The Products API provides mechanisms to retrieve product information related data and manipulate login configurations.</p>\n","_postman_id":"a0428a6a-fc7b-4d31-a979-84727482c829"},{"name":"Roles","item":[{"name":"Product Rights","item":[{"name":"Defaults","item":[{"name":"Retrieve Default Product Rights","id":"8969d0f8-953a-4dc5-a487-afd0554a8c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/roles/product-rights/defaults?productId={{string}}","description":"<p>Retrieves the default product rights of a role for the specified product.</p>\n","urlObject":{"path":["security","roles","product-rights","defaults"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"ffbd7680-c147-4d5b-a90c-6afd73aa5042","name":"Retrieve Default Product Rights","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/roles/product-rights/defaults?productId=Acumen","host":["{{base_url}}"],"path":["security","roles","product-rights","defaults"],"query":[{"key":"productId","value":"Acumen","description":"*Required.*  \nThe identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"roleId\": \"{{string}}\",\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"productRights\": [\n      {\n        \"description\": \"{{string}}\",\n        \"level\": \"{{integer}}\",\n        \"enabledRight\": \"{{boolean}}\",\n        \"parentPfgUid\": \"{{string}}\",\n        \"pfgId\": \"{{string}}\",\n        \"pfgUid\": \"{{string}}\",\n        \"visibleRight\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"description\": \"{{string}}\",\n        \"level\": \"{{integer}}\",\n        \"enabledRight\": \"{{boolean}}\",\n        \"parentPfgUid\": \"{{string}}\",\n        \"pfgId\": \"{{string}}\",\n        \"pfgUid\": \"{{string}}\",\n        \"visibleRight\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"8969d0f8-953a-4dc5-a487-afd0554a8c7c"}],"id":"bd07aa25-bfdf-4dc1-82f8-6e975159165d","_postman_id":"bd07aa25-bfdf-4dc1-82f8-6e975159165d","description":""},{"name":"Retrieve Product Rights","id":"5a095c4a-fe1d-49a8-a63f-676b7035f43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/roles/product-rights?roleId={{string}}&productId={{string}}","description":"<p>Retrieves the product rights of a role for the specified product.</p>\n","urlObject":{"path":["security","roles","product-rights"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the role.</p>\n","type":"text/plain"},"key":"roleId","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"e9dc9401-2bcb-4475-9ecb-8a3066de157b","name":"Retrieve Product Rights","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/roles/product-rights/defaults?roleId={{string}}&productId=Acumen","host":["{{base_url}}"],"path":["security","roles","product-rights","defaults"],"query":[{"key":"roleId","value":"{{string}}","description":"*Required.*  \nThe identifier of the role."},{"key":"productId","value":"Acumen","description":"*Required.*  \nThe identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"roleId\": \"{{string}}\",\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"productRights\": [\n      {\n        \"description\": \"{{string}}\",\n        \"level\": \"{{integer}}\",\n        \"enabledRight\": \"{{boolean}}\",\n        \"parentPfgUid\": \"{{string}}\",\n        \"pfgId\": \"{{string}}\",\n        \"pfgUid\": \"{{string}}\",\n        \"visibleRight\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"description\": \"{{string}}\",\n        \"level\": \"{{integer}}\",\n        \"enabledRight\": \"{{boolean}}\",\n        \"parentPfgUid\": \"{{string}}\",\n        \"pfgId\": \"{{string}}\",\n        \"pfgUid\": \"{{string}}\",\n        \"visibleRight\": \"{{boolean}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"5a095c4a-fe1d-49a8-a63f-676b7035f43e"},{"name":"Update Product Rights","id":"1fb6d600-abae-430c-9cbb-9f60b9efa41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": {{string}},\r\n    \"productId\": {{string}},\r\n    \"productRights\": [\r\n        {\r\n            \"enabledRight\": {{boolean}},\r\n            \"pfgUid\": {{string}},\r\n            \"visibleRight\": {{boolean}}\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles/product-rights","description":"<p>Updates the product rights of a role for the specified product.</p>\n","urlObject":{"path":["security","roles","product-rights"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3fdb3616-8b37-423d-83b9-0800b9ca6da2","name":"Update Product Rights","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": \"string\",\r\n    \"productId\": \"string\",\r\n    \"productRights\": [\r\n        {\r\n            \"enabledRight\": true,\r\n            \"pfgUid\": \"string\",\r\n            \"visibleRight\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles/product-rights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"roleId\": {{string}},\n    \"productId\": {{string}},\n    \"productRights\": [\n        {\n            \"enabledRight\": {{boolean}},\n            \"pfgUid\": {{string}},\n            \"visibleRight\": {{boolean}}\n        }\n    ]\n}"}],"_postman_id":"1fb6d600-abae-430c-9cbb-9f60b9efa41e"}],"id":"225ae133-f378-4802-b5eb-fb0366ce1a1f","_postman_id":"225ae133-f378-4802-b5eb-fb0366ce1a1f","description":""},{"name":"Assignments","item":[{"name":"Retrieve Role Access Controls","id":"62c85528-ddbe-4c2b-8f90-c3857a1f0e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/roles/assignments?roleId={{string}}","description":"<p>Retrieves the access controls for the specified role.</p>\n","urlObject":{"path":["security","roles","assignments"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a role.</p>\n","type":"text/plain"},"key":"roleId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"60cf089e-a2d4-462d-ab11-38d0788d505c","name":"Retrieve Role Access Controls","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/roles/assignments?roleID={{string}}","host":["{{base_url}}"],"path":["security","roles","assignments"],"query":[{"key":"roleID","value":"{{string}}","description":"*Required.*  \nThe identifier of a role."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Elapsed\": \"{{string}}\",\n    \"Version\": \"{{integer}}\",\n    \"Object\": {\n        \"RoleId\": \"{{string}}\",\n        \"RoleAccessControl\": [\n            {\n                \"ObjectName\": \"{{string}}\",\n                \"ObjectType\": \"{{string}}\",\n                \"Product\": {\n                    \"Description\": \"{{string}}\",\n                    \"ProductId\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"GroupId\": \"{{string}}\",\n                \"Group\": {\n                    \"GroupId\": \"{{string}}\",\n                    \"Manager\": \"{{string}}\",\n                    \"RoleId\": \"{{string}}\",\n                    \"AssignedUsersCount\": \"{{integer}}\",\n                    \"Description\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"IsReadOnly\": \"{{boolean}}\",\n                \"User\": {\n                    \"Email\": \"{{string}}\",\n                    \"FirstName\": \"{{string}}\",\n                    \"LastName\": \"{{string}}\",\n                    \"Role\": \"{{string}}\",\n                    \"UserId\": \"{{string}}\",\n                    \"Active\": \"{{integer}}\",\n                    \"Address1\": \"{{string}}\",\n                    \"Address2\": \"{{string}}\",\n                    \"AlternateManager\": \"{{string}}\",\n                    \"AuthType\": \"{{integer}}\",\n                    \"City\": \"{{string}}\",\n                    \"Country\": \"{{string}}\",\n                    \"Delegate\": \"{{string}}\",\n                    \"Department\": \"{{string}}\",\n                    \"Description\": \"{{string}}\",\n                    \"Domain\": \"{{string}}\",\n                    \"FailedLogins\": \"{{integer}}\",\n                    \"Fax\": \"{{string}}\",\n                    \"IsOutOfOffice\": \"{{boolean}}\",\n                    \"LastUpdate\": \"{{date-time}}\",\n                    \"LastUpdateUserId\": \"{{string}}\",\n                    \"Location\": \"{{string}}\",\n                    \"Manager\": \"{{string}}\",\n                    \"Notes\": \"{{string}}\",\n                    \"Phone\": \"{{string}}\",\n                    \"Products\": [\n                        {\n                            \"Description\": \"{{string}}\",\n                            \"ProductId\": \"{{string}}\",\n                            \"Version\": \"{{integer}}\"\n                        },\n                        {\n                            \"Description\": \"{{string}}\",\n                            \"ProductId\": \"{{string}}\",\n                            \"Version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"State\": \"{{string}}\",\n                    \"Zip\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"UserId\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            },\n            {\n                \"ObjectName\": \"{{string}}\",\n                \"ObjectType\": \"{{string}}\",\n                \"Product\": {\n                    \"Description\": \"{{string}}\",\n                    \"ProductId\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"GroupId\": \"{{string}}\",\n                \"Group\": {\n                    \"GroupId\": \"{{string}}\",\n                    \"Manager\": \"{{string}}\",\n                    \"RoleId\": \"{{string}}\",\n                    \"AssignedUsersCount\": \"{{integer}}\",\n                    \"Description\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"IsReadOnly\": \"{{boolean}}\",\n                \"User\": {\n                    \"Email\": \"{{string}}\",\n                    \"FirstName\": \"{{string}}\",\n                    \"LastName\": \"{{string}}\",\n                    \"Role\": \"{{string}}\",\n                    \"UserId\": \"{{string}}\",\n                    \"Active\": \"{{integer}}\",\n                    \"Address1\": \"{{string}}\",\n                    \"Address2\": \"{{string}}\",\n                    \"AlternateManager\": \"{{string}}\",\n                    \"AuthType\": \"{{integer}}\",\n                    \"City\": \"{{string}}\",\n                    \"Country\": \"{{string}}\",\n                    \"Delegate\": \"{{string}}\",\n                    \"Department\": \"{{string}}\",\n                    \"Description\": \"{{string}}\",\n                    \"Domain\": \"{{string}}\",\n                    \"FailedLogins\": \"{{integer}}\",\n                    \"Fax\": \"{{string}}\",\n                    \"IsOutOfOffice\": \"{{boolean}}\",\n                    \"LastUpdate\": \"{{date-time}}\",\n                    \"LastUpdateUserId\": \"{{string}}\",\n                    \"Location\": \"{{string}}\",\n                    \"Manager\": \"{{string}}\",\n                    \"Notes\": \"{{string}}\",\n                    \"Phone\": \"{{string}}\",\n                    \"Products\": [\n                        {\n                            \"Description\": \"{{string}}\",\n                            \"ProductId\": \"{{string}}\",\n                            \"Version\": \"{{integer}}\"\n                        },\n                        {\n                            \"Description\": \"{{string}}\",\n                            \"ProductId\": \"{{string}}\",\n                            \"Version\": \"{{integer}}\"\n                        }\n                    ],\n                    \"State\": \"{{string}}\",\n                    \"Zip\": \"{{string}}\",\n                    \"Version\": \"{{integer}}\"\n                },\n                \"UserId\": \"{{string}}\",\n                \"Version\": \"{{integer}}\"\n            }\n        ],\n        \"Version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"62c85528-ddbe-4c2b-8f90-c3857a1f0e6b"}],"id":"55bb657f-d50e-4d51-8240-1ed63c2a0652","_postman_id":"55bb657f-d50e-4d51-8240-1ed63c2a0652","description":""},{"name":"Retrieve Roles","id":"66fe5a4f-fcc4-473e-aa01-58dd4ad9a3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/roles?roleId={{string}}","description":"<p>Retrieves all the roles or a specified role if roleId is specified.</p>\n","urlObject":{"path":["security","roles"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a role.</p>\n","type":"text/plain"},"key":"roleId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"bef85b39-dc58-431c-9bbd-a537e5074da2","name":"Retrieve Roles","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"{{base_url}}/security/roles?roleId={{string}}","host":["{{base_url}}"],"path":["security","roles"],"query":[{"key":"roleId","value":"{{string}}","description":"*Required.*  \nThe identifier of a role."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"version\": \"{{integer}}\",\n    \"elapsed\": \"{{string}}\",\n    \"objects\": [\n        {\n            \"roleId\": \"{{string}}\",\n            \"assignedGroupsCount\": \"{{integer}}\",\n            \"assignedUsersCount\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"manager\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        },\n        {\n            \"roleId\": \"{{string}}\",\n            \"assignedGroupsCount\": \"{{integer}}\",\n            \"assignedUsersCount\": \"{{integer}}\",\n            \"description\": \"{{string}}\",\n            \"manager\": \"{{string}}\",\n            \"version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"66fe5a4f-fcc4-473e-aa01-58dd4ad9a3a8"},{"name":"Create a Role","id":"c72ce6bb-d268-4c9e-8f66-353ad0f681b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"},{"key":"Authorization","value":"Bearer {{oauth_token}}","type":"text","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"role\": {\r\n        \"roleId\": \"{{string}}\",\r\n        \"assignedGroupsCount\": \"{{integer}}\",\r\n        \"assignedUsersCount\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles","description":"<p>Creates a new role.</p>\n","urlObject":{"path":["security","roles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9624132f-b0b7-44d5-ae4f-81291844cf5d","name":"Create a Role","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\": {\r\n        \"roleId\": \"{{string}}\",\r\n        \"assignedGroupsCount\": \"{{integer}}\",\r\n        \"assignedUsersCount\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"roleId\": \"{{string}}\",\n    \"assignedGroupsCount\": \"{{integer}}\",\n    \"assignedUsersCount\": \"{{integer}}\",\n    \"description\": \"{{string}}\",\n    \"manager\": \"{{string}}\",\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"c72ce6bb-d268-4c9e-8f66-353ad0f681b4"},{"name":"Update a Role","id":"6897f40c-703a-4c04-8874-5cbc17d6ae94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": \"{{string}}\",\r\n    \"role\": {\r\n        \"roleId\": \"{{string}}\",\r\n        \"assignedGroupsCount\": \"{{integer}}\",\r\n        \"assignedUsersCount\": \"{{integer}}\",\r\n        \"description\": \"{{string}}\",\r\n        \"manager\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles","description":"<p>Updates the specified role.</p>\n","urlObject":{"path":["security","roles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee1653bf-f499-42bf-89cb-c8f4693d16da","name":"Update a Role","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": \"{{string}}\",\r\n    \"Role\": {\r\n        \"RoleId\": \"{{string}}\",\r\n        \"AssignedGroupsCount\": \"{{integer}}\",\r\n        \"AssignedUsersCount\": \"{{integer}}\",\r\n        \"Description\": \"{{string}}\",\r\n        \"Manager\": \"{{string}}\",\r\n        \"Version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"roleId\": \"{{string}}\",\n    \"assignedGroupsCount\": \"{{integer}}\",\n    \"assignedUsersCount\": \"{{integer}}\",\n    \"description\": \"{{string}}\",\n    \"manager\": \"{{string}}\",\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"6897f40c-703a-4c04-8874-5cbc17d6ae94"},{"name":"Delete a Role","id":"b7cc3734-d4a0-4175-8b4b-342b42bab4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": \"{{string}}\",\r\n    \"Role\": {\r\n        \"RoleId\": \"{{string}}\",\r\n        \"AssignedGroupsCount\": \"{{integer}}\",\r\n        \"AssignedUsersCount\": \"{{integer}}\",\r\n        \"Description\": \"{{string}}\",\r\n        \"Manager\": \"{{string}}\",\r\n        \"Version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/roles?roleId={{string}}&resolveConflict={{boolean}}&validateOnly={{boolean}}","description":"<p>Deletes the specified role.</p>\n","urlObject":{"path":["security","roles"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of a role</p>\n","type":"text/plain"},"key":"roleId","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not it automatically  resolves a conflict and executes a request.<br />If true, it automatically resolves a conflict and executes a request. Otherwise it does not.</p>\n","type":"text/plain"},"key":"resolveConflict","value":"{{boolean}}"},{"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not it validates the request and skips the execution if validation passes.<br />If true, it validates the request and skips the execution. Otherwise, it executes the validation and perform deletion if successful.</p>\n","type":"text/plain"},"key":"validateOnly","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"f79fcab2-0ead-40b8-9603-d1103b3930b9","name":"Delete a Role","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roleId\": \"{{string}}\",\r\n    \"Role\": {\r\n        \"RoleId\": \"{{string}}\",\r\n        \"AssignedGroupsCount\": \"{{integer}}\",\r\n        \"AssignedUsersCount\": \"{{integer}}\",\r\n        \"Description\": \"{{string}}\",\r\n        \"Manager\": \"{{string}}\",\r\n        \"Version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/security/roles?roleId={{string}}&resolveConflict={{boolean}}&validateOnly={{boolean}}","host":["{{base_url}}"],"path":["security","roles"],"query":[{"key":"roleId","value":"{{string}}","description":"*Required.*  \nThe identifier of a role"},{"key":"resolveConflict","value":"{{boolean}}","description":"*Required.*  \nThe flag that indicates whether or not it automatically  resolves a conflict and executes a request.  \nIf true, it automatically resolves a conflict and executes a request. Otherwise it does not."},{"key":"validateOnly","value":"{{boolean}}","description":"*Required.*  \nThe flag that indicates whether or not it validates the request and skips the execution if validation passes.  \nIf true, it validates the request and skips the execution. Otherwise, it executes the validation and perform deletion if successful."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"b7cc3734-d4a0-4175-8b4b-342b42bab4f7"}],"id":"83b7c17d-cbae-4913-9c3c-03e805ceed09","description":"<p>The Roles API provides mechanisms to manipulate and retrieve role related data.</p>\n","_postman_id":"83b7c17d-cbae-4913-9c3c-03e805ceed09"},{"name":"System Preferences","item":[{"name":"Password Policies","item":[{"name":"Templates","item":[{"name":"Retrieve Password Policy Templates","id":"a8998765-6b66-419c-8aff-909830df219b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/system-preferences/password-policies/templates?strength={{string}}","description":"<p>Retrieves all password policy templates or a specified password policy template if strength is specified.</p>\n","urlObject":{"path":["security","system-preferences","password-policies","templates"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />The strength of the password policy template.</p>\n","type":"text/plain"},"key":"strength","value":"{{string}}"}],"variable":[]}},"response":[{"id":"0c7d04bc-e7d7-476a-8b30-8cf7f045c597","name":"Retrieve Password Policy Templates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/system-preferences/password-policies/templates?strength={{string}}","host":["{{base_url}}"],"path":["system-preferences","password-policies","templates"],"query":[{"key":"strength","value":"{{string}}","description":"*Required.*  \nThe strength of the associated password template."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n  \"objects\": [\n    {\n      \"strength\": {{string}},\n      \"preferences\": [\n        {\n          \"name\": \"{{string}}\",\n          \"value\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        {\n          \"name\": \"{{string}}\",\n          \"value\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        }\n      ],\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}\n"}],"_postman_id":"a8998765-6b66-419c-8aff-909830df219b"}],"id":"5bd26318-a94f-466f-bdf4-302c4c6fbfdc","_postman_id":"5bd26318-a94f-466f-bdf4-302c4c6fbfdc","description":""}],"id":"80810cc8-3f93-43cb-95a8-fe6d79113519","_postman_id":"80810cc8-3f93-43cb-95a8-fe6d79113519","description":""},{"name":"Retrieve System Preferences","id":"22d71d65-5881-465c-9926-c1bcfe187bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/system-preferences?preferenceGroup={{string}}","description":"<p>Retrieves the system preferences for the specified preference group.</p>\n","urlObject":{"path":["security","system-preferences"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The preference group. </p>\n","type":"text/plain"},"key":"preferenceGroup","value":"{{string}}"}],"variable":[]}},"response":[{"id":"ee562395-0103-4fd9-847a-4b412d60807a","name":"Retrieve System Preferences","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/system-preferences?preferenceGroup={{string}}","host":["{{base_url}}"],"path":["security","system-preferences"],"query":[{"key":"preferenceGroup","value":"{{string}}","description":"*Required.*  \nThe preference group. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"{{string}}\",\n    \"version\": \"{{integer}}\",\n    \"object\": {\n        \"productPreferenceGroups\": [\n            {\n                \"preferenceGroups\": [\n                    {\n                        \"preferenceGroup\": \"{{string}}\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"preferenceGroup\": \"{{string}}\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            },\n            {\n                \"preferenceGroups\": [\n                    {\n                        \"preferenceGroup\": \"{{string}}\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"version\": \"{{integer}}\"\n                    },\n                    {\n                        \"preferenceGroup\": \"{{string}}\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            },\n                            {\n                                \"name\": \"{{string}}\",\n                                \"value\": \"{{string}}\",\n                                \"version\": \"{{integer}}\"\n                            }\n                        ],\n                        \"version\": \"{{integer}}\"\n                    }\n                ],\n                \"product\": {\n                    \"compatibilityVersion\": \"{{integer}}\",\n                    \"description\": \"{{string}}\",\n                    \"productId\": \"{{string}}\",\n                    \"version\": \"{{integer}}\"\n                },\n                \"version\": \"{{integer}}\"\n            }\n        ],\n        \"version\": \"{{integer}}\"\n    }\n}"}],"_postman_id":"22d71d65-5881-465c-9926-c1bcfe187bac"},{"name":"Update System Preferences","id":"7426a488-6048-4aef-83ae-00939531f608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"},{"key":"Authorization","value":"Bearer {{oauth_token}}","type":"text","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"preferences\": {\r\n        \"preferences\": [\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/system-preferences","description":"<p>Updates the specified system preferences.</p>\n","urlObject":{"path":["security","system-preferences"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6a25d264-26e2-4f11-a71b-89a15cf455c0","name":"Retrieve System Preferences","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"preferences\": {\r\n    \"preferences\": [\r\n      {\r\n        \"name\": \"{{string}}\",\r\n        \"value\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      },\r\n      {\r\n        \"name\": \"{{string}}\",\r\n        \"value\": \"{{string}}\",\r\n        \"version\": \"{{integer}}\"\r\n      }\r\n    ],\r\n    \"version\": \"{{integer}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/system-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Version\": \"{{integer}}\",\n    \"Elapsed\": \"{{string}}\",\n    \"Objects\": [\n        {\n            \"GroupId\": \"{{string}}\",\n            \"RoleId\": \"{{string}}\",\n            \"Manager\": \"{{string}}\",\n            \"Description\": \"{{string}}\",\n            \"AssignedUsersCount\": \"{{integer}}\",\n            \"Version\": \"{{integer}}\"\n        },\n        {\n            \"GroupId\": \"{{string}}\",\n            \"RoleId\": \"{{string}}\",\n            \"Manager\": \"{{string}}\",\n            \"Description\": \"{{string}}\",\n            \"AssignedUsersCount\": \"{{integer}}\",\n            \"Version\": \"{{integer}}\"\n        }\n    ]\n}"}],"_postman_id":"7426a488-6048-4aef-83ae-00939531f608"},{"name":"Delete System Preferences","id":"18c4fe6c-0d77-4ff0-a349-cad4fc599290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/system-preferences?preferenceGroup={{string}}","description":"<p>Deletes the system preferences under the specified preference group.</p>\n","urlObject":{"path":["security","system-preferences"],"host":["{{base_url}}"],"query":[{"key":"preferenceGroup","value":"{{string}}"}],"variable":[]}},"response":[{"id":"20042fac-5298-44a6-b412-e6337692faa3","name":"Delete System Preferences","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/groups?PreferenceNames={{string}}&PreferenceGroup={{string}}","host":["{{base_url}}"],"path":["security","groups"],"query":[{"key":"PreferenceNames","value":"{{string}}","description":"*Required.*  \nThe preference names. "},{"key":"PreferenceGroup","value":"{{string}}","description":"*Required.*  \nThe preference group. "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"18c4fe6c-0d77-4ff0-a349-cad4fc599290"}],"id":"a98d13fb-0edb-4a44-a7ad-68eb3d0a9725","description":"<p>Manipulates system preferences data in your PPM Administrator application instance.</p>\n","_postman_id":"a98d13fb-0edb-4a44-a7ad-68eb3d0a9725"},{"name":"Custom Menus","item":[{"name":"Retrieve Custom Menus","id":"102cf780-9a71-4a68-aff2-5bf008a2c8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/custom-menus?productId={{string}}","description":"<p>Retrieve all custom menus or the custom menus for a specific product if the productId is specified.</p>\n","urlObject":{"path":["security","custom-menus"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Optional.</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"e9aa3750-5c49-48b2-aefd-9b62f608b66f","name":"Retrieve Custom Menus","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/custom-menus?productId={{string}}","host":["{{base_url}}"],"path":["security","custom-menus"],"query":[{"key":"productId","value":"{{string}}","description":"*Required.*  \nThe identifierof the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"description\": \"{{string}}\",\n    \"items\": [\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"102cf780-9a71-4a68-aff2-5bf008a2c8e6"},{"name":"Update a Custom Menu","id":"f4cad8d2-5677-4830-a8f5-37bd783932a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"string\",\r\n    \"customMenu\": {\r\n        \"description\": \"string\",\r\n        \"items\": [\r\n            {\r\n                \"command\": \"string\",\r\n                \"commandType\": \"string\",\r\n                \"description\": \"string\",\r\n                \"itemIndex\": 0,\r\n                \"rowUid\": \"string\",\r\n                \"version\": 0\r\n            }\r\n        ],\r\n        \"version\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/custom-menus/","description":"<p>Updates the custom menus for the specified product.</p>\n<p><strong>NOTE:</strong> The items must reflect the final arrangement of menu items. The itemIndex determines the order of the menu items that starts from 1 and must not repeat nor skip a number.</p>\n<ul>\n<li><p>To add a menu item, define the item and exclude the rowUid.</p>\n</li>\n<li><p>To update a menu item, define the item with the rowUid.</p>\n</li>\n<li><p>To delete a menu item, do not include the item. All existing rowUid that are not present in the items will be deleted.</p>\n</li>\n</ul>\n","urlObject":{"path":["security","custom-menus",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f1de026f-76dc-4e04-a02c-9473a723ba5a","name":"Update a Custom Menu","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": \"string\",\r\n    \"customMenu\": {\r\n        \"description\": \"string\",\r\n        \"items\": [\r\n            {\r\n                \"command\": \"string\",\r\n                \"commandType\": \"string\",\r\n                \"description\": \"string\",\r\n                \"itemIndex\": 0,\r\n                \"rowUid\": \"string\",\r\n                \"version\": 0\r\n            }\r\n        ],\r\n        \"version\": 0\r\n    }\r\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{base_url}}/security/custom-menus/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"description\": \"{{string}}\",\n    \"items\": [\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"f4cad8d2-5677-4830-a8f5-37bd783932a0"},{"name":"Delete a Custom Menu","id":"b2de6508-56f2-4d74-9b06-eaf6ba342bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/custom-menus?productId={{string}}","description":"<p>Deletes the custom menus for the specified product.</p>\n","urlObject":{"path":["security","custom-menus"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The identifier of the product.</p>\n","type":"text/plain"},"key":"productId","value":"{{string}}"}],"variable":[]}},"response":[{"id":"285701b2-88c2-4a0f-9704-3f19ae7499f9","name":"Delete a Custom Menu","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/custom-menus?productId=Winsight","host":["{{base_url}}"],"path":["security","custom-menus"],"query":[{"key":"productId","value":"Winsight","description":"*Required.*  \nThe identifier of the product."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"\t{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"description\": \"{{string}}\",\n    \"items\": [\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"command\": \"{{string}}\",\n        \"commandType\": \"{{string}}\",\n        \"description\": \"{{string}}\",\n        \"itemIndex\": \"{{integer}}\",\n        \"rowUid\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"product\": {\n      \"compatibilityVersion\": \"{{integer}}\",\n      \"description\": \"{{string}}\",\n      \"productId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"b2de6508-56f2-4d74-9b06-eaf6ba342bca"}],"id":"3c2172c1-88d3-4920-b453-386c56326968","description":"<p>Manipulates custom menu data in your PPM Administrator application instance.</p>\n","_postman_id":"3c2172c1-88d3-4920-b453-386c56326968"},{"name":"User Preferences","item":[{"name":"Retrieve User Preferences","id":"af5e609b-b70b-4246-a65f-553aa64ab812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/security/user-preferences","description":"<p>Retrieves user preferences by group, name or by uid.</p>\n","urlObject":{"path":["security","user-preferences"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(Base64Url)<br />The unique identifier of an object.</p>\n","type":"text/plain"},"key":"ObjectUid","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The preference group.</p>\n","type":"text/plain"},"key":"PreferenceGroup","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The preference name.</p>\n","type":"text/plain"},"key":"PreferenceName","value":"{{string}}"}],"variable":[]}},"response":[{"id":"bf8af72e-83ff-4271-986d-8f6d7e2da7cb","name":"Retrieve User Preferences","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/security/user-preferences","host":["{{base_url}}"],"path":["security","user-preferences"],"query":[{"key":"ObjectUid","value":"{{string}}","description":"*Optional.*  \n(Base64Url)  \nThe unique identifier of an object.","type":"text","disabled":true},{"key":"PreferenceGroup","value":"{{string}}","description":"*Optional.*  \nThe preference group.","type":"text","disabled":true},{"key":"PreferenceName","value":"{{string}}","description":"*Optional.*  \nThe preference name.","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"string\",\n    \"version\": 0,\n    \"object\": {\n        \"objectUid\": \"string\",\n        \"user\": {\n            \"active\": 0,\n            \"address1\": \"string\",\n            \"address2\": \"string\",\n            \"alternateManager\": \"string\",\n            \"authType\": 0,\n            \"city\": \"string\",\n            \"controlCountries\": [\n                \"string\"\n            ],\n            \"country\": \"string\",\n            \"delegate\": \"string\",\n            \"department\": \"string\",\n            \"description\": \"string\",\n            \"domain\": \"string\",\n            \"email\": \"string\",\n            \"failedLogins\": 0,\n            \"fax\": \"string\",\n            \"firstName\": \"string\",\n            \"isLocked\": true,\n            \"isOutOfOffice\": true,\n            \"lastName\": \"string\",\n            \"lastUpdate\": \"2024-11-25T02:50:20.117Z\",\n            \"lastUpdateUserId\": \"string\",\n            \"location\": \"string\",\n            \"manager\": \"string\",\n            \"notes\": \"string\",\n            \"phone\": \"string\",\n            \"products\": [\n                {\n                    \"compatibilityVersion\": 0,\n                    \"description\": \"string\",\n                    \"productId\": \"string\",\n                    \"version\": 0\n                }\n            ],\n            \"role\": \"string\",\n            \"state\": \"string\",\n            \"userId\": \"string\",\n            \"zip\": \"string\",\n            \"version\": 0\n        },\n        \"productPreferenceGroups\": [\n            {\n                \"preferenceGroups\": [\n                    {\n                        \"preferenceGroup\": \"string\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"string\",\n                                \"value\": \"string\",\n                                \"version\": 0\n                            }\n                        ],\n                        \"version\": 0\n                    }\n                ],\n                \"product\": {\n                    \"compatibilityVersion\": 0,\n                    \"description\": \"string\",\n                    \"productId\": \"string\",\n                    \"version\": 0\n                },\n                \"version\": 0\n            }\n        ],\n        \"version\": 0\n    }\n}"}],"_postman_id":"af5e609b-b70b-4246-a65f-553aa64ab812"},{"name":"Update User Preferences","id":"560b0fc6-0286-400c-8ce0-228bc7675f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"preferences\": {\r\n        \"objectUid\": \"string\",\r\n        \"preferences\": [\r\n            {\r\n                \"name\": \"string\",\r\n                \"value\": \"string\",\r\n                \"version\": 0\r\n            }\r\n        ],\r\n        \"version\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/user-preferences","description":"<p>Updates the specified user preferences.</p>\n","urlObject":{"path":["security","user-preferences"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"178d7788-4004-44f4-8826-3cbd22afb797","name":"Update User Preferences","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"preferences\": {\r\n        \"objectUid\": \"string\",\r\n        \"preferences\": [\r\n            {\r\n                \"name\": \"string\",\r\n                \"value\": \"string\",\r\n                \"version\": 0\r\n            }\r\n        ],\r\n        \"version\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/user-preferences"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"elapsed\": \"string\",\n    \"version\": 0,\n    \"object\": {\n        \"objectUid\": \"string\",\n        \"user\": {\n            \"active\": 0,\n            \"address1\": \"string\",\n            \"address2\": \"string\",\n            \"alternateManager\": \"string\",\n            \"authType\": 0,\n            \"city\": \"string\",\n            \"controlCountries\": [\n                \"string\"\n            ],\n            \"country\": \"string\",\n            \"delegate\": \"string\",\n            \"department\": \"string\",\n            \"description\": \"string\",\n            \"domain\": \"string\",\n            \"email\": \"string\",\n            \"failedLogins\": 0,\n            \"fax\": \"string\",\n            \"firstName\": \"string\",\n            \"isLocked\": true,\n            \"isOutOfOffice\": true,\n            \"lastName\": \"string\",\n            \"lastUpdate\": \"2024-11-25T02:50:20.119Z\",\n            \"lastUpdateUserId\": \"string\",\n            \"location\": \"string\",\n            \"manager\": \"string\",\n            \"notes\": \"string\",\n            \"phone\": \"string\",\n            \"products\": [\n                {\n                    \"compatibilityVersion\": 0,\n                    \"description\": \"string\",\n                    \"productId\": \"string\",\n                    \"version\": 0\n                }\n            ],\n            \"role\": \"string\",\n            \"state\": \"string\",\n            \"userId\": \"string\",\n            \"zip\": \"string\",\n            \"version\": 0\n        },\n        \"productPreferenceGroups\": [\n            {\n                \"preferenceGroups\": [\n                    {\n                        \"preferenceGroup\": \"string\",\n                        \"preferences\": [\n                            {\n                                \"name\": \"string\",\n                                \"value\": \"string\",\n                                \"version\": 0\n                            }\n                        ],\n                        \"version\": 0\n                    }\n                ],\n                \"product\": {\n                    \"compatibilityVersion\": 0,\n                    \"description\": \"string\",\n                    \"productId\": \"string\",\n                    \"version\": 0\n                },\n                \"version\": 0\n            }\n        ],\n        \"version\": 0\n    }\n}"}],"_postman_id":"560b0fc6-0286-400c-8ce0-228bc7675f6c"},{"name":"Delete User Preferences","id":"08ae8811-d2c5-4883-b367-64b5f0c9d216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/security/user-preferences","description":"<p>Deletes all user preferences under the specified preference group or a preference specified by preference name or object uid.</p>\n","urlObject":{"path":["security","user-preferences"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(Base64Url)<br />The unique identifier of an object.</p>\n","type":"text/plain"},"key":"ObjectUid","value":"{{string}}"},{"disabled":true,"description":{"content":"<p>*Optional.<br />The preference group.</p>\n","type":"text/plain"},"key":"PreferenceGroup","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The preference name.</p>\n","type":"text/plain"},"key":"PreferenceName","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f0a66cca-6299-4284-a8d0-abcf9355664e","name":"Delete User Preferences","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/security/user-preferences","host":["{{base_url}}"],"path":["security","user-preferences"],"query":[{"key":"ObjectUid","value":"{{string}}","description":"*Optional.*  \n(Base64Url)  \nThe unique identifier of an object.","type":"text","disabled":true},{"key":"PreferenceGroup","value":"{{string}}","description":"*Optional.  \nThe preference group.","type":"text","disabled":true},{"key":"PreferenceName","value":"{{string}}","description":"*Optional.*  \nThe preference name.","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"08ae8811-d2c5-4883-b367-64b5f0c9d216"}],"id":"d52071af-5e8c-4f4d-8978-e6d5bec4a6b1","_postman_id":"d52071af-5e8c-4f4d-8978-e6d5bec4a6b1","description":""},{"name":"Product Preferences","item":[{"name":"Retrieve Product Preferences","id":"157dc918-de23-4309-a13e-b28314d8cf44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/product-preferences?preferenceGroup={{string}}","description":"<p>Retrieves the product preference for the specified preference group.</p>\n","urlObject":{"path":["security","product-preferences"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The preference group. </p>\n","type":"text/plain"},"key":"preferenceGroup","value":"{{string}}"}],"variable":[]}},"response":[{"id":"4327b1a9-d46b-4e23-a8eb-652e8ca29461","name":"Retrieve System Preferences","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/system-preferences?preferenceGroup={{string}}","host":["{{base_url}}"],"path":["security","system-preferences"],"query":[{"key":"preferenceGroup","value":"{{string}}","description":"*Required.*  \nThe preference group. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"\t{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"productPreferenceGroups\": [\n      {\n        \"preferenceGroups\": [\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"preferenceGroups\": [\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"157dc918-de23-4309-a13e-b28314d8cf44"},{"name":"Update Product Preferences","id":"bf5577e4-599b-4865-878b-72448557d98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"preferences\": {\r\n        \"preferences\": [\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/product-preferences","description":"<p>Updates the specified product preferences.</p>\n","urlObject":{"path":["security","product-preferences"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fb941220-882f-4055-bb03-60caea4119bb","name":"Update Product Preferences","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"preferences\": {\r\n        \"preferences\": [\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            },\r\n            {\r\n                \"name\": \"{{string}}\",\r\n                \"value\": \"{{string}}\",\r\n                \"version\": \"{{integer}}\"\r\n            }\r\n        ],\r\n        \"version\": \"{{integer}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/security/product-preferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"elapsed\": \"{{string}}\",\n  \"version\": \"{{integer}}\",\n  \"object\": {\n    \"productPreferenceGroups\": [\n      {\n        \"preferenceGroups\": [\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      },\n      {\n        \"preferenceGroups\": [\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          },\n          {\n            \"preferenceGroup\": \"{{string}}\",\n            \"preferences\": [\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              },\n              {\n                \"name\": \"{{string}}\",\n                \"value\": \"{{string}}\",\n                \"version\": \"{{integer}}\"\n              }\n            ],\n            \"version\": \"{{integer}}\"\n          }\n        ],\n        \"product\": {\n          \"compatibilityVersion\": \"{{integer}}\",\n          \"description\": \"{{string}}\",\n          \"productId\": \"{{string}}\",\n          \"version\": \"{{integer}}\"\n        },\n        \"version\": \"{{integer}}\"\n      }\n    ],\n    \"version\": \"{{integer}}\"\n  }\n}"}],"_postman_id":"bf5577e4-599b-4865-878b-72448557d98c"},{"name":"Delete Product Preferences","id":"bff4affe-b71b-4078-b0e8-c72e25289723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/security/product-preferences?preferenceGroup={{string}}","description":"<p>Deletes the product preferences for the specified preference group.</p>\n","urlObject":{"path":["security","product-preferences"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The preference group.</p>\n","type":"text/plain"},"key":"preferenceGroup","value":"{{string}}"}],"variable":[]}},"response":[{"id":"1c1307a2-3df3-40ac-b7d0-7bcf7e43dba1","name":"Delete Product Preferences","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/security/product-preferences?preferenceGroup={{string}}","host":["{{base_url}}"],"path":["security","product-preferences"],"query":[{"key":"preferenceGroup","value":"{{string}}","description":"*Required.*  \nThe preference group.","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bff4affe-b71b-4078-b0e8-c72e25289723"}],"id":"8454fb78-c9f0-4f31-907e-b0234aa09c43","description":"<p>Manipulates product preferences data in your PPM Administrator application instance.</p>\n","_postman_id":"8454fb78-c9f0-4f31-907e-b0234aa09c43"},{"name":"Locks","item":[{"name":"Retrieve Locks","id":"c4c3d837-c8f4-4ced-af2e-4a68aa8cb85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/locks","description":"<p>Retrieves all the locks.</p>\n","urlObject":{"path":["security","locks"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"40c64c1c-8b16-441c-80c9-2fe28a617017","name":"Retrieve Locks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/security/locks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"version\": \"{{integer}}\",\n  \"elapsed\": \"{{string}}\",\n    {\n      \"table_Type\": \"{{string}}\",\n      \"name\": \"{{string}}\",\n      \"type\": \"{{string}}\",\n      \"length\": \"{{integer}}\",\n      \"scale\": \"{{integer}}\",\n      \"flags\": \"{{integer}}\",\n      \"localizedName\": \"{{string}}\",\n      \"fKeyTable\": \"{{string}}\",\n      \"fKeyName\": \"{{string}}\",\n      \"fKeyRequired\": \"{{boolean}}\"\n    }\n  ],\n  \"objects\": [\n    {\n      \"objectType\": \"{{string}}\",\n      \"objectName\": \"{{string}}\",\n      \"lastUpdate\": \"<dateTime>\",\n      \"lockUid\": \"{{string}}\",\n      \"lockMode\": {\n        \"description\": \"{{string}}\",\n        \"lockMode\": \"{{string}}\"\n      },\n      \"machineId\": \"{{string}}\",\n      \"objectUid\": \"{{string}}\",\n      \"product\": {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      \"userLoginUid\": \"{{string}}\",\n      \"userId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    },\n    {\n      \"objectType\": \"{{string}}\",\n      \"objectName\": \"{{string}}\",\n      \"lastUpdate\": \"<dateTime>\",\n      \"lockUid\": \"{{string}}\",\n      \"lockMode\": {\n        \"description\": \"{{string}}\",\n        \"lockMode\": \"{{string}}\"\n      },\n      \"machineId\": \"{{string}}\",\n      \"objectUid\": \"{{string}}\",\n      \"product\": {\n        \"compatibilityVersion\": \"{{integer}}\",\n        \"description\": \"{{string}}\",\n        \"productId\": \"{{string}}\",\n        \"version\": \"{{integer}}\"\n      },\n      \"userLoginUid\": \"{{string}}\",\n      \"userId\": \"{{string}}\",\n      \"version\": \"{{integer}}\"\n    }\n  ]\n}"}],"_postman_id":"c4c3d837-c8f4-4ced-af2e-4a68aa8cb85c"},{"name":"Delete a Lock","id":"ca1664c6-58b6-40fa-8dbc-fd41edacc0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"<p><em>Required.</em><br />The type of authorization supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/security/locks?lockUid={{string}}","description":"<p>Deletes a lock based on a given identifier.</p>\n","urlObject":{"path":["security","locks"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(Base64Url)<br />The unique identifier of the associated lock.</p>\n","type":"text/plain"},"key":"lockUid","value":"{{string}}"}],"variable":[]}},"response":[{"id":"3bede58a-26e9-4923-912a-f1bcc5844adf","name":"Delete a Lock","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"},{"key":"Authorization","value":"Bearer {{oauth_token}}","description":"*Required.*  \nThe type of authorization supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/security/locks?lockUid={{string}}","host":["{{base_url}}"],"path":["security","locks"],"query":[{"key":"lockUid","value":"{{string}}","description":"*Required.*  \n(Base64Url)  \nThe unique identifier of the associated lock."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ca1664c6-58b6-40fa-8dbc-fd41edacc0c7"}],"id":"0dd86e39-7da3-4450-ac0a-04726f286f19","description":"<p>Manipulates locks data in your PPM Administrator application instance.</p>\n","_postman_id":"0dd86e39-7da3-4450-ac0a-04726f286f19"}],"id":"cd6f8151-5512-4598-b72d-aee8ad35eaa6","description":"<p>Use the Security APIs to create, read, update, and delete security-related data.</p>\n","_postman_id":"cd6f8151-5512-4598-b72d-aee8ad35eaa6"},{"name":"Change Log","item":[],"id":"7d4b11a1-a1ae-4ebc-88d1-6517e06ef740","description":"<h4 id=\"version-10-april-252025\">Version 1.0 (April 25,2025)</h4>\n<p>Initial version.</p>\n","_postman_id":"7d4b11a1-a1ae-4ebc-88d1-6517e06ef740"}],"variable":[{"key":"baseUrl","value":"http://127.0.0.1:8088"}]}