{"info":{"_postman_id":"e712aeff-17ac-46d5-b020-7459d51593d2","name":"Saviynt Security Manager API Reference v5.5-SP3","description":"<html><head></head><body><p>This Collection details the Supported methods for Saviynt Security Manager <em><strong>v5.5-SP3</strong></em></p>\n<p><em><strong>Versioning</strong></em></p>\n<p><strong>SSMv5.5-SP2 :</strong></p>\n<p><em><a href=\"https://documenter.getpostman.com/view/1797923/SzzgAepY?version=latest\">https://documenter.getpostman.com/view/1797923/SzzgAepY?version=latest</a></em></p>\n<p><strong>SSMv5.5.0 :</strong></p>\n<p><em><a href=\"https://documenter.getpostman.com/view/1797923/SzKN22aV?version=latest\">https://documenter.getpostman.com/view/1797923/SzKN22aV?version=latest</a></em></p>\n<p>The SSM APIs are versioned APIs. Any updates to a version are considered non-breaking to ensure the integration do not break. Breaking changes such as an addition of a new required field will be released as a new version of the API.</p>\n<p><em><strong>Syntax used in the API URLs:</strong></em></p>\n<p>{{url}}/ECM/{{path}}/apiName</p>\n<p>example -</p>\n<p>{{url}} - <code>https://example.saviyntcloud.com</code></p>\n<p>{{path}} - Use <code>api/v5</code> for SSM 5.2 or newer versions, Use <code>api</code> for older versions of SSM.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1797923","collectionId":"e712aeff-17ac-46d5-b020-7459d51593d2","publishedId":"TVsvi7G2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-23T17:43:50.000Z"},"item":[{"name":"1.0 Authentication","item":[{"name":"Get Authorization Token","event":[{"listen":"test","script":{"id":"3d6d15a0-8731-4582-b081-8d8cab317bd5","exec":[""],"type":"text/javascript"}}],"id":"fa7493f1-e276-47fa-abf6-a3c82a2aa214","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"userxxx\",\"password\":\"******\"}"},"url":"{{url}}/ECM/api/login","description":"<p>The <code>Bearer Authentication scheme</code> is dedicated to the authentication using a token and is described by the <a href=\"https://tools.ietf.org/html/rfc6750\">RFC6750</a>. Even if this scheme comes from an OAuth2 specification, you can still use it as a way to exchange between a client and a server.</p>\n<p>The SSM API currently requires the HTTP authentication scheme <code>Bearer</code> for authentication. All requests must have a valid <code>Token</code> specified in the HTTP Authorization header with the <code>Bearer</code> scheme.</p>\n<blockquote>\n<p>{{url}}/ECM/api/login</p>\n</blockquote>\n<p>A <code>POST</code> request by passing 'username' and 'password' in <code>json</code> text in the <code>body</code>, will return a <code>Token</code> in the response which can be passed in a <code>header</code> variable for subsequent requests</p>\n","urlObject":{"path":["ECM","api","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"36303b5f-c734-4309-a5df-5624f6af028e","name":"Get Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\":\"userxxx\",\"password\":\"******\"}"},"url":"{{url}}/ECM/api/login","description":"The `Bearer Authentication scheme` is dedicated to the authentication using a token and is described by the [RFC6750](https://tools.ietf.org/html/rfc6750). Even if this scheme comes from an OAuth2 specification, you can still use it as a way to exchange between a client and a server.\n\nThe SSM API currently requires the HTTP authentication scheme `Bearer` for authentication. All requests must have a valid `Token` specified in the HTTP Authorization header with the `Bearer` scheme.\n\n> {{url}}/ECM/api/login\n\nA `POST` request by passing 'username' and 'password' in `json` text in the `body`, will return a `Token` in the response which can be passed in a `header` variable for subsequent requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"2167","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 22:21:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"58A49B9FD27B04268096AD97BC3608FF","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"1288a01a-0b90-4d9e-83b4-cbc66ba918be","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"username\": \"admin\",\n    \"roles\": [\n        \"ROLE_ADMIN\"\n    ],\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"*****\",\n    \"expires_in\": 1800,\n    \"refresh_token\": \"refreshTokenabcd*******\"\n}"}],"_postman_id":"fa7493f1-e276-47fa-abf6-a3c82a2aa214"},{"name":"Refresh Authorization Token","id":"74579b46-f6d9-4aff-add5-e60987093557","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"************","sessionValue":"************","type":"text"}]},"url":"{{url}}/ECM/oauth/access_token","description":"<p>Saviynt Security Manager supports OAuth2.0 . OAuth 2.0 is the industry-standard protocol for authorization.  OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications. For more information refer link below.</p>\n<p><a href=\"https://oauth.net/2/\">OAuth 2.0 documentation</a></p>\n","urlObject":{"path":["ECM","oauth","access_token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"54be6c9c-9776-4cad-a2e6-a31a9a04adf4","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"************","sessionValue":"************","type":"text"}]},"url":"{{url}}/ECM/oauth/access_token","description":"Saviynt Security Manager supports OAuth2.0 . OAuth 2.0 is the industry-standard protocol for authorization.  OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications. For more information refer link below.\n\n[OAuth 2.0 documentation](https://oauth.net/2/)\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 20 Aug 2018 17:49:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"58A49B9FD27B04268096AD97BC3608FF","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"1288a01a-0b90-4d9e-83b4-cbc66ba918be","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"username\": \"admin\",\n    \"roles\": [\n        \"ROLE_ADMIN\"\n    ],\n    \"token_type\": \"Bearer\",\n    \"access_token\": \"newaccesstoken\",\n    \"expires_in\": 1800,\n    \"refresh_token\": \"\"\n}"}],"_postman_id":"74579b46-f6d9-4aff-add5-e60987093557"}],"id":"805907d6-6279-43a8-ad62-6290c2f41e44","_postman_id":"805907d6-6279-43a8-ad62-6290c2f41e44","description":""},{"name":"2.0 Identity Administration","item":[{"name":"Users","item":[{"name":"Create User","id":"5d5811bd-11a5-42b6-abe2-cd748794a096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"username\":\"johndoe\",\n\"firstname\":\"myfirstname\",\n\"startdate\":\"10-18-2018\",\n\"enddate\":\"10-11-2019\",\n\"statuskey\":\"1\",\n\"passwordExpired\":\"true\",\n\"enabled\": \"true\",\n\"accountExpired\":\"true\",\n\"accountLocked\":\"false\",\n\"allowpastdate\":\"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createUser","description":"<p>This API can be used to on-board or create a new user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional Parameters:</p>\n<p><code>validateagainstpolicy</code> - Values: Y/N, default is Y. Checks for the password policy,</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active (default),</p>\n<p><code>allowpastdate</code> - true / false (default). If true, allows startdate to be less than current date,</p>\n<p><code>User params</code> like \n    username,\n    firstname, \n    preferedFirstName,\n    lastname,\n    middlename,\n    street,\n    city,\n    comments,\n    statuskey,\n    startdate(MM-dd-yyyy),\n    enddate(MM-dd-yyyy),\n    manager (manager username),\n    password,\n    location,\n    jobCode,\n    jobDescription,\n    employeeType,\n    departmentNumber,\n    title,\n    state,\n    companyname,\n    costcenter,\n    departmentname,\n    employeeclass,\n    entity,\n    jobcodedesc,\n    locationdesc,\n    locationnumber,\n    siteid,\n    orgunitid,\n    region,\n    regioncode,\n    owner,\n    employeeid,\n    lastsyncdate,\n    createdate,\n    email,\n    phonenumber,\n    job_function,\n    country,\n    displayname,\n    enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    accountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    accountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    secondaryManager,\n    createdBy,\n    termDate,\n    vendorManager,\n    secondaryPhone,\n    secondaryEmail,\n    customproperty&lt;1-50&gt;,\n    hcp&lt;1-5&gt;,\n    ecp&lt;1-5&gt;,</p>\n<p><code>securityQuestions</code> - </p>\n<p>Example: \n\"securityQuestions\":[\n        {\n            \"securityQuestion\":\"What is your first Pet's name?\",\n            \"securityAnswer\":\"kitty\"\n        },\n        {\n            \"securityQuestion\":\"What is your favorite food?\",\n            \"securityAnswer\":\"food\"\n        }\n        ],</p>\n<p><code>inlineruleevaluation</code> - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.</p>\n<p><code>batchidentifier</code> - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API</p>\n<p><em><strong>It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.</strong></em></p>\n","urlObject":{"path":["ECM","{{path}}","createUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6def8cc3-0400-4333-9282-e260a5871007","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\"username\":\"johndoe\",\n\"firstname\":\"myfirstname\",\n\"startdate\":\"10-18-2018\",\n\"enddate\":\"10-11-2019\",\n\"statuskey\":\"1\",\n\"passwordExpired\":\"true\",\n\"enabled\": \"true\",\n\"accountExpired\":\"true\",\n\"accountLocked\":\"false\",\n\"allowpastdate\":\"true\"\n}"},"url":"{{url}}/ECM/{{path}}/createUser","description":"This API can be used to on-board or create a new user.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nOptional Parameters:\r\n\r\n`validateagainstpolicy` - Values: Y/N, default is Y. Checks for the password policy,\r\n\r\n`statuskey` - Values:1/0, 0 - Inactive, 1 - Active (default),\r\n\r\n`allowpastdate` - true / false (default). If true, allows startdate to be less than current date,\r\n\r\n`User params` like \r\n\tusername,\r\n    firstname, \r\n    preferedFirstName,\r\n    lastname,\r\n    middlename,\r\n    street,\r\n    city,\r\n    comments,\r\n    statuskey,\r\n    startdate(MM-dd-yyyy),\r\n    enddate(MM-dd-yyyy),\r\n    manager (manager username),\r\n    password,\r\n    location,\r\n    jobCode,\r\n    jobDescription,\r\n    employeeType,\r\n    departmentNumber,\r\n    title,\r\n    state,\r\n    companyname,\r\n    costcenter,\r\n    departmentname,\r\n    employeeclass,\r\n    entity,\r\n    jobcodedesc,\r\n    locationdesc,\r\n    locationnumber,\r\n    siteid,\r\n    orgunitid,\r\n    region,\r\n    regioncode,\r\n    owner,\r\n    employeeid,\r\n    lastsyncdate,\r\n    createdate,\r\n    email,\r\n    phonenumber,\r\n    job_function,\r\n    country,\r\n    displayname,\r\n    enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),\r\n    passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\r\n\taccountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\r\n\taccountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),\r\n    secondaryManager,\r\n    createdBy,\r\n    termDate,\r\n    vendorManager,\r\n    secondaryPhone,\r\n    secondaryEmail,\r\n    customproperty<1-50>,\r\n    hcp<1-5>,\r\n    ecp<1-5>,\r\n\r\n`securityQuestions` - \r\n\r\nExample: \r\n\"securityQuestions\":[\r\n\t\t{\r\n\t\t\t\"securityQuestion\":\"What is your first Pet's name?\",\r\n\t\t\t\"securityAnswer\":\"kitty\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"securityQuestion\":\"What is your favorite food?\",\r\n\t\t\t\"securityAnswer\":\"food\"\r\n\t\t}\r\n\t\t],\r\n\t\t\r\n`inlineruleevaluation` - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.\r\n\r\n`batchidentifier` - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API\r\n\r\n***It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.***"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 11 Aug 2018 00:50:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=efce7cb9-bea7-455f-9d19-545da8092b72; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"3E51BBD374A6BE5267D929A97E040981","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"efce7cb9-bea7-455f-9d19-545da8092b72","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \" Users created with username johndoe \"\n}"}],"_postman_id":"5d5811bd-11a5-42b6-abe2-cd748794a096"},{"name":"Update User","id":"5e6acb36-5804-4301-bda3-9cf3ba14c402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"A030592\",\n    \"lastname\":\"Tutor\",\n    \"firstname\":\"Abel\",\n    \"ecp1\":\"ecp12\",\n    \"hcp1\":\"hcp12\",\n    \"enabled\":\"1\",\n    \"manager\":\"A007825\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser","description":"<p>This method updates a specific \"user\" record in SSM, based on the input parameter <code>username</code> of the relevant user. </p>\n<p>All the input parameters it requires are attributes which could be updated for the relevant user record. The attributes which are supplied with valid values as input to the method, will get updated, if the operation is successfully executed.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n    <code>username</code></p>\n<p>Optional params:</p>\n<p><code>validateagainstpolicy</code> - Values: Y/N, default is Y. Checks for the password policy,</p>\n<p><code>allowpastdate</code> - true / false (default). If true, allows startdate to be less than current date,</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active,</p>\n<p><code>updatedusername</code> - update username,</p>\n<p><code>User params</code> like\n    firstname, \n    preferedFirstName,\n    lastname,\n    middlename,\n    street,\n    city,\n    comments,\n    statuskey,\n    startdate(MM-dd-yyyy),\n    enddate(MM-dd-yyyy),\n    manager (manager username),\n    password,\n    location,\n    jobCode,\n    jobDescription,\n    employeeType,\n    systemUserName,\n    departmentNumber,\n    title,\n    state,\n    companyname,\n    costcenter,\n    departmentname,\n    employeeclass,\n    entity,\n    jobcodedesc,\n    locationdesc,\n    locationnumber,\n    siteid,\n    orgunitid,\n    region,\n    regioncode,\n    owner,\n    employeeid,\n    lastsyncdate,\n    createdate,\n    email,\n    phonenumber,\n    job_function,\n    country,\n    displayname,\n    enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    accountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    accountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    secondaryManager,\n    createdBy,\n    termDate,\n    vendorManager,\n    secondaryPhone,\n    secondaryEmail,\n    customproperty&lt;1-50&gt;,\n    hcp&lt;1-5&gt;,\n    ecp&lt;1-5&gt;,</p>\n<p>   <code>securityQuestions</code> - </p>\n<p>Example: \n\"securityQuestions\":[\n        {\n            \"securityQuestion\":\"What is your first Pet's name?\",\n            \"securityAnswer\":\"kitty\"\n        },\n        {\n            \"securityQuestion\":\"What is your favorite food?\",\n            \"securityAnswer\":\"food\"\n        }\n        ],</p>\n<p><code>inlineruleevaluation</code> - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.</p>\n<p><code>batchidentifier</code> - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API</p>\n<p><code>batchidentifier</code> - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API</p>\n<p><em><strong>It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.</strong></em></p>\n","urlObject":{"path":["ECM","{{path}}","updateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"64e9563a-20e4-4c66-b759-3581081fcd29","name":"Update User - Inactive Manager","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"A030592\",\n    \"lastname\":\"Tutor\",\n    \"firstname\":\"Abel\",\n    \"ecp1\":\"ecp12\",\n    \"hcp1\":\"hcp12\",\n    \"enabled\":\"1\",\n    \"manager\":\"A007825\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=1B9802B4352622F5EFB015EBC06E55DC; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b4c5696d-d9c3-4df2-bc0e-23ef6e0ab870; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Dec 2020 02:16:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \" manager with username A007825 is inactive.  User Updated Successfully\"\n}"},{"id":"df736115-6d99-44f1-b90b-46abadec6a0a","name":"Update User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"A030592\",\n    \"lastname\":\"Tutor\",\n    \"firstname\":\"Abel\",\n    \"ecp1\":\"ecp12\",\n    \"hcp1\":\"hcp12\",\n    \"enabled\":\"1\",\n    \"manager\":\"A007825\"\n}"},"url":"{{url}}/ECM/{{path}}/updateUser","description":"This method updates a specific \"user\" record in SSM, based on the input parameter `username` of the relevant user. \n\nAll the input parameters it requires are attributes which could be updated for the relevant user record. The attributes which are supplied with valid values as input to the method, will get updated, if the operation is successfully executed.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:\n\t`username`\n\nOptional params:\n\n`validateagainstpolicy` - Values: Y/N, default is Y. Checks for the password policy,\n\n`allowpastdate` - true / false (default). If true, allows startdate to be less than current date,\n\n`statuskey` - Values:1/0, 0 - Inactive, 1 - Active,\n\n`updatedusername` - update username,\n\n`User params` like\n    firstname, \n    preferedFirstName,\n    lastname,\n    middlename,\n    street,\n    city,\n    comments,\n    statuskey,\n    startdate(MM-dd-yyyy),\n    enddate(MM-dd-yyyy),\n    manager (manager username),\n    password,\n    location,\n    jobCode,\n    jobDescription,\n    employeeType,\n    systemUserName,\n    departmentNumber,\n    title,\n    state,\n    companyname,\n    costcenter,\n    departmentname,\n    employeeclass,\n    entity,\n    jobcodedesc,\n    locationdesc,\n    locationnumber,\n    siteid,\n    orgunitid,\n    region,\n    regioncode,\n    owner,\n    employeeid,\n    lastsyncdate,\n    createdate,\n    email,\n    phonenumber,\n    job_function,\n    country,\n    displayname,\n    enabled(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    passwordExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n\taccountExpired(can be \"1\"/\"true\" or \"0\"/\"false\"),\n\taccountLocked(can be \"1\"/\"true\" or \"0\"/\"false\"),\n    secondaryManager,\n    createdBy,\n    termDate,\n    vendorManager,\n    secondaryPhone,\n    secondaryEmail,\n    customproperty<1-50>,\n    hcp<1-5>,\n    ecp<1-5>,\n    \n   `securityQuestions` - \n\nExample: \n\"securityQuestions\":[\n\t\t{\n\t\t\t\"securityQuestion\":\"What is your first Pet's name?\",\n\t\t\t\"securityAnswer\":\"kitty\"\n\t\t},\n\t\t{\n\t\t\t\"securityQuestion\":\"What is your favorite food?\",\n\t\t\t\"securityAnswer\":\"food\"\n\t\t}\n\t\t],\n\t\t\n`inlineruleevaluation` - true/ false (default is true), if true then rules will be evaluated immediately, if false rules will be evaluated by a job.\n\n`batchidentifier` - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API\n\n`batchidentifier` - When inlineruleevaluation=false, this Rule Run Unique Identifier can be set and user update rules can be processed later by calling /api/processrules API\n\n***It's highly recommended to pass inlineruleevaluation:\"false\" for bulk load and call processrules api to evaluate and run the rules after the load is done.***"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:16:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7c45cb82-b27f-44bc-8e66-677c2b2ead05; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7c45cb82-b27f-44bc-8e66-677c2b2ead05","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS User Updated Successfully\"}"}],"_postman_id":"5e6acb36-5804-4301-bda3-9cf3ba14c402"},{"name":"Process Rules","id":"01a1c854-b2bd-4a62-a1be-3382f4ca9945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"jobidstoprocess\" : \"0\",\n\t\"runzerodayrules\" : \"true\",\n\t\"totaljobstorun\" : \"2\",\n\t\"fetchroles\" : \"true\",\n\t\"batchidentifier\" : \"1607981747665\"\n}"},"url":"{{url}}/ECM/api/processrules","description":"<p>This API will process unprocessed data and will be evaulated as per the user update rules defined.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>jobidstoprocess</code> - parent jobid from userrulerundata table</p>\n<p><code>runzerodayrules</code> - Can be true/false(Default - false)</p>\n<p><code>totaljobstorun</code> - Total number of jobs to run (Default - 2)</p>\n<p><code>fetchroles</code> - Can be true/false</p>\n<p><code>batchidentifier</code> - Unique identifier that is defined at the time of createUser/updateUser API call.</p>\n","urlObject":{"path":["ECM","api","processrules"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"85480a85-c17a-450e-b599-43c48c552196","name":"Process Rules","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"jobidstoprocess\" : \"0\",\n\t\"runzerodayrules\" : \"true\",\n\t\"totaljobstorun\" : \"2\",\n\t\"fetchroles\" : \"true\",\n\t\"batchidentifier\" : \"1607981747665\"\n}"},"url":"{{url}}/ECM/api/processrules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0c1b5569-76f4-4497-983d-b9d488fa94f5; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Dec 2020 21:48:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"jobs invoked\"\n}"}],"_postman_id":"01a1c854-b2bd-4a62-a1be-3382f4ca9945"},{"name":"Get User Details","id":"b123e8c0-0faf-43ea-8de6-730dbc161ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"username\":\"lmcneil\"},\r\n\"showsecurityanswers\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUser","description":"<p>This method returns a <code>List</code> of Users in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>username</code> - Specify the username for which you want to get the user attribute details,</p>\n<p><code>responsefields</code> - User attributes which you want to see in the response(for encrypted values, mention ecp&lt;1-5&gt;, and for hashed values, mention hcp&lt;1-5&gt;),</p>\n<p><code>max</code>,</p>\n<p><code>offset</code>,</p>\n<p><code>sort</code>,</p>\n<p><code>order</code> - asc/desc,</p>\n<p><code>manager</code> - username,</p>\n<p><code>secondarymanager</code> - userkey <em>OR</em> <code>secondaryManager</code> - username</p>\n<p><code>showsecurityanswers</code> - \"0\"/\"1\" to display encrypted security answers for the user </p>\n<p> </p>\n<p><code>filtercriteria</code> - User fields based on which you want to get the user attribute details(including userkey),</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>searchCriteria</code> - search for a user based on the string passed (eg - “*ab*” or “*ab” or “ab*”) in their firstname, lastname, displayname and username only, example - \"ab*\" - This will return all users with firstname or lastname or username starting with \"ab\"</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>advsearchcriteria</code> - search for a user based on the string passed (eg - “*ab*” or “*ab” or “ab*”), example - {\"username\":\"a*\", \"firstname\":\"*b\"} - This will return all users with username starting with \"a\" AND firstname ending with \"b\". Exact match search is applicable for types boolean, users, customer. Date can be entered in format - yyyy-MM-dd.</p>\n<p><em><strong>OR</strong></em></p>\n<p><code>userQuery</code> - Sample: “userQuery”:”user.customproperty1='abc' or user.displayname like '%display%'”.</p>\n<p><em><strong>Note</strong></em> - By default, if no responsefields param is passed, required attrs that will always return are username, email, statuskey, firstname, lastname, employeeid along with other attributes with nonblank values only.</p>\n","urlObject":{"path":["ECM","{{path}}","getUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"92f230eb-978d-4fac-a22e-96d387900242","name":"Get User Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"email\":\"johndoe@saviynt.com\"},\r\n\"responsefields\":[\"username\",\"statuskey\",\"firstname\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fb4678c2-d70f-4f8b-82a4-6fcfe27df66c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Dec 2019 22:17:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": \"1\",\n    \"userlist\": [\n        {\n            \"firstname\": \"John\",\n            \"statuskey\": \"1\",\n            \"userKey\": 5,\n            \"username\": \"johndoe\"\n        }\n    ],\n    \"totalcount\": \"1\",\n    \"errorCode\": \"0\"\n}"},{"id":"a652981e-cbd3-4172-b5d9-c9ee7f177617","name":"Get User Details 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"filtercriteria\":{\"username\":\"lmcneil\"},\r\n\"showsecurityanswers\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 18:46:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": \"1\",\n    \"userlist\": [\n        {\n            \"country\": \"USA\",\n            \"firstname\": \"Logan\",\n            \"city\": \"San Francisco\",\n            \"customproperty1\": \"3aa5550b7fe348b98d7b5741afc65534\",\n            \"phonenumber\": \"415789-8904\",\n            \"createdate\": \"06/08/2020T10:35:46+0000\",\n            \"title\": \"Chief Human Resources Officer\",\n            \"employeeid\": \"21001\",\n            \"failedTries\": \"0\",\n            \"enabled\": \"true\",\n            \"updatedate\": \"07/23/2020T18:25:58+0000\",\n            \"systemUserName\": \"lmcneil\",\n            \"lastPasswordUpdateDate\": \"07/23/2020T18:25:58+0000\",\n            \"costcenter\": \"GMS USA\",\n            \"email\": \"test@gmail.com\",\n            \"accountLocked\": \"false\",\n            \"savUpdateDate\": \"06/08/2020T10:36:03+0000\",\n            \"preferedFirstName\": \"Logan\",\n            \"userSource\": \"127\",\n            \"userKey\": 12444,\n            \"lastname\": \"McNeil\",\n            \"encryptedSecurityAnswers\": \"lhCSZZbYyxHaRZN6L9s4IPXAIwx86J87GEXwt5wIutPnEGkywv4W9UImm9u+qlk67bTNecLwHBClApo9olYBEceyC+h4gcLrjWwLOLlJ3Wc=\",\n            \"employeeType\": \"Regular\",\n            \"companyname\": \"Global Modern Services, Inc. (USA)\",\n            \"statuskey\": \"1\",\n            \"displayname\": \"Logan McNeil\",\n            \"accountExpired\": \"false\",\n            \"location\": \"San Francisco\",\n            \"passwordExpired\": \"false\",\n            \"updateuser\": \"admin\",\n            \"customer\": \"testorg\",\n            \"username\": \"lmcneil\"\n        }\n    ],\n    \"totalcount\": \"1\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"b123e8c0-0faf-43ea-8de6-730dbc161ed9"},{"name":"Get List of Users","id":"d1dfc3f5-d265-476b-a747-1d2896cd668b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/user?q=accountExpired:0&fields=firstname,lastname,username&sort=username&order=desc&offset=2&max=2","description":"<p>This API returns the user information from SSM. This API will return only the user attributes which are not null or blank.</p>\n<p>You can search for a user based on any parameters given below and not only the username.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>q</code></p>\n<p>Optional params:\n<code>offset</code>,\n<code>max</code>,\n<code>sort</code>,\n<code>order</code>,\n<code>countonly</code>,\n<code>fields</code>\n<code>showsecurityanswers</code> - \"0\"/\"1\" to display encrypted security answers for the user</p>\n","urlObject":{"path":["ECM","{{path}}","user"],"host":["{{url}}"],"query":[{"key":"q","value":"accountExpired:0"},{"key":"fields","value":"firstname,lastname,username"},{"key":"sort","value":"username"},{"key":"order","value":"desc"},{"key":"offset","value":"2"},{"key":"max","value":"2"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"090d8f2b-a487-4abd-b977-515b1aaeaf60","name":"Get User","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:08:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e8d3193-c459-4e21-abf7-2f0ee18aad3f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4e8d3193-c459-4e21-abf7-2f0ee18aad3f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"offset\":\"2\",\"count\":2,\"errorCode\":\"0\",\"sort\":\"username\",\"results\":[{\"firstname\":\"John\",\"User Name\":\"johndoe\",\"Last Name\":\"Doe\"},{\"firstname\":\"Jane\",\"User Name\":\"janedoe\",\"Last Name\":\"Doe\"}],\"order\":\"desc\"}"}],"_postman_id":"d1dfc3f5-d265-476b-a747-1d2896cd668b"},{"name":"Add/Remove User from SAV ROLE","id":"d3e005f7-829e-4743-b8d5-d221ddcca852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"rolename","value":"ROLE_MANAGER","type":"text"},{"key":"operation","value":"1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addremoveuserfromrole","description":"<p>This method grants/removes membership of a \"user\" to one or more roles in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>username</code> - Username for the user to whom the roles are to be granted,</p>\n<p><code>rolename</code> - comma separated values with names of roles that need to be granted,</p>\n<p><code>operation</code> (0/1) - 0:Remove and 1:Add</p>\n","urlObject":{"path":["ECM","{{path}}","addremoveuserfromrole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61d1c8e5-a7ef-4902-a619-530ef84b59aa","name":"Add Remove User from Sav Role - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"rolename","value":"ROLE_MANAGER","type":"text"},{"key":"operation","value":"1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addremoveuserfromrole","description":"This method grants/removes membership of a \"user\" to one or more roles in SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`username` - Username for the user to whom the roles are to be granted,\r\n\r\n`rolename` - comma separated values with names of roles that need to be granted,\r\n\r\n`operation` (0/1) - 0:Remove and 1:Add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 18:04:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a8d1bf5a-f06e-4d13-8a1c-2501f9b10db3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"453721C561F4BD82B96997BE6EF5D91C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a8d1bf5a-f06e-4d13-8a1c-2501f9b10db3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"success\"}"},{"id":"edd877e6-48c8-4aeb-804f-9bd8f3b869bd","name":"Add/Remove User from SAV ROLE - Failure","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 01:17:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=53304FE5D119B96D6A3A2406EC29252F; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3f2130c1-55ca-4f1a-86a2-1546bc09944a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"53304FE5D119B96D6A3A2406EC29252F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"3f2130c1-55ca-4f1a-86a2-1546bc09944a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"1\",\n    \"message\": \"Bad Request. Association Between User 'johndoe' and role 'ROLE_MANAGER' already exists.\"\n}"}],"_postman_id":"d3e005f7-829e-4743-b8d5-d221ddcca852"},{"name":"Get Access Details For User","id":"1ee32c66-95ee-4067-b37d-526b36838589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"endpoint","value":"System1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getAccessDetailsForUser","description":"<p>This API call can be used to get the user details, account details, and details of all the entitlements the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>username</code></p>\n<p>Optional params:\n<code>endpoint</code>, <code>max</code>, <code>offset</code>, <code>entitlementtype</code></p>\n","urlObject":{"path":["ECM","{{path}}","getAccessDetailsForUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0d0299d6-2426-469a-abce-01ace771c302","name":"Get Access Details For User","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:13:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=78a59564-c96d-4d24-9cc1-e05522d397dd; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F54C79A0EBC8E7DA8653EEB846016978","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"78a59564-c96d-4d24-9cc1-e05522d397dd","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"Entitlementdetails\": [\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement1\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement2\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"access\": \"Select\",\r\n            \"customproperty1\": \"test\",\r\n            \"confidentiality\": \"0\",\r\n            \"module\": \"Select\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"peterpan\"\r\n            ],\r\n            \"priviliged\": \"0\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/08/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"Display Name One\",\r\n            \"soxcritical\": \"0\",\r\n            \"risk\": \"0\",\r\n            \"entitlement_value\": \"Entitlement3\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"customproperty1\": \"test\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": [\r\n                \"jamessmith\",\r\n                \"janedoe\"\r\n            ],\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"entitlement_value\": \"Entitlement4\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"customproperty20\": \"cp20\",\r\n            \"customproperty3\": \"cp3\",\r\n            \"customproperty1\": \"ap1\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"04/27/2018\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"customproperty8\": \"cp8\",\r\n            \"entitlement_value\": \"Entitlement5\",\r\n            \"status\": \"1\",\r\n            \"updateuser\": \"191327\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement6\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement Name for testing the codec issue within user manager attestation\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"syscritical\": \"0\",\r\n            \"endpoint\": \"System1\",\r\n            \"updatedate\": \"02/22/2017\",\r\n            \"requestForm\": \"Request Form Table\",\r\n            \"displayname\": \"\",\r\n            \"soxcritical\": \"0\",\r\n            \"description\": \"\",\r\n            \"entitlementOwner\": \"\",\r\n            \"entitlement_value\": \"Entitlement7\",\r\n            \"entitlementType\": \"Access\",\r\n            \"entitlement_glossary\": \"\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"totalEntitlementCount\": 8,\r\n    \"entitlementsCount\": 8,\r\n    \"UserDetails\": {\r\n        \"customproperty10\": \"\",\r\n        \"country\": \"US\",\r\n        \"customproperty12\": \"zzzTHIRD\",\r\n        \"customproperty11\": \"\",\r\n        \"customproperty18\": \"Allowed\",\r\n        \"customproperty17\": \"\",\r\n        \"jobCode\": \"zzzzzzzz\",\r\n        \"customproperty19\": \"1827\",\r\n        \"customproperty14\": \"20160803\",\r\n        \"startdate\": \"01/28/2018T08:00:00+0000\",\r\n        \"customproperty13\": \"ABCDE\",\r\n        \"secondaryManager\": \"jamessmith\",\r\n        \"customproperty16\": \"2016-08-03 00:00:00\",\r\n        \"failedTries\": \"0\",\r\n        \"customproperty15\": \"Data change\",\r\n        \"updatedate\": \"08/02/2018T04:08:16+0000\",\r\n        \"vendorManager\": \"awsadmin\",\r\n        \"Create Date\": \"03/28/2018T07:00:00+0000\",\r\n        \"preferedFirstName\": \"John\",\r\n        \"customproperty40\": \"1\",\r\n        \"encryptedSecurityAnswers\": \"0Ti6Bg7+E6QEKEd+x4GNhjWpG3KQ0jCbDzxhupvqPrTsrFM8vmoV/eq70xasjbuX7/amIxOXFHDVpPyHhDXA2AFHjnrHqung/1lBsLLr6tw=\",\r\n        \"enddate\": \"01/28/2019T08:00:00+0000\",\r\n        \"lastsyncdate\": \"02/28/2018T08:00:00+0000\",\r\n        \"statuskey\": \"1\",\r\n        \"departmentNumber\": \"565\",\r\n        \"jobcodedesc\": \"zzzzzzzz\",\r\n        \"Last Name\": \"Doe\",\r\n        \"termDate\": \"04/28/2018T07:00:00+0000\",\r\n        \"doNotDisturbDelegate\": \"jackwoods\",\r\n        \"customproperty32\": \"\",\r\n        \"customproperty4\": \"SITI\",\r\n        \"customproperty31\": \"\",\r\n        \"customproperty5\": \"C\",\r\n        \"customproperty2\": \"\",\r\n        \"customproperty34\": \"\",\r\n        \"firstname\": \"John\",\r\n        \"customproperty3\": \"Activated\",\r\n        \"customproperty33\": \"\",\r\n        \"Job Function\": \"A dummy name for a Skill Pool Group\",\r\n        \"locationnumber\": \"SF-OFC\",\r\n        \"city\": \"Atlanta\",\r\n        \"customproperty30\": \"2016-09-15 00:30:56\",\r\n        \"employeeclass\": \"C\",\r\n        \"customproperty39\": \"\",\r\n        \"locationdesc\": \"5 Longfellow St.Deer Park\",\r\n        \"customproperty36\": \"\",\r\n        \"title\": \"Analyst\",\r\n        \"customproperty35\": \"\",\r\n        \"employeeid\": \"\",\r\n        \"customproperty38\": \"\",\r\n        \"enabled\": \"true\",\r\n        \"customproperty37\": \"\",\r\n        \"Department Name\": \"IAM\",\r\n        \"Orgunit ID\": \"CO\",\r\n        \"systemUserName\": \"jdoe\",\r\n        \"street\": \"s\",\r\n        \"customproperty8\": \"mm\",\r\n        \"customproperty9\": \"\",\r\n        \"customproperty6\": \"John Doe\",\r\n        \"email\": \"jdoe@saviynt.com\",\r\n        \"customproperty7\": \"J.Doe\",\r\n        \"accountLocked\": \"false\",\r\n        \"customproperty21\": \"\",\r\n        \"owner\": \"janedoe\",\r\n        \"customproperty20\": \"INFORMATION TECHNOLOGY INTERNATIONAL B.V.\",\r\n        \"customproperty23\": \"\",\r\n        \"comments\": \"test\",\r\n        \"customproperty22\": \"\",\r\n        \"manager\": \"janedoe\",\r\n        \"User Name\": \"johndoe\",\r\n        \"customproperty29\": \"\",\r\n        \"customproperty28\": \"\",\r\n        \"middlename\": \"w\",\r\n        \"customproperty25\": \"\",\r\n        \"Custom Property 1\": \"IP\",\r\n        \"customproperty24\": \"\",\r\n        \"customproperty27\": \"\",\r\n        \"customproperty26\": \"\",\r\n        \"Company Name\": \"Information Technology International\",\r\n        \"employeeType\": \"Contractor\",\r\n        \"owneronTerminate\": \"4\",\r\n        \"createdBy\": \"admin\",\r\n        \"displayname\": \"Doe, John\",\r\n        \"accountExpired\": \"false\",\r\n        \"location\": \"SF-OFC\",\r\n        \"passwordExpired\": \"false\",\r\n        \"updateuser\": \"admin\"\r\n    },\r\n    \"Accountdetails\": [\r\n        {\r\n            \"customproperty10\": \"cp10\",\r\n            \"customproperty20\": \"cp20\",\r\n            \"customproperty2\": \"cp2\",\r\n            \"endpoint\": \"System1\",\r\n            \"customproperty1\": \"cp1\",\r\n            \"customproperty30\": \"cp30\",\r\n            \"name\": \"janedoe\",\r\n            \"description\": \"desc\",\r\n            \"createdon\": \"07/26/2018\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"errorCode\": \"0\",\r\n    \"PrivilegeDetails\": []\r\n}"}],"_postman_id":"1ee32c66-95ee-4067-b37d-526b36838589"},{"name":"Authenticate User","id":"596ca6e7-eff1-4a76-8a5c-30011ce15e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password1A","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"<p>This API call can be used to authenticate the user in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code> </p>\n<p>Mandatory Params:\n<code>username</code>,\n<code>password</code></p>\n","urlObject":{"path":["ECM","{{path}}","authenticateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2b0ed82c-635d-4007-92fd-1a8ffc9a60a6","name":"Authenticate User Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password1A","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"This API call can be used to authenticate the user in SSM\n\nThe `Authorization` must have `Bearer` followed by `Token` \n\nMandatory Params:\n`username`,\n`password`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:29:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2c0ea716-a367-4c45-8251-6bc4ca89083e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2c0ea716-a367-4c45-8251-6bc4ca89083e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Authentication Successful\"}"},{"id":"f93f2055-7f61-4351-806d-4c867727d86f","name":"Authenticate User Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"password","value":"password1A","type":"text"}]},"url":"{{url}}/ECM/{{path}}/authenticateUser","description":"This API call can be used to authenticate the user in SSM\n\nThe `Authorization` must have `Bearer` followed by `Token` \n\nMandatory Params:\n`username`,\n`password`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:29:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6acf75b6-c30d-4d98-a851-a34f6feba8e3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6acf75b6-c30d-4d98-a851-a34f6feba8e3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"1\",\"message\":\"Authentication Failed\"}"}],"_postman_id":"596ca6e7-eff1-4a76-8a5c-30011ce15e90"},{"name":"Validate User Data","id":"02f59351-c600-490b-ac2c-9d5023436d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"jdoe\",\n\t\"firstname\" : \"John\",\n\t\"lastname\" : \"Doe1\",\n\t\"ecp1\":\"test1\",\n\t\"hcp1\":\"test2\"\n}"},"url":"{{url}}/ECM/{{path}}/validateUserData","description":"<p>This API will validate the attribute values of an existing user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p>user properties like <code>customproperty&lt;1-50&gt;</code>, <code>hcp&lt;1-5&gt;</code>, <code>ecp&lt;1-5&gt;</code>, <code>firstname</code>, <code>lastname</code>, <code>statuskey</code>, <code>manager</code> etc.</p>\n","urlObject":{"path":["ECM","{{path}}","validateUserData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fec5096a-ac2f-4a15-a696-d45ae470bc7e","name":"Validate User Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"jdoe\",\n\t\"firstname\" : \"John\",\n\t\"lastname\" : \"Doe1\",\n\t\"ecp1\":\"test1\",\n\t\"hcp1\":\"test2\"\n}"},"url":"{{url}}/ECM/{{path}}/validateUserData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=BA39BF33ED51FE52F8682A9B17EEFB82; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5a6ab212-14b2-42aa-a175-089a8e2d24bb; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Dec 2018 17:41:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"validationResult\": {\n        \"firstname\": \"true\",\n        \"lastname\": \"false\",\n        \"ecp1\":\"true\",\n\t\t\"hcp1\":\"true\"\n    },\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"02f59351-c600-490b-ac2c-9d5023436d39"},{"name":"Get SavRoles","id":"749f4176-cba8-49a9-8049-10691b4f2349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"admin\"\n}"},"url":"{{url}}/ECM/{{path}}/getSavRoles","description":"<p>This API returns the SavRoles of an user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>max</code>,<code>offset</code>,<code>username</code></p>\n","urlObject":{"path":["ECM","{{path}}","getSavRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"78643c8b-4031-4e1a-aaea-ba6b8fdb9ef5","name":"Get SavRoles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/ECM/{{path}}/getSavRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f3ce01ab-63db-452a-8955-764dbae377fd; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 18 Dec 2018 22:16:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"savRoles\": [\n        \"ROLE_ADMIN\",\n        \"ROLE_MANAGER\"\n    ],\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"749f4176-cba8-49a9-8049-10691b4f2349"}],"id":"2fcf2b41-cb46-40e3-ade5-f6fdd43c983b","_postman_id":"2fcf2b41-cb46-40e3-ade5-f6fdd43c983b","description":""},{"name":"Accounts","item":[{"name":"Get Account Details","id":"bf45b738-ed6b-4b98-b4a4-dc08db40a2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"advsearchcriteria\": {\n        \"status\": \"ACTIVE\",\n        \"name\": \"john*\",\n        \"accountowner\": [\n            {\n                \"type\": \"user\",\n                \"value\": \"janedoe\",\n                \"rank\": \"1\"\n            }\n        ]\n    }\n}"},"url":"{{url}}/ECM/{{path}}/getAccounts","description":"<p>This method returns a <code>List</code> of \"Accounts\" in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>username</code>,\n<code>endpoint</code>,\n<code>max</code>,\n<code>offset</code>,</p>\n<p><code>advsearchcriteria</code> - accountKey,description,comments,accounttype,status,customproperty1-customproperty56,accountID,displayName,name,creator (username),updateuser (username),validfromDate validthrough,createdon,lastlogondate,lastpasswordchange,updatedate,orphan (true/false),\naccountowner - with fields 1. type - user/ usergroup (mandatory), 2. value - username/ usergroup name (mandatory), 3. rank - 1 to 5 (optional)</p>\n<p>Sample - \"advsearchcriteria\":{ \"status\":\"ACTIVE\",\"name\":\"john*\",\"createdon\":\"2016-12-13\",\"customproperty12\":\"*Ro*\",\"orphan\":\"true\",\"accountowner\": [\n            {\n                \"type\": \"user\",\n                \"value\": \"janedoe\",\n                \"rank\": \"1\"\n            }\n        ]},</p>\n<p>Date can be searched with 'yyyy-MM-dd', dates and boolean are exact match.</p>\n","urlObject":{"path":["ECM","{{path}}","getAccounts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7981f771-9ecd-4551-bf59-a2245d3415a8","name":"Get Account Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"advsearchcriteria\": {\n        \"status\": \"ACTIVE\",\n        \"name\": \"john*\",\n        \"accountowner\": [\n            {\n                \"type\": \"user\",\n                \"value\": \"janedoe\",\n                \"rank\": \"1\"\n            }\n        ]\n    }\n}"},"url":"{{url}}/ECM/{{path}}/getAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3cde0103-5ccf-4fbf-a610-f75849c9e82e; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Dec 2019 19:53:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"displaycount\": 1,\n    \"total\": 1,\n    \"Accountdetails\": [\n        {\n            \"creator\": \"admin\",\n            \"endpoint\": \"System1\",\n            \"updatedate\": \"12/13/2019\",\n            \"accountowner\": [\n                {\n                    \"rank\": 1,\n                    \"type\": \"user\",\n                    \"value\": \"janedoe\"\n                }\n            ],\n            \"name\": \"johnWS20\",\n            \"updateUser\": \"admin\",\n            \"createdon\": \"12/13/2019\",\n            \"status\": \"1\",\n            \"username\": \"johndoe\"\n        }\n    ],\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"bf45b738-ed6b-4b98-b4a4-dc08db40a2e4"},{"name":"Export Account","id":"7fe9295d-4904-439d-94dc-0687a48bebf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"securitysystem","value":"System1","description":"<p>mandatory</p>\n","type":"text"},{"key":"endpoint","value":"System1","description":"<p>mandatory</p>\n","type":"text"}]},"url":"{{url}}/ECM/{{path}}/exportAccount","description":"<p>This API call can be used to fetch all the existing accounts in a particular endpoint and security system along with the account attributes.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>endpoint</code> - not the display name,\n<code>securitysystem</code> - not the display name</p>\n","urlObject":{"path":["ECM","{{path}}","exportAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe3b3aa2-33c8-4add-ade1-94e95bfefea9","name":"Export Account","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:32:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a86326df-bf5d-4505-9ce7-4996bb03dfa3; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a86326df-bf5d-4505-9ce7-4996bb03dfa3","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"result\":{\"total\":\"6\",\"accounts\":[{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"smarquez\",\"accounttype\":\"A\",\"status\":\"1\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"tbowers\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"dbailey\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"mchapman\",\"accounttype\":\"null\",\"status\":\"Manually Provisioned\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"glogan\",\"accounttype\":\"null\",\"status\":\"1\"},{\"accountID\":\"null\",\"endpoint\":\"System1\",\"systemname\":\"System1\",\"name\":\"lkrause\",\"accounttype\":\"null\",\"status\":\"1\"}]},\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"7fe9295d-4904-439d-94dc-0687a48bebf7"},{"name":"Create Account","id":"b0c66404-9970-4a3c-9c6a-fe23740f089d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"username\": \"johndoe\",\n    \"requestor\": \"admin\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\"\n        }\n    ],\n    \"description\": \"test\",\n    \"displayname\": \"testaccc\",\n    \"comments\": \"10282\",\n    \"accountid\": \"123\",\n    \"customproperty1\": \"1212\",\n    \"customproperty30\": \"1212\",\n    \"passwordchangestatus\": \"changed\",\n    \"privileged\": \"true\",\n    \"usergroup\": \"testgroup\",\n    \"accounttype\": \"service account\",\n    \"incorrectlogons\": \"12\",\n    \"orphan\": \"true\",\n    \"validfrom\": \"11-03-2019\",\n    \"validthrough\": \"10-03-2019\",\n    \"lastlogondate\": \"10-03-2019\",\n    \"passwordlockdate\": \"10-03-2019\"\n}"},"url":"{{url}}/ECM/{{path}}/createAccount","description":"<p>This method creates a new \"account\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.</p>\n<p>The <code>Authorization</code> header variable must be set to <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>securitysystem</code> - not display name,\n<code>endpoint</code> - not display name,\n<code>name</code> - account name to be created</p>\n<p>Optional params:</p>\n<p><code>accountid</code>,\n<code>username</code> - user for whom the account is created,\n<code>requestor</code> - user who is creating the account,</p>\n<p><code>accountowner</code> - owner of account</p>\n<p>1.<code>type</code>- usergroup / user, mandatory field<br />2. <code>value</code> - usergroup name / username, mandatory field<br />3. <code>rank</code> - values from 1-5, optional filed, Default: 1,</p>\n<p><code>description</code>,\n<code>displayname</code>,\n<code>comments</code>,\n<code>accountid</code>,\n<code>customproperty&lt;1-56&gt;</code>,\n<code>passwordchangestatus</code>,\n<code>privileged</code>,\n<code>usergroup</code>,\n<code>status</code> - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1\n<code>accounttype</code> - Service Account/Shared Account/FIREFIGHTERID, defaul: null,\n<code>incorrectlogons</code>,\n<code>orphan</code> - true/false,\n<code>validfrom</code> - MM-dd-yyyy,\n<code>validthrough</code> - MM-dd-yyyy,\n<code>lastlogondate</code> - MM-dd-yyyy,\n<code>passwordlockdate</code>- MM-dd-yyyy,\n<code>lastpasswordchange</code> - MM-dd-yyyy</p>\n","urlObject":{"path":["ECM","{{path}}","createAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e057c21-89ca-4b05-b2b3-18bad870432b","name":"Create Account Failure","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:34:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=47781b2b-e2d2-4199-8321-3b3f69a030bd; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"47781b2b-e2d2-4199-8321-3b3f69a030bd","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"1\",\"message\":\"Account with name johnWS already exists.\"}"},{"id":"8d5d4e9f-f636-4ae5-a57f-33d6681601e5","name":"Create Account Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"username\": \"johndoe\",\n    \"requestor\": \"admin\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\"\n        }\n    ],\n    \"description\": \"test\",\n    \"displayname\": \"testaccc\",\n    \"comments\": \"10282\",\n    \"accountid\": \"123\",\n    \"customproperty1\": \"1212\",\n    \"customproperty30\": \"1212\",\n    \"passwordchangestatus\": \"changed\",\n    \"privileged\": \"true\",\n    \"usergroup\": \"testgroup\",\n    \"accounttype\": \"service account\",\n    \"incorrectlogons\": \"12\",\n    \"orphan\": \"true\",\n    \"validfrom\": \"11-03-2019\",\n    \"validthrough\": \"10-03-2019\",\n    \"lastlogondate\": \"10-03-2019\",\n    \"passwordlockdate\": \"10-03-2019\"\n}"},"url":"{{url}}/ECM/{{path}}/createAccount","description":"This method creates a new \"account\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.\n\nThe `Authorization` header variable must be set to `Bearer` followed by `Token`.\n\nMandatory params: \n\n`securitysystem` - not display name,\n`endpoint` - not display name,\n`name` - account name to be created\n\nOptional params:\n\n`accountid`,\n`username` - user for whom the account is created,\n`requestor` - user who is creating the account,\n\n`accountowner` - owner of account\n\n1.`type`- usergroup / user, mandatory field  \n2. `value` - usergroup name / username, mandatory field  \n3. `rank` - values from 1-5, optional filed, Default: 1,\n\n`description`,\n`displayname`,\n`comments`,\n`accountid`,\n`customproperty<1-56>`,\n`passwordchangestatus`,\n`privileged`,\n`usergroup`,\n`status` - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1\n`accounttype` - Service Account/Shared Account/FIREFIGHTERID, defaul: null,\n`incorrectlogons`,\n`orphan` - true/false,\n`validfrom` - MM-dd-yyyy,\n`validthrough` - MM-dd-yyyy,\n`lastlogondate` - MM-dd-yyyy,\n`passwordlockdate`- MM-dd-yyyy,\n`lastpasswordchange` - MM-dd-yyyy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:33:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5c3516df-9226-497c-b281-c4862f14d1cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5c3516df-9226-497c-b281-c4862f14d1cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"b0c66404-9970-4a3c-9c6a-fe23740f089d"},{"name":"Update Account","id":"ee360639-8af3-47bd-87f8-7509fbe26a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"customproperty1\":\"cp1\",\n\t\"description\":\"desc\",\n\t\"status\":\"1\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\",\n            \"action\":\"remove\"\n        },\n        {\n            \"type\": \"user\",\n            \"value\": \"acook\",\n            \"rank\": \"1\",\n            \"action\":\"add\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateAccount","description":"<p>This method updates a particular \"account\" record in Saviynt, based on the account name.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:<br /><code>securitysystem</code>,<br /><code>endpoint</code>,<br /><code>name</code> - account name</p>\n<p>Optional params:<br /><code>customproperty&lt;1 to 30&gt;</code>,<br /><code>status</code>,<br /><code>description</code></p>\n<p><code>accountowner</code></p>\n<p>1.<code>type</code>- usergroup / user, mandatory field<br />2. <code>value</code> - usergroup name / username, mandatory field<br />3. <code>rank</code> - values from 1-5, optional filed, Default: 1<br />4. <code>action</code> - add / remove, mandatory field,</p>\n<p><code>description</code>,<br /><code>displayname</code>,<br /><code>comments</code>,<br /><code>accountid</code>,<br /><code>customproperty&lt;1-56&gt;</code>,<br /><code>passwordchangestatus</code>,<br /><code>privileged</code>,<br /><code>usergroup</code>,</p>\n<p><code>updateuser</code> - username of user who is updating the account,<br /><code>status</code> - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1<br /><code>accounttype</code> - Service Account/Shared Account/FIREFIGHTERID, defaul: null,<br /><code>incorrectlogons</code>,<br /><code>orphan</code> - true/false,<br /><code>validfrom</code> - MM-dd-yyyy,<br /><code>validthrough</code> - MM-dd-yyyy,<br /><code>lastlogondate</code> - MM-dd-yyyy,<br /><code>passwordlockdate</code>- MM-dd-yyyy,<br /><code>lastpasswordchange</code> - MM-dd-yyyy</p>\n","urlObject":{"path":["ECM","{{path}}","updateAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bf072d7f-0102-48d3-b7b1-889f30802173","name":"Update Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"name\": \"johnWS\",\n    \"customproperty1\":\"cp1\",\n\t\"description\":\"desc\",\n\t\"status\":\"1\",\n    \"accountowner\": [\n        {\n            \"type\": \"user\",\n            \"value\": \"dbailey\",\n            \"rank\": \"1\",\n            \"action\":\"remove\"\n        },\n        {\n            \"type\": \"user\",\n            \"value\": \"acook\",\n            \"rank\": \"1\",\n            \"action\":\"add\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateAccount","description":"This method updates a particular \"account\" record in Saviynt, based on the account name.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params:  \n`securitysystem`,  \n`endpoint`,  \n`name` - account name\n\nOptional params:  \n`customproperty<1 to 30>`,  \n`status`,  \n`description`\n\n`accountowner`\n\n1.`type`\\- usergroup / user, mandatory field  \n2\\. `value` - usergroup name / username, mandatory field  \n3\\. `rank` - values from 1-5, optional filed, Default: 1  \n4\\. `action` - add / remove, mandatory field,\n\n`description`,  \n`displayname`,  \n`comments`,  \n`accountid`,  \n`customproperty<1-56>`,  \n`passwordchangestatus`,  \n`privileged`,  \n`usergroup`,\n\n`updateuser` - username of user who is updating the account,  \n`status` - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1  \n`accounttype` - Service Account/Shared Account/FIREFIGHTERID, defaul: null,  \n`incorrectlogons`,  \n`orphan` - true/false,  \n`validfrom` - MM-dd-yyyy,  \n`validthrough` - MM-dd-yyyy,  \n`lastlogondate` - MM-dd-yyyy,  \n`passwordlockdate`\\- MM-dd-yyyy,  \n`lastpasswordchange` - MM-dd-yyyy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:36:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7a5ee95d-8152-493e-b4ec-ee93437036cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"7a5ee95d-8152-493e-b4ec-ee93437036cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Account Updated Successfully\"}"}],"_postman_id":"ee360639-8af3-47bd-87f8-7509fbe26a7a"},{"name":"Assign Account to User","id":"a7334adf-aabd-4e1c-a986-077e10a08eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"username","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToUser","description":"<p>This method provisions an \"Account\" to a \"User\" in SSM.  The \"Account\" corresponds to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\". </p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name for the provisioned account.</p>\n<p><code>username</code> - Username of the user to whom the account has to be provisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","assignAccountToUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a896e0c0-fff3-476f-9182-f1c41208bd73","name":"Assign Account to User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"username","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToUser","description":"This method provisions an \"Account\" to a \"User\" in SSM.  The \"Account\" corresponds to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\". \n\nMandatory params:\n\n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name for the provisioned account.\n\n`username` - Username of the user to whom the account has to be provisioned.\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:38:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c247d759-3fd0-4750-b593-fb5eec81c650; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"c247d759-3fd0-4750-b593-fb5eec81c650","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"a7334adf-aabd-4e1c-a986-077e10a08eeb"},{"name":"Assign Entitlement to Account","id":"6c8cb336-4e4a-4548-8e69-4d5eb2661a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToEntitlement","description":"<p>This method provisions one or more \"Entitlements\" to an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>Mandatory params:\n<code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name to which the entitlements should be provisioned.</p>\n<p><code>entitlementtype</code> - Entitlement type for the entitlements which are to be provisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.</p>\n<p><code>entitlementvalue</code> - Names of the actual entitlements which are to be provisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","assignAccountToEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"51b2d6fc-6e9f-4544-b00c-6914adabcda5","name":"Assign Entitlement to Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/assignAccountToEntitlement","description":"This method provisions one or more \"Entitlements\" to an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".\n\nMandatory params:\n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name to which the entitlements should be provisioned.\n\n`entitlementtype` - Entitlement type for the entitlements which are to be provisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.\n\n`entitlementvalue` - Names of the actual entitlements which are to be provisioned.\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:44:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=87be9ddb-28a8-45a6-9841-b15e8fa3998a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"87be9ddb-28a8-45a6-9841-b15e8fa3998a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"6c8cb336-4e4a-4548-8e69-4d5eb2661a1b"},{"name":"Remove Entitlement from Account","id":"9fe893a5-4672-4587-bd53-7a9554ef7e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/removeAccountToEntitlement","description":"<p>This method deprovisions one or more \"Entitlements\" from an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>Mandatory params: </p>\n<p><code>securitysystem</code> - Name of the Security System for the relevant IT Application modeled in SSM.</p>\n<p><code>endpoint</code>- Name of the Endpoint corresponding to the Security System.</p>\n<p><code>accountname</code> - Account name from which the entitlements should be deprovisioned.</p>\n<p><code>entitlementtype</code> - Entitlement type for the entitlements which are to be deprovisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.</p>\n<p><code>entitlementvalue</code> - Names of the actual entitlements which are to be deprovisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","removeAccountToEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4cc427de-ab36-4f7c-b61d-c85de881d6e4","name":"Removes Entitlement from Account Failure","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:02:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fc8f40c4-9e40-46d1-be65-8d90885de30a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fc8f40c4-9e40-46d1-be65-8d90885de30a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"1\",\n    \"message\": \"Account (johnWS) has NO Entitlement (Entitlement1)\"\n}"},{"id":"ee56ec27-e796-4f6f-a810-cda08b2c9e12","name":"Removes Entitlement from Account Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"securitysystem","value":"System1","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"accountname","value":"johnWS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"Entitlement1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/removeAccountToEntitlement","description":"This method deprovisions one or more \"Entitlements\" from an \"Account\". The \"Entitlements\" and \"Account\" correspond to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as \"Endpoint\" of a \"Security System\".\n\nMandatory params: \n\n`securitysystem` - Name of the Security System for the relevant IT Application modeled in SSM.\n\n`endpoint`- Name of the Endpoint corresponding to the Security System.\n\n`accountname` - Account name from which the entitlements should be deprovisioned.\n\n`entitlementtype` - Entitlement type for the entitlements which are to be deprovisioned. e.g. AD Groups, EBS Responsibilities, SAP Roles etc.\n\n`entitlementvalue` - Names of the actual entitlements which are to be deprovisioned.\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:01:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=40fff86a-5bff-47cf-925e-92c2d044ed31; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"40fff86a-5bff-47cf-925e-92c2d044ed31","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"SUCCESS\"}"}],"_postman_id":"9fe893a5-4672-4587-bd53-7a9554ef7e00"}],"id":"c5d2fa3a-b0d0-4c5d-87ea-587e1dd8d9d4","_postman_id":"c5d2fa3a-b0d0-4c5d-87ea-587e1dd8d9d4","description":""},{"name":"Entitlements","item":[{"name":"Get Entitlements","id":"4447bb58-287d-4de6-a2ad-e5975e3429ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"\r\n{\r\n\"username\":\"lmcneil\",\r\n\"endpoint\":\"Workday\",\r\n\"entQuery\":\"ent.entitlement_value like '%Report Writer (Report_Writer)%'\",\r\n\"entownerwithrank\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getEntitlements","description":"<p>This API can be used to get the list of all the entitlements.</p>\n<p>This API call can be used to get the list and details of all the entitlements the user has access to. </p>\n<p>This API will return only the entitlement attributes which are not null or not empty.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:\n<code>username</code>,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>requestedObject</code> -\"users\",\"userscount\",\n<code>max</code>,\n<code>offset</code>,\n<code>entitlementResponseFields</code>,\n<code>userResponseFields</code>,\n<code>userfiltercriteria</code>,\n<code>accountname</code>,\n<code>entownerwithrank</code> - if \"true\", returns the list of owners with owner rank for every entitlementValue,\n<code>exactmatch</code> - Default is true. If given as false, it will search based on similar matches,</p>\n<p><code>entitlementfiltercriteria</code>,</p>\n<p>OR </p>\n<p><code>entQuery</code> - query to support only entitlement_values parameters. Sample - \"ent.description  = 'Desc' or ent.displayname like '%display%'\".</p>\n<p><em><strong>Note</strong></em> - Either pass param entitlementfiltercriteria (with or without exactmatch) OR entQuery. Both cannot be passed simultaneously.</p>\n","urlObject":{"path":["ECM","{{path}}","getEntitlements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47f8ac35-8427-4a14-912a-28f60ffe60c6","name":"Get Entitlements","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"\r\n{\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"entitlementtype\":\"Access\",\r\n\"requestedObject\":\"users\",\r\n\"max\":\"5\",\r\n\"offset\":\"0\",\r\n\"entitlementResponseFields\":[\"customproperty1\",\"access\",\"entitlement_value\"],\r\n\"entitlementfiltercriteria\":{\"customproperty1\":\"Eng\",\"status\":\"Active\",\"soxcritical\":\"1\"},\r\n\"userResponseFields\":[\"username\",\"firstname\"],\r\n\"exactmatch\":\"false\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getEntitlements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=729ced8e-51dd-48f4-9364-3295c7bd1c7f; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Dec 2019 23:46:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"Entitlementdetails\": [\n        {\n            \"endpoint\": \"System1\",\n            \"access\": \"Select\",\n            \"entitlement_valuekey\": \"75670\",\n            \"requestForm\": \"Request Form Table\",\n            \"entitlement_value\": \"Entitlement1\",\n            \"entitlementType\": \"Access\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"acook\",\n                    \"updatedate\": \"2019-04-29 17:57:56\",\n                    \"startdate\": \"2019-04-29 17:57:56\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"tbowers\",\n                    \"updatedate\": \"2019-06-20 19:17:01\",\n                    \"startdate\": \"2019-06-20 19:17:01\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"mchapman\",\n                    \"updatedate\": \"2019-06-20 19:33:21\",\n                    \"startdate\": \"2019-06-20 19:33:21\"\n                }\n            ]\n        },\n        {\n            \"endpoint\": \"System1\",\n            \"access\": \"Select\",\n            \"entitlement_valuekey\": \"395504\",\n            \"customproperty1\": \"Eng\",\n            \"requestForm\": \"Request Form Table\",\n            \"entitlement_value\": \"Entitlement2\",\n            \"entitlementType\": \"Access\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"mchapman\",\n                    \"updatedate\": \"2019-05-02 22:11:12\",\n                    \"startdate\": \"2019-05-02 22:11:12\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"acook\",\n                    \"updatedate\": \"2018-12-18 18:20:43\",\n                    \"startdate\": \"2018-12-18 18:20:43\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"dbailey\",\n                    \"updatedate\": \"2019-12-03 21:45:55\",\n                    \"startdate\": \"2019-12-03 21:45:55\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"lkrause\",\n                    \"updatedate\": \"2019-05-08 19:00:19\",\n                    \"startdate\": \"2019-05-08 19:00:19\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"nhowell\",\n                    \"updatedate\": \"2019-05-14 21:59:54\",\n                    \"startdate\": \"2019-05-14 21:59:54\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"glogan\",\n                    \"updatedate\": \"2019-05-14 23:04:01\",\n                    \"startdate\": \"2019-05-14 23:04:01\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"crichards\",\n                    \"updatedate\": \"2019-05-14 23:06:11\",\n                    \"startdate\": \"2019-05-14 23:06:11\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"ahinton\",\n                    \"updatedate\": \"2019-06-14 17:55:09\",\n                    \"startdate\": \"2019-06-14 17:55:09\"\n                }\n            ]\n        },\n        {\n            \"endpoint\": \"System1\",\n            \"access\": \"Select\",\n            \"entitlement_valuekey\": \"395501\",\n            \"customproperty1\": \"Eng\",\n            \"requestForm\": \"Request Form Table\",\n            \"entitlement_value\": \"Absence Administrator\",\n            \"entitlementType\": \"Access\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"mchapman\",\n                    \"updatedate\": \"2019-06-19 06:33:34\",\n                    \"startdate\": \"2019-05-02 22:11:12\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"acook\",\n                    \"updatedate\": \"2019-06-19 06:33:34\",\n                    \"startdate\": \"2019-06-17 23:38:23\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"dbailey\",\n                    \"updatedate\": \"2019-06-19 06:33:34\",\n                    \"startdate\": \"2019-06-17 23:38:23\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"tbowers\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2018-12-18 18:20:43\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"ahinton\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:24\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"crichards\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:25\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"glogan\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:25\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"smarquez\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:25\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"bharrell\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:26\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"sbryant\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:27\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"kkennedy\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-05-08 19:00:20\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"mschulz\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-05-14 21:59:54\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"bmclaughlin\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:27\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"dchristensen\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:28\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"ajoseph\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-05-14 23:04:01\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"cglass\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-05-14 23:06:11\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"nmccormick\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:29\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"mwhitaker\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:30\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"fbenitez\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-17 23:38:31\"\n                },\n                {\n                    \"enddate\": \"2022-06-19 00:00:00\",\n                    \"accountname\": \"xespinoza\",\n                    \"updatedate\": \"2019-06-19 06:33:35\",\n                    \"startdate\": \"2019-06-14 17:55:09\"\n                }\n            ]\n        },\n        {\n            \"endpoint\": \"System1\",\n            \"access\": \"Select\",\n            \"entitlement_valuekey\": \"395500\",\n            \"customproperty1\": \"Eng\",\n            \"requestForm\": \"Request Form Table\",\n            \"entitlement_value\": \"1099 Analyst\",\n            \"entitlementType\": \"Access\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"kweiss\",\n                    \"updatedate\": \"2019-04-29 17:57:56\",\n                    \"startdate\": \"2019-04-29 17:57:56\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"jibarra\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:23\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"awoods\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:24\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"ringram\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:24\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"rbartlett\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:24\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"sbentley\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:25\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"bknox\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:25\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"bboyle\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:26\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"mberg\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:26\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"catkins\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:27\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"awhitaker\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:27\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"lfigueroa\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:27\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"usngom1c\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:28\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"cburch\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:28\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"hbrock\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:29\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"igordon\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:29\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"tlawrence\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:29\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"umeyers\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:30\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"nmercado\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:31\"\n                },\n                {\n                    \"enddate\": \"2019-06-22 00:00:00\",\n                    \"accountname\": \"dmorales\",\n                    \"updatedate\": \"2019-06-18 22:06:18\",\n                    \"startdate\": \"2019-06-17 23:38:31\"\n                }\n            ]\n        },\n        {\n            \"endpoint\": \"System1\",\n            \"entitlement_valuekey\": \"395505\",\n            \"customproperty1\": \"Eng\",\n            \"requestForm\": \"Request Form Table\",\n            \"entitlement_value\": \"Accountant\",\n            \"entitlementType\": \"Access\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"lmeyers\",\n                    \"updatedate\": \"2019-05-03 20:15:53\",\n                    \"startdate\": \"2019-05-03 20:15:53\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"kbonilla\",\n                    \"updatedate\": \"2019-06-18 18:15:51\",\n                    \"startdate\": \"2019-06-18 18:15:51\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"jolsen\",\n                    \"updatedate\": \"2019-06-18 18:15:51\",\n                    \"startdate\": \"2019-06-18 18:15:51\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"ihooper\",\n                    \"updatedate\": \"2019-06-18 18:15:52\",\n                    \"startdate\": \"2019-06-18 18:15:52\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"bbrowman\",\n                    \"updatedate\": \"2019-06-18 18:15:52\",\n                    \"startdate\": \"2019-06-18 18:15:52\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"shahn\",\n                    \"updatedate\": \"2019-06-18 18:15:53\",\n                    \"startdate\": \"2019-06-18 18:15:53\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"xdunlop\",\n                    \"updatedate\": \"2019-06-18 18:15:53\",\n                    \"startdate\": \"2019-06-18 18:15:53\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"rpierce\",\n                    \"updatedate\": \"2019-06-18 18:15:54\",\n                    \"startdate\": \"2019-06-18 18:15:54\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"echristian\",\n                    \"updatedate\": \"2019-06-18 18:15:54\",\n                    \"startdate\": \"2019-06-18 18:15:54\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"dcarlson\",\n                    \"updatedate\": \"2019-06-18 18:15:55\",\n                    \"startdate\": \"2019-06-18 18:15:55\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"dcraig\",\n                    \"updatedate\": \"2019-06-18 18:15:55\",\n                    \"startdate\": \"2019-06-18 18:15:55\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"tmerritt\",\n                    \"updatedate\": \"2019-06-18 18:15:56\",\n                    \"startdate\": \"2019-06-18 18:15:56\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"usngom1c\",\n                    \"updatedate\": \"2019-06-18 18:15:57\",\n                    \"startdate\": \"2019-06-18 18:15:57\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"jpotter\",\n                    \"updatedate\": \"2019-06-18 18:15:58\",\n                    \"startdate\": \"2019-06-18 18:15:58\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"ssharp\",\n                    \"updatedate\": \"2019-06-18 18:15:58\",\n                    \"startdate\": \"2019-06-18 18:15:58\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"ostone\",\n                    \"updatedate\": \"2019-06-18 18:15:59\",\n                    \"startdate\": \"2019-06-18 18:15:59\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"kfrasier\",\n                    \"updatedate\": \"2019-06-18 18:15:59\",\n                    \"startdate\": \"2019-06-18 18:15:59\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"elivingston\",\n                    \"updatedate\": \"2019-06-18 18:16:00\",\n                    \"startdate\": \"2019-06-18 18:16:00\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"dcabrera\",\n                    \"updatedate\": \"2019-06-18 18:16:01\",\n                    \"startdate\": \"2019-06-18 18:16:01\"\n                },\n                {\n                    \"enddate\": \"2019-07-18 00:00:00\",\n                    \"accountname\": \"acohen\",\n                    \"updatedate\": \"2019-06-18 18:16:01\",\n                    \"startdate\": \"2019-06-18 18:16:01\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"egolden\",\n                    \"updatedate\": \"2019-06-20 19:17:01\",\n                    \"startdate\": \"2019-06-20 19:17:01\"\n                },\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"cclay\",\n                    \"updatedate\": \"2019-06-20 19:33:21\",\n                    \"startdate\": \"2019-06-20 19:33:21\"\n                }\n            ]\n        }\n    ],\n    \"totalEntitlementCount\": 11,\n    \"entitlementsCount\": 5,\n    \"UserDetails\": {\n        \"firstname\": \"John\",\n        \"userKey\": 5,\n        \"username\": \"johndoe\"\n    },\n    \"errorCode\": \"0\"\n}"},{"id":"9be4188b-e900-4d4c-8a32-42ff2d4e2534","name":"Get Entitlements with entownerwithrank","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"\r\n{\r\n\"username\":\"lmcneil\",\r\n\"endpoint\":\"Workday\",\r\n\"entQuery\":\"ent.entitlement_value like '%Report Writer (Report_Writer)%'\",\r\n\"entownerwithrank\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getEntitlements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 18:18:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"Entitlementdetails\": [\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"1\",\n            \"entitlementID\": \"fcb69001b57c412a9a73089d3fba61f8\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\",\n                    \"Executive Management\",\n                    \"mschneider\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Writer (Report_Writer)\",\n            \"status\": \"1\",\n            \"accounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"lmcneil\",\n                    \"updatedate\": \"07/11/2020 19:28:04\",\n                    \"startdate\": \"\"\n                }\n            ]\n        }\n    ],\n    \"totalEntitlementCount\": 1,\n    \"entitlementsCount\": 1,\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"4447bb58-287d-4de6-a2ad-e5975e3429ed"},{"name":"Create/Update Entitlement","id":"87d79119-054f-4bb3-8f02-f6727f0520c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"endpoint\":\"Workday\",\r\n  \"entitlementtype\":\"Security-Groups\",\r\n  \"entitlement_value\":\"Accounts Receivable Specialist (Unconstrained)\",\r\n  \"status\":1,\r\n  \"entitlementID\":\"3f9fc9e54e42458daa84ad725dcae8ff\",\r\n  \"updatedentitlement_value\":\"Accounts Receivable Specialist (Unconstrained) Test\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateEntitlement","description":"<p>This method creates a new \"entitlementvalue\" for an \"endpoint\" in SSM. All the input parameters it requires are attributes with which the new account record would get created.</p>\n<p>Ensure: The <code>Authorization</code> header variable must be set to <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>endpoint</code>,\n<code>entitlementtype</code>,\n<code>entitlement_value</code></p>\n<p>Optional params:</p>\n<p><code>attributes</code> for Entitlement_values,</p>\n<p><code>entitlementowner&lt;N&gt;</code> - N is the rank, <code>entitlementowner</code> modifies entitlementowner with rank 1, <code>entitlementowner3</code> - modifies entitlementowner with rank 3,</p>\n<p><code>entitlementID</code>,<code>newentitlement_value</code> - used to update the entitlement if multiple entitlements with same entitlement_value are present under the same entitlementtype and endpoint</p>\n<p><code>entitlement_valuekey</code></p>\n<p><code>updatedentitlement_value</code> - new value for entitlement_value</p>\n<p><code>entitlementmap</code> - </p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>endpoint</code></li>\n<li><code>requestfilter</code></li>\n<li><code>excludeentitlement</code></li>\n<li><code>adddependenttask</code></li>\n<li><code>removedependententtask</code></li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createUpdateEntitlement"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af1116d8-002f-48f5-a1c0-43ae46ca5d79","name":"Create Update Entitlement","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 23:55:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fb9774bd-3851-47e7-a403-b17d24390e42; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F54C79A0EBC8E7DA8653EEB846016978","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fb9774bd-3851-47e7-a403-b17d24390e42","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"entitlementObj\":{\"syscritical\":\"0\",\"customproperty2\":\"2\",\"customproperty1\":\"354\",\"description\":\"This role is for employees needing access to EP\",\"entitlementOwner\":{\"Rank 1\":[\"dbailey\",\"crichards\"]},\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"08/08/2018\",\"requestForm\":\"Request Form Table\",\"displayname\":\"EP User\",\"soxcritical\":\"0\",\"entitlement_value\":\"testent\",\"status\":\"1\"},\"errorCode\":\"0\"}"},{"id":"e0c68f2e-c146-400b-88ef-6264db6374a2","name":"Create/Update Entitlement 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"endpoint\":\"Workday\",\r\n  \"entitlementtype\":\"Security-Groups\",\r\n  \"entitlement_value\":\"Accounts Receivable Specialist (Unconstrained)\",\r\n  \"status\":1,\r\n  \"updatedentitlement_value\":\"Accounts Receivable Specialist (Unconstrained) Test\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateEntitlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 22:45:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful in saving entitlement\",\n    \"entitlementObj\": {\n        \"syscritical\": \"0\",\n        \"entitlement_valuekey\": \"296\",\n        \"entitlementID\": \"3f9fc9e54e42458daa84ad725dcae8ff\",\n        \"description\": \"\",\n        \"entitlementOwner\": \"\",\n        \"entitlementType\": \"Security-Groups\",\n        \"entitlement_glossary\": \"\",\n        \"endpoint\": \"Workday\",\n        \"requestForm\": \"Request Form Table\",\n        \"displayname\": \"\",\n        \"soxcritical\": \"0\",\n        \"entitlement_value\": \"Accounts Receivable Specialist (Unconstrained) Test\",\n        \"status\": \"1\"\n    },\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"87d79119-054f-4bb3-8f02-f6727f0520c7"},{"name":"Get Entitlement Values For Endpoint","id":"1f254a15-ed6a-4ba6-a646-bb8d63600f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\":\"Workday\",\n    \"entitlementType\": \"Security-Groups\",\n    \"entownerwithrank\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/getEntitlementValuesForEndpoint","description":"<p>This method returns a <code>List</code> of \"EntitlementValues\" for a specific endpoint in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>endpoint</code></p>\n<p>Optional params:\n<code>entitlementType</code>, <code>max</code>, <code>offset</code>,\n<code>entownerwithrank</code> - if \"true\", returns the list of owners with owner rank for every entitlementValue</p>\n","urlObject":{"path":["ECM","api","getEntitlementValuesForEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"43157ba6-ba96-4268-b1bc-1f101c4e3ffd","name":"Get Entitlement Values For Endpoint 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"endpoint\":\"Workday\",\n    \"entitlementType\": \"Security-Groups\",\n    \"entownerwithrank\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/getEntitlementValuesForEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 18:33:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"Entitlementdetails\": [\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"1\",\n            \"entitlementID\": \"fcb69001b57c412a9a73089d3fba61f8\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\",\n                    \"Executive Management\",\n                    \"mschneider\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Writer (Report_Writer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"2\",\n            \"entitlementID\": \"92b2f9b6eae547a38317b47c35d25076\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Job and Position Administrator (Job_and_Position_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"3\",\n            \"entitlementID\": \"f03da83fec884f7bae1d43010aeabbf2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Organization Administrator (Organization_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"4\",\n            \"entitlementID\": \"592b0a5c58f54607a99ed248aa6ac01b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Setup Administrator (Setup_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"5\",\n            \"entitlementID\": \"3cbe96e7646d49188d0df3e910c595f0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Compensation_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"6\",\n            \"entitlementID\": \"a0891771f0a74848a16c31be065e85c5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Administrator (Benefits_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"7\",\n            \"entitlementID\": \"8847c8d1b68742c5aad11da0cb431f31\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Administrator (Payroll_Interface_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"8\",\n            \"entitlementID\": \"13037a6ec2814a88ab51738b2d1785a8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Costing Administrator (Costing_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"9\",\n            \"entitlementID\": \"7882278ec8974185800e245e065a267a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Training Administrator (Inactive) (Training_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"10\",\n            \"entitlementID\": \"c11574dd8ec54a72bd45518d44c6bd6b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Administrator (Employee_Review_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"11\",\n            \"entitlementID\": \"a39bd1c0e87846368d0437de2d7eaed8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Process Administrator (Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"12\",\n            \"entitlementID\": \"309eafd4e3cd41bfa3a36e030cde80f5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Administrator (Finance_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"13\",\n            \"entitlementID\": \"9d51e02b3f4540dbb5a5bcfe5d04a1b5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Administrator (Customer_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"14\",\n            \"entitlementID\": \"b1cd06b2085b4ec992a9a608bad8b252\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Administrator (Company_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"15\",\n            \"entitlementID\": \"03b798f523754995bf47a4940ccf52d5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"System Auditor (System_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"16\",\n            \"entitlementID\": \"b019aa81b8664c0f9e5c5fa92ede9cfe\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Administrator (Security_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"17\",\n            \"entitlementID\": \"8fa1920eb76d4dee83671091bdb5f10c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Administrator (Supplier_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"18\",\n            \"entitlementID\": \"888d842d65a84d1aa5c5b119ad883b29\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supervisory Administrator (Supervisory_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"19\",\n            \"entitlementID\": \"e2fe9457ca0f4ef59fac6d422dfa7310\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial Executive (Inactive) (Financial_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"20\",\n            \"entitlementID\": \"c0bbd8ce4b2948d69a23e6e1b80c153f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Operations Executive (Operations_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"21\",\n            \"entitlementID\": \"7c96104fa32948baad8bdf7a97759dda\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits System (Benefits_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"22\",\n            \"entitlementID\": \"4c0a154dfc0844cd9ea65a97282850c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll System (Payroll_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"23\",\n            \"entitlementID\": \"637746b905f14230ac4ce12e3bd84b03\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiting System (Recruiting_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"24\",\n            \"entitlementID\": \"a1473d558ff84b12802ddaac6bad599f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HCM Consumer System (HCM_Consumer_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"25\",\n            \"entitlementID\": \"103aa7b291dc4f2aa72d34924cc5d33a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Professional Services Automation System (Inactive) (Professional_Services_Automation_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"26\",\n            \"entitlementID\": \"fd8d69b2a4874babaed1524fc61493aa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Notification Receiver (Notification_Receiver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"27\",\n            \"entitlementID\": \"9af203b708e644d4aa972bafff03f1b2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Enterprise Interface System (Enterprise_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"28\",\n            \"entitlementID\": \"3752bdab01a94d9890afaf3ff374823b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Administrator (Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"29\",\n            \"entitlementID\": \"c3341f93d2eb4c60ace3ae49b05555d6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contract Administrator (Contract_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"30\",\n            \"entitlementID\": \"2629db7409624e60957897b05c5bee23\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator (Payroll_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"31\",\n            \"entitlementID\": \"aa8d570b72b140339ac55cf879ab3e35\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Calculations Administrator (Payroll_Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"32\",\n            \"entitlementID\": \"41e9f8cd58e94938ae215fc1b644869d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Calculations Administrator (Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"33\",\n            \"entitlementID\": \"6d0822c85ef44a5fbd24715075f01987\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Administrator (Absence_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"34\",\n            \"entitlementID\": \"8cef321e6d0e4513830085b16dce4a2f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"35\",\n            \"entitlementID\": \"969317c92f3e46fe81a1ffa93b3b1331\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Administrator (Settlement_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"36\",\n            \"entitlementID\": \"3d1473b43f7a4ce7b8cdcdb7339b48b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Purchase Order Interface System (Purchase_Order_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"37\",\n            \"entitlementID\": \"fe1c18a3ad244b04a873a36960830651\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Configurator (Security_Configurator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"38\",\n            \"entitlementID\": \"5e82b96442e741a5a68bbbee8c5d9b6e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial Management System (Financial_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"39\",\n            \"entitlementID\": \"0ff355ff53484a0fb858e22919ae969f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Corporate Administrator (Inactive) (Safety_Corporate_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"40\",\n            \"entitlementID\": \"9561648befe84c10a2ad0ee125c0fc68\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Corporate Administrator (Inactive) (Health_Corporate_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"41\",\n            \"entitlementID\": \"920f4b9752f244ba8d12d2498e962d95\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Worker Comp Administrator (Worker_Comp_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"42\",\n            \"entitlementID\": \"d3220de070034a8d9441f1822eaa7041\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card Administrator (Credit_Card_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"43\",\n            \"entitlementID\": \"b7075be03dbc45ce85440a7e5fb3a496\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card Integration System (Credit_Card_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"44\",\n            \"entitlementID\": \"6eabe693c6834602aef2aa99c721eeee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Relationship Management System (Customer_Relationship_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"45\",\n            \"entitlementID\": \"fb3ed699bd754db58e56fc3f640d48cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Administrator (Health_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"46\",\n            \"entitlementID\": \"7e1c5e73b2de4667a42041d1f9d3eef9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Administrator (HR_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"47\",\n            \"entitlementID\": \"f64fb3bd8d264478b3706010329f2db1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR System (HR_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"48\",\n            \"entitlementID\": \"e28069ed2f514e9bbbeb762f487b3b8d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Administrator (Safety_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"49\",\n            \"entitlementID\": \"d5b269376440454aae1756b7d3db5c6a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Banking Integration System (Banking_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"50\",\n            \"entitlementID\": \"d2aee7ec3e4e4533b8c93746f2d0780b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Integration System (Settlement_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"51\",\n            \"entitlementID\": \"9618b9a8a83d44f9bd8e97b8d37eb179\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Administrator (Procurement_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"52\",\n            \"entitlementID\": \"027aafbbe1504eb3ae9b0db1bb36f26d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Corporate Directory System (Corporate_Directory_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"53\",\n            \"entitlementID\": \"1d1b0ad99fb64daa863027571269e158\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation System (Compensation_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"54\",\n            \"entitlementID\": \"07c92da03325411a908cbc26057a0892\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee Review System (Employee_Review_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"55\",\n            \"entitlementID\": \"0a2ed1dcfec440a3b6569ad41a122d75\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Accounts Integration System (Customer_Accounts_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"56\",\n            \"entitlementID\": \"5cfc1c3e3d5646948a86999e34657621\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Accounts Integration System (Supplier_Accounts_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"57\",\n            \"entitlementID\": \"81713553879e46588c22cf3ee6dc217c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Integration System (Procurement_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"58\",\n            \"entitlementID\": \"7584245177fc4716a9f5905b23c32c60\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time and Leave System (Time_and_Leave_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"59\",\n            \"entitlementID\": \"c391248009de438e874a5c3bcfb73de1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Integration System (Expense_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"60\",\n            \"entitlementID\": \"0b63e8fd1a03462b9e3712bb0f8d091e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Integration System (Business_Asset_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"61\",\n            \"entitlementID\": \"23cc1b9dd0df4941b096bd5bccde7412\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Integration System (Project_Integration_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"62\",\n            \"entitlementID\": \"db0103a7b0a14e0684bc61dbfecc43e1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Administrator (Project_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"63\",\n            \"entitlementID\": \"1c39191577c24ce89904b8b30ae371cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Approver (Alternate_Approver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"64\",\n            \"entitlementID\": \"764336276bdf47088da6d621c481e7eb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Administrator (Inactive) (Succession_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"65\",\n            \"entitlementID\": \"05fb8017b30b4ccba14970e29adae9c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree Administrator (Retiree_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"66\",\n            \"entitlementID\": \"55a3b37a8af84bf385f811d648a3bff2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Fund Administrator (Fund_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"67\",\n            \"entitlementID\": \"68bb8071cecb452095ebdd174d7bdb1c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Integration Administrator (Finance_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"68\",\n            \"entitlementID\": \"927b7c85de1d462fbc5717dfa1a17d0f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Auditor (Finance_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"69\",\n            \"entitlementID\": \"263f42f97add41ae9dc6a268a3be0b7c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Auditor (Payroll_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"70\",\n            \"entitlementID\": \"90d94604b3494383854c0e7316402d62\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Auditor (HR_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"71\",\n            \"entitlementID\": \"b3abcfd0eb9b4e2c883e3a01e82756fa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Regional) (Compensation_Adminstrator_Regional)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"72\",\n            \"entitlementID\": \"3644dc5d86244da2abc86688414bb6ac\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Global Mobility Administrator (Global_Mobility_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"73\",\n            \"entitlementID\": \"692cabab940742f6895d54ac6a343953\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Top Performer Committee (Top_Performer_Committee)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"74\",\n            \"entitlementID\": \"bea7a1215a424d5694e040e34217f4a9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Union Administrator (Union_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"75\",\n            \"entitlementID\": \"a1fc1749a7a64e8daed4ef535c404d22\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Workbench User (Non-Workbench_User)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"76\",\n            \"entitlementID\": \"48b6a1f9f64847c7af113dc2fc22dee9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Output Sharing (Report_Output_Sharing)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"77\",\n            \"entitlementID\": \"328f048bcd8a4811b3a285e367ceacea\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Search User (Talent_Search_User)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"78\",\n            \"entitlementID\": \"e547de1402ec4be7a3b4ed8f6ccaec6e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator USA (Payroll_Administrator_USA)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"79\",\n            \"entitlementID\": \"d27e9782ff194dd89097baafb805c7c9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Administrator CAN (Payroll_Administrator_CAN)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"80\",\n            \"entitlementID\": \"6aba463840044edfb0f6863d5dbf75a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Integration Administrator (HR_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"81\",\n            \"entitlementID\": \"680990f043e84a07af356f2faddebe18\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Administrator (Payroll_Integration_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"82\",\n            \"entitlementID\": \"bfcdabbb84414ef7b46dd69f42943629\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Tracking Administrator (Time_Tracking_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"83\",\n            \"entitlementID\": \"023925c3f63d4e0382ae901912a499ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Administrator (Service_Center_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"84\",\n            \"entitlementID\": \"1f27e92ab72540538177ece809dc571f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Monitor (Integration_Monitor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"85\",\n            \"entitlementID\": \"a0a0bfd1eb96415596f7993cd1a6cd70\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multifactor Security Group 1 (username + tenant challenge questions) (Multifactor_Security_Group_1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"86\",\n            \"entitlementID\": \"193c453135f04b829414d42ca2aa6e1f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multifactor Security Group 2 (username + one time password) (Multifactor_Security_Group_2)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"87\",\n            \"entitlementID\": \"397a022fb6384c33bc60b2bcd739f99c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workforce Planning Administrator (Workforce_Planning_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"88\",\n            \"entitlementID\": \"f0d7b0c929de49f884cd4963bdec56db\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Approver\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"89\",\n            \"entitlementID\": \"a2a72fda699a10008fbf50c3fef8f3e5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Report Administrator (Report_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"90\",\n            \"entitlementID\": \"3e05b8e31833103ad023624ed0d500de\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"PCI Credit Card Administrator (USER-BASED_SECURITY_GROUP-16-92)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"91\",\n            \"entitlementID\": \"45245febc7ec1044441a18642c850545\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (In/Out)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"92\",\n            \"entitlementID\": \"e273bd487fbe1047223b555e94c53763\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Check In/Out Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"93\",\n            \"entitlementID\": \"e273bd487fbe1047224c330060cd3764\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"PDF/Excel Export Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"94\",\n            \"entitlementID\": \"e273bd487fbe10472251f0b7ebe53765\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Functional Access Restriction\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"95\",\n            \"entitlementID\": \"e7cec85c883510141551a5f6181f034b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight Report Users (auto-created) (Workday_Insight_Report_Users__auto-created_)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"96\",\n            \"entitlementID\": \"045cb5a3d0d20154e4d8b69f46146603\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-usr-sg1 (USER-BASED_SECURITY_GROUP-6-98)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"97\",\n            \"entitlementID\": \"eedc2148bb9401e6020c066d98372507\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-audit-ubsg1 (USER-BASED_SECURITY_GROUP-6-99)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"98\",\n            \"entitlementID\": \"1e58bbcce11201bbc0d1dee8d6381304\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Mahesh Sec Group (USER-BASED_SECURITY_GROUP-6-109)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"99\",\n            \"entitlementID\": \"1e58bbcce112018ee9cc9e9f38390406\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Group For Demo (USER-BASED_SECURITY_GROUP-6-110)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"100\",\n            \"entitlementID\": \"1e58bbcce1120165ee373fbf7e392f07\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh secgroup2 (USER-BASED_SECURITY_GROUP-6-111)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"101\",\n            \"entitlementID\": \"ff51a0d3c9750116bafd6ac3763bc805\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp3 (USER-BASED_SECURITY_GROUP-6-119)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"102\",\n            \"entitlementID\": \"ff51a0d3c975015c447decfb763bc905\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp4 (USER-BASED_SECURITY_GROUP-6-120)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"103\",\n            \"entitlementID\": \"ff51a0d3c97501dcee224c4a773bcb05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp5 (USER-BASED_SECURITY_GROUP-6-121)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"104\",\n            \"entitlementID\": \"ff51a0d3c97501e627f96e53773bcc05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp6 (USER-BASED_SECURITY_GROUP-6-122)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"105\",\n            \"entitlementID\": \"ff51a0d3c975017f464b98e2773bd005\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh sec grp7 (USER-BASED_SECURITY_GROUP-6-123)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"106\",\n            \"entitlementID\": \"a1c7e7481fcf41e7915ee258ff2a14ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Administrative Assistant (Administrative_Assistant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"107\",\n            \"entitlementID\": \"00707eaf108343a081a3f0a694743e67\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Partner (HR_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"108\",\n            \"entitlementID\": \"d83437e99ebf4b75a0c53ba290ad9199\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Partner (Benefits_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"109\",\n            \"entitlementID\": \"2461c4b2a5c54f119d9ba8174c203c63\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Partner (Compensation_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"110\",\n            \"entitlementID\": \"0e1cc902b6134926ba5426b11cd4a48d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Manager (Cost_Center_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"111\",\n            \"entitlementID\": \"376a21a116974c789f80629966270730\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Owner (Alternate_Owner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"112\",\n            \"entitlementID\": \"de7058bea02b4b65a09764b13ac4b0a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"113\",\n            \"entitlementID\": \"994457cee2de46749bf47f916af1a8f0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Partner (Payroll_Interface_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"114\",\n            \"entitlementID\": \"c1f11cd7435a4a6f807cb62c282b1d65\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiter (Recruiter)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"115\",\n            \"entitlementID\": \"89e1027639aa4bccb95a75645ca1bcaf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Security Partner (Security_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"116\",\n            \"entitlementID\": \"69c6a84f56f44aee822085b66aad4b80\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Facilities (Facilities)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"117\",\n            \"entitlementID\": \"8bf1ec8cf150433b8880e1a202fe7261\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Financial Analyst (Company_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"118\",\n            \"entitlementID\": \"88443a6aff914704afa96bc466408edd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Team Leader (Team_Leader)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"119\",\n            \"entitlementID\": \"618a96d6c5c743559d7fe5ea6d9262f9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist (Accounts_Receivable_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"120\",\n            \"entitlementID\": \"5027fd42244545cf9c3cf8d670b4c54e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Analyst (Accounts_Receivable_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"121\",\n            \"entitlementID\": \"e7372389ae99412fa9c02ba7c167e0f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Settlement Specialist (Accounts_Payable_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"122\",\n            \"entitlementID\": \"42e01b88f7d14603862a465698828364\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist (Accounts_Payable_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"123\",\n            \"entitlementID\": \"e9a4ac44525e40a0b2519f1314e43e44\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Analyst (Accounts_Payable_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"124\",\n            \"entitlementID\": \"e4bc55f65bf94bc592c6a2c16158ffa2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant (Accountant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"125\",\n            \"entitlementID\": \"271fa862c34f4efa978b732db5ba25f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Analyst (Expense_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"126\",\n            \"entitlementID\": \"73d188ed12374fe98c3d6a6ef12f67cf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Data Entry Specialist (Expense_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"127\",\n            \"entitlementID\": \"55e24e10c67640fe91b2396bcef1b430\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Settlement Specialist (Expense_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"128\",\n            \"entitlementID\": \"38bd34e8c26d4481a4d92f2bfafa545c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Expense Partner (Expense_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"129\",\n            \"entitlementID\": \"f0b33dd0875f4119984e625dba73c34c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Matrix Manager (Matrix_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"130\",\n            \"entitlementID\": \"3ad2efeb8bd94ab384ff2daa6ee3e4a2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Absence Partner (Absence_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"131\",\n            \"entitlementID\": \"e035e61e3fe04e14a3201d4104208093\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Partner (Payroll_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"132\",\n            \"entitlementID\": \"a5f64d67f24d4d5eb7c8c22b0fd111ac\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement Specialist (Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"133\",\n            \"entitlementID\": \"27ec4686c86347948ea6204345e6e0db\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Buyer (Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"134\",\n            \"entitlementID\": \"4037450e754b44c0a772ea8d8468cfc2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Services Coordinator (Services_Coordinator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"135\",\n            \"entitlementID\": \"0522966988464485a5430ba826c2f879\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Tracking Specialist (Business_Asset_Tracking_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"136\",\n            \"entitlementID\": \"8be97cc6f36c409aabdd09897d1dd5e2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Safety Partner (Safety_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"137\",\n            \"entitlementID\": \"b75c57b9683a4421b5bbb9cb3f44c716\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Health Partner (Health_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"138\",\n            \"entitlementID\": \"aa15c40d3fa241f3acd1d329b6ba47f4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Alternate Owner Chain (Alternate_Owner_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"139\",\n            \"entitlementID\": \"aa0c5d044f6e4b328b4369c4cec0989a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Analyst (HR_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"140\",\n            \"entitlementID\": \"08f0d6ea9ae545ef949e9edb1b399fb1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Management Chain (Management_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"141\",\n            \"entitlementID\": \"786f007d01534930a1b6b353210d2d8c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager (Cash_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"142\",\n            \"entitlementID\": \"f33eed7b7fd449d4b3cd021638280ca5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Analyst (Cash_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"143\",\n            \"entitlementID\": \"cd0302537a7549ab89cfd546f0754a12\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"1099 Analyst (1099_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"144\",\n            \"entitlementID\": \"81c155021ef543a3a311d6abdf68848d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Controller (Controller)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"145\",\n            \"entitlementID\": \"e45cae6bf5b84cb6af71e8e2c9172b43\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Timekeeper (Timekeeper)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"146\",\n            \"entitlementID\": \"e203b19127d24f878851e62ec885c6f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Settlement Specialist (Payroll_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"147\",\n            \"entitlementID\": \"94206af5c8204502aaea4953c652c13f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Union Representative (Union_Representative)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"148\",\n            \"entitlementID\": \"4fb676cfd09745f1b73a81ccc302434c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Financial Analyst (Cost_Center_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"149\",\n            \"entitlementID\": \"5082494e61194505b105f041239347ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Region Financial Analyst (Region_Financial_Analyst)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"150\",\n            \"entitlementID\": \"71b9ce06faf44b2e93c9f3f38bf845b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Company Costing Manager (Company_Costing_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"151\",\n            \"entitlementID\": \"8fac1209eaf743499f175b2334fb7b2f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Region Costing Manager (Region_Costing_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"152\",\n            \"entitlementID\": \"ae9162c7aa9648e6baa7beac8e01f35d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Executive (Finance_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"153\",\n            \"entitlementID\": \"a703bd9fcbd8483e98a53c5d7f0cd60a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Executive (HR_Executive)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"154\",\n            \"entitlementID\": \"0bd7359037d4444bb0f1780689e230c5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounting Manager (Accounting_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"155\",\n            \"entitlementID\": \"14601cf4b9384491bb3371354d2151c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary Manager (Primary_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"156\",\n            \"entitlementID\": \"008fdcaa75cc4ff1b5206af2dd2b75cb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary HR Partner (Primary_HR_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"157\",\n            \"entitlementID\": \"4fce22c95a9a4007b6ab66cfb1fd2a24\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Partner (Succession_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"158\",\n            \"entitlementID\": \"07f05928e4a04dbd8d9804974713534d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree Partner (Retiree_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"159\",\n            \"entitlementID\": \"431598cdf39f4823bde119df137a5ce5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Billing Specialist (Billing_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"160\",\n            \"entitlementID\": \"0ec517039e294b329e8695a7b9bd18d2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Revenue Specialist (Revenue_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"161\",\n            \"entitlementID\": \"d761b366cca64965b40112bee08d2f73\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist (Customer_Contract_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"162\",\n            \"entitlementID\": \"90cfff1a687f46cebe09e6e0a4b0ab88\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Manager (Project_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"163\",\n            \"entitlementID\": \"24fad40003d14bb9aa485482a4d8b3b0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist (Supplier_Contract_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"164\",\n            \"entitlementID\": \"7c2ba15e703b4b6f871ee20f3ec1ee05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Works Council (Works_Council)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"165\",\n            \"entitlementID\": \"11fd5ad058d146249c03cb2ab3c94987\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Finance Partner (Compensation_Finance_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"166\",\n            \"entitlementID\": \"538db5660d9847ab8778f242095349fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Partner (by Location) (Compensation_Partner_by_Location)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"167\",\n            \"entitlementID\": \"1fb2eda6eed74290b70f0d2c56ef6444\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Hierarchy Manager (Project_Hierarchy_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"168\",\n            \"entitlementID\": \"c01cba1efd384e7a97bdeb5ae9c281dd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Global Mobility Partner (Global_Mobility_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"169\",\n            \"entitlementID\": \"3a39bf76891848bdbe9b6fc3474ddada\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Billing Specialist (Project_Billing_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"170\",\n            \"entitlementID\": \"16ae037e89f748f6b8db14dbdcdee1df\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Talent Manager (Talent_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"171\",\n            \"entitlementID\": \"124e8e7c6aad4e809136ae70852ece9a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Stock Partner (Stock_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"172\",\n            \"entitlementID\": \"bf0e94fc0b6c4773807eab7959eed434\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Site Buyer (Business_Site_Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"173\",\n            \"entitlementID\": \"7de38989f227431fb2314489f29b1fb1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Spend Category Buyer (Spend_Category_Buyer)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"174\",\n            \"entitlementID\": \"98325de3f9964199a7d6434ebcf4a0bd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Unit Manager (Business_Unit_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"175\",\n            \"entitlementID\": \"39de38bae19344ee9dfd1c0ada2c9387\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Partner (By Location) (HR_Partner_By_Location)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"176\",\n            \"entitlementID\": \"7391426e788c48259be0985023f5fa33\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Business Asset Accountant (Business_Asset_Accountant)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"177\",\n            \"entitlementID\": \"38de2aa8888a4d8ab724bcdb076505fb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Buyer (for PO) (Buyer_for_Purchase_Order)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"178\",\n            \"entitlementID\": \"4765bdc875544cb2932e58cecb1f0e39\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requester (for Requisition) (Requester_for_Requisition)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"179\",\n            \"entitlementID\": \"8cb23dba4bc94996acaed3b16ad6f7ee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Partner (Payroll_Integration_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"180\",\n            \"entitlementID\": \"443a7fd25f3e49f69a7c95c13a312dcd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integration Partner (Integration_Partner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"181\",\n            \"entitlementID\": \"3f86d917f68f4feebfe4df75539f2095\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cost Center Manager Chain (Cost_Center_Manager_Chain)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"182\",\n            \"entitlementID\": \"9d3939bb92864e59845e7aa9d3593cfb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Grant Budget Specialist (Grant_Budget_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"183\",\n            \"entitlementID\": \"929aa7a2666c4325a91eff429ba46b81\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Budget Manager (Budget_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"184\",\n            \"entitlementID\": \"54f8b30387204d7ba45ce5ef48458e62\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist (for Supplier Contract) (Supplier_Contract_Specialist_for_Supplier_Contract)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"185\",\n            \"entitlementID\": \"891fa4f6181645c3845bbed74ad9924f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Executive Stock Auditor (Executive_Stock_Auditor)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"186\",\n            \"entitlementID\": \"1b58b0eebc3a42dcb9ba3efa38b5121d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Data Entry Specialist (Procurement_Data_Entry_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"187\",\n            \"entitlementID\": \"a7d12885285840658b9a86e6424d34c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Settlement Specialist (Procurement_Settlement_Specialist)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"188\",\n            \"entitlementID\": \"3ec0eb0326f24de0bbcc03942bc7972c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Tax Manager (Tax_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"189\",\n            \"entitlementID\": \"4d4437a81eaa4c3e852b22b95e4ca5ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"VP Reporting Summary (VP_Reporting_Summary)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"190\",\n            \"entitlementID\": \"12beaffe88d9444990beebd89a851ba8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Pool Manager (Compensation_Pool_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"191\",\n            \"entitlementID\": \"70216aaa9c104e869c2e7681b1b0f291\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workforce Planner (Workforce_Planner)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"192\",\n            \"entitlementID\": \"b64be261abbf4466b85d1473e8e67d7f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Accountant (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-10-96)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"193\",\n            \"entitlementID\": \"a0ce764506874bc4b1ab81a9e36e7e9b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Manager (Service_Center_Manager)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"194\",\n            \"entitlementID\": \"041d606550cc1069b52845b502939983\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Owner (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-98)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"195\",\n            \"entitlementID\": \"1ebfd0c6235c106d64223c2cea8b135a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Hierarchy Owner Chain (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-99)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"196\",\n            \"entitlementID\": \"fa03ca50896f107664f3a7cf74637faf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Succession Pool Manager (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-4-100)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"197\",\n            \"entitlementID\": \"a2a72fda699a10005d15f9d78578e32f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Multi-Job Manager (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-2-101)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"198\",\n            \"entitlementID\": \"bc64fcbce17d103b156d19d23e9d01a1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Coordinator (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-16-102)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"199\",\n            \"entitlementID\": \"bc64fcbce17d103b1647bc8b9d9d01a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Pool Partner (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-16-103)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"200\",\n            \"entitlementID\": \"eedc2148bb9401219b4d9f8c98372607\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"rajiv-audit-rbsg1 (ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-6-104)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"201\",\n            \"entitlementID\": \"ccecc76093c2400987a804ceea32dc19\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Financial Officer (Chief_Financial_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"202\",\n            \"entitlementID\": \"c67ab780b77443e19a0933e39cd82276\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Executive Officer (Chief_Executive_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"203\",\n            \"entitlementID\": \"be135535cc1245ee91c2e6fe763605b1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Human Resources Officer (Chief_Human_Resources_Off_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"204\",\n            \"entitlementID\": \"30ad79c3d6664474a0ef0cc6737a268c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Operating Officer (Chief_Operating_Officer_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"205\",\n            \"entitlementID\": \"5786f14ccbc249bba52aec7fd17ebd34\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Executive VP of Sales & Marketing\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"206\",\n            \"entitlementID\": \"28e5316bae9e48ed9a3e3f7e45eb2ac9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chief Information Officer\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"207\",\n            \"entitlementID\": \"fd066e3c8ef84c33b43730675b859655\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Exempt Employees\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"208\",\n            \"entitlementID\": \"47f9ca1667314866bb10067ba68e1b74\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Marketing Manager\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"209\",\n            \"entitlementID\": \"37bedd587d23455b9b823c16315fb561\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Employees (allEmployees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"210\",\n            \"entitlementID\": \"35a0d2cdba054e85a1c78361c79e6f87\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Users (allUsers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"211\",\n            \"entitlementID\": \"7c04363802b04d659fb4690177010097\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee As Self (selfEmployee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"212\",\n            \"entitlementID\": \"25a09c2aa797448b908e181ccbbf1077\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Initiator (initiator_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"213\",\n            \"entitlementID\": \"9b7abcde186d43acb71e1800a59ccef7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Organization Owner (Do Not Use) (orgOwner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"214\",\n            \"entitlementID\": \"18735deef2cd4780a79b82092249d198\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Contingent Workers (allContingentWorkers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"215\",\n            \"entitlementID\": \"4fbf7b88a0dc4037a12b77a34d0499cd\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker As Self (selfContingentWorker_SecGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"216\",\n            \"entitlementID\": \"b2a73a4bbf9d4edebd31b34c2a948193\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Implementers (implementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"217\",\n            \"entitlementID\": \"7c2b3a1599461000094ebf23809500a3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All VCR Restricted Implementers (allvcrrestrictedimplementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"218\",\n            \"entitlementID\": \"7c2b3a159946100009629ea8a2e200a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Non-VCR Restricted Implementers (allnonvcrrestrictedimplementers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"219\",\n            \"entitlementID\": \"ef7a53121b8341b8a703d8b3584f5b3a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Any Organization Role (Leadership or Supporting) (anyOrgRole_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"220\",\n            \"entitlementID\": \"b9e05d06b954103c9fd5ae196b55026a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sweden\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"221\",\n            \"entitlementID\": \"53b4fc0d6c1547aab3b286fa32b7b677\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Canada and the United States (WD9 Conversion) (Canada_and_the_US_WD9_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"222\",\n            \"entitlementID\": \"d6597b79c1094e978c915976c7af0edb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Boston - All Workers (Boston_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"223\",\n            \"entitlementID\": \"79e3f9948f414e8a834768cc39924128\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Atlanta - All Workers (Atlanta_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"224\",\n            \"entitlementID\": \"055a3823bc7d42c59c96ac0aa4a35db5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Chicago - All Workers (Chicago_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"225\",\n            \"entitlementID\": \"0b126576f78845358e2888a587c5e48a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Dallas - All Workers (Dallas_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"226\",\n            \"entitlementID\": \"e813e66d24204c6ebdad83356771fff7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"New York - All Workers (New_York_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"227\",\n            \"entitlementID\": \"ce6e5c6486964a779a53c053e1798522\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"San Francisco - All Workers (San_Francisco_All_Workers_locGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"228\",\n            \"entitlementID\": \"ea8eef5ea8f648b3a1f69df8c1324823\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee As Self (Canada and the United States - WD9 Conversion) (Employee_As_Self_WD9_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"229\",\n            \"entitlementID\": \"7751bce1452b4a37bf44837779c65767\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Category Buyer (Category_Buyer_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"230\",\n            \"entitlementID\": \"fa6c1c9394bc47058b343abdc21b8400\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Non-Exempt Employee As Self (Non_Exempt_Employee_As_Self_intGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"231\",\n            \"entitlementID\": \"bc64fcbce17d103b16b0adaf00d501a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Contingent Worker Partner\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"232\",\n            \"entitlementID\": \"749792581a8b1045d52557e3fb1d01c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (Employee as Self)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"233\",\n            \"entitlementID\": \"749792581a8b1045d539d7312f5d01cc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Time Clock Reporter (Contingent as Self)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"234\",\n            \"entitlementID\": \"8a1391bdcc51483aa52b3f60127d4879\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workbench Group (Workbench_Group_aggGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"235\",\n            \"entitlementID\": \"3502793c46f84642a28240dbd9eebd04\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager's Manager (managersManager_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"236\",\n            \"entitlementID\": \"38eaa758e40b4bfba57bb993b93891fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Managers' Managers (allManagersManagers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"237\",\n            \"entitlementID\": \"89ce3f54498842978eea03780284f9e4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Primary Manager's Manager (primaryManagersManager_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"238\",\n            \"entitlementID\": \"5ab9088d699949f0b93dd6b0191a8767\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contact as Self (supplierContact_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"239\",\n            \"entitlementID\": \"3b8ad3fc20c541789f4ec8e626da8feb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Benefits Pay Component Visibility (Benefits_Pay_Component_Visibility)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"240\",\n            \"entitlementID\": \"d18fdcf6ba4e4b2b8bfc3803845eb9dc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager Pay Component Visibility (Manager_Pay_Component_Visibility)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"241\",\n            \"entitlementID\": \"40dde690d588449497c79c456142fd69\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Compensation Administrator (Regional Access) (Compensation_Administrator_Regional_Access)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"242\",\n            \"entitlementID\": \"49efc386701b4fecb0176fe5a16d145e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Unrestricted Expense Items / All Employees (Unrestricted_Expense_Items_All_Employees)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"243\",\n            \"entitlementID\": \"9987376d839b45c19031969480e00ca8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Restricted Expense Items / Sales & Services (Restricted_Expense_Items_Sales_and_Services)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"244\",\n            \"entitlementID\": \"cddfdb48e7f94e6da81010de4072553c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Unrestricted Spend Category / All Employees (Unrestricted_Spend_Category_All_Employees)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"245\",\n            \"entitlementID\": \"7f6fc3044ab346239bbc3ef20fb43516\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Restricted Spend Category / IT Equipment (Restricted_Spend_Category_IT_Equipment)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"246\",\n            \"entitlementID\": \"6e2ea594048e44798a1ec2969f64db06\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Setup Administrator - Integrations (DO NOT USE) (Inactive) (Setup_Administrator_Integrations_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"247\",\n            \"entitlementID\": \"eafa9f52423c4ddcb7067dc978fefd02\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Implementers - Integrations (DO NOT USE) (Implementers_Integrations_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"248\",\n            \"entitlementID\": \"37717de9ced84e28930ed9247e455a01\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Administrator - Integrations (Finance_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"249\",\n            \"entitlementID\": \"838f28abbd5e47ce9bbc6326af24a71e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Integration Administrator - Integrations (Finance_Integration_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"250\",\n            \"entitlementID\": \"ce8f837bde844c2db14ae3d351fa8d39\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager - Integrations (Cash_Manager_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"251\",\n            \"entitlementID\": \"cc5b8aad149245a797ce9bc481738eaf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant - Integrations (Accountant_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"252\",\n            \"entitlementID\": \"0c4ddec4c2bc4d3b808254e569e5dfb5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Integration Administrator - Integrations (HR_Integration_Adminstrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"253\",\n            \"entitlementID\": \"e41fdc7e2671481a889edb00d5d524fc\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist - Integrations (Accounts_Payable_Data_Entry_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"254\",\n            \"entitlementID\": \"7533e7bf5b534feabebc19f3506fc848\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist - Integrations (Customer_Contract_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"255\",\n            \"entitlementID\": \"278bfe160bd248f5bcf77a201de9e246\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist - Integrations (Accounts_Receivable_Specialist_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"256\",\n            \"entitlementID\": \"0bf9e60e375249a1863cb49e6a252732\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Finance Business Process Administrator (Finance_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"257\",\n            \"entitlementID\": \"a6499118df18472a983e7aa8b8397cd2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"HR Business Process Administrator (HR_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"258\",\n            \"entitlementID\": \"28761c98fd2c4be0b463cd328a31bf84\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Business Process Administrator (Payroll_Business_Process_Administrator)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"259\",\n            \"entitlementID\": \"591b61252b0145d486d3a1afe36b9187\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Procurement Integration System - Integrations (Procurement_Integration_System_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"260\",\n            \"entitlementID\": \"accd5e94d61340f4b8f922f1103711b3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Payroll Categories (Dcouments_Payroll_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"261\",\n            \"entitlementID\": \"961e020229214ac99ab846c5e34662c0\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Manager Categories (Documents_Manager_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"262\",\n            \"entitlementID\": \"e06fab0c1c7d469891700455adbac5b8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Compensation Categories (Documents_Compensation_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"263\",\n            \"entitlementID\": \"37d2acdef6214b9d9371e337cd36c8c1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Benefits Categories (Documents_Benefits_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"264\",\n            \"entitlementID\": \"1db57911a184474f8bc2048175d66b4b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - All Categories (View Only) (Documents_All_Categories_View_Only)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"265\",\n            \"entitlementID\": \"a0cee858c80e4bf889e046d8ce8c3b11\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - All Categories (Documents_All_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"266\",\n            \"entitlementID\": \"f9dfda0792dc47da9f670259db1f8b18\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Documents - Absence Categories (Documents_Absence_Categories)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"267\",\n            \"entitlementID\": \"162c2519b1654dd98d10110f6f4dc1c9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Integration Administrator - Integrations (Payroll_Integration_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"268\",\n            \"entitlementID\": \"3b585886f9fc43629e4312700ecad610\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface Administrator - Integrations (Payroll_Interface_Administrator_Integrations)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"269\",\n            \"entitlementID\": \"5e401018aed944b786edd1c2596c9ccf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder2 (DO NOT USE) (Inactive) (Integrations_EIB_2_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"270\",\n            \"entitlementID\": \"08afce38d5a643ecb7ac3aef431ddc0a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Inactive) (Integrations_EIB)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"271\",\n            \"entitlementID\": \"b93d7b031fb74c7383ab0625eb456db3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder1 (DO NOT USE) (Inactive) (Integrations_EIB_1_DO_NOT_USE)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"272\",\n            \"entitlementID\": \"704534fe652e47688a72b58f093b7bce\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations - All Message Queues (Integrations_All_Message_Queues)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"273\",\n            \"entitlementID\": \"148f0091ee56403eab884c54717c0eb6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"274\",\n            \"entitlementID\": \"c81cf660b2e24890b97806a5bff2ba8d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_2)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"275\",\n            \"entitlementID\": \"c31744fad3ba400baa04774584d66803\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Integrations: EIBs - Enterprise Interface Builder (Integrations_EIB_3)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"276\",\n            \"entitlementID\": \"a2a72fda699a1000654daaa11ce0e36d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Employee Pay Component Visibility\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"277\",\n            \"entitlementID\": \"b9e05d06b954103c9fe210e1c195026c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sweden - Expenses\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"278\",\n            \"entitlementID\": \"579ce125c1e010477742108beda53196\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager - Integrations\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"279\",\n            \"entitlementID\": \"6de56926fb3610726011be4bec310cc2\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Financial, Position, and Award Segment Security Group\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"280\",\n            \"entitlementID\": \"a7b08992007310e21c899d39b0d21d51\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Segment-Based Security Group for Leave Types Segment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"281\",\n            \"entitlementID\": \"40911421e29210eab41f0ff483ad01ed\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Remove Comment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"282\",\n            \"entitlementID\": \"40911421e29210eab41f1035581d01ef\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Add Comment\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"283\",\n            \"entitlementID\": \"40911421e29210eab41f10522cc601f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Advance Business Process\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"284\",\n            \"entitlementID\": \"ba5c0302594101dfcd937eed8f0e8d05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU_002_Segment_SecurityGroup (SEGMENT-BASED_SECURITY_GROUP-6-47)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"285\",\n            \"entitlementID\": \"b5c412e679364ea49d9ae8e47ba1f221\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Retiree As Self (selfRetiree_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"286\",\n            \"entitlementID\": \"3eeb33bc98be4a809cd78b6f688bbc52\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Retirees (allRetirees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"287\",\n            \"entitlementID\": \"1c86a2e8fe274a0c95d4e19ba1d1e5ef\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Role Maintainer (roleMaintainer_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"288\",\n            \"entitlementID\": \"c1a185ee3579473f85d97fba276da387\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Terminee As Self (selfTerminee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"289\",\n            \"entitlementID\": \"399ecd99717b43d9bc0a4875724ad836\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Terminees (allTerminees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"290\",\n            \"entitlementID\": \"5bf04e65f76348b58588e9fc37ef3673\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Project Members (allProjectMembers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"291\",\n            \"entitlementID\": \"b4c05dc18bdf49a28d9c82fc013d3c76\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Project Member as Self (selfProjectMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"292\",\n            \"entitlementID\": \"5071745c2117104ca96746fd3dc72b7f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Acme Inc Users (INTEGRATION_SYSTEM_SECURITY_GROUP__CONSTRAINED_-6-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"293\",\n            \"entitlementID\": \"178b38520587414fa902130db971c919\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cash Manager (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"294\",\n            \"entitlementID\": \"721ae4a4cee0446c9580c3cda4d18208\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accountant (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"295\",\n            \"entitlementID\": \"1c43186e351443adaac9109df30c1b15\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Payable Data Entry Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"296\",\n            \"entitlementID\": \"3f9fc9e54e42458daa84ad725dcae8ff\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Accounts Receivable Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"297\",\n            \"entitlementID\": \"acc0f8f18f894818bb655e01369f694f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contract Specialist (Unconstrained)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"298\",\n            \"entitlementID\": \"03c603e5aec145e4b3446c6d04838c3b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Unconstrained) (ROLE-BASED_SECURITY_GROUP__UNCONSTRAINED_-10-6)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"299\",\n            \"entitlementID\": \"100ddcae6941489ab595073e67bba31a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Settlement System (Settlement_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"300\",\n            \"entitlementID\": \"56a04f8b48ca4da4a11d756c65ad7de4\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contracts System (Customer_Contracts_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"301\",\n            \"entitlementID\": \"4b1e5d56635140108fc5334af7a46f7c\",\n            \"description\": \"\",\n            \"entitlementOwner\": {\n                \"Rank 26\": [\n                    \"lmcneil\",\n                    \"smorgan\"\n                ]\n            },\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"1099 System (1099_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"302\",\n            \"entitlementID\": \"0c23345b0b5d485b8bd5fe7e593c9356\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Credit Card System (Credit_Card_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"303\",\n            \"entitlementID\": \"5363f58083184088b7f273061de0da20\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Payroll Interface System (Payroll_Interface_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"304\",\n            \"entitlementID\": \"6d8be09c212c4c6f936b5dd689601d35\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Grant System (Grant_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"305\",\n            \"entitlementID\": \"883897eee6c04512891530cf5bce1c7a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Learning Management System (Learning_Management_System)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"306\",\n            \"entitlementID\": \"b78ae9079b4547868919b52e63225b55\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight Security Group (Workday_Insight_Security_Group)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"307\",\n            \"entitlementID\": \"3f8e2df882c101c848244d63d7443800\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pay_Input_Async_Int_Sys_access_to_All_Background_Proc 2017 10 20 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-9)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"308\",\n            \"entitlementID\": \"60e4eff7ee7601d1444ddc53b10c2c05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU001_Group (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-10)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"309\",\n            \"entitlementID\": \"ba5c0302594101ba1783fd458e0e7305\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU_002_GROUP (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-11)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"310\",\n            \"entitlementID\": \"8fcf131001c601bdf343b29ec9419305\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"mahesh001 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-12)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"311\",\n            \"entitlementID\": \"dec55634027d01b174408fa939012b05\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISU007_SEC_GROUP (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-22)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"312\",\n            \"entitlementID\": \"dec55634027d01eaba1d209fd201be0a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"ISG1 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-23)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"313\",\n            \"entitlementID\": \"dec55634027d0159fceece1dfa01750b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"demo1 (INTEGRATION_SYSTEM_SECURITY_GROUP__UNCONSTRAINED_-6-24)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"314\",\n            \"entitlementID\": \"ab181d6578ce40088c72baad1ac2a9f1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pre-Employee as Self (selfPreEmployee_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"315\",\n            \"entitlementID\": \"bdc9b66e90c849378ccefa0811a85c16\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Pre-Contingent Worker as Self (selfPreContingentWorker_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"316\",\n            \"entitlementID\": \"1da2d1d7276c41a590f5783b92850f9c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Service Center Representative as Self (selfServiceCenterRepresentative_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"317\",\n            \"entitlementID\": \"c904ed97b2a34248b17bb82f81851045\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Service Center Representatives (allServiceCenterRepresentatives_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"318\",\n            \"entitlementID\": \"824efe63034f43e6a45e260a06a46bf3\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"GMS Service Center (SERVICE_CENTER_SECURITY_GROUP__CONSTRAINED_-10-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"319\",\n            \"entitlementID\": \"de6c1549981d49caada2aa1937dea657\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Purchase Order Buyer (buyerForPuchaseOrder_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"320\",\n            \"entitlementID\": \"4fc0eaf100494451855787f54469ad95\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Supplier Contract Specialist for Supplier Contract (supplierContractSpecialist_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"321\",\n            \"entitlementID\": \"4ca9b089abca4cdc951aeb479053d2a6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requisition Requester (requesterForRequisition_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"322\",\n            \"entitlementID\": \"d148d6eaa766100010b256b0c3ba00ab\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Requisition Sourcing Buyer (sourcingBuyerForRequisition_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"323\",\n            \"entitlementID\": \"84d05c0767ef46d4b04d8a1648f625f7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Solution Tenant Manager (solutionTenantMgr)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"324\",\n            \"entitlementID\": \"c079cf8ee59f4262ab8355e59b8d2fbf\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workday Insight End User (wdInsightEndUser)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"325\",\n            \"entitlementID\": \"4685f51e67ac4cde81d36b285760e4f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Tax Filing Security Users (taxFilingSecurityUsersGrp)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"326\",\n            \"entitlementID\": \"172ae4450cb64044b52fbe2861834dc9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cross Team Talent Visibility (Compensation Grade Based) (COMPENSATION_LEVEL-BASED_SECURITY_GROUP-4-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"327\",\n            \"entitlementID\": \"cf509f066248101d011003131a4205c8\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Cross Team Talent Visibility (Manager Level-Based) (MANAGER_LEVEL-BASED_SECURITY_GROUP-2-1)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"328\",\n            \"entitlementID\": \"f5bc9f0e0f5b4c409b006062f712bd66\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Telecom Partner (Telecom_Partner_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"329\",\n            \"entitlementID\": \"f517be8545704fefaa3e09fa06794470\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Sales & Services Job Functions (Workers_in_Sales_Svcs_Jobs_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"330\",\n            \"entitlementID\": \"1c9ec68a726d4733b0180ebd3b6ccc72\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Senior Management Team (Workers_in_Sr_Mgmt_Team_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"331\",\n            \"entitlementID\": \"e5596adbfb2a4bcc992393e2b291dd7b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"IT Workers (IT_Workers_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"332\",\n            \"entitlementID\": \"3eb10d6bbb084436af951a7bbeae8aeb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Workers in Management Team (Workers_in_Management_Team_jobGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"333\",\n            \"entitlementID\": \"3a085a2274ef494e8232e8d9f3aad7a5\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager (Job-Based)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"334\",\n            \"entitlementID\": \"d021e1be904d1000040c623aebe90003\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Manager for Majority of Event (Manager_for_Majority_of_Event)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"335\",\n            \"entitlementID\": \"25efdf04028c100008e20df20dc80039\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Academic Affiliates (allAcademicAffiliates_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"336\",\n            \"entitlementID\": \"5d3d8cf784f2100032dd8f7c35830021\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Academic Affiliate as Self (selfAcademicAffiliate_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"337\",\n            \"entitlementID\": \"f68962fab36410000590701cde440024\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Candidates (allCandidateAccounts_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"338\",\n            \"entitlementID\": \"b65cb066bbcc100014febaf13f030010\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Admissions Counselors (allStudentRecruiters_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"339\",\n            \"entitlementID\": \"b65cb066bbcc1000146a7e065959000c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Admissions Counselor as Self (selfAdmissionsCounselor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"340\",\n            \"entitlementID\": \"03718197e004100006c9094dd1190020\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Sourcing Buyer for RFQ (sourcingBuyerForRFQ_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"341\",\n            \"entitlementID\": \"bafa55d50942100014d893903ef70047\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Pre-Employees (allPreEmployees_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"342\",\n            \"entitlementID\": \"bafa55d50942100014e0c8c4a9a70049\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Pre-Contingent Workers (allPreContingentWorkers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"343\",\n            \"entitlementID\": \"a71a9327514e10002a5e216cab95e04f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Candidate as Self (selfCandidate_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"344\",\n            \"entitlementID\": \"4e1b160ab63010000d24b47304c70068\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student as Self (selfStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"345\",\n            \"entitlementID\": \"49ceaa6c0d5810000e8c3ba8abb500aa\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Recruiting Agency Users (allRecruitingAgencyUsers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"346\",\n            \"entitlementID\": \"2a05117e339710000e84baa15c1d010a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recruiting Agency User as Self (selfRecruitingAgencyUser_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"347\",\n            \"entitlementID\": \"6c1b0361a89c100059ad0e58ccbc494b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Customer Contact as Self (selfCustomerContact_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"348\",\n            \"entitlementID\": \"1b7335df3c9e10000ed49e5877a90074\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Students (allStudents_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"349\",\n            \"entitlementID\": \"ede6c9f56d6c10002665304a33e75b17\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Student Site System (externalStudentSiteSystem_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"350\",\n            \"entitlementID\": \"8ffffb5f1b24100018f882b6fe4c13a7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Prospect as Self (External) (selfStudentProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"351\",\n            \"entitlementID\": \"d474a17b5e251000080cd8645e1b00d9\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Student Prospects (External) (allStudentProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"352\",\n            \"entitlementID\": \"b812320dda681000140ba12c0b50140b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Inactive External Committee Members as Self (selfInactiveExternalCommitteeMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"353\",\n            \"entitlementID\": \"0b79941a84b6100018ac4bd032ab00df\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Committee Member as Self (selfExternalCommitteeMember_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"354\",\n            \"entitlementID\": \"0b79941a84b6100018b8d495cc6700e1\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Committee Members (allExternalCommitteeMembers_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"355\",\n            \"entitlementID\": \"8bc3e27aafe31000201fc41e29970914\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Owner (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-4)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"356\",\n            \"entitlementID\": \"8bc3e27aafe310002027fc29decc0916\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Editor (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-5)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"357\",\n            \"entitlementID\": \"8bc3e27aafe310002030ef4420930918\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Prism Dataset Viewer (Workday Owned) (METADATA_ROLE-BASED_SECURITY_GROUP__CONSTRAINED_-15-6)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"358\",\n            \"entitlementID\": \"4bea50911baf100019d7c4419d210058\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Mentor (mentor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"359\",\n            \"entitlementID\": \"a4191c34c46410001acd2570dac4009b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Supplier Site System (externalSupplierSiteSystem_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"360\",\n            \"entitlementID\": \"147e8a9dcb2210001f9b82700b90279c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Award Contract Owner (awardContractOwner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"361\",\n            \"entitlementID\": \"0fbfe9424b4610003d338bf463c7153f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Self Supplier Prospect Group (selfSupplierProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"362\",\n            \"entitlementID\": \"0fbfe9424b4610003d1858db7075153d\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Supplier Prospect Group (allSupplierProspect_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"363\",\n            \"entitlementID\": \"29aec52aa68510000a3b825cc1c6002e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Student as Self (selfExternalStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"364\",\n            \"entitlementID\": \"29aec52aa68510000a32f5591dae002c\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Students (allExternalStudent_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"365\",\n            \"entitlementID\": \"3f832bad719710001b0a06f23d2d001a\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Owner (OWNER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"366\",\n            \"entitlementID\": \"48bf3e7f0aa510001b36874f2b32001f\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Editor (EDITOR)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"367\",\n            \"entitlementID\": \"48bf3e7f0aa510001c3d0db23c610022\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Viewer (VIEWER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"368\",\n            \"entitlementID\": \"48bf3e7f0aa510001c4445fd0be40024\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Commenter (COMMENTER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"369\",\n            \"entitlementID\": \"9a4a02f7affc10000c595e84e6f91530\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Approver (Approver)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"370\",\n            \"entitlementID\": \"d74804413c0e10000439178acf760031\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Internal Learning Instructors (allLearningInstructors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"371\",\n            \"entitlementID\": \"ce16ea9d3bd110001422e386ca8e0039\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Internal Learning Instructor as Self (selfLearningInstructor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"372\",\n            \"entitlementID\": \"207cb9b7545d100010d1442e6c3d0040\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Proxy as Self (selfStudentProxy_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"373\",\n            \"entitlementID\": \"3be78ed9d52810001bf6164bed8400ae\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Extended Enterprise Learners (allExternalLearner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"374\",\n            \"entitlementID\": \"d1a24ca1a57a1000109020be86a00053\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Extended Enterprise Learner as Self (selfExternalLearner_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"375\",\n            \"entitlementID\": \"0698d0061ab4100025c9b4ae1f4401f6\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Student Prospects (Internal) (allStudentProspectInternal_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"376\",\n            \"entitlementID\": \"0698d0061ab4100024c7178f035201ec\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Student Prospect as Self (Internal) (selfStudentProspectInternal_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"377\",\n            \"entitlementID\": \"a4960dc4844e10001b174340411913eb\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Recommenders (allRecommenders_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"378\",\n            \"entitlementID\": \"a4960dc4844e10001af8b8b6a86613e7\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Recommender as Self (selfRecommender_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"379\",\n            \"entitlementID\": \"1105aa3e82bb100006f77e5fda3e00ee\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Learning Assessor as Self (selfLearningAssessor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"380\",\n            \"entitlementID\": \"1105aa3e82bb100007abc9335f8d0128\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All Learning Assessors (allLearningAssessors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"381\",\n            \"entitlementID\": \"04ee8be3bd0210000f3db615a6e6000e\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Adaptive Insights User (ADAPTIVE_INSIGHTS_USER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"382\",\n            \"entitlementID\": \"c90a0d92f14e1000233acd95d6360123\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"Seer (SEER)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"383\",\n            \"entitlementID\": \"a93b499aad561000276df94da8ef0182\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"External Learning Instructor as Self (selfExternalLearningInstructor_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"384\",\n            \"entitlementID\": \"a93b499aad561000279b8b91a1460187\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"All External Learning Instructors (allExternalLearningInstructors_wkdyGroup)\",\n            \"status\": \"1\"\n        },\n        {\n            \"syscritical\": \"0\",\n            \"entitlement_valuekey\": \"385\",\n            \"entitlementID\": \"b5039e6535cc1000122bd935e530048b\",\n            \"description\": \"\",\n            \"entitlementOwner\": \"\",\n            \"entitlementType\": \"Security-Groups\",\n            \"entitlement_glossary\": \"\",\n            \"endpoint\": \"Workday\",\n            \"requestForm\": \"Request Form Table\",\n            \"displayname\": \"\",\n            \"soxcritical\": \"0\",\n            \"entitlement_value\": \"~Worker~ Start Date Correction Assignee Group (workerDateCorrectionStepAssignee)\",\n            \"status\": \"1\"\n        }\n    ],\n    \"totalEntitlementCount\": 385,\n    \"entitlementsCount\": 385,\n    \"errorCode\": \"0\",\n    \"statusCode\": 200\n}"},{"id":"fa006c54-1cb8-4bc9-b137-36872926f95a","name":"Get Entitlement Values For Endpoint","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 23:56:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=979cea5e-e5d4-4e92-9732-addaea2bd3b1; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F54C79A0EBC8E7DA8653EEB846016978","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"979cea5e-e5d4-4e92-9732-addaea2bd3b1","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"Entitlementdetails\":[{\"syscritical\":\"0\",\"access\":\"Select\",\"customproperty1\":\"test\",\"confidentiality\":\"0\",\"module\":\"Select\",\"description\":\"\",\"entitlementOwner\":[\"dbailey\",\"crichards\"],\"priviliged\":\"0\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"04/08/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"Display Name One\",\"soxcritical\":\"0\",\"risk\":\"0\",\"entitlement_value\":\"TestEnt1\",\"status\":\"1\",\"updateuser\":\"1\"},{\"syscritical\":\"0\",\"customproperty1\":\"test\",\"description\":\"\",\"entitlementOwner\":[\"glogan\",\"smarquez\",\"lkrause\"],\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"entitlement_value\":\"TestEnt2\",\"status\":\"1\"},{\"syscritical\":\"0\",\"access\":\"Select\",\"customproperty1\":\"test\",\"confidentiality\":\"0\",\"module\":\"Select\",\"description\":\"\",\"entitlementOwner\":[\"bharell\"],\"priviliged\":\"0\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"03/24/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"Display Name Two\",\"soxcritical\":\"0\",\"risk\":\"0\",\"entitlement_value\":\"Entitlement3\",\"status\":\"1\",\"updateuser\":\"1\"},{\"syscritical\":\"0\",\"customproperty20\":\"cp20\",\"customproperty3\":\"cp3\",\"customproperty1\":\"ap1\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"endpoint\":\"System1\",\"updatedate\":\"04/27/2018\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"customproperty8\":\"cp8\",\"entitlement_value\":\"Entitlement4\",\"status\":\"1\",\"updateuser\":\"191327\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement5\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"status\":\"1\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"updatedate\":\"02/22/2017\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement6\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\",\"status\":\"1\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement7\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement8\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement9\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement10\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement11\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement12\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement13\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement14\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement15\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"},{\"syscritical\":\"0\",\"endpoint\":\"System1\",\"requestForm\":\"Request Form Table\",\"displayname\":\"\",\"soxcritical\":\"0\",\"description\":\"\",\"entitlementOwner\":\"\",\"entitlement_value\":\"Entitlement16\",\"entitlementType\":\"Access\",\"entitlement_glossary\":\"\"}],\"totalEntitlementCount\":16,\"entitlementsCount\":16,\"errorCode\":\"0\"}"}],"_postman_id":"1f254a15-ed6a-4ba6-a646-bb8d63600f02"},{"name":"Get List of Privileges for Entitlement Type","id":"5dcb260a-2640-4494-91c2-a8cba490325f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"endpoint","value":"System1","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getListofPrivileges","description":"<p>This API gives the list of privileges for an entitlement type.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>endpoint</code></p>\n<p>Optional params:\n<code>max</code>, <code>offset</code>, <code>entitlementType</code></p>\n","urlObject":{"path":["ECM","{{path}}","getListofPrivileges"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f296dc10-3f7b-4d02-aac4-b9bdba614170","name":"Get List of Privileges for Entitlement Type","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 21:38:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=E41A0FA5F8C81BFBD5FF886846B540B1; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=eaae3d7b-2cce-4718-bec3-196281353d51; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"E41A0FA5F8C81BFBD5FF886846B540B1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"eaae3d7b-2cce-4718-bec3-196281353d51","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"errorCode\": \"0\",\r\n    \"PrivilegeDetails\": [\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"true\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": \"Read\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:49\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Read\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"1\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"false\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"Boolean\",\r\n            \"label\": null,\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:18:56\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Write\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        },\r\n        {\r\n            \"hideoncreate\": false,\r\n            \"actionString\": null,\r\n            \"attributegroup\": null,\r\n            \"childaction\": null,\r\n            \"orderindex\": \"0\",\r\n            \"requestablerequired\": false,\r\n            \"editable\": true,\r\n            \"entitlements_column\": null,\r\n            \"defaultvalue\": \"\",\r\n            \"hideonupd\": false,\r\n            \"attribute_type\": \"String\",\r\n            \"label\": \"Privilege1\",\r\n            \"attribute_config\": \"USER-BASED\",\r\n            \"descriptionascsv\": null,\r\n            \"required\": true,\r\n            \"regex\": null,\r\n            \"updatedate\": \"09/11/2018 02:19:35\",\r\n            \"entitlement_types\": {\r\n                \"entitlementname\": \"Access\",\r\n                \"endpointkey\": \"System1\"\r\n            },\r\n            \"attribute_values\": \"\",\r\n            \"parentattribute\": null,\r\n            \"attribute\": \"Privilege1\",\r\n            \"sqlquery\": null,\r\n            \"updateuser\": \"admin\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5dcb260a-2640-4494-91c2-a8cba490325f"}],"id":"4ea3f81a-8c85-4efc-b522-96e7dd2097ea","_postman_id":"4ea3f81a-8c85-4efc-b522-96e7dd2097ea","description":""},{"name":"Roles","item":[{"name":"Add Role","id":"8fb5983a-e21d-4ca4-8d64-3bd93d60ae80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"johndoe\",\n\t\"rolename\":\"Fire Fighter\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/addrole","description":"<p>This API adds role to user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>rolename</code></p>\n","urlObject":{"path":["ECM","{{path}}","addrole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75857ebc-9ba1-44c8-8e60-c35ce7fca8d1","name":"Add Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"johndoe\",\n\t\"rolename\":\"Fire Fighter\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/addrole"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9aabdb9e-22bc-4d27-9ed5-22661edc2a38; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 21:17:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Tasks created. IDs:: 673975 \"\n}"}],"_postman_id":"8fb5983a-e21d-4ca4-8d64-3bd93d60ae80"},{"name":"Get Role Details for user","id":"0be01d46-b0e8-4d49-b3c9-ad7309e2c857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"customproperty2","value":"EAMTeam","type":"text","disabled":true},{"key":"requestedObject","value":"entitlement_values,users","type":"text","disabled":true},{"key":"roletype","value":"4","type":"text","disabled":true},{"key":"max","value":"50","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/getRoles","description":"<p>This API can be used to get the list of all the roles.</p>\n<p>This API call can be used to get the list and details of all the roles associated to the user. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:</p>\n<p><code>username</code>,\n<code>customproperty&lt;1 to 60&gt;</code>,\n<code>roletype</code>,\n<code>requestable</code>,\n<code>status</code>,\n<code>role_name</code>,\n<code>description</code>,\n<code>displayname</code>,\n<code>glossary</code>,\n<code>mininginstance</code>,\n<code>risk</code>,\n<code>updateuser</code>,\n<code>systemid</code>,\n<code>soxcritical</code>,\n<code>syscritical</code>,\n<code>level</code>,\n<code>priviliged</code>,\n<code>confidentiality</code>,\n<code>requestedObject</code> - contains users and/or entitlement_values</p>\n","urlObject":{"path":["ECM","{{path}}","getRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a532a82-357f-4a52-be49-4c3dd1cc05b9","name":"Get Role Details for user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"johndoe","type":"text"},{"key":"customproperty2","value":"EAMTeam","type":"text","disabled":true},{"key":"requestedObject","value":"entitlement_values,users","type":"text","disabled":true},{"key":"roletype","value":"4","type":"text","disabled":true},{"key":"max","value":"50","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/getRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d32cf77d-6e2b-451b-9590-64cd54b2d5a6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 21:41:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\",\n    \"Roledetails\": [\n        {\n            \"customproperty10\": \"cp10\",\n            \"customproperty54\": \"\",\n            \"customproperty53\": \"\",\n            \"customproperty12\": \"\",\n            \"customproperty56\": \"\",\n            \"customproperty11\": \"\",\n            \"customproperty55\": \"\",\n            \"customproperty50\": \"\",\n            \"customproperty52\": \"\",\n            \"customproperty51\": \"\",\n            \"customproperty18\": \"\",\n            \"customproperty17\": \"\",\n            \"customproperty19\": \"\",\n            \"customproperty14\": \"\",\n            \"customproperty58\": \"\",\n            \"customproperty13\": \"\",\n            \"customproperty57\": \"\",\n            \"customproperty16\": \"\",\n            \"customproperty15\": \"\",\n            \"customproperty59\": \"\",\n            \"updatedate\": \"2019-02-01 00:04:21\",\n            \"roletype\": \"4\",\n            \"customproperty43\": \"\",\n            \"customproperty42\": \"\",\n            \"customproperty45\": \"\",\n            \"customproperty44\": \"\",\n            \"customproperty41\": \"\",\n            \"customproperty40\": \"\",\n            \"priviliged\": \"1\",\n            \"customproperty47\": \"\",\n            \"version\": \"79\",\n            \"customproperty46\": \"\",\n            \"customproperty49\": \"\",\n            \"customproperty48\": \"\",\n            \"glossary\": \"\",\n            \"role_name\": \"EnterPrise\",\n            \"soxcritical\": \"3\",\n            \"defaultTimeFrameHrs\": \"\",\n            \"status\": \"1\",\n            \"customproperty32\": \"\",\n            \"customproperty4\": \"\",\n            \"customproperty31\": \"cp31\",\n            \"customproperty5\": \"\",\n            \"customproperty2\": \"\",\n            \"customproperty34\": \"\",\n            \"customproperty3\": \"\",\n            \"customproperty33\": \"\",\n            \"customproperty1\": \"jjjjjjjjjjj\",\n            \"customproperty30\": \"cp30bh\",\n            \"confidentiality\": \"5\",\n            \"customproperty39\": \"\",\n            \"description\": \"this is description |  | EnterPriseEnterPrise  EnterPriseEnterPrise\",\n            \"showDynamicAttrs\": \"false\",\n            \"customproperty36\": \"cp36\",\n            \"customproperty35\": \"\",\n            \"customproperty38\": \"\",\n            \"customproperty37\": \"\",\n            \"customproperty8\": \"\",\n            \"customproperty9\": \"\",\n            \"customproperty6\": \"\",\n            \"customproperty7\": \"\",\n            \"owner\": [\n                \"dbailey\",\n                \"lkrause\"\n            ],\n            \"customproperty21\": \"\",\n            \"syscritical\": \"3\",\n            \"customproperty20\": \"\",\n            \"customproperty23\": \"\",\n            \"customproperty22\": \"\",\n            \"customproperty60\": \"\",\n            \"endpointkey\": \"13\",\n            \"maxTimeFrameHrs\": \"\",\n            \"customproperty29\": \"\",\n            \"customproperty28\": \"\",\n            \"customproperty25\": \"\",\n            \"customproperty24\": \"\",\n            \"customproperty27\": \"\",\n            \"customproperty26\": \"\",\n            \"displayname\": \"\",\n            \"risk\": \"\",\n            \"requestable\": \"true\",\n            \"updateuser\": \"1\",\n            \"userAccounts\": [\n                {\n                    \"enddate\": \"\",\n                    \"accountname\": \"johndoe\",\n                    \"startdate\": \"2019-02-11 22:47:32\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"0be01d46-b0e8-4d49-b3c9-ad7309e2c857"},{"name":"Get Role Details","id":"6fec0441-2409-4d2f-8410-4d6ac8b4b5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","type":"text","value":"usngom","disabled":true},{"key":"customproperty2","type":"text","value":"EAMTeam","disabled":true},{"key":"requestedObject","type":"text","value":"entitlement_values,users"},{"key":"roletype","type":"text","value":"4"},{"key":"max","type":"text","value":"5"},{"key":"offset","type":"text","value":"0"}]},"url":"{{url}}/ECM/{{path}}/getRoles","description":"<p>This API can be used to get the list of all the roles.</p>\n<p>This API call can be used to get the list and details of all the roles associated to the user. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:</p>\n<p><code>username</code>,\n<code>customproperty&lt;1 to 60&gt;</code>,\n<code>roletype</code>,\n<code>requestable</code>,\n<code>status</code>,\n<code>role_name</code>,\n<code>description</code>,\n<code>displayname</code>,\n<code>glossary</code>,\n<code>mininginstance</code>,\n<code>risk</code>,\n<code>updateuser</code>,\n<code>systemid</code>,\n<code>soxcritical</code>,\n<code>syscritical</code>,\n<code>level</code>,\n<code>priviliged</code>,\n<code>confidentiality</code>,\n<code>requestedObject</code> - contains users and/or entitlement_values,\n<code>max</code>,\n<code>offset</code>\n<code>roleQuery</code>\n<code>hideblankvalues</code>(can be true/false) - If true, will not return fields with blank or null. This parameter will apply to when requestedobject is passed: users/entitlements</p>\n","urlObject":{"path":["ECM","{{path}}","getRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"baa44bc6-a130-4bd6-987b-bf8a0ab45e99","name":"Get Role Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"usngom","type":"text","disabled":true},{"key":"customproperty2","value":"EAMTeam","type":"text","disabled":true},{"key":"requestedObject","value":"entitlement_values,users","type":"text"},{"key":"roletype","value":"4","type":"text"},{"key":"max","value":"5","type":"text"},{"key":"offset","value":"0","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getRoles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a6fc37a7-6037-4046-a65f-96b11b6747ed; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 21:49:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"Successful\",\r\n    \"errorCode\": \"0\",\r\n    \"Roledetails\": [\r\n        {\r\n            \"customproperty10\": \"\",\r\n            \"customproperty54\": \"\",\r\n            \"customproperty53\": \"\",\r\n            \"customproperty12\": \"\",\r\n            \"customproperty56\": \"\",\r\n            \"customproperty11\": \"\",\r\n            \"customproperty55\": \"\",\r\n            \"customproperty50\": \"\",\r\n            \"customproperty52\": \"\",\r\n            \"customproperty51\": \"\",\r\n            \"customproperty18\": \"\",\r\n            \"customproperty17\": \"\",\r\n            \"customproperty19\": \"\",\r\n            \"customproperty14\": \"\",\r\n            \"customproperty58\": \"\",\r\n            \"customproperty13\": \"\",\r\n            \"customproperty57\": \"\",\r\n            \"customproperty16\": \"\",\r\n            \"customproperty15\": \"\",\r\n            \"customproperty59\": \"\",\r\n            \"updatedate\": \"2017-11-04 04:29:45\",\r\n            \"roletype\": \"4\",\r\n            \"customproperty43\": \"\",\r\n            \"customproperty42\": \"\",\r\n            \"customproperty45\": \"\",\r\n            \"customproperty44\": \"\",\r\n            \"customproperty41\": \"\",\r\n            \"customproperty40\": \"\",\r\n            \"priviliged\": \"\",\r\n            \"customproperty47\": \"\",\r\n            \"version\": \"3\",\r\n            \"customproperty46\": \"\",\r\n            \"customproperty49\": \"\",\r\n            \"customproperty48\": \"\",\r\n            \"glossary\": \"aaaa\",\r\n            \"role_name\": \"Analyst Level\",\r\n            \"soxcritical\": \"2\",\r\n            \"defaultTimeFrameHrs\": \"0\",\r\n            \"status\": \"2\",\r\n            \"customproperty32\": \"\",\r\n            \"customproperty4\": \"\",\r\n            \"customproperty31\": \"\",\r\n            \"customproperty5\": \"\",\r\n            \"customproperty2\": \"\",\r\n            \"customproperty34\": \"\",\r\n            \"customproperty3\": \"ffff\",\r\n            \"customproperty33\": \"\",\r\n            \"customproperty1\": \"\",\r\n            \"customproperty30\": \"\",\r\n            \"confidentiality\": \"1\",\r\n            \"customproperty39\": \"\",\r\n            \"description\": \"this is description | for testing UI\",\r\n            \"showDynamicAttrs\": \"true\",\r\n            \"customproperty36\": \"\",\r\n            \"customproperty35\": \"\",\r\n            \"customproperty38\": \"\",\r\n            \"customproperty37\": \"\",\r\n            \"customproperty8\": \"hhhhhhhhhh\",\r\n            \"customproperty9\": \"\",\r\n            \"customproperty6\": \"\",\r\n            \"customproperty7\": \"\",\r\n            \"owner\": [\r\n                \"dbailey\",\r\n                \"smarquez\"\r\n            ],\r\n            \"customproperty21\": \"\",\r\n            \"syscritical\": \"0\",\r\n            \"customproperty20\": \"\",\r\n            \"customproperty23\": \"\",\r\n            \"customproperty22\": \"\",\r\n            \"customproperty60\": \"\",\r\n            \"endpointkey\": \"31\",\r\n            \"maxTimeFrameHrs\": \"\",\r\n            \"customproperty29\": \"\",\r\n            \"customproperty28\": \"\",\r\n            \"customproperty25\": \"\",\r\n            \"customproperty24\": \"\",\r\n            \"customproperty27\": \"\",\r\n            \"customproperty26\": \"\",\r\n            \"displayname\": \"\",\r\n            \"risk\": \"\",\r\n            \"requestable\": \"true\",\r\n            \"updateuser\": \"1\",\r\n            \"UserDetails\": [\r\n                {\r\n                    \"country\": \"USA\",\r\n                    \"customproperty18\": \"Allowed\",\r\n                    \"createdate\": \"2010-07-15 06:11:11\",\r\n                    \"jobCode\": \"7612\",\r\n                    \"customproperty19\": \"7360\",\r\n                    \"customproperty14\": \"20100716\",\r\n                    \"customproperty16\": \"2009-02-01 00:00:00\",\r\n                    \"customproperty15\": \"Data Change\",\r\n                    \"job_function\": \"JobFunction1\",\r\n                    \"updatedate\": \"2017-09-15 23:16:26\",\r\n                    \"savUpdateDate\": \"2016-12-02 20:52:58\",\r\n                    \"preferedFirstName\": \"Cecilia\",\r\n                    \"userKey\": 36522,\r\n                    \"lastname\": \"Gray\",\r\n                    \"customeProperty65\": null,\r\n                    \"companyname\": \"Global Interantional\",\r\n                    \"departmentname\": \"Accounting\",\r\n                    \"statuskey\": \"1\",\r\n                    \"departmentNumber\": \"ACC865\",\r\n                    \"jobcodedesc\": \"Y6574\",\r\n                    \"customproperty4\": \"MT4\",\r\n                    \"customproperty5\": \"S\",\r\n                    \"firstname\": \"Cecilia\",\r\n                    \"customproperty3\": \"Activated\",\r\n                    \"locationnumber\": \"SFO-OFC\",\r\n                    \"customproperty1\": \"SP\",\r\n                    \"customproperty30\": \"2015-02-24 17:48:34\",\r\n                    \"employeeclass\": \"S\",\r\n                    \"locationdesc\": \"San Francisco\",\r\n                    \"title\": \"Title Desc\",\r\n                    \"employeeid\": \"\",\r\n                    \"enabled\": \"true\",\r\n                    \"systemUserName\": \"cgray\",\r\n                    \"customproperty8\": \"cp8\",\r\n                    \"customproperty9\": \"0235\",\r\n                    \"customproperty6\": \"Gray, Cecilia\",\r\n                    \"email\": \"cecilia.gray@saviynt.com\",\r\n                    \"customproperty7\": \"cecilia.gray\",\r\n                    \"accountLocked\": \"false\",\r\n                    \"owner\": \"dbailey\",\r\n                    \"manager\": \"dbailey\",\r\n                    \"employeeType\": \"employee\",\r\n                    \"displayname\": \"Cecelia, Gray\",\r\n                    \"accountExpired\": \"false\",\r\n                    \"orgunitid\": \"DS\",\r\n                    \"location\": \"SFO_OFC\",\r\n                    \"passwordExpired\": \"false\",\r\n                    \"updateuser\": \"admin\",\r\n                    \"username\": \"cgray\"\r\n                }\r\n            ],\r\n            \"EntitlementDetails\": [\r\n                {\r\n                    \"syscritical\": \"0\",\r\n                    \"access\": \"Select\",\r\n                    \"customproperty1\": \"TRUE\",\r\n                    \"confidentiality\": \"0\",\r\n                    \"module\": \"Select\",\r\n                    \"customproperty17\": \"Feb  4 2017  4:25AM\",\r\n                    \"description\": \"Entitlement1 desc\",\r\n                    \"entitlementOwner\": \"\",\r\n                    \"priviliged\": \"0\",\r\n                    \"entitlementType\": \"Groups\",\r\n                    \"entitlement_glossary\": \"\",\r\n                    \"endpoint\": \"Collective\",\r\n                    \"updatedate\": \"2017-01-03 22:20:44\",\r\n                    \"requestForm\": \"Request Form None\",\r\n                    \"displayname\": \"\",\r\n                    \"soxcritical\": \"0\",\r\n                    \"risk\": \"3\",\r\n                    \"entitlement_value\": \"Entitlement1\",\r\n                    \"status\": \"1\",\r\n                    \"updateuser\": \"ostone\"\r\n                },\r\n                {\r\n                    \"syscritical\": \"0\",\r\n                    \"endpoint\": \"Collective\",\r\n                    \"requestForm\": \"Request Form Table\",\r\n                    \"displayname\": \"\",\r\n                    \"soxcritical\": \"0\",\r\n                    \"customproperty17\": \"Feb  4 2017  4:25AM\",\r\n                    \"description\": \"\",\r\n                    \"entitlementOwner\": \"\",\r\n                    \"entitlement_value\": \"Entitlement2\",\r\n                    \"entitlementType\": \"Roles\",\r\n                    \"entitlement_glossary\": \"\",\r\n                    \"status\": \"1\"\r\n                },\r\n                {\r\n                    \"syscritical\": \"0\",\r\n                    \"access\": \"Select\",\r\n                    \"customproperty1\": \"TRUE\",\r\n                    \"confidentiality\": \"0\",\r\n                    \"module\": \"Select\",\r\n                    \"customproperty17\": \"Feb  4 2017  4:25AM\",\r\n                    \"description\": \"\",\r\n                    \"entitlementOwner\": \"\",\r\n                    \"priviliged\": \"0\",\r\n                    \"entitlementType\": \"Groups\",\r\n                    \"entitlement_glossary\": \"\",\r\n                    \"endpoint\": \"Collective\",\r\n                    \"updatedate\": \"2017-01-03 22:54:25\",\r\n                    \"requestForm\": \"Request Form None\",\r\n                    \"displayname\": \"\",\r\n                    \"soxcritical\": \"0\",\r\n                    \"risk\": \"3\",\r\n                    \"entitlement_value\": \"Entitlement3\",\r\n                    \"status\": \"1\",\r\n                    \"updateuser\": \"lpierce\"\r\n                },\r\n                {\r\n                    \"endpoint\": \"Collective\",\r\n                    \"requestForm\": \"Request Form Table\",\r\n                    \"displayname\": \"\",\r\n                    \"customproperty17\": \"Feb  4 2017  4:25AM\",\r\n                    \"description\": \"\",\r\n                    \"entitlementOwner\": \"\",\r\n                    \"entitlement_value\": \"Entitlement4\",\r\n                    \"entitlementType\": \"Roles\",\r\n                    \"entitlement_glossary\": \"\",\r\n                    \"status\": \"1\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6fec0441-2409-4d2f-8410-4d6ac8b4b5ad"},{"name":"Get FireFighter Role Details","id":"c2bb0139-a017-41cf-a5c2-965bdde3a537","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getFireFighterRoles","description":"<p>This method returns a <code>List</code> of active \"FireFighter\" roles in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>No params</p>\n","urlObject":{"path":["ECM","{{path}}","getFireFighterRoles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e54a45c-0ea3-4dfc-bc24-706a22b7d391","name":"Get FireFighter Roles","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:12:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a05c45f2-64d1-4521-a5a3-69cb73b94352; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a05c45f2-64d1-4521-a5a3-69cb73b94352","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":125,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Data Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":24}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-03-24T20:16:11Z\",\"updateuser\":null},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":126,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":15,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Network Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":61},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":21},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":20},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":46},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":59}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-07-26T03:18:31Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":129,\"confidentiality\":null,\"customproperty1\":\"3\",\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":\"4\",\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":\"5\",\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":8,\"description\":\"desc\",\"displayname\":\"Display Name Role 1\",\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":\"test update\",\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"Policy Administrator\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":35}],\"roletype\":3,\"showDynamicAttrs\":false,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-12-02T00:45:07Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":130,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":null,\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":null,\"description\":\"desc\",\"displayname\":null,\"endpointkey\":null,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":4,\"requestable\":true,\"risk\":null,\"role_name\":\"RoleTest\",\"role_user_accounts\":[{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":34},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":33},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":36},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":37},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Role_user_account\",\"id\":39}],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-02-01T05:20:29Z\",\"updateuser\":1},{\"class\":\"com.saviynt.ecm.identitywarehouse.domain.Roles\",\"id\":132,\"confidentiality\":null,\"customproperty1\":null,\"customproperty10\":null,\"customproperty11\":null,\"customproperty12\":null,\"customproperty13\":null,\"customproperty14\":null,\"customproperty15\":null,\"customproperty16\":null,\"customproperty17\":null,\"customproperty18\":null,\"customproperty19\":null,\"customproperty2\":\"hhh\",\"customproperty20\":null,\"customproperty21\":null,\"customproperty22\":null,\"customproperty23\":null,\"customproperty24\":null,\"customproperty25\":null,\"customproperty26\":null,\"customproperty27\":null,\"customproperty28\":null,\"customproperty29\":null,\"customproperty3\":null,\"customproperty30\":null,\"customproperty31\":null,\"customproperty32\":null,\"customproperty33\":null,\"customproperty34\":null,\"customproperty35\":null,\"customproperty36\":null,\"customproperty37\":null,\"customproperty38\":null,\"customproperty39\":null,\"customproperty4\":null,\"customproperty40\":null,\"customproperty41\":null,\"customproperty42\":null,\"customproperty43\":null,\"customproperty44\":null,\"customproperty45\":null,\"customproperty46\":null,\"customproperty47\":null,\"customproperty48\":null,\"customproperty49\":null,\"customproperty5\":null,\"customproperty50\":null,\"customproperty51\":null,\"customproperty52\":null,\"customproperty53\":null,\"customproperty54\":null,\"customproperty55\":null,\"customproperty56\":null,\"customproperty57\":null,\"customproperty58\":null,\"customproperty59\":null,\"customproperty6\":null,\"customproperty60\":null,\"customproperty7\":null,\"customproperty8\":null,\"customproperty9\":null,\"defaultTimeFrameHrs\":null,\"description\":null,\"displayname\":null,\"endpointkey\":15,\"flagexportedtoOIA\":false,\"glossary\":null,\"level\":null,\"maxTimeFrameHrs\":null,\"mininginstance\":null,\"parentroles\":null,\"priviliged\":null,\"requestable\":true,\"risk\":null,\"role_name\":\"test 66\",\"role_user_accounts\":[],\"roletype\":3,\"showDynamicAttrs\":null,\"sodflag\":false,\"soxcritical\":0,\"status\":1,\"syscritical\":0,\"systemid\":null,\"updatedate\":\"2017-07-26T03:21:12Z\",\"updateuser\":1}]"}],"_postman_id":"c2bb0139-a017-41cf-a5c2-965bdde3a537"},{"name":"Remove Role","id":"cf994f79-0244-4ed2-a9a9-132f44c740bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"johndoe\",\n\t\"rolename\" : \"RoleTest\"\n}"},"url":"{{url}}/ECM/{{path}}/removerole","description":"<p>This API removes role from user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>rolename</code></p>\n","urlObject":{"path":["ECM","{{path}}","removerole"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"29843dcd-3fdc-482e-b478-3af90550161b","name":"Remove Role","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"johndoe\",\n\t\"rolename\" : \"RoleTest\"\n}"},"url":"{{url}}/ECM/{{path}}/removerole"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=068b5011-365c-4e03-a926-9b08e439b8e1; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 21:33:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \" Tasks created. IDs:: 673977 \"\n}"}],"_postman_id":"cf994f79-0244-4ed2-a9a9-132f44c740bf"}],"id":"683a3f9b-8205-40bb-88e0-ee20d096e609","_postman_id":"683a3f9b-8205-40bb-88e0-ee20d096e609","description":""},{"name":"Endpoints","item":[{"name":"Create Endpoint","id":"001a5cd4-9772-46e8-9315-1f030e1ce395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"endpointname\":\"testEp4\",\n\t\"displayName\" : \"test ep 4 disp\",\n\t\"securitysystem\" : \"SecuritySystem1\",\n\t\"description\" : \"test ep\",\n\t\"ownerType\" : \"User\",\n\t\"owner\" : \"dbailey\",\n\t\"resourceOwnerType\" :\"Usergroup\",\n\t\"resourceOwner\" :\"APPROVAL_Roles\",\n\t\"customproperty30\":\"cp30\",\n\t\"customproperty29Label\" :\"cpL329\",\n\t\"customproperty30Label\" :\"cpL31110\",\n\t\"accountNameRule\":\"(users.customproperty7)\",\n\t\"accessquery\" :\"access qry\",\n\t\"enableCopyAccess\":\"false\",\n\t\"disableNewAccountRequestIfAccountExists\" : \"false\",\n\t\"disableRemoveAccount\" :\"false\",\n\t\"disableModifyAccount\":\"true\",\n\t\"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createEndpoint","description":"<p>This API creates an endpoint in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>endpointname</code>,\n<code>displayName</code>,\n<code>securitysystem</code></p>\n<p>Optional params:</p>\n<p><code>description</code> , \n<code>ownerType</code> , \n<code>owner</code> , \n<code>resourceOwnerType</code> ,\n<code>resourceOwner</code> ,\n<code>customproperty&lt;N&gt;</code> -  N is between 1 to 30,\n<code>customproperty&lt;N&gt;Label</code> - N is between 1 to 30 ,\n<code>accountNameRule</code>,\n<code>accessquery</code> ,\n<code>enableCopyAccess</code>,\n<code>disableNewAccountRequestIfAccountExists</code> , \n<code>disableRemoveAccount</code> ,\n<code>disableModifyAccount</code>,\n<code>userAccountCorrelationRule</code></p>\n","urlObject":{"path":["ECM","{{path}}","createEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d8e54e4-42aa-460c-a1cb-58f5d676a465","name":"Create Endpoint","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"endpointname\":\"testEp4\",\n\t\"displayName\" : \"test ep 4 disp\",\n\t\"securitysystem\" : \"SecuritySystem1\",\n\t\"description\" : \"test ep\",\n\t\"ownerType\" : \"User\",\n\t\"owner\" : \"dbailey\",\n\t\"resourceOwnerType\" :\"Usergroup\",\n\t\"resourceOwner\" :\"APPROVAL_Roles\",\n\t\"customproperty30\":\"cp30\",\n\t\"customproperty29Label\" :\"cpL329\",\n\t\"customproperty30Label\" :\"cpL31110\",\n\t\"accountNameRule\":\"(users.customproperty7)\",\n\t\"accessquery\" :\"access qry\",\n\t\"enableCopyAccess\":\"false\",\n\t\"disableNewAccountRequestIfAccountExists\" : \"false\",\n\t\"disableRemoveAccount\" :\"false\",\n\t\"disableModifyAccount\":\"true\",\n\t\"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ab3d0e77-a114-4396-ab97-6f7fa291537a; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 22 Oct 2018 23:46:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"001a5cd4-9772-46e8-9315-1f030e1ce395"},{"name":"Update Endpoint","id":"ad245e8f-765f-4f4b-9efd-03130448d6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"endpointname\":\"testEp2\",\n\t\"displayName\" : \"test ep 2 disp\",\n\t\"securitysystem\" : \"SecuritySystem1\",\n\t\"description\" : \"test ep\",\n\t\"ownerType\" : \"User\",\n\t\"owner\" : \"dbailey\",\n\t\"resourceOwnerType\" :\"Usergroup\",\n\t\"resourceOwner\" :\"APPROVAL_Roles\",\n\t\"customproperty30\":\"cp30\",\n\t\"customproperty29Label\" :\"cpL329\",\n\t\"customproperty30Label\" :\"cpL31110\",\n\t\"accountNameRule\":\"(users.customproperty7)\",\n\t\"accessquery\" :\"access qry\",\n\t\"enableCopyAccess\":\"false\",\n\t\"disableNewAccountRequestIfAccountExists\" : \"false\",\n\t\"disableRemoveAccount\" :\"false\",\n\t\"disableModifyAccount\":\"true\",\n\t\"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\",\n\t\"createEntTaskforRemoveAcc\":\"true\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/updateEndpoint","description":"<p>This API updates endpoint in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>endpointname</code></p>\n<p>Optional params:</p>\n<p><code>securitysystem</code>,\n<code>displayName</code> , \n<code>description</code> , \n<code>ownerType</code> , \n<code>owner</code> , \n<code>resourceOwnerType</code> ,\n<code>resourceOwner</code> ,\n<code>customproperty&lt;N&gt;</code> - N is between 1 to 30,\n<code>customproperty&lt;N&gt;Label</code> - N is between 1 to 30,\n<code>accountNameRule</code>,\n<code>accessquery</code> ,\n<code>enableCopyAccess</code>,\n<code>disableNewAccountRequestIfAccountExists</code> , \n<code>disableRemoveAccount</code> ,\n<code>disableModifyAccount</code>,\n<code>userAccountCorrelationRule</code>,\n<code>createEntTaskforRemoveAcc</code></p>\n","urlObject":{"path":["ECM","{{path}}","updateEndpoint"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"013259f6-8e23-493a-b56c-d79198c5e5a3","name":"Update Endpoint","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"endpointname\":\"testEp2\",\n\t\"displayName\" : \"test ep 2 disp\",\n\t\"securitysystem\" : \"SecuritySystem1\",\n\t\"description\" : \"test ep\",\n\t\"ownerType\" : \"User\",\n\t\"owner\" : \"dbailey\",\n\t\"resourceOwnerType\" :\"Usergroup\",\n\t\"resourceOwner\" :\"APPROVAL_Roles\",\n\t\"customproperty30\":\"cp30\",\n\t\"customproperty29Label\" :\"cpL329\",\n\t\"customproperty30Label\" :\"cpL31110\",\n\t\"accountNameRule\":\"(users.customproperty7)\",\n\t\"accessquery\" :\"access qry\",\n\t\"enableCopyAccess\":\"false\",\n\t\"disableNewAccountRequestIfAccountExists\" : \"false\",\n\t\"disableRemoveAccount\" :\"false\",\n\t\"disableModifyAccount\":\"true\",\n\t\"userAccountCorrelationRule\":\"(users.customproperty7) = accounts.name\",\n\t\"createEntTaskforRemoveAcc\":\"true\"\n\t\n}"},"url":"{{url}}/ECM/{{path}}/updateEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=972dd925-2b54-46f4-a4cb-dccb9641c71d; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 22 Oct 2018 23:41:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"ad245e8f-765f-4f4b-9efd-03130448d6ff"},{"name":"Get List of Endpoints","id":"ff93d24a-2339-4c58-8656-077630d707c3","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"filterCriteria\":{\r\n\t\"customproperty1\":\"1\",\r\n\t\"displayName\" : \"Access Manager\"\r\n\t}\r\n}"},"url":"{{url}}/ECM/{{path}}/getEndpoints","description":"<p>This API returns list of Endpoints in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>connectionType</code>,\n<code>endpointkey</code>,\n<code>endpointname</code>,\n<code>max</code>,\n<code>offset</code>,\n<code>filterCriteria</code></p>\n","urlObject":{"path":["ECM","{{path}}","getEndpoints"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a8af3c00-4bc2-4760-b2ea-abfb61bad301","name":"Get List of Endpoints","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"filterCriteria1\":{\r\n\t\"customproperty1\":\"1\",\r\n\t\"displayName\" : \"Access Manager\"\r\n\t}\r\n}"},"url":"{{url}}/ECM/{{path}}/getEndpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9f026105-c1df-4fe6-b5b5-7d1924c508d7; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 21:45:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"endpoints\": [\r\n        {\r\n            \"securitySystem\": \"SecuritySystem1\",\r\n            \"customproperty1\": \"1\",\r\n            \"enableCopyAccess\": \"false\",\r\n            \"displayName\": \"Access Manager\",\r\n            \"endpointname\": \"Endpoint1\",\r\n            \"description\": \"Access Management System\",\r\n            \"disableaccountrequest\": \"{\\\"DISABLENEWACCOUNT\\\":\\\"0\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"0\\\",\\\"DISABLEREMOVEACCOUNT\\\":\\\"1\\\"}\",\r\n            \"requestownertype\": \"0\",\r\n            \"createEntTaskforRemoveAcc\": \"false\",\r\n            \"status\": \"1\"\r\n        },\r\n        {\r\n            \"ownerType\": \"2\",\r\n            \"securitySystem\": \"SecuritySystem2\",\r\n            \"customproperty1\": \"1\",\r\n            \"enableCopyAccess\": \"false\",\r\n            \"displayName\": \"Access Manager\",\r\n            \"description\": \"SecuritySystem2 desc\",\r\n            \"accountNameRule\": \"(users.customproperty7) # (substring(users.username,1,255)) \",\r\n            \"ownerkey\": \"9\",\r\n            \"createEntTaskforRemoveAcc\": \"false\",\r\n            \"userAccountCorrelationRule\": \"(users.customproperty7) = accounts.name \",\r\n            \"connectionconfig\": \"<conf></conf>\",\r\n            \"endpointname\": \"Endpoint2\",\r\n            \"disableaccountrequest\": \"{\\\"DISABLENEWACCOUNT\\\":\\\"0\\\",\\\"DISABLEMODIFYACCOUNT\\\":\\\"0\\\",\\\"DISABLEREMOVEACCOUNT\\\":\\\"0\\\"}\",\r\n            \"requestownertype\": \"0\",\r\n            \"accountTypeNoDeprovision\": \"Service\",\r\n            \"status\": \"1\"\r\n        }\r\n    ],\r\n    \"displayCount\": 2,\r\n    \"errorCode\": \"0\",\r\n    \"totalCount\": 2,\r\n    \"message\": \"Success\"\r\n}"}],"_postman_id":"ff93d24a-2339-4c58-8656-077630d707c3"},{"name":"Create Entitlement Type","id":"b8682c30-8afb-4f9a-9d82-5ac1f02d77a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt8\",\n\t\"endpointname\":\"Endpoint1\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\"\n}"},"url":"{{url}}/ECM/{{path}}/createEntitlementType","description":"<p>This API creates Entitlement Type in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>entitlementname</code>,\n<code>endpointname</code></p>\n<p>Optional params:</p>\n<p><code>entitlementdescription</code>,\n<code>customproperty&lt;N&gt;</code> - customproperty 1 to 5,\n<code>workflow</code></p>\n","urlObject":{"path":["ECM","{{path}}","createEntitlementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3d0bebc-6c9b-4818-8bf3-92cc0a8010af","name":"Create Entitlement Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt8\",\n\t\"endpointname\":\"Endpoint1\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\"\n}"},"url":"{{url}}/ECM/{{path}}/createEntitlementType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9997fcf7-e1f7-4170-8db1-cd6cbe844ad7; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 17 Oct 2018 17:15:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"b8682c30-8afb-4f9a-9d82-5ac1f02d77a5"},{"name":"Update Entitlement Type","id":"306c878d-3144-43a0-bf90-6ff7461653db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt81\",\n\t\"endpointname\":\"AD Test\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\",\n\t\"customproperty9\":\"cp9\",\n\t\"availableQueryServiceAccount\":\"test qry\",\n\t\"selectedQueryServiceAccount\": \"service acc qry\",\n\t\"arsRequestableEntitlementQuery\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n\t\"arsSelectedEntitlementQuery\" : \"testsel\",\n\t\"createTaskAction\" : [\"noAction\",\"removeTaskForExistingEntitlements\", \"bhav\", \"enableRollback\"],\n\t\"requestDatesConfJson\" : \"test date\",\n\t\"startDateInRevokeRequest\" : \"false\",\n\t\"startEndDateInRequest\" :\"false\",\n\t\"allowRemoveAllEntitlementInRequest\" : \"false\",\n\t\"orderindex\" : \"2\",\n\t\"requiredinrequest\" : \"false\",\n\t\"hiearchyrequired\" : \"false\",\n\t\"requestoption\" : \"TABLENOREMOVE\"\n}"},"url":"{{url}}/ECM/{{path}}/updateEntitlementType","description":"<p>This API updates Entitlement Type in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n    <code>entitlementname</code>,\n    <code>endpointname</code>,</p>\n<p>Optional params:\n    <code>entitlementdescription</code>,\n    <code>workflow</code>,\n    <code>customproperty&lt;N&gt;</code>,\n    <code>availableQueryServiceAccount</code>,\n    <code>selectedQueryServiceAccount</code>, \n    <code>arsRequestableEntitlementQuery</code>, \n    <code>arsSelectedEntitlementQuery</code> , \n    <code>createTaskAction</code> - it can be one value or list of values. The values can be [\"noAction\",\"removeTaskForExistingEntitlements\", \"enableRollback\"],\n    <code>requestDatesConfJson</code> , \n    <code>startDateInRevokeRequest</code> , \n    <code>startEndDateInRequest</code> ,\n    <code>allowRemoveAllEntitlementInRequest</code> , \n    <code>orderindex</code> , \n    <code>requiredinrequest</code> ,\n    <code>hiearchyrequired</code> , \n    <code>requestoption</code></p>\n<p><code>requestoption</code> param values can be - \nSHOW_BUT_NOTREUESTABLESINGLE/ \nSHOW_BUT_NOTREUESTABLEMULTIPLE/ \nNONE/ \nSINGLE/ \nMULTIPLE/ \nTABLE/ \nFREEFORMTEXT/ \nTABLENOREMOVE/ \nRADIOBUTN/ \nCHECKBOXN/ \nREADONLYTABLE/ \nNONE_BUT_CREATETASK</p>\n","urlObject":{"path":["ECM","{{path}}","updateEntitlementType"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"25b3098c-1a4a-4cd8-9318-1b5fc32e3d6b","name":"Update Entitlement Type","originalRequest":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"entitlementname\":\"testEnt81\",\n\t\"endpointname\":\"AD Test\",\n\t\"entitlementdescription\":\"entitlementdescription\",\n\t\"workflow\":\"SampleManagerApproval\",\n\t\"customproperty1\":\"cp1\",\n\t\"customproperty9\":\"cp9\",\n\t\"availableQueryServiceAccount\":\"test qry\",\n\t\"selectedQueryServiceAccount\": \"service acc qry\",\n\t\"arsRequestableEntitlementQuery\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n\t\"arsSelectedEntitlementQuery\" : \"testsel\",\n\t\"createTaskAction\" : [\"noAction\",\"removeTaskForExistingEntitlements\", \"bhav\", \"enableRollback\"],\n\t\"createTaskAction1\" : \"removeTaskForExistingEntitlements\",\n\t\"requestDatesConfJson\" : \"test date\",\n\t\"startDateInRevokeRequest\" : \"false\",\n\t\"startEndDateInRequest\" :\"false\",\n\t\"allowRemoveAllEntitlementInRequest\" : \"false\",\n\t\"orderindex\" : \"2\",\n\t\"requiredinrequest\" : \"false\",\n\t\"hiearchyrequired\" : \"false\",\n\t\"requestoption\" : \"TABLENOREMOVE\"\n}"},"url":"{{url}}/ECM/{{path}}/updateEntitlementType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=be1dce8e-3b83-4471-8867-6b40a7544cfc; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 18 Oct 2018 23:58:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"306c878d-3144-43a0-bf90-6ff7461653db"},{"name":"Get List of Entitlement Types","id":"1110e37a-0252-44f2-9432-0b26884f2cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/ECM/{{path}}/getEntitlementTypes?entitlementname=testEnt81","description":"<p>This API returns list of Entitlement Types in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>entitlementname</code>,\n<code>max</code>,\n<code>offset</code>,\n<code>endpointname</code></p>\n","urlObject":{"path":["ECM","{{path}}","getEntitlementTypes"],"host":["{{url}}"],"query":[{"key":"entitlementname","value":"testEnt81"},{"disabled":true,"key":"max","value":"4"},{"disabled":true,"key":"offset","value":"2"},{"disabled":true,"key":"endpointname","value":"System1"}],"variable":[]}},"response":[{"id":"a18ddd29-baed-43d4-a944-fcbf38a832ec","name":"Get Entitlement Types","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{url}}/ECM/{{path}}/getEntitlementTypes?entitlementname=testEnt81","host":["{{url}}"],"path":["ECM","{{path}}","getEntitlementTypes"],"query":[{"key":"entitlementname","value":"testEnt81"},{"key":"max","value":"4","disabled":true},{"key":"offset","value":"2","disabled":true},{"key":"endpointname","value":"amigopod","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=7A7FB8D9384684D08912B436A968C01C; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7ffb93c9-3cc5-4a72-85fc-436adde79bb8; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Oct 2018 00:14:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"totalCount\": 1,\n    \"entitlementTypeDetails\": [\n        {\n            \"orderindex\": \"2\",\n            \"workflow\": \"SampleManagerApproval\",\n            \"customproperty9_label\": \"cp9\",\n            \"requiredinrequest\": \"false\",\n            \"displayName\": \"testEnt81\",\n            \"securitysystem\": \"AD Test\",\n            \"availableQueryServiceAccount\": \"test qry\",\n            \"createTaskAction\": \"{\\\"taskActions\\\":[\\\"enableRollback\\\",\\\"removeTaskForExistingEntitlements\\\",\\\"noAction\\\"]}\",\n            \"ars_req_ent_sqlquerey\": \"ev.status=1 and ev.customproperty1='TRUE'\",\n            \"hiearchyrequired\": \"0\",\n            \"entitlementname\": \"testEnt81\",\n            \"endpoint\": \"AD Test\",\n            \"requestoption\": \"Request Form Table No Remove\",\n            \"showonchild\": \"false\",\n            \"recon\": \"true\",\n            \"ars_select_ent_sqlquerey\": \"testsel\",\n            \"certifiable\": \"true\",\n            \"customproperty1_label\": \"cp1\",\n            \"entitlementdescription\": \"entitlementdescription\",\n            \"requestDatesConfJson\": \"test date\",\n            \"selectedQueryServiceAccount\": \"service acc qry\"\n        }\n    ]\n}"}],"_postman_id":"1110e37a-0252-44f2-9432-0b26884f2cf1"},{"name":"Create Dynamic Attribute","id":"420cf589-cfcb-481d-b1ec-11acbc039db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"updateuser\": \"admin\",\r\n    \"dynamicattributes\": [\r\n        {\r\n            \"accountscolumn\": \"customproperty1\",\r\n            \"hideoncreate\": \"false\",\r\n            \"attributegroup\": \"group\",\r\n            \"orderindex\": \"1\",\r\n            \"requesttype\": \"ACCOUNT\",\r\n            \"actionstring\": \"action string\",\r\n            \"editable\": \"true\",\r\n            \"attributename\": \"air9\",\r\n            \"hideonupdate\": \"false\",\r\n            \"actiontoperformwhenparentattributechanges\": \"\",\r\n            \"defaultvalue\": \"default\",\r\n            \"attributelable\": \"dyn attr label\",\r\n            \"required\": \"false\",\r\n            \"attributetype\": \"BOOLEAN\",\r\n            \"regex\": \"\",\r\n            \"attributevalue\": \"\",\r\n            \"showonchild\": \"false\",\r\n            \"Parentattribute\": \"parent\",\r\n            \"descriptionascsv\": \"desc\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/ECM/{{path}}/createDynamicAttribute","description":"<p>This API creates dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - <code>attributename</code>, <code>requesttype</code>(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)</p>\n<p>Optional params:</p>\n<p><code>dynamicattributes</code> - other attributes of dynamic attributes</p>\n<p><code>attributetype</code>(BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)</p>\n","urlObject":{"path":["ECM","{{path}}","createDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"058c9aa8-5973-4081-908e-73d12457b186","name":"Create Dynamic Attribute","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"username\": \"admin\",\r\n    \"dynamicattributes\": [\r\n        {\r\n            \"accountscolumn\": \"\",\r\n            \"hideoncreate\": \"false\",\r\n            \"attributegroup\": \"\",\r\n            \"orderindex\": \"\",\r\n            \"requesttype\": \"SERVICE ACCOUNT\",\r\n            \"actionstring\": \"\",\r\n            \"editable\": \"true\",\r\n            \"attributename\": \"air5\",\r\n            \"hideonupdate\": \"false\",\r\n            \"actiontoperformwhenparentattributechanges\": \"\",\r\n            \"defaultvalue\": \"\",\r\n            \"attributelable\": \"\",\r\n            \"required\": \"false\",\r\n            \"attributetype\": \"BOOLEAN\",\r\n            \"regex\": \"\",\r\n            \"attributevalue\": \"\",\r\n            \"showonchild\": \"false\",\r\n            \"Parentattribute\": \"\",\r\n            \"descriptionascsv\": \"\"\r\n        }\r\n    ]\r\n}"},"url":"{{url}}/ECM/{{path}}/createDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4181ffdf-3cb5-4d06-b138-86eda5746db2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:01:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"420cf589-cfcb-481d-b1ec-11acbc039db4"},{"name":"Update Dynamic Attribute","id":"dbc39d72-c0d0-41fe-a8cf-9e4fb0fd1ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"updateuser\": \"admin\",\n    \"dynamicattributes\": [\n        {\n            \"hideoncreate\": \"true\",\n            \"requesttype\": \"account\",\n            \"editable\": \"true\",\n            \"attributename\": \"attribute1\",\n            \"hideonupdate\": \"true\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"showonchild\": \"false\",\n            \"descriptionascsv\": \"files\"\n        },\n        {\n            \"hideoncreate\": \"true\",\n            \"requesttype\": \"account\",\n            \"editable\": \"true\",\n            \"attributename\": \"attribute2\",\n            \"hideonupdate\": \"true\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"showonchild\": \"false\",\n            \"descriptionascsv\": \"files\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateDynamicAttribute","description":"<p>This API updates dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - <code>attributename</code></p>\n<p>Optional params:</p>\n<p><code>dynamicattributes</code> - other attributes of dynamic attributes</p>\n<p><code>attributetype</code>(BOOLEAN/NUMBER/STRING/ENUM/MULTIPLE SELECT FROM LIST/MULTIPLE SELECT FROM SQL QUERY/SINGLE SELECT FROM SQL QUERY/PASSWORD/LARGE TEXT/CHECK BOX/DATE)</p>\n<p><code>requesttype</code>(ACCOUNT/PROPOSED ENTITLEMENT OWNER/ENTITLEMENT OWNER ATTESTATION/ROLE/SERVICE ACCOUNT)</p>\n","urlObject":{"path":["ECM","{{path}}","updateDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df82a9d9-11a4-4440-84ad-6f1db85b7a5c","name":"Update Dynamic Attribute","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": \"System1\",\n    \"endpoint\": \"System1\",\n    \"username\": \"admin\",\n    \"dynamicattributes\": [\n        {\n            \"accountscolumn\": \"customproperty1\",\n            \"hideoncreate\": \"false\",\n            \"attributegroup\": \"\",\n            \"orderindex\": \"\",\n            \"requesttype\": \"SERVICE ACCOUNT\",\n            \"actionstring\": \"\",\n            \"editable\": \"true\",\n            \"attributename\": \"air5\",\n            \"hideonupdate\": \"false\",\n            \"actiontoperformwhenparentattributechanges\": \"\",\n            \"defaultvalue\": \"\",\n            \"attributelable\": \"\",\n            \"required\": \"false\",\n            \"attributetype\": \"BOOLEAN\",\n            \"regex\": \"\",\n            \"attributevalue\": \"\",\n            \"showonchild\": \"false\",\n            \"Parentattribute\": \"\",\n            \"descriptionascsv\": \"\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b8fbc39c-e05e-400f-9e0a-ab41b5dac1cf; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:16:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"dbc39d72-c0d0-41fe-a8cf-9e4fb0fd1ca0"},{"name":"Fetch Dynamic Attributes","id":"81aa6ba6-6703-4e64-b700-ca14336ca3cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": [\n        \"System1\"\n    ],\n    \"endpoint\": [\n        \"System1\"\n    ],\n    \"dynamicattributes\": [\n        \"parent\",\n        \"child\"\n    ],\n    \"offset\": \"0\",\n    \"max\": \"2\",\n    \"requesttype\" : [\"ACCOUNT\"]\n}"},"url":"{{url}}/ECM/{{path}}/fetchDynamicAttribute","description":"<p>This API fetches the dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>dynamicattributes</code></p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>requesttype</code> - can be ['ACCOUNT', 'PROPOSED ENTITLEMENT OWNER', 'ENTITLEMENT OWNER ATTESTATION', 'ROLE', 'SERVICE ACCOUNT','USER'],</p>\n<p><code>loggedinuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"31ef0a9c-93e2-4a5c-b7df-c5b1e385994b","name":"Fetch Dynamic Attributes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"securitysystem\": [\n        \"System1\"\n    ],\n    \"endpoint\": [\n        \"System1\"\n    ],\n    \"dynamicattributes\": [\n        \"parent\",\n        \"child\"\n    ],\n    \"offset\": \"0\",\n    \"max\": \"2\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=08e761fa-47af-42d0-8faa-8be801f4914a; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 22:57:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 2,\n    \"msg\": \"success\",\n    \"totalcount\": 2,\n    \"dynamicattributes\": [\n        {\n            \"accountscolumn\": \"customproperty11\",\n            \"hideoncreate\": \"false\",\n            \"orderindex\": \"1\",\n            \"attributevalue\": \"select 'ERS' as ID,'ers desc' as description UNION select 'FALCON' as ID, 'falcon desc' as description\",\n            \"editable\": \"true\",\n            \"securitysystem\": \"System1\",\n            \"attributename\": \"parent\",\n            \"attributelable\": \"Select Parent\",\n            \"required\": \"false\",\n            \"endpoint\": \"System1\",\n            \"hideonupdate\": \"false\",\n            \"requesttype\": \"ACCOUNT\",\n            \"showonchild\": \"false\",\n            \"actiontoperformwhenparentattributechanges\": \"Mapping\",\n            \"attributetype\": \"SQL MULTISELECT\"\n        },\n        {\n            \"accountscolumn\": \"customproperty12\",\n            \"hideoncreate\": \"false\",\n            \"orderindex\": \"2\",\n            \"attributevalue\": \"select customername as ID, CUSTOMPROPERTY1 as description from customer where customproperty12 in (${parent})\",\n            \"editable\": \"true\",\n            \"securitysystem\": \"System1\",\n            \"attributename\": \"child\",\n            \"attributelable\": \"Select Child\",\n            \"required\": \"false\",\n            \"endpoint\": \"System1\",\n            \"hideonupdate\": \"false\",\n            \"requesttype\": \"ACCOUNT\",\n            \"showonchild\": \"false\",\n            \"parentattribute\": \"parent\",\n            \"actiontoperformwhenparentattributechanges\": \"Mapping\",\n            \"attributetype\": \"SQL ENUM\"\n        }\n    ],\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"81aa6ba6-6703-4e64-b700-ca14336ca3cd"},{"name":"Delete Dynamic Attribute","id":"9e194153-d41a-4dae-b757-3506f2790faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"updateuser\": \"admin\",\r\n    \"dynamicattributes\":[\"air5\",\"attrname\"]\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDynamicAttribute","description":"<p>This API deletes dynamic attributes in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>securitysystem</code></p>\n<p><code>endpoint</code></p>\n<p><code>updateuser</code></p>\n<p><code>dynamicattributes</code> - attributename list</p>\n","urlObject":{"path":["ECM","{{path}}","deleteDynamicAttribute"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15b691f0-f666-4eed-829b-f1bb288acffb","name":"Delete Dynamic Attribute","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securitysystem\": \"System1\",\r\n    \"endpoint\": \"System1\",\r\n    \"username\": \"admin\",\r\n    \"dynamicattributes\":\"air5\"\r\n}"},"url":"{{url}}/ECM/{{path}}/deleteDynamicAttribute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3ee29348-d2d9-4f82-9d8a-2d21efbcc76f; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 23:01:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"9e194153-d41a-4dae-b757-3506f2790faf"}],"id":"06b4db9d-0a61-4463-9d48-f58d646ef9dc","event":[{"listen":"prerequest","script":{"id":"a7454524-f70c-4465-a22e-92ce0019a143","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3f160cb-1700-471b-aaec-aeaf5f7f2663","type":"text/javascript","exec":[""]}}],"_postman_id":"06b4db9d-0a61-4463-9d48-f58d646ef9dc","description":""},{"name":"Security Systems","item":[{"name":"Create Security System","id":"dfa1d79e-625d-4928-863f-528873127a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys3\",\n\t\"displayName\" : \"sys3Disp\",\n\t\"hostname\":\"https://test.test_test\",\n\t\"port\" : \"1000\",\n\t\"accessAddWorkflow\": \"One_Level_Manager_Approval\",\n\t\"accessRemoveWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"addServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"removeServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test\\\"}\",\n\t\"automatedProvisioning\" : \"true\"\n}\n"},"url":"{{url}}/ECM/{{path}}/createSecuritySystem","description":"<p>This API creates Security System in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>systemname</code>\n<code>displayName</code></p>\n<p>Optional params:</p>\n<p><code>hostname</code>\n<code>port</code>\n<code>accessAddWorkflow</code>\n<code>accessRemoveWorkflow</code>\n<code>addServiceAccountWorkflow</code>\n<code>removeServiceAccountWorkflow</code>\n<code>connectionparameters</code>\n<code>automatedProvisioning</code></p>\n","urlObject":{"path":["ECM","{{path}}","createSecuritySystem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"613f637d-968e-4533-b5fd-a4d2256c1d4f","name":"Create Security System","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys3\",\n\t\"displayName\" : \"sys3Disp\",\n\t\"hostname\":\"https://test.test_test\",\n\t\"port\" : \"1000\",\n\t\"accessAddWorkflow\": \"One_Level_Manager_Approval\",\n\t\"accessRemoveWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"addServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"removeServiceAccountWorkflow\" : \"One_Level_Manager_Approval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test\\\"}\",\n\t\"automatedProvisioning\" : \"true\"\n}\n"},"url":"{{url}}/ECM/{{path}}/createSecuritySystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=677c34fb-3a1c-4e5c-ad5d-a041a4b63a33; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 18:46:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"dfa1d79e-625d-4928-863f-528873127a54"},{"name":"Update Security System","id":"9897008d-f293-4441-9873-f6da5d5554ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"systemname\": \"sys1\",\n    \"displayName\": \"sys1Disp\",\n    \"hostname\": \"https://test_test.test\",\n    \"port\": \"1001\",\n    \"accessAddWorkflow\": \"SampleManagerApproval\",\n    \"accessRemoveWorkflow\": \"SampleManagerApproval\",\n    \"addServiceAccountWorkflow\": \"SampleManagerApproval\",\n    \"removeServiceAccountWorkflow\": \"SampleManagerApproval\",\n    \"connectionparameters\": \"{\\\"conn params\\\":\\\"test1\\\"}\",\n    \"automatedProvisioning\": \"true\",\n    \"connectionname\": \"CN_DDF\",\n    \"provisioningConnection\": \"SAP_HANA\",\n    \"serviceDeskConnection\": \"CN_Saviynt\",\n    \"provisioningcomments\": \"prov comm\",\n    \"action\": \"enable\",\n    \"defaultSystem\": \"true\",\n    \"reconApplication\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/updateSecuritySystem","description":"<p>This API updates Security system in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>systemname</code></p>\n<p>Optional params:</p>\n<p><code>displayName</code>,\n<code>hostname</code>,\n<code>port</code>,\n<code>accessAddWorkflow</code>,\n<code>accessRemoveWorkflow</code>,\n<code>addServiceAccountWorkflow</code>,\n<code>removeServiceAccountWorkflow</code>\n<code>connectionparameters</code>\n<code>automatedProvisioning</code>\n<code>connectionname</code>\n<code>provisioningConnection</code>\n<code>serviceDeskConnection</code>\n<code>provisioningcomments</code>\n<code>action</code> - \"enable\" or \"disable\",\n<code>defaultSystem</code>,\n<code>reconApplication</code></p>\n","urlObject":{"path":["ECM","{{path}}","updateSecuritySystem"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d491e34-d1fa-4075-9a38-eef005ff7398","name":"Update Security System","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"systemname\" : \"sys1\",\n\t\"displayName\" : \"sys1Disp\",\n\t\"hostname\":\"https://test_test.test\",\n\t\"port\" : \"1001\",\n\t\"accessAddWorkflow\": \"SampleManagerApproval\",\n\t\"accessRemoveWorkflow\" : \"SampleManagerApproval\",\n\t\"addServiceAccountWorkflow\" : \"SampleManagerApproval\",\n\t\"removeServiceAccountWorkflow\" : \"SampleManagerApproval\",\n\t\"connectionparameters\" : \"{\\\"conn params\\\":\\\"test1\\\"}\",\n\t\"automatedProvisioning\" : \"true\",\n\t\"connectionname\" : \"CN_DDF\",\n\t\"provisioningConnection\" : \"SAP_HANA\",\n\t\"serviceDeskConnection\" : \"CN_Saviynt\",\n\t\"provisioningcomments\" :\"prov comm\",\n\t\"action\" : \"enable\",\n\t\"defaultSystem\": \"true\",\n\t\"reconApplication\" : \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/updateSecuritySystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=92293297-5e25-49b9-9ef5-f4ca43717451; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 21:44:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"9897008d-f293-4441-9873-f6da5d5554ff"},{"name":"Get List of Security Systems","id":"63fd93f2-cbfd-4c81-abd3-86c0d1d248c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/ECM/{{path}}/getSecuritySystems?max=4","description":"<p>This API returns list of Security Systems in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>systemname</code>,\n<code>max</code>,<code>offset</code>,\n<code>connectionname</code>,\n<code>connectionType</code></p>\n","urlObject":{"path":["ECM","{{path}}","getSecuritySystems"],"host":["{{url}}"],"query":[{"disabled":true,"key":"systemname","value":"System1"},{"key":"max","value":"4"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"connectionname","value":"CN_SERP_ECC_A53"},{"disabled":true,"key":"connectionType","value":"SAP"}],"variable":[]}},"response":[{"id":"0c15a44e-bdaa-4e56-9df4-b87fdf02691b","name":"Get Security Systems","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{url}}/ECM/{{path}}/getSecuritySystems?systemname=System1","host":["{{url}}"],"path":["ECM","{{path}}","getSecuritySystems"],"query":[{"key":"systemname","value":"System1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=abcf5ae8-c240-469f-a8d4-5d2570f772cf; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 Oct 2018 23:52:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"securitySystemDetails\": [\n        {\n            \"accessAddWorkflow\": \"UserGrpWF\",\n            \"defaultSystem\": \"false\",\n            \"endpoints\": \"[System1, Access]\",\n            \"updatedBy\": \"1\",\n            \"automatedProvisioning\": \"true\",\n            \"displayName\": \"System1-DisplayName\",\n            \"systemname\": \"System1\",\n            \"instantprovision\": \"false\",\n            \"accessRemoveWorkflow\": \"SampleManagerApproval\",\n            \"policyRule\": \"BBB\",\n            \"createdBy\": \"1\",\n            \"useopenconnector\": \"false\",\n            \"reconApplication\": \"true\",\n            \"status\": \"enabled\"\n        }\n    ],\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"totalCount\": 1\n}"}],"_postman_id":"63fd93f2-cbfd-4c81-abd3-86c0d1d248c9"}],"id":"9be30526-4f5f-4bc9-aa82-e77f6d9c35a5","_postman_id":"9be30526-4f5f-4bc9-aa82-e77f6d9c35a5","description":""},{"name":"User Groups","item":[{"name":"Create/Update UserGroup","id":"b28bdbb6-29ca-45a5-a970-210ac11f7428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"usergroup\":\"testApi2\",\n\t\"user_groupdescription\":\"desc\",\n\t\"username\":\"admin\",\n\t\"users\":[\n\t\t{\n\t\t\t\"username\":\"dbailey\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"crichards\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement1\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement2\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"owners\" :[\n\t\t{\n\t\t\t\"username\":\"glogan\",\n\t\t\t\"updateType\": \"ADD\",\n\t\t\t\"rank\" : \"2\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"lkrause\",\n\t\t\t\"updateType\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"mchapman\",\n\t\t\t\"updateType\": \"SETRANK\",\n\t\t\t\"rank\":\"2\"\n\t\t}\n\t]\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateUserGroup","description":"<p>This API create or update usergroup in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>usergroup</code>,\n<code>username</code></p>\n<p>Optional params:</p>\n<p><code>user_groupdescription</code>,</p>\n<p><code>users</code> - </p>\n<ol>\n<li><code>username</code> (mandatory),</li>\n<li><code>updateType</code> - ADD/REMOVE (optional),</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>endpoint</code> (mandatory),</li>\n<li><code>entitlement_type</code> (mandatory),</li>\n<li><code>entitlement_value</code> (mandatory),</li>\n<li><code>updateType</code> ADD/REMOVE (optional),</li>\n</ol>\n<p><code>owners</code> -</p>\n<ol>\n<li><code>username</code> (mandatory),</li>\n<li><code>updateType</code> - ADD/REMOVE/SETRANK (optional),</li>\n<li><code>rank</code> (optional)</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createUpdateUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09392de3-f523-429a-9649-981fbcbaef58","name":"Create or Update UserGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"usergroup\":\"testApi2\",\n\t\"user_groupdescription\":\"desc\",\n\t\"username\":\"admin\",\n\t\"users\":[\n\t\t{\n\t\t\t\"username\":\"dbailey\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"crichards\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement1\",\n\t\t\t\"updateType\":\"ADD\"\n\t\t},\n\t\t\t{\n\t\t\t\"endpoint\":\"ADTest\",\n\t\t\t\"entitlement_type\":\"Role\",\n\t\t\t\"entitlement_value\":\"Entitlement2\",\n\t\t\t\"updateType\":\"REMOVE\"\n\t\t}\n\t],\n\t\"owners\" :[\n\t\t{\n\t\t\t\"username\":\"glogan\",\n\t\t\t\"updateType\": \"ADD\",\n\t\t\t\"rank\" : \"2\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"lkrause\",\n\t\t\t\"updateType\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"username\":\"mchapman\",\n\t\t\t\"updateType\": \"SETRANK\",\n\t\t\t\"rank\":\"2\"\n\t\t}\n\t]\n\t\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateUserGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=005745112C2E21363FFADF7701B56ECC; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4a8f9bc0-dd13-4477-b154-f3376bd43692; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 29 Dec 2018 01:42:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"b28bdbb6-29ca-45a5-a970-210ac11f7428"},{"name":"Add/Remove User From UserGroup","id":"b53dbf84-f03c-4c07-bf24-f363dea38b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"bharell","type":"text"},{"key":"user_groupname","value":"TEST USER GROUP","type":"text"},{"key":"actionType","value":"0","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addRemoveUserFromUserGroup","description":"<p>This API is used to add or remove user from a usergroup in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>username</code> - User which needs to be added/ removed,</p>\n<p><code>user_groupname</code> - Group name to be added/removed,</p>\n<p><code>actionType</code> (0/1) - 0:Add and 1:Remove</p>\n","urlObject":{"path":["ECM","{{path}}","addRemoveUserFromUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9930e986-8d0a-40a6-b523-6fdbf7c02f11","name":"Add/Remove User From UserGroup","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 01:24:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a3914d7a-7ab2-4354-9de2-4fb0258322f9; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"53304FE5D119B96D6A3A2406EC29252F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a3914d7a-7ab2-4354-9de2-4fb0258322f9","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"saved successfully\"}"}],"_postman_id":"b53dbf84-f03c-4c07-bf24-f363dea38b23"},{"name":"Delete UserGroup","id":"0bd60743-7592-4a53-824b-9b384ef006a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"smarquez\",\n\t\"usergroup\":\"testApi2\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteUserGroup","description":"<p>This API delete usergroup in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code>,\n<code>usergroup</code></p>\n","urlObject":{"path":["ECM","{{path}}","deleteUserGroup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ea54c911-1f67-48a2-bc2f-b5a431d0a241","name":"Delete UserGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\":\"smarquez\",\n\t\"usergroup\":\"testApi2\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteUserGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4df14cd0-0217-4b9e-8908-99c221e39ede; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 29 Dec 2018 01:43:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"0bd60743-7592-4a53-824b-9b384ef006a8"},{"name":"Get List of UserGroups","id":"1f31d9d1-369e-4627-a6d0-d4d7eb24d4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"usergroupname\" : \"USERAPPROVAL\",\n\t\"usergroupdescription\" : \"USERAPPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchUserGroup","description":"<p>This API returns list of UserGroups in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>usergroupname</code>,\n<code>usergroupdescription</code>,<code>groupid</code>,\n<code>max (default value is 5)</code>,\n<code>offset (default value is 0)</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchUserGroup"],"host":["{{url}}"],"query":[{"disabled":true,"key":"systemname","value":"amigopod"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"connectionname","value":"CN_SERP_ECC_A53"},{"disabled":true,"key":"connectionType","value":"SAP"}],"variable":[]}},"response":[{"id":"2244db53-5ed2-4ada-a96f-f8c953c8b0ad","name":"Get List of UserGroups - FAIL","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"groupid\" : \"100\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/ECM/{{path}}/fetchUserGroup","host":["{{url}}"],"path":["ECM","{{path}}","fetchUserGroup"],"query":[{"key":"systemname","value":"amigopod","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"connectionname","value":"CN_SERP_ECC_A53","disabled":true},{"key":"connectionType","value":"SAP","disabled":true}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dd76fe8b-d8b4-4f34-9f59-e87d073dceb4; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jun 2020 20:52:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"user group not found  with groupid 100\",\n    \"errorcode\": 1\n}"},{"id":"5c385c60-bc0d-4e82-bf84-1efef3c7c5f8","name":"Fetch UserGroups - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"usergroupname\" : \"USERAPPROVAL\",\n\t\"usergroupdescription\" : \"USERAPPROVAL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/ECM/{{path}}/fetchUserGroup","host":["{{url}}"],"path":["ECM","{{path}}","fetchUserGroup"],"query":[{"key":"systemname","value":"amigopod","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"connectionname","value":"CN_SERP_ECC_A53","disabled":true},{"key":"connectionType","value":"SAP","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4a9cee2f-c615-4b93-aed3-9c2d74747ead; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jun 2020 20:44:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"success\",\n    \"totalcount\": 1,\n    \"usergroups\": [\n        {\n            \"entitlements\": [\n                {\n                    \"entitlement_valuekey\": 1,\n                    \"entitlement_value\": \"Report Writer (Report_Writer)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 2,\n                    \"entitlement_value\": \"Job and Position Administrator (Job_and_Position_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 3,\n                    \"entitlement_value\": \"Organization Administrator (Organization_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 4,\n                    \"entitlement_value\": \"Setup Administrator (Setup_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 5,\n                    \"entitlement_value\": \"Compensation Administrator (Compensation_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 6,\n                    \"entitlement_value\": \"Benefits Administrator (Benefits_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 7,\n                    \"entitlement_value\": \"Payroll Interface Administrator (Payroll_Interface_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 8,\n                    \"entitlement_value\": \"Costing Administrator (Costing_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 9,\n                    \"entitlement_value\": \"Training Administrator (Inactive) (Training_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 10,\n                    \"entitlement_value\": \"Talent Administrator (Employee_Review_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 11,\n                    \"entitlement_value\": \"Business Process Administrator (Business_Process_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 12,\n                    \"entitlement_value\": \"Finance Administrator (Finance_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                },\n                {\n                    \"entitlement_valuekey\": 13,\n                    \"entitlement_value\": \"Customer Administrator (Customer_Administrator)\",\n                    \"description\": \"\",\n                    \"displayname\": \"\"\n                }\n            ],\n            \"user_groupdescription\": \"USERAPPROVAL\",\n            \"usergroupkey\": 1,\n            \"groupid\": \"\",\n            \"user_groupname\": \"USERAPPROVAL\",\n            \"risk\": \"\",\n            \"owners\": [],\n            \"users\": [\n                {\n                    \"userkey\": 1,\n                    \"username\": \"admin\",\n                    \"firstname\": \"adminfname\",\n                    \"lastname\": \"adminlname\",\n                    \"city\": \"\",\n                    \"email\": \"\"\n                },\n                {\n                    \"userkey\": 12444,\n                    \"username\": \"lmcneil\",\n                    \"firstname\": \"Logan\",\n                    \"lastname\": \"McNeil\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"lmcneil@workday.net\"\n                },\n                {\n                    \"userkey\": 12445,\n                    \"username\": \"smorgan\",\n                    \"firstname\": \"Steve\",\n                    \"lastname\": \"Morgan\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"smorgan@workday.net\"\n                },\n                {\n                    \"userkey\": 12446,\n                    \"username\": \"Executive Management\",\n                    \"firstname\": \"Oliver\",\n                    \"lastname\": \"Reynolds\",\n                    \"city\": \"San Francisco\",\n                    \"email\": \"oliverr@sav.net\"\n                }\n            ]\n        }\n    ],\n    \"errorcode\": 0\n}"}],"_postman_id":"1f31d9d1-369e-4627-a6d0-d4d7eb24d4fa"}],"id":"5ae3b279-f173-4937-9a9e-4236c6096047","_postman_id":"5ae3b279-f173-4937-9a9e-4236c6096047","description":""},{"name":"Organization","item":[{"name":"Create Organization","id":"267192f8-4074-4af5-a345-6d34b5d5af9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\" : \"orgNameSav\",\n\t\"username\" : \"dbailey\",\n\t\"organizationtype\" :\"GROUPING\",\n\t\"parentorganization\" : \"Synapse_EndUser\",\n\t\"primarycontact\" : \"smarquez\",\n\t\"customproperty1\":\"cp1\",\n\t\"status\": \"ACTIVE\",\n\t\"location\" : \"los angeles\",\n\t\"comments\" : \"hello\",\n\t\"endpoints\":[\n\t\t{\n\t\t\t\"endpointname\":\"Endpoint1\"\n\t\t}\n\t\t],\n\t\"roles\" : [\n\t\t{\n\t\t\t\"rolename\" : \"Fire Fighter\"\n\t\t}\n\t\t],\n\t\"rules\" : [\n\t\t{\n\t\t\t\"name\" : \"Step10 - Test\",\n\t\t\t\"type\" : \"REQUEST\"\n\t\t}\n\t\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_IAM_ADMIN\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint2\"\n\t\t}\n\t\t],\n\t\"users\" : [\n\t\t{\n\t\t\t\"username\" : \"admin\"\n\t\t},\n\t\t{\n\t\t\t\"username\" : \"ahinton\"\n\t\t}\n\t\t]\n}"},"url":"{{url}}/ECM/{{path}}/createOrganization","description":"<p>This API creates an organization in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>organizationname</code>,\n<code>username</code> - user who is creating the organization</p>\n<p>Optional params:</p>\n<p>Organization Detail attributes can be passed like <code>parentorganization</code>, <code>primarycontact</code>, <code>customproperty&lt;1 to 20&gt;</code>, <code>status</code> etc.</p>\n<p><code>organizationtype</code> - Type of Organization. Possible values: DATA SECURITY / GROUPING / REQUEST RULES</p>\n<p><code>endpoints</code> - List of endpoints with params - </p>\n<ol>\n<li><code>endpointname</code></li>\n</ol>\n<p><code>roles</code> - List of roles with params - </p>\n<ol>\n<li><code>rolename</code></li>\n</ol>\n<p><code>rules</code> - List of rules with params - </p>\n<ol>\n<li><code>name</code></li>\n<li><code>type</code> -  BUISNESS / TECH / USERUPDATE / NEWUSER / REMOVEUSER / UPDATE_ENTITLEMENT / NEW_ENTITLEMENT / REMOVE_ENTITLEMENT/REQUEST</li>\n</ol>\n<p><code>entitlements</code> - List of entitlements with params - </p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>endpoint</code></li>\n</ol>\n<p><code>users</code> - List of users with params - </p>\n<ol>\n<li><code>username</code></li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"10c4e513-0095-4981-b97a-5257bb83bd09","name":"createOrganization","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\" : \"orgNameSav\",\n\t\"username\" : \"dbailey\",\n\t\"organizationtype\" :\"GROUPING\",\n\t\"parentorganization\" : \"Synapse_EndUser\",\n\t\"primarycontact\" : \"smarquez\",\n\t\"customproperty1\":\"cp1\",\n\t\"status\": \"ACTIVE\",\n\t\"location\" : \"los angeles\",\n\t\"comments\" : \"hello\",\n\t\"endpoints\":[\n\t\t{\n\t\t\t\"endpointname\":\"Endpoint1\"\n\t\t}\n\t\t],\n\t\"roles\" : [\n\t\t{\n\t\t\t\"rolename\" : \"Fire Fighter\"\n\t\t}\n\t\t],\n\t\"rules\" : [\n\t\t{\n\t\t\t\"name\" : \"Step10 - Test\",\n\t\t\t\"type\" : \"REQUEST\"\n\t\t}\n\t\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_IAM_ADMIN\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint2\"\n\t\t}\n\t\t],\n\t\"users\" : [\n\t\t{\n\t\t\t\"username\" : \"admin\"\n\t\t},\n\t\t{\n\t\t\t\"username\" : \"ahinton\"\n\t\t}\n\t\t]\n}"},"url":"{{url}}/ECM/{{path}}/createOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb7c12f7-9d08-472d-830b-dfae43f39da3; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 17:43:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"267192f8-4074-4af5-a345-6d34b5d5af9c"},{"name":"Update Organization","id":"710bf4bd-f302-4c5a-b99d-de445bee9e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\" : \"orgNameW1\",\n\t\"username\" : \"acook\",\n\t\"description\" : \"desc\",\n\t\"primarycontact\" : \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"customproperty5\" : \"cp5\",\n\t\"organizationtype\" :\"request rules\",\n\t\"parentorganization\" :\"LegacyUser\",\n\t\"endpoints\":[\n\t\t{\n\t\t\t\"endpointname\":\"Endpoint1\",\n\t\t\t\"updatetype\": \"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\" :\"Endpoint2\",\n\t\t\t\"updatetype\":\"REMOVE\"\n\t\t}\n\t\t],\n\t\"roles\" : [\n\t\t{\n\t\t\t\"rolename\" : \"Fire Fighter\"\n\t\t},\n\t\t{\n\t\t\t\"rolename\" : \"Mortgage Manager\",\n\t\t\t\"updatetype\" :\"REMOVE\"\n\t\t}\n\t\t],\n\t\"rules\" : [\n\t\t{\n\t\t\t\"name\" : \"Step10 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"name\" : \"Step5 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"\"\n\t\t},\n\t\t{\n\t\t\t\"name\" : \"Step2 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"ADD\"\n\t\t}\n\t\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_TEST_ADMIN\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint7\"\n\t\t},\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_VIEWER\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint7\",\n\t\t\t\"updatetype\" : \"REMOVE\"\n\t\t}\n\t\t],\n\t\"users\" : [\n\t\t{\n\t\t\t\"username\" : \"tbowers\",\n\t\t\t\"updatetype\" : \"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\" : \"mchapman\",\n\t\t\t\"updatetype\" : \"REMOVE\"\n\t\t}\n\t\t]\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganization","description":"<p>This API updates an organization in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>organizationname</code>,\n<code>username</code> - user who is updating the organization</p>\n<p>Optional params:</p>\n<p>Organization Detail attributes can be passed like <code>organizationtype</code>, <code>parentorganization</code>, <code>primarycontact</code>, <code>customproperty&lt;1 to 20&gt;</code> etc.</p>\n<p><em><strong>Note</strong></em>: organization status update is not allowed.</p>\n<p><code>endpoints</code> - List of endpoints with params - </p>\n<ol>\n<li><code>endpointname</code></li>\n<li><code>updatetype</code> - ADD/REMOVE</li>\n</ol>\n<p><code>roles</code> - List of roles with params - </p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>updatetype</code> - ADD/REMOVE</li>\n</ol>\n<p><code>rules</code> - List of rules with params - </p>\n<ol>\n<li><code>name</code></li>\n<li><code>type</code> -  BUISNESS/TECH/USERUPDATE/NEWUSER/REMOVEUSER/UPDATE_ENTITLEMENT/NEW_ENTITLEMENT/REMOVE_ENTITLEMENT/REQUEST </li>\n<li><code>updatetype</code> - ADD/REMOVE</li>\n</ol>\n<p><code>entitlements</code> - List of entitlements with params - </p>\n<ol>\n<li><code>entitlementvalue</code></li>\n<li><code>entitlementtype</code> </li>\n<li><code>endpoint</code> </li>\n<li><code>updatetype</code> - ADD/REMOVE</li>\n</ol>\n<p><code>users</code> - List of users with params - </p>\n<ol>\n<li><code>username</code> </li>\n<li><code>updatetype</code> - ADD/REMOVE</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","updateOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c913e897-93ae-4626-8c26-bedac5efd8c1","name":"updateOrganization","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationname\" : \"orgNameW1\",\n\t\"username\" : \"acook\",\n\t\"description\" : \"desc\",\n\t\"primarycontact\" : \"awsadmin\",\n\t\"comments\": \"comment\",\n\t\"customproperty5\" : \"cp5\",\n\t\"organizationtype\" :\"request rules\",\n\t\"parentorganization\" :\"LegacyUser\",\n\t\"endpoints\":[\n\t\t{\n\t\t\t\"endpointname\":\"Endpoint1\",\n\t\t\t\"updatetype\": \"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"endpointname\" :\"Endpoint2\",\n\t\t\t\"updatetype\":\"REMOVE\"\n\t\t}\n\t\t],\n\t\"roles\" : [\n\t\t{\n\t\t\t\"rolename\" : \"Fire Fighter\"\n\t\t},\n\t\t{\n\t\t\t\"rolename\" : \"Mortgage Manager\",\n\t\t\t\"updatetype\" :\"REMOVE\"\n\t\t}\n\t\t],\n\t\"rules\" : [\n\t\t{\n\t\t\t\"name\" : \"Step10 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"REMOVE\"\n\t\t},\n\t\t{\n\t\t\t\"name\" : \"Step5 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"\"\n\t\t},\n\t\t{\n\t\t\t\"name\" : \"Step2 - Test\",\n\t\t\t\"type\" : \"REQUEST\",\n\t\t\t\"updatetype\": \"ADD\"\n\t\t}\n\t\t],\n\t\"entitlements\":[\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_TEST_ADMIN\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint7\"\n\t\t},\n\t\t{\n\t\t\t\"entitlementvalue\":\"ROLE_VIEWER\",\n\t\t\t\"entitlementtype\":\"Role\",\n\t\t\t\"endpoint\":\"Endpoint7\",\n\t\t\t\"updatetype\" : \"REMOVE\"\n\t\t}\n\t\t],\n\t\"users\" : [\n\t\t{\n\t\t\t\"username\" : \"tbowers\",\n\t\t\t\"updatetype\" : \"ADD\"\n\t\t},\n\t\t{\n\t\t\t\"username\" : \"mchapman\",\n\t\t\t\"updatetype\" : \"REMOVE\"\n\t\t}\n\t\t]\n}"},"url":"{{url}}/ECM/{{path}}/updateOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f693b2f1-27ff-47ba-bb70-8eb26ca3786d; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 18:02:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"710bf4bd-f302-4c5a-b99d-de445bee9e0a"},{"name":"Get Organization","id":"280ddab4-1b1f-4748-b342-d980321d8cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"max\": \"2\",\n\t\"offset\": \"0\",\n\t\"filterCriteria\": {\n\t\t\"organizationname\": \"testorg\",\n\t\t\"organizationtype\": \"Data Security\",\n\t\t\"status\": \"ACTIVE\",\n\t\t\"parentorganization\": \"orgNameSav\",\n\t\t\"customproperty17\": \"Compliance\",\n\t\t\"primarycontact\": \"lmcneil\",\n\t\t\"location\": \"Bangalore\",\n\t\t\"description\" : \"testorg\",\n\t\t\"risk\": \"0\",\n\t\t\"score\": \"0\",\n\t\t\"updateuser\": \"admin\",\n\t\t\"createuser\": \"admin\"\n\t}\n}"},"url":"{{url}}/ECM/{{path}}/getOrganization","description":"<p>This API returns a list of organizations in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>organizationname</code>,\n<code>max</code>, <code>offset</code></p>\n<p><code>filtercriteria</code> - organizationname,organizationtype(possible values -  Data Security, Request Rules, Grouping, 1, 2, 3),status(\"ACTIVE\"/\"INACTIVE\"),updateuser(username),createuser(username),parentorganization,customproperty&lt;1-20&gt;,description,primarycontact(username),vendormanager(username),location,risk,score</p>\n","urlObject":{"path":["ECM","{{path}}","getOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2364f4b2-74f4-4f7d-981f-96240cb07a2a","name":"Get Organization","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"max\": \"2\",\n\t\"offset\": \"0\",\n\t\"filterCriteria\": {\n\t\t\"organizationname\": \"testorg\",\n\t\t\"organizationtype\": \"Data Security\",\n\t\t\"status\": \"ACTIVE\",\n\t\t\"parentorganization\": \"orgNameSav\",\n\t\t\"customproperty17\": \"Compliance\",\n\t\t\"primarycontact\": \"lmcneil\",\n\t\t\"location\": \"Bangalore\",\n\t\t\"description\" : \"testorg\",\n\t\t\"risk\": \"0\",\n\t\t\"score\": \"0\",\n\t\t\"updateuser\": \"admin\",\n\t\t\"createuser\": \"admin\"\n\t}\n}"},"url":"{{url}}/ECM/{{path}}/getOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 20:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 1,\n    \"msg\": \"Success\",\n    \"totalcount\": 1,\n    \"organizations\": [\n        {\n            \"entitlements\": [],\n            \"endpoints\": [],\n            \"organizationtype\": \"Data Security\",\n            \"roles\": [],\n            \"primaryvendorcontact\": \"lmcneil\",\n            \"createdate\": \"2019-08-20 18:31:38\",\n            \"customproperty17\": \"Compliance\",\n            \"description\": \"testorg\",\n            \"rules\": [],\n            \"createuser\": \"admin\",\n            \"users\": [],\n            \"score\": \"0\",\n            \"updatedate\": \"2020-07-23 20:19:59\",\n            \"organizationname\": \"testorg\",\n            \"location\": \"Bangalore\",\n            \"risk\": \"0\",\n            \"parentorganization\": \"orgNameSav\",\n            \"status\": \"Active\",\n            \"updateuser\": \"admin\"\n        }\n    ],\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"280ddab4-1b1f-4748-b342-d980321d8cef"},{"name":"Delete Organization","id":"a07851b8-f40c-4140-9022-43ae7eb10c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"admin\",\n\t\"organizationname\": \"testorg1\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteOrganization","description":"<p>This API deletes organization in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>organizationname</code>,\n<code>username</code></p>\n","urlObject":{"path":["ECM","{{path}}","deleteOrganization"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5fca2f59-dc69-42ca-9c99-469ede35ae34","name":"Delete Organization","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"admin\",\n\t\"organizationname\": \"testorg1\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteOrganization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 19:37:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"a07851b8-f40c-4140-9022-43ae7eb10c19"}],"id":"7ef85c3d-c20b-43bd-b46f-aad7947070f2","_postman_id":"7ef85c3d-c20b-43bd-b46f-aad7947070f2","description":""},{"name":"Connections","item":[{"name":"Get List of Connections","id":"b814baa8-cae5-47c9-a9f8-bdf509b43426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"connectionname","value":"AD Test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnections","description":"<p>This API returns list of Connections in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>max</code>,<code>offset</code>,\n<code>connectiontype</code>,\n<code>connectionname</code></p>\n","urlObject":{"path":["ECM","{{path}}","getConnections"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f19d797-d038-4053-a807-954d14c2bf44","name":"Get Connections","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"AD","type":"text"},{"key":"connectionname","value":"AD Test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/getConnections","description":"This API returns list of Connections in SSM. \r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`.\r\n\r\nOptional params:\r\n`max`,`offset`,\r\n`connectiontype`,\r\n`connectionname`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 00:27:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ea1c1da4-ed84-4efb-821d-bb31d05a0efb; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ea1c1da4-ed84-4efb-821d-bb31d05a0efb","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"ConnectionList\":[{\"CONNECTIONNAME\":\"AD Test\",\"CONNECTIONTYPE\":\"AD\",\"CONNECTIONDESCRIPTION\":\"\",\"STATUS\":1,\"CREATEDBY\":\"admin(     ADMIN)\",\"CREATEDON\":\"2017-03-23T00:48:28Z\",\"UPDATEDBY\":\"admin(ADMIN   ADMIN)\",\"UPDATEDON\":\"2017-08-18T04:18:19Z\"}],\"errorCode\":\"0\"}"}],"_postman_id":"b814baa8-cae5-47c9-a9f8-bdf509b43426"},{"name":"Get Connections Details","id":"03ab36a6-fc02-4812-b9e4-2ac2bf0ddc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionkey","type":"text","value":"120"},{"key":"connectionname","type":"text","value":"Workday"}]},"url":"{{url}}/ECM/{{path}}/getConnectionDetails","description":"<p>This API returns connection details in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>connectiontype</code> or <code>connectionname</code>(if both are passed then connectionkey will be considered)</p>\n","urlObject":{"path":["ECM","{{path}}","getConnectionDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2fc2d846-1d7f-4680-b95f-e5b9d3da2c37","name":"Get Connections Details - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectionkey","type":"text","value":"120"},{"key":"connectionname","type":"text","value":"Workday"}]},"url":"{{url}}/ECM/{{path}}/getConnectionDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=17fcc497-2c98-45ca-bbe1-437de13f1ad3; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 01:23:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"emailtemplate\": \"\",\n    \"updatedby\": \"admin(adminfname adminlname)\",\n    \"connectionname\": \"Workday\",\n    \"connectionkey\": 120,\n    \"description\": \"Workday\",\n    \"connectionattributes\": {\n        \"RESPONSEPATH_PAGERESULTS\": \"\",\n        \"CHANGEPASSJSON\": null,\n        \"PASSWORD_MIN_LENGTH\": \"\",\n        \"CONNECTIONJSON\": \"{\\r\\n\\t\\\"authentications\\\": {\\r\\n\\t\\t\\\"login\\\": {\\r\\n\\t\\t\\t\\\"authType\\\": \\\"basic\\\",\\r\\n\\t\\t\\t\\\"properties\\\": {\\r\\n\\t\\t\\t\\t\\\"SOAP_ENDPOINT\\\": \\\"https://wd2-impl-services1.workday.com/ccx/service/saviynt_pt1/Human_Resources/34.0\\\",\\r\\n\\t\\t\\t\\t\\\"USERNAME\\\": \\\"ISU001@saviynt_pt1\\\",\\r\\n\\t\\t\\t\\t\\\"PASSWORD\\\": \\\"S@v1ynt@321\\\",\\r\\n\\t\\t\\t\\t\\\"PASSWORD_TYPE\\\": \\\"PasswordText\\\",\\r\\n\\t\\t\\t\\t\\\"REQUESTPARAMS\\\": {\\r\\n\\t\\t\\t\\t\\t\\\"CONTENT-TYPE\\\": \\\"text/xml;charset=UTF-8\\\",\\r\\n\\t\\t\\t\\t\\t\\\"Connection\\\": \\\"Keep-Alive\\\",\\r\\n\\t\\t\\t\\t\\t\\\"Keep-Alive\\\": \\\"timeout=600, max=1000\\\"\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t}\\r\\n}\",\n        \"CREATEACCOUNTJSON\": \"\",\n        \"ACCOUNTS_IMPORT_JSON\": \"\",\n        \"DISABLEACCOUNTJSON\": \"\",\n        \"UPDATEUSERJSON\": \"\",\n        \"REVOKEACCESSJSON\": \"\",\n        \"PASSWORD_NOOFSPLCHARS\": \"\",\n        \"RESPONSEPATH_USERLIST\": \"\",\n        \"DELETEACCOUNTJSON\": \"\",\n        \"USERNAME\": \"ISU001@saviynt_pt1\",\n        \"DATEFORMAT\": \"\",\n        \"HR_IMPORT_JSON\": \"{\\r\\n  \\\"REQUESTXML1\\\": \\\"<soapenv:Envelope xmlns:bsvc=\\\\\\\"urn:com.workday/bsvc\\\\\\\" xmlns:soapenv=\\\\\\\"http://schemas.xmlsoap.org/soap/envelope/\\\\\\\"><soapenv:Header><wsse:Security soapenv:mustUnderstand=\\\\\\\"1\\\\\\\" xmlns:wsse=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\\\\\\\" xmlns:wsu=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\\\\\\\"><wsse:UsernameToken wsu:Id=\\\\\\\"UsernameToken-AF7DBE0D8832CC288F150119366041544\\\\\\\"><wsse:Username>${USERNAME}</wsse:Username><wsse:Password Type=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText\\\\\\\">${PASSWORD}</wsse:Password><wsse:Nonce EncodingType=\\\\\\\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary\\\\\\\">hVovDsRjkofd3OphNZ83kg==</wsse:Nonce><wsu:Created>2017-07-27T22:14:20.415Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header><soapenv:Body><bsvc:Get_Workers_Request bsvc:version=\\\\\\\"v33.1\\\\\\\"><bsvc:Request_Criteria><bsvc:Exclude_Inactive_Workers>false</bsvc:Exclude_Inactive_Workers><bsvc:Exclude_Employees>false</bsvc:Exclude_Employees><bsvc:Exclude_Contingent_Workers>false</bsvc:Exclude_Contingent_Workers></bsvc:Request_Criteria><bsvc:Response_Filter><bsvc:Page>${PAGE_NUMBER}</bsvc:Page><bsvc:Count>${PAGE_SIZE}</bsvc:Count></bsvc:Response_Filter><bsvc:Response_Group><bsvc:Include_Reference>false</bsvc:Include_Reference><bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information><bsvc:Include_Additional_Jobs>false</bsvc:Include_Additional_Jobs><bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information><bsvc:Include_Compensation>false</bsvc:Include_Compensation><bsvc:Include_Organizations>true</bsvc:Include_Organizations><bsvc:Exclude_Organization_Support_Role_Data>true</bsvc:Exclude_Organization_Support_Role_Data><bsvc:Exclude_Location_Hierarchies>true</bsvc:Exclude_Location_Hierarchies><bsvc:Exclude_Cost_Centers>false</bsvc:Exclude_Cost_Centers><bsvc:Exclude_Cost_Center_Hierarchies>true</bsvc:Exclude_Cost_Center_Hierarchies><bsvc:Exclude_Companies>true</bsvc:Exclude_Companies><bsvc:Exclude_Company_Hierarchies>true</bsvc:Exclude_Company_Hierarchies><bsvc:Exclude_Matrix_Organizations>true</bsvc:Exclude_Matrix_Organizations><bsvc:Exclude_Pay_Groups>true</bsvc:Exclude_Pay_Groups><bsvc:Exclude_Regions>true</bsvc:Exclude_Regions><bsvc:Exclude_Region_Hierarchies>true</bsvc:Exclude_Region_Hierarchies><bsvc:Exclude_Supervisory_Organizations>true</bsvc:Exclude_Supervisory_Organizations><bsvc:Exclude_Teams>true</bsvc:Exclude_Teams><bsvc:Exclude_Custom_Organizations>true</bsvc:Exclude_Custom_Organizations><bsvc:Include_Roles>true</bsvc:Include_Roles><bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data><bsvc:Include_Multiple_Managers_in_Management_Chain_Data>false</bsvc:Include_Multiple_Managers_in_Management_Chain_Data><bsvc:Include_Benefit_Enrollments>false</bsvc:Include_Benefit_Enrollments><bsvc:Include_Benefit_Eligibility>false</bsvc:Include_Benefit_Eligibility><bsvc:Include_Related_Persons>false</bsvc:Include_Related_Persons><bsvc:Include_Qualifications>false</bsvc:Include_Qualifications><bsvc:Include_Employee_Review>false</bsvc:Include_Employee_Review><bsvc:Include_Goals>false</bsvc:Include_Goals><bsvc:Include_Development_Items>false</bsvc:Include_Development_Items><bsvc:Include_Skills>false</bsvc:Include_Skills><bsvc:Include_Photo>false</bsvc:Include_Photo><bsvc:Include_Worker_Documents>false</bsvc:Include_Worker_Documents><bsvc:Include_Transaction_Log_Data>false</bsvc:Include_Transaction_Log_Data><bsvc:Include_Subevents_for_Corrected_Transaction>false</bsvc:Include_Subevents_for_Corrected_Transaction><bsvc:Include_Subevents_for_Rescinded_Transaction>false</bsvc:Include_Subevents_for_Rescinded_Transaction><bsvc:Include_Succession_Profile>false</bsvc:Include_Succession_Profile><bsvc:Include_Talent_Assessment>false</bsvc:Include_Talent_Assessment><bsvc:Include_Employee_Contract_Data>true</bsvc:Include_Employee_Contract_Data><bsvc:Include_Collective_Agreement_Data>false</bsvc:Include_Collective_Agreement_Data><bsvc:Include_Probation_Period_Data>false</bsvc:Include_Probation_Period_Data><bsvc:Include_Feedback_Received>false</bsvc:Include_Feedback_Received><bsvc:Include_User_Account>false</bsvc:Include_User_Account><bsvc:Include_Career>false</bsvc:Include_Career><bsvc:Include_Account_Provisioning>false</bsvc:Include_Account_Provisioning><bsvc:Include_Background_Check_Data>false</bsvc:Include_Background_Check_Data><bsvc:Include_Contingent_Worker_Tax_Authority_Form_Information>false</bsvc:Include_Contingent_Worker_Tax_Authority_Form_Information><bsvc:Exclude_Funds>true</bsvc:Exclude_Funds><bsvc:Exclude_Fund_Hierarchies>true</bsvc:Exclude_Fund_Hierarchies><bsvc:Exclude_Grants>true</bsvc:Exclude_Grants><bsvc:Exclude_Grant_Hierarchies>true</bsvc:Exclude_Grant_Hierarchies><bsvc:Exclude_Business_Units>true</bsvc:Exclude_Business_Units><bsvc:Exclude_Business_Unit_Hierarchies>true</bsvc:Exclude_Business_Unit_Hierarchies><bsvc:Exclude_Programs>true</bsvc:Exclude_Programs><bsvc:Exclude_Program_Hierarchies>true</bsvc:Exclude_Program_Hierarchies><bsvc:Exclude_Gifts>true</bsvc:Exclude_Gifts><bsvc:Exclude_Gift_Hierarchies>true</bsvc:Exclude_Gift_Hierarchies></bsvc:Response_Group></bsvc:Get_Workers_Request></soapenv:Body></soapenv:Envelope>\\\",\\r\\n  \\\"USERMAPPING1\\\": \\\"CITY:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Municipality,COMPANYNAME:Worker_Data.Employment_Data.Worker_Job_Data.Position_Organizations_Data.Position_Organization_Data.Organization_Data.Organization_Name,COSTCENTER:Worker_Data.Employment_Data.Worker_Job_Data.Position_Organizations_Data.Position_Organization_Data.Organization_Data.Organization_Code,COUNTRY:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Address_Data.Country_Reference.ID(@type=='ISO_3166-1_Alpha-3_Code'),CUSTOMPROPERTY16:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Family_Reference.ID(@type=='Job_Family_ID'),CUSTOMPROPERTY18:Worker_Data.Personal_Data.Name_Data.Preferred_Name_Data.Name_Detail_Data.Last_Name,CUSTOMPROPERTY20:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Pay_Rate_Type_Reference.ID(@type=='Pay_Rate_Type_ID'),CUSTOMPROPERTY21:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Name,CUSTOMPROPERTY22:Worker_Data.User_ID,EMAIL:Worker_Data.Personal_Data.Contact_Data.Email_Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Email_Address,EMPLOYEEID:Worker_Data.Worker_ID,FIRSTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.First_Name,JOBCODE:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Profile_Reference.ID(@type=='Job_Profile_ID'),JOBCODEDESC:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Job_Profile_Summary_Data.Job_Profile_Name,LASTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.Last_Name,LOCATION:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Reference.ID(@type=='Location_ID'),CUSTOMPROPERTY30:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Reference.ID(@type=='Location_ID'),LOCATIONDESC:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Site_Summary_Data.Location_Type_Reference.ID(@type=='Location_Type_ID'), MIDDLENAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.Middle_Name,PHONENUMBER:Worker_Data.Personal_Data.Contact_Data.Phone_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').@Formatted_Phone,PREFEREDFIRSTNAME:Worker_Data.Personal_Data.Name_Data.Preferred_Name_Data.Name_Detail_Data.First_Name,REGIONCODE:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Postal_Code,STARTDATE:Worker_Data.Employment_Data.Worker_Status_Data.Hire_Date,STATE:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Country_Region_Descriptor,STATUSKEY:Worker_Data.Employment_Data.Worker_Status_Data.Active,STREET:Worker_Data.Personal_Data.Contact_Data.Address_Data(Usage_Data->Type_Data->Type_Reference->ID=='WORK').Address_Line_Data(@Type=='ADDRESS_LINE_1'),TITLE:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Business_Title,USERNAME:Worker_Data.Worker_ID,OWNER:Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Manager_as_of_last_detected_manager_change_Reference.ID(@type=='Employee_ID')\\\",\\r\\n  \\\"PREFIX1\\\": \\\"wd\\\",\\r\\n  \\\"RESPONSETOTALRESULTS1\\\": \\\"Body.Get_Workers_Response.Response_Results.Total_Results\\\",\\r\\n  \\\"RESPONSEPAGERESULTS1\\\": \\\"Body.Get_Workers_Response.Response_Results.Page_Results\\\",\\r\\n  \\\"RESPONSEDATAPATH1\\\": \\\"Body.Get_Workers_Response.Response_Data.Worker\\\"\\r\\n}\",\n        \"PASSWORD_NOOFCAPSALPHA\": \"\",\n        \"PASSWORD_NOOFDIGITS\": \"\",\n        \"SOAP_ENDPOINT\": \"https://wd2-impl-services1.workday.com/ccx/service/saviynt_pt1/Human_Resources/34.0\",\n        \"RESPONSEPATH_TOTALRESULTS\": \"\",\n        \"COMBINEDCREATEREQUEST\": \"\",\n        \"PASSWORD\": \"y//A5/5dsRuThK42K5e8rA==\",\n        \"DATA_TO_IMPORT\": \"\",\n        \"PASSWORD_TYPE\": \"PasswordText\",\n        \"ENABLEACCOUNTJSON\": \"\",\n        \"PAGE_SIZE\": \"\",\n        \"PASSWORD_MAX_LENGTH\": \"\",\n        \"UPDATEACCOUNTJSON\": \"\",\n        \"GRANTACCESSJSON\": \"\"\n    },\n    \"createdon\": \"2020-03-12T11:49:15Z\",\n    \"defaultsavroles\": \"\",\n    \"createdby\": \"admin(null null)\",\n    \"connectiontype\": \"Workday-SOAP\",\n    \"errorcode\": 0,\n    \"status\": 1\n}"}],"_postman_id":"03ab36a6-fc02-4812-b9e4-2ac2bf0ddc08"}],"id":"74c8a339-0c0d-45e3-bf5e-9bafe8b360f1","_postman_id":"74c8a339-0c0d-45e3-bf5e-9bafe8b360f1","description":""}],"id":"888f960a-5674-4177-9799-4dda567bbc7c","_postman_id":"888f960a-5674-4177-9799-4dda567bbc7c","description":""},{"name":"3.0 Analytics","item":[{"name":"Fetch List of Analytics","id":"6d99e155-d44a-4338-8155-8ec4254b4d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"application","value":"System1","type":"text"},{"key":"category","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchControlList","description":"<p>This operation fetches a list of Analytic Controls by <code>Category</code> or <code>Application</code> (\"EndpointName\"). </p>\n<p>Optional params:\n<code>application</code>,\n<code>category</code>,\n<code>max</code>,\n<code>offset</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchControlList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9169c6ca-9481-4b46-823e-3fc380cdfa88","name":"Fetch Control List","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:55:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=afec35e6-c751-41ba-9a31-835c8d692589; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"afec35e6-c751-41ba-9a31-835c8d692589","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Success\",\"controls\":[{\"analyticsId\":45,\"application\":\"System1\",\"analyticsName\":\"Test 1\",\"controlid\":null,\"category\":\"Certification\",\"description\":\"\",\"lastRun\":\"05-01-2017 21:10:03\",\"risk\":\"High\",\"recommendations\":\"\",\"conflictCount\":14}],\"errorCode\":\"0\"}"}],"_postman_id":"6d99e155-d44a-4338-8155-8ec4254b4d44"},{"name":"Fetch Analytics Details","id":"aafb6dc3-6f26-4096-a2fc-9d60f0a5b1e7","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"controlId","type":"text","value":"2"}]},"url":"{{url}}/ECM/{{path}}/fetchControlDetails","description":"<p>This web service API is used to fetch the details of analytics controls.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>controlId</code> - this is the ANALYTICSKEY</p>\n<p>Optional params:\n<code>max</code>, <code>offset</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchControlDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc437040-92c2-439e-960a-b94a1c9aad10","name":"Fetch Control Details","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 21:52:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4e247b2e-285e-4d3a-82bb-c2c32fbb212a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"403BE1DC9B78FD001E8805979962820B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4e247b2e-285e-4d3a-82bb-c2c32fbb212a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\",\n    \"controlDetails\": [{\"NAME\":\"0002570\",\"STATUS\":\"active\"}]\n}"}],"_postman_id":"aafb6dc3-6f26-4096-a2fc-9d60f0a5b1e7"},{"name":"Run Analytics Controls","id":"9d61e781-6755-4716-ac5a-f3ece8cfe133","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"},{"key":"analyticsCategories","value":"###ALL###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"<p>This API is used to run analytics job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: \n<code>jobgroup</code>,\n<code>jobname</code>,\n<code>analyticsCategories</code> (start and end with ###)</p>\n<p>Optional params:\n<code>analyticsApplications</code>\n<code>analyticssubcategories</code> (start and end with ###)</p>\n","urlObject":{"path":["ECM","{{path}}","runAnalyticsControls"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3d37273-5c91-4d39-8171-26c29115d1f2","name":"Run Analytics Controls with analyticssubcategories","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","type":"text","value":"Analytics"},{"key":"jobname","type":"text","value":"AnalyticsJob"},{"key":"analyticsCategories","type":"text","value":"###Usage###"},{"key":"analyticssubcategories","value":"###testsub###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5429c7bf-ad0f-468f-8adc-c708185c1cef; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 01:50:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Job started successfully\",\n    \"errorCode\": \"0\"\n}"},{"id":"cee893f3-5398-4813-9cb4-4aaa7b6a3886","name":"Run Analytics Controls","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"},{"key":"analyticsCategories","value":"###ALL###","type":"text"}]},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"This API is used to run analytics job.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n`jobgroup`,\n`jobname`,\n`analyticsCategories` (start and end with ###)\n\nOptional params:\n`analyticsApplications`\n`analyticssubcategories` (start and end with ###)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 21:07:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=88dab793-6da9-4340-8f3a-8a06928e545b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"88dab793-6da9-4340-8f3a-8a06928e545b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Job started successfully\",\"errorCode\":\"0\"}"}],"_postman_id":"9d61e781-6755-4716-ac5a-f3ece8cfe133"},{"name":"Fetch Runtime Controls Data","id":"40ca8455-ba53-4c04-87f7-146ada77243a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"analyticsid\": \"82\",\n    \"max\": \"10\",\n    \"offset\": \"0\",\n    \"loggedinuser\": \"admin\",\n    \"attributes\": {\n        \"manager\": \"4\",\n        \"username\": \"johndoe\"\n    }\n}"},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsData","description":"<p>This API is used to fetch runtime analytics data from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: \n<code>analyticsid</code> <em><strong>OR</strong></em> <code>analyticsname</code>,\n<code>attributes</code> - runtime control params. \nSample : For this query - select * from users where manager = ${manager} and username = ${username}\n\"attributes\":{\n    \"manager\":\"4\",\n    \"username\":\"johndoe\"\n}</p>\n<p>Optional params:\n<code>max</code>,\n<code>offset</code>,\n<code>loggedinuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchRuntimeControlsData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8aa92c42-3acb-4f35-b70f-54fd1d2edcca","name":"Fetch Runtime Controls Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"analyticsid\": \"82\",\n    \"max\": \"10\",\n    \"offset\": \"0\",\n    \"loggedinuser\": \"admin\",\n    \"attributes\": {\n        \"manager\": \"4\",\n        \"username\": \"johndoe\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchRuntimeControlsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d14c2c8d-a9e4-4e9d-b742-fb816b21f8c5; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Jan 2020 23:09:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"FIRSTNAME\": \"John\",\n            \"USERNAME\": \"johndoe\"\n        }\n    ],\n    \"msg\": \"Success\",\n    \"displaycount\": 1,\n    \"total\": 1,\n    \"errorCode\": 0\n}"}],"_postman_id":"40ca8455-ba53-4c04-87f7-146ada77243a"},{"name":"Fetch List of Analytics ES","id":"d84b1a09-2b49-48cf-8ef6-2e9e735e8ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchcriteria\":{\"analyticsid\": \"9\",\"risk\": \"Medium\",\"category\": \"Usage\",\"status\": \"Active\",\"analyticsname\":\"testESQuery\",\"owner\":\"awsadmin\",\"usergroup\":\"BusinessOwner\",\"tags\":\"Tagname\",\"description\":\"desc\",\"recommendations\":\"comm\"},\r\n\t\"max\":\"1\",\r\n\t\"offset\":\"0\",\r\n\t\"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlListES","description":"<p>This method fetches a list of Analytic Controls in Elastic. </p>\n<p>Optional params:</p>\n<p><code>searchcriteria</code>: analytics params to search. Example: {\"analyticsid\": \"9\",\"risk\": \"Medium\",\"category\": \"Usage\",\"status\": \"Active\",\"analyticsname\":\"testESQuery\",\"owner\":\"awsadmin\",\"usergroup\":\"MTSTrade_Approver_BusinessOwner\",\"tags\":\"Tagname\",\"description\":\"desc\",\"recommendations\":\"comm\"},</p>\n<p><code>max</code>, <code>offset</code></p>\n<p><code>loggedinuser</code></p>\n<p><em><strong>Note</strong></em>: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchControlListES"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2c51db22-5e37-4019-b2b4-a345deff9a7d","name":"Fetch List of Analytics ES","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchcriteria\":{\"analyticsid\": \"9\",\"risk\": \"Medium\",\"category\": \"Usage\",\"status\": \"Active\",\"analyticsname\":\"testESQuery\",\"owner\":\"awsadmin\",\"usergroup\":\"BusinessOwner\",\"tags\":\"Tagname\",\"description\":\"desc\",\"recommendations\":\"comm\"},\r\n\t\"max\":\"1\",\r\n\t\"offset\":\"0\",\r\n\t\"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlListES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6f80592f-eccf-4b7a-abcc-9fb8e46ab202; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:06:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"analyticsEsIndexType\": \"analytics\",\n            \"enableArchival\": \"true\",\n            \"emailTemplate\": \"Actionable Email\",\n            \"analyticsName\": \"testESQuery1\",\n            \"analyticstype\": \"ESQUERY\",\n            \"analyticsEsIndex\": \"testapi1\",\n            \"description\": \"desc\",\n            \"allowedAction\": \"1:Accept,2:Revoke,3:Further Review\",\n            \"securityContext\": \"User\",\n            \"recommendations\": \"recommend\",\n            \"tags\": \"TagName,TagName2\",\n            \"baseCount\": \"1\",\n            \"noOfHistoryToKeep\": \"2\",\n            \"risk\": \"Medium\",\n            \"category\": \"Usage\",\n            \"subcategory\": \"SubCat1\",\n            \"analyticsid\": \"8\",\n            \"createDate\": \"2019-07-31 23:23:57\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"displaycount\": \"1\",\n    \"msg\": \"Success\",\n    \"totalcount\": \"1\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"d84b1a09-2b49-48cf-8ef6-2e9e735e8ebc"},{"name":"Fetch Analytics Details ES","id":"568c3025-00d7-4f9e-8db7-b7fcb1600e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"analyticsid\":\"6\",\r\n    \"filtercriteria\": {\r\n    \t\"status\":[\"Accept\"],\r\n        \"username\": [\r\n            \"dbailey\",\r\n            \"acook\",\r\n            \"crichards\"\r\n        ],\r\n        \"email\": [\r\n            \"john.doe@sav.com\",\r\n            \"test.user@sav.com\"\r\n        ],\r\n        \"logindate\": [ \r\n        \t\"Feb 03, 2016 00:00:00\",\r\n            \"Feb 08, 2016 00:00:00\"\r\n            ]\r\n    },\r\n    \"max\":\"4\",\r\n    \"offset\":\"0\",\r\n    \"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES","description":"<p>This web service API is used to fetch the details of analytics controls ES</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>analyticsname</code>/<code>analyticsid</code></p>\n<p>Optional params:</p>\n<p><code>filtercriteria</code> - \nSample : {\n        \"status\":[\"Accept\"],\n        \"username\": [\n            \"acook\",\n            \"crichards\"\n        ]\n    }</p>\n<p><code>max</code> - limit of 10000, default max is 500,<br /><code>offset</code></p>\n<p><code>loggedinuser</code></p>\n<p><em><strong>Note</strong></em>: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category.\n\"status\" cannot be keyword in the query, modification of the work can be used like \"userstatus\".</p>\n","urlObject":{"path":["ECM","{{path}}","fetchControlDetailsES"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aff5ca54-ea78-43bd-8e0c-c6828edfcec5","name":"Fetch Analytics Details ES","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"analyticsid\":\"6\",\r\n    \"filtercriteria\": {\r\n    \t\"status\":[\"Accept\"],\r\n        \"username\": [\r\n            \"dbailey\",\r\n            \"acook\",\r\n            \"crichards\"\r\n        ],\r\n        \"email\": [\r\n            \"john.doe@sav.com\",\r\n            \"test.user@sav.com\"\r\n        ],\r\n        \"logindate\": [ \r\n        \t\"Feb 03, 2016 00:00:00\",\r\n            \"Feb 08, 2016 00:00:00\"\r\n            ]\r\n    },\r\n    \"max\":\"4\",\r\n    \"offset\":\"0\",\r\n    \"loggedinuser\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchControlDetailsES"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ef38a9d9-7de7-414f-9764-8e8b35ca8fa8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:42:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"analyticstype\": \"SQL\",\n    \"lastrun\": \"2019-08-03 00:49:06\",\n    \"description\": \"\",\n    \"conflictcount\": \"10\",\n    \"recommendations\": \"\",\n    \"result\": [\n        {\n            \"firstname\": \"fn\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"Accepted on [Jul 29, 2019-fn ln(admin)] <br/> - (Jul 29, 2019 - Jan 25, 2020)\",\n            \"usercontext\": \"admin\",\n            \"username\": \"admin\",\n            \"status\": \"Accept\"\n        },\n        {\n            \"firstname\": \"Amaya\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"acook\",\n            \"username\": \"acook\",\n            \"status\": \"Open\"\n        },\n        {\n            \"firstname\": \"Cody\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"crichards\",\n            \"username\": \"crichards\",\n            \"status\": \"Open\"\n        },\n        {\n            \"firstname\": \"Damien\",\n            \"updateDate\": \"2019-08-03 00:00:00\",\n            \"comments\": \"\",\n            \"usercontext\": \"dbailey\",\n            \"username\": \"dbailey\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"displaycount\": \"4\",\n    \"subcategory\": \"\",\n    \"category\": \"Non Person Accounts\",\n    \"errorcode\": \"0\",\n    \"openconflictcount\": \"9\"\n}"}],"_postman_id":"568c3025-00d7-4f9e-8db7-b7fcb1600e4a"},{"name":"Run Analytics Controls ES","id":"7d8cb427-e574-44f9-ba56-bb0719f28152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"jobgroup\":\"Analytics\",\r\n\"jobname\":\"AnalyticsESJob\",\r\n\"analyticsid\":\"6\"\r\n}"},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls","description":"<p>This API is used to run analytics ES job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: \n<code>jobgroup</code>,\n<code>jobname</code>,\n<code>analyticsid</code> <em><strong>OR</strong></em> <code>analyticsname</code> <em><strong>OR</strong></em> <code>analyticsCategories</code> (start and end with ###),</p>\n<p>Optional params:\n<code>analyticssubcategories</code> (start and end with ###)</p>\n","urlObject":{"path":["ECM","{{path}}","runAnalyticsControls"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fc6a2121-7e90-447d-8cc3-d396debee73e","name":"Run Analytics Controls ES","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n\"jobgroup\":\"Analytics\",\r\n\r\n\"jobname\":\"AnalyticsESJob\",\r\n\r\n\"analyticsid\":\"6\"\r\n}"},"url":"{{url}}/ECM/{{path}}/runAnalyticsControls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1653a088-9c42-4c30-851d-6eee26acb660; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 06:46:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Job started successfully\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"7d8cb427-e574-44f9-ba56-bb0719f28152"}],"id":"ad5a7556-8b01-4484-b547-8a45c3969d14","_postman_id":"ad5a7556-8b01-4484-b547-8a45c3969d14","description":""},{"name":"4.0 Access Request","item":[{"name":"Create Request","item":[{"name":"Users","item":[{"name":"Create User Request","id":"51c52d9b-dcff-4916-b912-c52bc3ca3526","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","type":"text","value":"john","disabled":true},{"key":"lastname","type":"text","value":"doe"},{"key":"email","type":"text","value":"john.doe@saviynt.com"},{"key":"Roles","type":"text","value":"ROLE1####ROLE2"}]},"url":"{{url}}/ECM/{{path}}/createUserRequest","description":"<p>This API call can be used for creating update/create user request in the SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params:</p>\n<p><code>statuskey</code> - Values:1/0, 0 - Inactive, 1 - Active</p>\n<p><code>User params</code> can be passed. Example: email, manager, username, firstname, lastname, preferedFirstName, customproperty&lt;1 to 40&gt;</p>\n<p><code>Roles</code>- Specifies the rolename (#### separated) that will be assigned to the newly created user</p>\n<p><code>requestor</code></p>\n","urlObject":{"path":["ECM","{{path}}","createUserRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"025b7e6b-0ec6-4d1b-8ca9-5d9467a84c38","name":"Create User Request - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","type":"text","value":"john","disabled":true},{"key":"lastname","type":"text","value":"doe"},{"key":"email","type":"text","value":"john.doe@saviynt.com"},{"key":"Roles","type":"text","value":"ROLE1####ROLE2"}]},"url":"{{url}}/ECM/{{path}}/createUserRequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=6C77157050C59650F363350232438A6F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8712d5fe-f281-4ee0-a8eb-5d980cd9c619; Path=/"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 12 Jun 2020 00:42:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"firstname cannot be null or blank\",\n    \"errorCode\": \"1\"\n}"},{"id":"6a189960-a04b-4f96-8227-010609fb8bed","name":"Create User Request - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"firstname","value":"john","type":"text"},{"key":"lastname","value":"doe","type":"text"},{"key":"email","value":"john.doe@saviynt.com","type":"text"},{"key":"Roles","value":"ROLE1####ROLE2","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createUserRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":"The mime type of this content","key":"Content-Type","name":"Content-Type","value":"application/json;charset=utf-8"},{"description":"The date and time that the message was sent","key":"Date","name":"Date","value":"Tue, 07 Aug 2018 20:23:18 GMT"},{"description":"A name for the server","key":"Server","name":"Server","value":"Apache-Coyote/1.1"},{"description":"an HTTP cookie","key":"Set-Cookie","name":"Set-Cookie","value":"CCSRF-TOKEN=268c8ad4-4c80-4b28-b759-d87eb7fa8dd0; Path=/"},{"description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.","key":"Transfer-Encoding","name":"Transfer-Encoding","value":"chunked"},{"description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","key":"X-Frame-Options","name":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"268c8ad4-4c80-4b28-b759-d87eb7fa8dd0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"requestid\": \"382\",\"errorCode\":\"0\",\"jbpmid\":\"SampleManagerApproval.3100001\"}"}],"_postman_id":"51c52d9b-dcff-4916-b912-c52bc3ca3526"},{"name":"Update User Request","id":"8ce769f7-c759-4e89-a13f-7a6d9d149b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"John\",\r\n    \"lastname\": \"Doe\",\r\n    \"entity\": [\r\n        \"San Francisco\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest","description":"<p>This API call can be used for updating user request in the SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>username</code> - user who has to be modified.</p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - Username who is updating the request,</p>\n<p><code>User's dynamic attribute</code> can be passed. \nExample:   \"firstname\": \"fn\",\n    \"entity\": [\n        \"Atlanta\"\n    ]</p>\n","urlObject":{"path":["ECM","{{path}}","updateUserRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"421d109d-6169-4238-9dcc-aac3db780760","name":"Update User Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"fn\",\r\n    \"lastname\": \"Nayal\",\r\n    \"entity\": [\r\n        \"Atlanta\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"gbana5\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=20da155c-412b-4ba8-b442-aa1fe977bcb0; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 Aug 2019 05:49:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestkey\": \"3746\",\n    \"requestid\": \"4960001\",\n    \"errorcode\": \"0\"\n}"},{"id":"da607563-7ab5-4f5e-8217-e82eea9dcd4f","name":"Create User Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"updateuser\": \"admin\",\r\n    \"username\": \"johndoe\",\r\n    \"firstname\": \"John\",\r\n    \"lastname\": \"Doe\",\r\n    \"entity\": [\r\n        \"San Francisco\"\r\n    ],\r\n    \"designation\": \"desc\",\r\n    \"manager\": \"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateUserRequest","description":"This API call can be used for updating user request in the SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params:\r\n\r\n`username` - user who has to be modified.\r\n\r\nOptional params:\r\n\r\n`updateuser` - Username who is updating the request,\r\n\r\n`User's dynamic attribute` can be passed. \r\nExample:   \"firstname\": \"fn\",\r\n    \"entity\": [\r\n        \"Atlanta\"\r\n    ]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 20:23:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=268c8ad4-4c80-4b28-b759-d87eb7fa8dd0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"268c8ad4-4c80-4b28-b759-d87eb7fa8dd0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"jbpmid\":\"SampleManagerApproval.3100001\"}"}],"_postman_id":"8ce769f7-c759-4e89-a13f-7a6d9d149b09"},{"name":"Get Requestable Users","id":"44784855-57ff-45e2-9a98-b90526b506cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requestor\":\"smarquez\",\r\n\"max\":\"2\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getrequestableusers","description":"<p>This API fetches the list of user for whom the requestor can request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>requestor</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code></p>\n","urlObject":{"path":["ECM","{{path}}","getrequestableusers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e72d168e-7070-48a2-9500-5ce6356dcb23","name":"Get Requestable User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requestor\":\"jdwad\",\r\n\"max\":\"2\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getrequestableusers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=47c1c225-2f8e-4f9f-957d-e68d6dd77c0f; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Aug 2019 18:47:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 2,\n    \"msg\": \"Success\",\n    \"totalcount\": 151543,\n    \"errorCode\": \"0\",\n    \"users\": [\n        {\n            \"username\": \"admin\",\n            \"firstname\": \"fn\",\n            \"lastname\": \"ln\",\n            \"statuskey\": \"Active\",\n            \"city\": \"Miami\",\n            \"email\": \"fn.ln@saviynt.com\",\n            \"jobcodedesc\": \"jobdesc\",\n            \"costcenter\": \"\",\n            \"manager\": \"acook\",\n            \"secmanager\": \"\",\n            \"vendormanager\": \"\",\n            \"jobCode\": \"\",\n            \"companyname\": \"\",\n            \"departmentnumber\": \"\",\n            \"departmentname\": \"\",\n            \"location\": \"\",\n            \"region\": \"\",\n            \"systemusername\": \"admin\",\n            \"lastsyncdate\": \"\",\n            \"startdate\": \"\",\n            \"enddate\": \"2018-12-03 07:40:21\",\n            \"displayname\": \"Ln, Fn\"\n        },\n        {\n            \"username\": \"awsadmin\",\n            \"firstname\": \"aws\",\n            \"lastname\": \"admin\",\n            \"statuskey\": \"Active\",\n            \"city\": \"New York\",\n            \"email\": \"awsadmin@saviynt.com\",\n            \"jobcodedesc\": \"jobdesc\",\n            \"costcenter\": \"\",\n            \"manager\": \"acook\",\n            \"secmanager\": \"\",\n            \"vendormanager\": \"\",\n            \"jobCode\": \"\",\n            \"companyname\": \"\",\n            \"departmentnumber\": \"\",\n            \"departmentname\": \"\",\n            \"location\": \"\",\n            \"region\": \"\",\n            \"systemusername\": \"aadmin\",\n            \"lastsyncdate\": \"\",\n            \"startdate\": \"\",\n            \"enddate\": \"\",\n            \"displayname\": \"\"\n        }\n    ]\n}"}],"_postman_id":"44784855-57ff-45e2-9a98-b90526b506cd"}],"id":"b2545311-c572-4df5-8926-d34b655a4ddc","_postman_id":"b2545311-c572-4df5-8926-d34b655a4ddc","description":""},{"name":"Roles","item":[{"name":"Create Role Request","id":"fa25359e-69d0-4fa3-8e54-7e503d0d7d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"roletype\":\"ENTERPRISE\",\r\n\"role_name\":\"testRole4\",\r\n\"requestor\":\"admin\",\r\n\"owner\":\"tbowers,glogan\",\r\n\"endpointname\":\"System1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createEnterpriseRoleRequest","description":"<p>This API call can be used for creating a new role and assigning an owner to the role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>roletype</code> - Use the roletype as \"ENTERPRISE\" to Create Enterprise Role Request. (supported roletypes - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/ ENTERPRISE),</p>\n<p><code>role_name</code>,\n<code>requestor</code>,\n<code>owner</code> (multiple owners separated by comma)</p>\n<p>Optional params:\n<code>customproperty&lt;1 to 60&gt;</code>,\n<code>endpointname</code></p>\n","urlObject":{"path":["ECM","{{path}}","createEnterpriseRoleRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"23dbd8d4-303a-4de2-8fdb-502afe6e3ac2","name":"Create Enterprise Role Request for Auto Approve Config","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 18:59:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=B2727F9928B82B70BFB01AB5FF30BF3B; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5d127409-f4bf-4b0f-8179-ceaf6779dbca; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"B2727F9928B82B70BFB01AB5FF30BF3B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5d127409-f4bf-4b0f-8179-ceaf6779dbca","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\" Role Modification Auto Approval is true \"}"},{"id":"9be08300-407a-459b-b495-42a06e86cc18","name":"Create Enterprise Role Request Success","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 02:21:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=A991A51FE328131149BA23E271489F3F; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4f4e3ca2-e98f-48a6-bdf8-a2ea34dde991; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"A991A51FE328131149BA23E271489F3F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4f4e3ca2-e98f-48a6-bdf8-a2ea34dde991","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Role testRole4 Sent For Approval and requestid is 3470183\"}"}],"_postman_id":"fa25359e-69d0-4fa3-8e54-7e503d0d7d24"},{"name":"Update Role Request","id":"bd4a77ae-e308-490d-8396-ffb8a8cb9115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"roletype\":\"ENTERPRISE\",\r\n   \"role_name\":\"RoleName\",\r\n   \"requestor\":\"admin\",\r\n   \"owner\": [\r\n\t{\r\n\t\t\"ownerName\" :\"mchapman\",\r\n\t\t\"updateType\": \"REMOVE\"\r\n\t},\r\n\t{\r\n\t\t\"ownerName\":\"ahinton\",\r\n\t\t\"updateType\":\"ADD\"\r\n\t}\r\n   ],\r\n   \"customproperty36\":\"cp36\",\r\n   \"endpointname\":\"Endpoint1\",\r\n   \"entitlements\" : [\r\n   \t\t{\r\n   \t\"entitlement_value\":\"TEST_ENT1\",\r\n   \t\"entitlementType\" : \"Role\",\r\n   \t\"endpoint\" : \"Endpoint1\",\r\n   \t\"updateType\" : \"ADD\"\r\n   \t},\r\n   \t\t{\r\n   \t\"entitlement_value\":\"TEST_ENT2\",\r\n   \t\"entitlementType\" : \"Role\",\r\n   \t\"endpoint\" : \"Endpoint1\",\r\n   \t\"updateType\" : \"REMOVE\"\r\n   \t}\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateEnterpriseRoleRequest","description":"<p>This API call can be used to update the enterprise role that was already created in the Saviynt Security Manager.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>roletype</code> Use the roletype as \"ENTERPRISE\" to Update Enterprise Role Request.  (supported roletypes are - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/ ENTERPRISE), </p>\n<p><code>role_name</code>,\n<code>requestor</code>,</p>\n<p>Optional params:</p>\n<p><code>customproperty&lt;1 to 60&gt;</code>, \n<code>endpointname</code>,</p>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlement_value</code></li>\n<li><code>entitlementType</code></li>\n<li><code>endpoint</code></li>\n<li><code>updateType</code> - ADD/REMOVE</li>\n</ol>\n<p><code>owner</code> - </p>\n<ol>\n<li><code>ownerName</code></li>\n<li><code>updateType</code> - ADD/REMOVE</li>\n</ol>\n<p><em><strong>Note</strong></em> : If config for auto approve is <em><strong>ON</strong></em> then request will not be created</p>\n","urlObject":{"path":["ECM","{{path}}","updateEnterpriseRoleRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"803c7dac-7f7c-4765-a968-002b1af15f73","name":"Update Enterprise Role Request","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 19:48:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0d6a62ae-c064-4970-9a45-92e4b509924a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"B2727F9928B82B70BFB01AB5FF30BF3B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"0d6a62ae-c064-4970-9a45-92e4b509924a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"RoleName Sent For Approval and requestid is 67865\"\n}"}],"_postman_id":"bd4a77ae-e308-490d-8396-ffb8a8cb9115"},{"name":"Request to Add Roles to User","id":"96007153-b13a-4bcd-b46a-d2eec8819234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"SAVUSERNAME","value":"admin"}],"body":{"mode":"raw","raw":"{\r\n\"accesstype\":\"ROLES\",\r\n\"username\":\"dbailey\",\r\n\"roletype\":\"ENTERPRISE\",\r\n\"requesttype\":1,\r\n\"roles\":[\r\n\t{ \r\n\"rolename\" : \"Network Administrator\",\r\n\"startdate\" : \"10-11-2018\", \r\n\"enddate\" : \"10-18-2018\",\r\n\"businessJustification\" : \"test justification\"\r\n} ],\r\n\"requestcomments\":\"commemnt\",\r\n\"requestor\":\"ahinton\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to add roles to User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - ROLES,\n<code>username</code>,\n<code>roletype</code> - FIREFIGHTER/ENTERPRISE,\n<code>requesttype</code> - 1,\n<code>requestcomments</code>,\n<code>requestor</code>,</p>\n<p><code>roles</code> -</p>\n<ol>\n<li><code>rolename</code></li>\n<li><code>startdate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>enddate</code> (optional, expected date format - MM-dd-yyyy)</li>\n<li><code>businessJustification</code> (optional)</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a209e68c-7911-4e62-a9f4-f65c2299024d","name":"Create Request Roles ADD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 20:30:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=a95c6af9-e383-4923-8f32-2132b5a6970a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"CE8AB13A783AEB5577B5EBA43CD7FAFE","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"a95c6af9-e383-4923-8f32-2132b5a6970a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"requestkey\": \"3379\",\"requests\":[\"3140687\"]}"}],"_postman_id":"96007153-b13a-4bcd-b46a-d2eec8819234"},{"name":"Request to Remove Roles from User","id":"0e8cef70-a004-4e7d-a5f8-4ade36734569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"SAVUSERNAME","value":"admin"}],"body":{"mode":"raw","raw":"{\r\n\"accesstype\":\"ROLES\",\r\n\"username\":\"dbailey\",\r\n\"roletype\":\"ENTERPRISE\",\r\n\"requesttype\":4,\r\n\"roles\":[\r\n\t{ \r\n\"rolename\" : \"Network Administrator\"\t\r\n} ],\r\n\"requestcomments\":\"commemnt\",\r\n\"requestor\":\"ahinton\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove roles from User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - ROLES,\n<code>username</code>,\n<code>roletype</code> - FIREFIGHTER/ENTERPRISE,\n<code>requesttype</code> - 4,\n<code>roles</code>,\n<code>requestcomments</code>,\n<code>requestor</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f075e53a-7473-4c34-82af-9971af071f53","name":"Create Request Roles REMOVE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 20:30:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=154c48c9-d5e4-4de2-892c-280305ad4664; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"CE8AB13A783AEB5577B5EBA43CD7FAFE","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"154c48c9-d5e4-4de2-892c-280305ad4664","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\",\"requestkey\": \"3384\",\"requests\":[\"3140728\"]}"}],"_postman_id":"0e8cef70-a004-4e7d-a5f8-4ade36734569"}],"id":"aa972927-b9ea-47f8-95ff-787fa0c1c9c9","_postman_id":"aa972927-b9ea-47f8-95ff-787fa0c1c9c9","description":""},{"name":"Entitlements","item":[{"name":"Request to Add Entitlement to User","id":"3aa13524-9f73-49f3-b7b7-305405d44cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"ADD\",\r\n\"username\":\"dbailey\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"dbailey\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"acook\",\r\n\"createaccountifnotexists\":\"true\",\r\n\"dynamicattr\":  { \r\n            \"parent\" :\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"EntVal1\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\",\"businessjustification\":\"test business justification\" },\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"EntVal2\"}\r\n],\r\n\"checksod\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to add entitlements to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ADD,\n<code>username</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>,</p>\n<p>Optional params:\n<code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code>,\n<code>createaccountifnotexists</code> - true/false,\n<code>accountid</code> - can be used if <code>createaccountifnotexists</code> is true,\n<code>checksod</code> - true/false, default value is false, this can be used to check basic sod,\n<code>accountnamefromrule</code> - true/false, can be used if <code>createaccountifnotexists</code> is true,</p>\n<p><code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params),</p>\n<p><code>dynamicattr</code> - { \"attrname\" : \"attrvalue\", .. }</p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f084936-02ac-48f0-b5b9-59355a76a2b1","name":"Create Request Entitlement ADD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"ADD\",\r\n\"username\":\"dbailey\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"dbailey\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"acook\",\r\n\"createaccountifnotexists\":\"true\",\r\n\"dynamicattr\":  { \r\n            \"parent\" :\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"EntVal1\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\",\"businessjustification\":\"test business justification\" },\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"EntVal2\"}\r\n],\r\n\"checksod\":\"true\"\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:33:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=70463de3-219b-4ad2-a29c-9d9d0b510611; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"70463de3-219b-4ad2-a29c-9d9d0b510611","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160142\",\"requestkey\": \"3374\",\"sod\": \"true\",\"errorCode\":\"0\"}"}],"_postman_id":"3aa13524-9f73-49f3-b7b7-305405d44cf2"},{"name":"Request to Remove Entitlement from User","id":"5e9afb37-44b7-4925-bdb9-9ce7c7310745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"REMOVE\",\r\n\"username\":\"tbowers\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"tbowers\",\r\n\"comments\":\"add comment\",\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\",\"startdate\":\"10-11-2018\" }\r\n]\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove entitlements from User in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - REMOVE,\n<code>username</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>,</p>\n<p><code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\",\"startdate\":\"MM-dd-yyyy\"}\n]</p>\n<p>(<code>startdate</code> is Optional param)</p>\n<p>Optional params:\n<code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bdc6ab66-87e9-4a48-ab1e-50bc60f449c8","name":"Create Request Entitlement REMOVE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"REMOVE\",\r\n\"username\":\"tbowers\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"tbowers\",\r\n\"comments\":\"add comment\",\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\",\"startdate\":\"10-11-2018\" }\r\n]\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:40:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=cdc30835-bdbc-4f43-98ba-ab72f0df4c44; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"cdc30835-bdbc-4f43-98ba-ab72f0df4c44","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160189\",\"requestkey\": \"3375\",\"errorCode\":\"0\"}"}],"_postman_id":"5e9afb37-44b7-4925-bdb9-9ce7c7310745"},{"name":"Get User Requestable Entitlements","id":"1356e12f-319c-4129-8ae6-2c58cba279ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"188837\",\r\n\"endpoint\":\"System1\",\r\n\"entitlementtype\":\"Access\",\r\n\"entitlementResponseFields\":[\"customproperty1\",\"access\",\"status\"],\r\n\"endpointResponseFields\":[\"customproperty5\",\"securitysystem\",\"description\",\"displayName\"],\r\n\"includeinflightrequests\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/getUserRequestableEntitlements","description":"<p>This API returns list of entitlements in an application that the user can request based on the existing access and entitlement map exclusion.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: <code>username</code>, <code>endpointname</code></p>\n<p>Optional params: </p>\n<p><code>max</code>,<code>offset</code></p>\n<p><code>entitlementtype</code>, </p>\n<p><code>entitlementResponseFields</code> - Entitlement_value attributes required in the reponse, </p>\n<p><code>endpointResponseFields</code> - Endpoint attributes required in the response,</p>\n<p><code>includeinflightrequests</code> - If <code>includeinflightrequests</code> is true, API will also consider Entitlement requests in flight (requests that are submitted but not yet approved/rejected),</p>\n<p><code>allowAssignedEntitlement</code> - if <code>allowAssignedEntitlement</code> is true, API will consider the entitlements (and excluded entitlements) that are assigned to the user as requestable.</p>\n","urlObject":{"path":["ECM","{{path}}","getUserRequestableEntitlements"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b43e4adf-915c-4735-a44e-9657b0b2ea8a","name":"Get User Requestable Entitlements","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 17:36:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=85586EB4FC050F0D16977CD75E135952; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=557c2642-9ea4-44ea-886f-d30f489a4010; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"85586EB4FC050F0D16977CD75E135952","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"557c2642-9ea4-44ea-886f-d30f489a4010","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"endpointDetails\":[{\"customproperty5\":\"true\",\"displayName\":\"System1-DisplayName\",\"securitysystem\":\"System1\"}],\"errorCode\":\"0\",\"message\":\"SUCCESS\",\"countofEntitlements\":1215,\"entitlementDetails\":[{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Analyst\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Administrator\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"access\":\"Select\",\"customproperty1\":\"test\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Calculations Administrator\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"1\",\"entitlement_value\":\"Absence Partner\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"0\",\"entitlement_value\":\"Accountant\",\"entitlementType\":\"Access\",\"status\":\"1\"},{\"customproperty1\":\"Eng\",\"requestable\":\"1\",\"entitlement_value\":\"AccountantTwo\",\"entitlementType\":\"Access\",\"status\":\"1\"}]}"}],"_postman_id":"1356e12f-319c-4129-8ae6-2c58cba279ad"},{"name":"Validate Entitlement Request Data","id":"d5c99eaf-c641-42c0-8ed2-9d854294b8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"188836\",\n    \"endpoint\": \"System1\",\n    \"entitlementList\": [\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Analyst\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Accountant\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Calculations Administrator\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Partner\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"AM: Admin\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Action Plan Owner Group111\"\n        },\n        {\n            \"entitlementtype\": \"Access111\",\n            \"entitlementvalue\": \"Action Plan Owner Group\"\n        }\n    ],\n    \"includeinflightrequests\": \"true\"\n}"},"url":"{{url}}/ECM/{{path}}/validateEntitlementRequestData","description":"<p>This API checks if a user is allowed to request for the entitlements given in a list based on the existing access and entitlement map exclusion.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>username</code>,</p>\n<p><code>endpoint</code>,</p>\n<p><code>entitlementList</code> - List of entitlementtypes and entitlements that needs to be checked.</p>\n<p>Optional params:</p>\n<p><code>includeinflightrequests</code> - If <code>includeinflightrequests</code> is true, API will also consider Entitlement requests in flight (requests that are submitted but not yet approved/rejected).</p>\n","urlObject":{"path":["ECM","{{path}}","validateEntitlementRequestData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f545b62-a5c4-44f7-a02d-b96bfeac1099","name":"Validate Entitlement RequestData","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 10 Sep 2018 17:43:21 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2e3ccada-bcfa-4ce5-a357-cdc7fa300c4b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"85586EB4FC050F0D16977CD75E135952","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2e3ccada-bcfa-4ce5-a357-cdc7fa300c4b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"endpoint\": \"System1\",\r\n    \"validationResults\": [\r\n        {\r\n            \"requestable\": \"1\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Analyst\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Entitlement already assigned to User\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Accountant\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Entitlement already requested\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Absence Calculations Administrator\"\r\n        },\r\n        {\r\n\t\t\t\"failurereason\": \"Excluded Entitlement for an Entitlement already requested\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Absence Partner\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Excluded Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"AM: Admin\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Invalid Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access\",\r\n            \"entitlementvalue\": \"Action Plan Owner Group111\"\r\n        },\r\n        {\r\n            \"failurereason\": \"Invalid Entitlement\",\r\n            \"requestable\": \"0\",\r\n            \"entitlementtype\": \"Access111\",\r\n            \"entitlementvalue\": \"Action Plan Owner Group\"\r\n        }\r\n    ],\r\n    \"errorCode\": \"1\",\r\n    \"message\": \"Failure\",\r\n    \"username\": \"188836\"\r\n}"}],"_postman_id":"d5c99eaf-c641-42c0-8ed2-9d854294b8b2"}],"id":"eeb404ef-5535-4814-9960-3cb5d431416d","_postman_id":"eeb404ef-5535-4814-9960-3cb5d431416d","description":""},{"name":"Accounts","item":[{"name":"Request to Create New Account","id":"db7dacd8-3bd2-44f2-9deb-aace2bac9996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"NEW\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"acook\",\r\n\"requestor\":\"dbailey\",\r\n\"dynamicattr\":  { \r\n            \"parent\":\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Partner\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"},\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\"}\r\n],\r\n\"checksod\":\"true\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to create new account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - NEW,\n<code>username</code>,\n<code>endpoint</code>,\n<code>securitysystem</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code>,\n<code>checksod</code> - true/false, default value is false, this can be used to check basic sod,\n<code>accountnamefromrule</code> - true/false,</p>\n<p><code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params),</p>\n<p><code>dynamicattr</code> - { \"attrname\" : \"attrvalue\", .. }</p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb16aadd-985c-4904-8020-2687fe0d4379","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"NEW\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"acook\",\r\n\"requestor\":\"dbailey\",\r\n\"dynamicattr\":  { \r\n            \"parent\":\"TEST1\", \r\n            \"child\":\"TEST2\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Partner\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"},\r\n\t{\"entitlementtype\":\"Access\",\"entitlementvalue\":\"Absence Administrator\"}\r\n],\r\n\"checksod\":\"true\"\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160095\",\"requestkey\": \"3376\",\"sod\":\"true\",\"errorCode\":\"0\"}"}],"_postman_id":"db7dacd8-3bd2-44f2-9deb-aace2bac9996"},{"name":"Request to Remove Account from User","id":"85e28bb5-f00f-43f1-af83-67caa2699f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"DELETE\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"acook\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create request to remove account from user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - DELETE,\n<code>username</code>,\n<code>endpoint</code>,\n<code>securitysystem</code></p>\n<p>Optional params:\n<code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0df030e5-6944-4e64-9c38-305950892963","name":"Create Request Account DELETE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"requesttype\":\"DELETE\",\r\n\"username\":\"acook\",\r\n\"endpoint\":\"System1\",\r\n\"securitysystem\":\"System1\",\r\n\"accountname\":\"acook\",\r\n\"comments\":\"add comment\",\r\n\"requestor\":\"dbailey\"\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 14 Aug 2018 18:21:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=024255c0-8052-4598-bde5-5bcfc57e4594; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"2B38E1BA4D2D05F17A8424A683F722F4","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"024255c0-8052-4598-bde5-5bcfc57e4594","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3140473\",\"requestkey\": \"3378\",\"errorCode\":\"0\"}"}],"_postman_id":"85e28bb5-f00f-43f1-af83-67caa2699f9b"},{"name":"Request to Create New Service Account","id":"e464c164-2f6a-4d58-8080-24c19386a5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"admin\",\r\n\"requesttype\":\"NEW\",\r\n\"endpoint\":\"System1\",\r\n\"accountType\":\"Service Account\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"adminacc1\",\r\n\"requestor\":\"admin\",\r\n\"dynamicattr\":  { \r\n            \"c\":\"TEST1\", \r\n            \"d\":\"243554675\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Role\",\"entitlementvalue\":\"Administrator\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"}\r\n],\r\n\"owner\" :[\r\n\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"dbailey\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"ProvisioningTeam\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"Team Approval\",\r\n\t\t\"rank\" : \"3\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"TestUser\"\r\n\t}\r\n\t\r\n\t\r\n]\r\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for a new service account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - NEW,\n<code>username</code>,\n<code>endpoint</code>,\n<code>accountType</code>,\n<code>securitysystem</code>,\n<code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params)</p>\n<p>Optional params:</p>\n<p><code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code>,</p>\n<p><code>owner</code> - </p>\n<ol>\n<li><code>ownerType</code> - mandatory field, values can be USER/USERGROUP,</li>\n<li><code>name</code> - mandatory field,</li>\n<li><code>rank</code> - optional field, values can be from 1 to 5.</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f2795411-d404-4c0f-835a-a5671a839145","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"admin\",\r\n\"requesttype\":\"NEW\",\r\n\"endpoint\":\"System1\",\r\n\"accountType\":\"Service Account\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"adminacc1\",\r\n\"requestor\":\"admin\",\r\n\"dynamicattr\":  { \r\n            \"c\":\"TEST1\", \r\n            \"d\":\"243554675\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"Role\",\"entitlementvalue\":\"Administrator\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"}\r\n],\r\n\"owner\" :[\r\n\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"dbailey\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"ProvisioningTeam\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"Team Approval\",\r\n\t\t\"rank\" : \"3\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"TestUser\"\r\n\t}\r\n\t\r\n\t\r\n]\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"3160095\",\"requestkey\": \"3377\",\"errorCode\":\"0\"}"}],"_postman_id":"e464c164-2f6a-4d58-8080-24c19386a5f4"},{"name":"Request to Update Service Account","id":"ca90a529-8656-4a84-9491-a89527becd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"requesttype\": \"ADD\",\n    \"endpoint\": \"System1\",\n    \"accountType\": \"Service Account\",\n    \"securitysystem\": \"System1\",\n    \"comments\": \"add comment\",\n    \"accountname\": \"srvcAccNew3\",\n    \"requestor\": \"dbailey\",\n    \"entitlement\": [\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"Absence Administrator\"\n        },\n        {\n            \"entitlementtype\": \"Access\",\n            \"entitlementvalue\": \"ACCOUNTANTTWO\",\n            \"startdate\": \"10-11-2018\",\n            \"enddate\": \"12-05-2018\"\n        }\n    ],\n    \"owner\": [\n        {\n            \"ownerType\": \"UserGroup\",\n            \"name\": \"ProvisioningTeam\",\n            \"rank\": \"4\",\n            \"updatetype\": \"ADD\"\n        },\n        {\n            \"ownerType\": \"UserGroup\",\n            \"name\": \"Team Approval\",\n            \"rank\": \"1\",\n            \"updatetype\": \"ADD\"\n        },\n        {\n            \"ownerType\": \"User\",\n            \"name\": \"dbailey\",\n            \"rank\": \"3\",\n            \"updatetype\": \"REMOVE\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for updating service account and assign it to user in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ADD/REMOVE to add/remove entitlements,\n<code>username</code>,\n<code>endpoint</code>,\n<code>accountType</code>,\n<code>securitysystem</code>,\n<code>entitlement</code> -</p>\n<p>If using older versions of SSM - </p>\n<p>entitlementType=entitlementValue</p>\n<p>If using SSM 5.2 or newer - </p>\n<p>\"entitlement\":[\n    {\"entitlementtype\":\"---\",\"entitlementvalue\":\"---\", \"startdate\":\"MM-dd-yyyy\", \"enddate\":\"MM-dd-yyyy\",\"businessjustification\":\"---\"}\n]\n(<code>startdate</code>, <code>enddate</code> and <code>businessjustification</code> are Optional params)</p>\n<p>Optional params:</p>\n<p><code>accountname</code>,\n<code>comments</code>,\n<code>requestor</code>,</p>\n<p><code>owner</code> - </p>\n<ol>\n<li><code>ownerType</code> - mandatory field, values can be USER/USERGROUP,</li>\n<li><code>name</code> - mandatory field,</li>\n<li><code>rank</code> - optional field, values can be from 1 to 5.</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3abc16a2-33fb-434c-b40c-84719a57733e","name":"Create Request Account NEW","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"admin\",\r\n\"requesttype\":\"NEW\",\r\n\"endpoint\":\"System1\",\r\n\"accountType\":\"Service Account\",\r\n\"securitysystem\":\"System1\",\r\n\"comments\":\"add comment\",\r\n\"accountname\":\"adminacc1\",\r\n\"requestor\":\"admin\",\r\n\"dynamicattr\":  { \r\n            \"c\":\"TEST1\", \r\n            \"d\":\"243554675\" \r\n},\r\n\"entitlement\":[\r\n\t{\"entitlementtype\":\"System1_Role\",\"entitlementvalue\":\"Administrator\",\"startdate\":\"10-11-2018\",\"enddate\":\"12-05-2018\"}\r\n],\r\n\"owner\" :[\r\n\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"dbailey\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"ProvisioningTeam\",\r\n\t\t\"rank\" : \"4\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"UserGroup\",\r\n\t\t\"name\" : \"Team Approval\",\r\n\t\t\"rank\" : \"3\"\r\n\t},\r\n\t\t{\r\n\t\t\"ownerType\" : \"User\",\r\n\t\t\"name\" : \"100580\"\r\n\t}\r\n\t\r\n\t\r\n]\r\n}"}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 16 Aug 2018 20:26:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=619ea70c-e526-49a5-b621-05a31868b678; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"51DB356FF26BC635D8331A1218E1E49D","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"619ea70c-e526-49a5-b621-05a31868b678","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"RequestId\":\"4160095\",\"requestkey\": \"4377\",\"errorCode\":\"0\"}"}],"_postman_id":"ca90a529-8656-4a84-9491-a89527becd4a"},{"name":"Request to Disable Account","id":"1ded5bb9-0602-4ca5-959b-b1801c045dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"admin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"DISABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for disabling account in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - DISABLEACCOUNT\n<code>accountname</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n <code>requestor</code>, \n <code>businessjustification</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ab0cd41f-109d-46f8-8bc7-c93d1c3a3d91","name":"Request to Disable Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"DISABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=B640A429DF7D4F12A0E227C2CABAE17F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb5afb33-c490-4987-a667-e95798141641; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Dec 2020 23:41:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"3110001\",\n    \"requestkey\": \"3922\",\n    \"errorCode\": 0,\n    \"message\": \"success\"\n}"}],"_postman_id":"1ded5bb9-0602-4ca5-959b-b1801c045dff"},{"name":"Request to Enable Account","id":"d47a0a2e-6a1c-4c51-b9c8-88fd6fa20a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"ENABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API creates request for enabling account in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requesttype</code> - ENABLEACCOUNT\n<code>accountname</code>,\n<code>endpoint</code></p>\n<p>Optional params:\n <code>requestor</code>, \n <code>businessjustification</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"219c2d28-c18d-4204-8783-5ef4e740a6d1","name":"Request to Enable Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requestor\": \"awsadmin\",\n    \"endpoint\": \"AWS\",\n    \"accountname\": \"000317\",\n    \"requesttype\": \"ENABLEACCOUNT\",\n    \"businessjustification\": \"test justification\"\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb5afb33-c490-4987-a667-e95798141641; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Dec 2020 23:46:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"3110053\",\n    \"requestkey\": \"3923\",\n    \"errorCode\": 0,\n    \"message\": \"success\"\n}"}],"_postman_id":"d47a0a2e-6a1c-4c51-b9c8-88fd6fa20a52"}],"id":"17850a19-368c-44f2-bffa-ba739f7c4dbd","_postman_id":"17850a19-368c-44f2-bffa-ba739f7c4dbd","description":""},{"name":"AD Group Management","item":[{"name":"Request to Create ADGroup","id":"419d62ec-4ed4-4144-8ada-fc057664a677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create AD Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - ADGroup,\n<code>requesttype</code> - create,\n<code>entitlementtype</code>,\n<code>suffix</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>,\n<code>domain</code>,\n<code>application</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,\n<code>displayname</code>,\n<code>category</code>,\n<code>environment</code>,\n<code>owner</code> - </p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>parententitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9acc7d16-ef4b-4637-95f9-2e77214d4cbd","name":"Request to Create ADGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=C3ED6B9876D692E2713CF956D0D0CE57; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97436ef7-5f9d-465b-aa7c-fbeb27343d34; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Dec 2019 06:30:17 GMT"}],"cookie":[],"responseTime":null,"body":"{    \n\t\"msg\": \"success\",\n\t\"errorCode\": 0,\n\t\"requestid\": \"6270181\",\n\t\"requestkey\": 4324\n}"}],"_postman_id":"419d62ec-4ed4-4144-8ada-fc057664a677"},{"name":"Request to Update ADGroup","id":"354fd86c-1abf-4eaa-997e-657ad8768264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rolename\" : \"CN=Security-suffix11_8_11,OU=Groups,DC=saviyntadmin,DC=com\", \n\t\"soxcritical\":\"low\",\n\t\"customproperty1\":\"cp1\",\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"update\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\",\n            \"updatetype\" :\"add\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\",\n            \"updatetype\" :\"remove\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to update AD Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - ADGroup,\n<code>requesttype</code> - create/ update,\n<code>entitlementtype</code>,\n<code>rolename</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,\n<code>displayname</code>,\n<code>category</code>,\n<code>environment</code>,\n<code>customproperty&lt;1 to 60&gt;</code>,\n<code>application</code>,<br /><code>owner</code> - </p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - add/remove, mandatory</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove, mandatory</li>\n</ol>\n<p><code>parententitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"493017c9-0630-40a8-915f-b8509d2caf9b","name":"Request to Update ADGroup","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"displayname\": \"adgrpname\",\n    \"roletype\": \"ADGroup\",\n    \"entitlementtype\": \"memberOf\",\n    \"suffix\": \"suffix25\",\n    \"requesttype\": \"create\",\n    \"category\": \"Security\",\n    \"securitysystem\": \"AD\",\n    \"endpoint\": \"AD\",\n    \"domain\": \"DC=corpAD,DC=saviynt,DC=com\",\n    \"environment\": \"Prod\",\n    \"application\": \"OU=Groups,DC=saviyntadmin,DC=com\",\n    \"owner\": [\n        {\n            \"ownername\": \"johndoe\",\n            \"rank\": \"2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"CN=App9-Role9-D,CN=Users,DC=corpAD,DC=saviynt,DC=com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=C3ED6B9876D692E2713CF956D0D0CE57; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97436ef7-5f9d-465b-aa7c-fbeb27343d34; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 14 Dec 2019 06:30:17 GMT"}],"cookie":[],"responseTime":null,"body":"{    \n\t\"msg\": \"success\",\n\t\"errorCode\": 0,\n\t\"requestid\": \"6270181\",\n\t\"requestkey\": 4324\n}"}],"_postman_id":"354fd86c-1abf-4eaa-997e-657ad8768264"}],"id":"50a42637-3d2a-498d-8bd2-2c7f30595b9b","_postman_id":"50a42637-3d2a-498d-8bd2-2c7f30595b9b","description":""},{"name":"Entitlement Based Role","item":[{"name":"Request to Create Entitlement Based Role","id":"459e686b-8cfe-45dd-8ac7-687cb905f70b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"create\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961disp\",\n    \"description\": \"testAzure961desc\",\n    \"customproperty21\": \"Security\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"0\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"admin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"AAD App Management\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"parententitlements\": [\n        {\n            \"entitlement_value\": \"AAD Terms Of Use\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"ABrew756@saviyntlive.onmicrosoft.com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to create role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - 6,\n<code>requesttype</code> - create,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>\n<code>role_name</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,\n<code>displayname</code>,\n<code>description</code>,\n<code>grouptype</code>,\n<code>enablemail</code>,\n<code>enablesecurity</code>,\n<code>soxcritical</code>,\n<code>syscritical</code>,\n<code>privileged</code>,\n<code>confidentiality</code>,\n<code>requestable</code>,\n<code>comments</code>,\n<code>owner</code> - </p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>parententitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1686e29b-f116-4713-a6d5-2a72a91d1c66","name":"Request to Create AzureAD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"create\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961disp\",\n    \"description\": \"testAzure961desc\",\n    \"customproperty21\": \"Security\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"0\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"admin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"entitlement_value\": \"AAD App Management\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"parententitlements\": [\n        {\n            \"entitlement_value\": \"AAD Terms Of Use\",\n            \"entitlementType\" : \"ApplicationInstance\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"ABrew756@saviyntlive.onmicrosoft.com\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e97b391a-1d48-48a5-aed3-63b1b5187d00; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 00:35:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110105\",\n    \"requestkey\": \"3924\"\n}"}],"_postman_id":"459e686b-8cfe-45dd-8ac7-687cb905f70b"},{"name":"Request to Update Entitlement Based Role","id":"233661a8-890b-4df8-a44a-061993afff41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"update\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961dispUpdate\",\n    \"description\": \"testAzure961descUpdate\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"1\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"awsadmin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"accForAzureAD\",\n            \"updatetype\": \"add\"\n        }\n    ]\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to update role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - 6,\n<code>requesttype</code> - update,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>\n<code>role_name</code></p>\n<p>Optional params:</p>\n<p><code>requestor</code>,\n<code>displayname</code>,\n<code>description</code>,\n<code>grouptype</code>,\n<code>enablemail</code>,\n<code>enablesecurity</code>,\n<code>soxcritical</code>,\n<code>syscritical</code>,\n<code>privileged</code>,\n<code>confidentiality</code>,\n<code>requestable</code>,\n<code>comments</code>,\n<code>owner</code> - </p>\n<ol>\n<li><code>ownername</code> - mandatory</li>\n<li><code>rank</code></li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>updatetype</code> - optional, value can be 'add'</li>\n</ol>\n<p><code>parententitlements</code> - </p>\n<ol>\n<li><code>entitlement_value</code> - mandatory</li>\n<li><code>entitlementType</code></li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accountname</code> - mandatory</li>\n<li><code>updatetype</code> - add/remove</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e8bf02c-c231-4948-b2c4-83266f18cb99","name":"Request to Update AzureAD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"requestor\": \"admin\",\n    \"roletype\": \"6\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"update\",\n    \"role_name\": \"testAzure961\",\n    \"displayname\": \"testAzure961dispUpdate\",\n    \"description\": \"testAzure961descUpdate\",\n    \"customproperty22\": \"1\",\n    \"customproperty23\": \"1\",\n    \"soxcritical\": \"3\",\n    \"syscritical\": \"3\",\n    \"privileged\": \"3\",\n    \"confidentiality\": \"3\",\n    \"owner\": [\n        {\n            \"ownername\": \"awsadmin\",\n            \"rank\": \"2\",\n            \"updatetype\": \"add\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accountname\": \"accForAzureAD\",\n            \"updatetype\": \"add\"\n        }\n    ]\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=886824cb-eaef-4782-bc60-a77452223af2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 01:47:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110167\",\n    \"requestkey\": 3925\n}"}],"_postman_id":"233661a8-890b-4df8-a44a-061993afff41"},{"name":"Request to Delete Entitlement Based Role","id":"da9568b9-bf73-4939-ab61-a7151920c464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"roletype\": \"6\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"delete\",\n    \"role_name\": \"testAzure961\"\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest","description":"<p>This API is used to delete role of roletype \"Entitlement\", such as AzureAD/Unix Group in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>accesstype</code> - roles,\n<code>roletype</code> - 6,\n<code>requesttype</code> - delete,\n<code>entitlementtype</code>,\n<code>endpoint</code>,\n<code>securitysystem</code>\n<code>role_name</code></p>\n","urlObject":{"path":["ECM","{{path}}","createrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e87387e4-4ce1-44ef-b2ec-bf3324d4ce50","name":"Request to Delete AzureAD/Unix Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accesstype\": \"roles\",\n    \"roletype\": \"6\",\n    \"requestor\": \"admin\",\n    \"entitlementtype\": \"ApplicationInstance\",\n    \"securitysystem\": \"SaviyntAzureADDev\",\n    \"endpoint\": \"SaviyntAzureADDev\",\n    \"requesttype\": \"delete\",\n    \"role_name\": \"testAzure961\"\n}\n\n"},"url":"{{url}}/ECM/{{path}}/createrequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5284224a-44ab-47c3-bfa9-6e1478d58f22; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 03:17:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorCode\": 0,\n    \"requestid\": \"3110232\",\n    \"statusCode\": 200\n}"}],"_postman_id":"da9568b9-bf73-4939-ab61-a7151920c464"}],"id":"f74bf3a1-1886-4e12-b074-638d2eb468f7","event":[{"listen":"prerequest","script":{"id":"22fcf943-6b4a-420f-86ec-45103d1e478e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1336702d-113a-49f5-844c-0fec0b7a2475","type":"text/javascript","exec":[""]}}],"_postman_id":"f74bf3a1-1886-4e12-b074-638d2eb468f7","description":""},{"name":"Create Auto-approved Request","id":"78725f77-c691-4aca-8fba-c913b0bb86ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"dbailey\",\r\n\"requestor\":\"admin\",\r\n\"comments\":\"add comment\",\r\n\"requestaccess\":[\r\n\t{\"endpoint\":\"System1\",\r\n\t\"securitysystem\":\"System1\",\r\n\t\"requesttype\":\"2\",\r\n\t\"accountname\":\"dbailey\",\r\n\t\"requestaccessattr\" : \r\n     \t[ \r\n     \t\"DynamicAttr1####dynamicAttrValue1\",\r\n\t\t\"DynamicAttr2####dynamicAttrValue2\"\r\n\t\t] , \r\n\t\"entitlement\" : { \r\n\t\t\"REMOVE\" : [ \r\n\t\t\"entitlementtype1####entitlementvalue1\" \r\n\t\t],\r\n\t\t\"ADD\" : [ \r\n\t\t\"entitlementtype2####entitlementvalue2\" \r\n\t\t]\r\n\t}\r\n\t}]\r\n}"},"url":"{{url}}/ECM/{{path}}/createautoapprovedrequest","description":"<p>This API call can be used to auto-approve requests for a particular endpoint and security system. These requests can be used to create, update, or delete types of entitlement requests.\nThe auto-approved request is shown in Request History.</p>\n<p>Note: There should be a workflow with grant access already created with ‘AUTOAPPROVAL’ name and the workflow should be added to externalconfig.properties file with below details:\nsav.autoapprovalwfname=AUTOAPPROVAL.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>username</code>,\n<code>requestor</code>,\n<code>requestaccess</code> - [endpoint,securitysystem, requesttype, accountname]</p>\n<p>Optional params:\n<code>comments</code>,\n<code>requestaccess</code> - [entitlement (entitlement.ADD, entitlement.REMOVE), requestaccessattr]</p>\n","urlObject":{"path":["ECM","{{path}}","createautoapprovedrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"de99882b-f0df-445f-a1e7-61cea204d0d8","name":"Create Auto-approved Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"username\":\"dbailey\",\r\n\"requestor\":\"admin\",\r\n\"comments\":\"add comment\",\r\n\"requestaccess\":[\r\n\t{\"endpoint\":\"System1\",\r\n\t\"securitysystem\":\"System1\",\r\n\t\"requesttype\":\"2\",\r\n\t\"accountname\":\"dbailey\",\r\n\t\"requestaccessattr\" : \r\n     \t[ \r\n     \t\"DynamicAttr1####dynamicAttrValue1\",\r\n\t\t\"DynamicAttr2####dynamicAttrValue2\"\r\n\t\t] , \r\n\t\"entitlement\" : { \r\n\t\t\"REMOVE\" : [ \r\n\t\t\"entitlementtype1####entitlementvalue1\" \r\n\t\t],\r\n\t\t\"ADD\" : [ \r\n\t\t\"entitlementtype2####entitlementvalue2\" \r\n\t\t]\r\n\t}\r\n\t}]\r\n}"},"url":"{{url}}/ECM/{{path}}/createautoapprovedrequest","description":"This API call can be used to auto-approve requests for a particular endpoint and security system. These requests can be used to create, update, or delete types of entitlement requests.\r\nThe auto-approved request is shown in Request History.\r\n\r\nNote: There should be a workflow with grant access already created with ‘AUTOAPPROVAL’ name and the workflow should be added to externalconfig.properties file with below details:\r\nsav.autoapprovalwfname=AUTOAPPROVAL.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params:\r\n`username`,\r\n`requestor`,\r\n`requestaccess` - [endpoint,securitysystem, requesttype, accountname]\r\n\r\nOptional params:\r\n`comments`,\r\n`requestaccess` - [entitlement (entitlement.ADD, entitlement.REMOVE), requestaccessattr]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 19:25:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6c10284a-9630-47f5-867e-4670bb62fe38; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"B2727F9928B82B70BFB01AB5FF30BF3B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6c10284a-9630-47f5-867e-4670bb62fe38","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\",\n    \"RequestId\" : \"10122\"\n}"}],"_postman_id":"78725f77-c691-4aca-8fba-c913b0bb86ba"},{"name":"Create Birthright Request","id":"a6314fbc-a3b5-4eee-ac4b-6b9dc43f44e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"REQUESTTYPE","value":"1","type":"text"},{"key":"COMMENTS","value":"test","type":"text"},{"key":"USERNAME","value":"dbailey","type":"text"},{"key":"ACCOUNTNAME","value":"dbailey","type":"text"},{"key":"SYSTEMNAME","value":"System1","type":"text"},{"key":"ENDPOINTS","value":"System1","type":"text"},{"key":"entitlement","value":"testent","type":"text"},{"key":"APPROVER","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createbirthrightrequest","description":"<p>This method creates \"Request\" record for a new user in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:\n<code>SAVUSERNAME</code> - in header,\n<code>REQUESTTYPE</code>,\n<code>REQUESTER</code>,\n<code>COMMENTS</code>,\n<code>USERNAME</code>,\n<code>startdate</code>,\n<code>enddate</code>,\n<code>SYSTEMNAME</code>,\n<code>ENDPOINTS</code>,\n<code>entitlement</code>,\n<code>APPROVER</code>,\n<code>ACCOUNTNAME</code></p>\n","urlObject":{"path":["ECM","{{path}}","createbirthrightrequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4d91b3a9-3117-4c6f-a451-33b5806387df","name":"Create Birthright Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"REQUESTTYPE","value":"1","type":"text"},{"key":"COMMENTS","value":"test","type":"text"},{"key":"USERNAME","value":"dbailey","type":"text"},{"key":"ACCOUNTNAME","value":"dbailey","type":"text"},{"key":"SYSTEMNAME","value":"System1","type":"text"},{"key":"ENDPOINTS","value":"System1","type":"text"},{"key":"entitlement","value":"testent","type":"text"},{"key":"APPROVER","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createbirthrightrequest","description":"This method creates \"Request\" record for a new user in SSM. \n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nOptional params:\n`SAVUSERNAME` - in header,\n`REQUESTTYPE`,\n`REQUESTER`,\n`COMMENTS`,\n`USERNAME`,\n`startdate`,\n`enddate`,\n`SYSTEMNAME`,\n`ENDPOINTS`,\n`entitlement`,\n`APPROVER`,\n`ACCOUNTNAME`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 00:20:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d00e2f97-ae81-4212-b50c-ce527b38af19; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"404C567A87B2C1ABE9B817D9E5B834C3","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d00e2f97-ae81-4212-b50c-ce527b38af19","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"Success\",\n    \"requestId\": \"579652\"\n}"}],"_postman_id":"a6314fbc-a3b5-4eee-ac4b-6b9dc43f44e1"}],"id":"2196a2f7-8c4b-4c8d-8dea-ff9c40b8e498","event":[{"listen":"prerequest","script":{"id":"ae0286d0-b8f3-43a8-b903-e66ef96d4927","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c6911804-a7d5-4c6b-9d53-acf2c0d04861","type":"text/javascript","exec":[""]}}],"_postman_id":"2196a2f7-8c4b-4c8d-8dea-ff9c40b8e498","description":""},{"name":"Update Existing Request","item":[{"name":"Add Approver to existing Request","id":"e7d90aec-020e-44fc-8248-dd339963083a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"dbailey\",\r\n\t\"updateapprover\" : \"johndoe\",\r\n\t\"requestkey\" : \"3363,3364\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to add approver to existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> - comma seprated requestkeys</p>\n<p><code>updateapprover</code> - username of the new approver  </p>\n<p><code>requestor</code> - user who is updating the request</p>\n<p>Optional params:</p>\n<p><code>originalassignee</code> - username of old approver</p>\n<p><code>removeoriginalassignee</code> - true/false(default), if false then the original assignee will remain one of the approvers,\nIf <code>originalassignee</code> is not passed then <code>requestor</code> will be considered as original assignee.</p>\n<p><code>comments</code>,</p>\n<p><code>allowreassign</code> - true/false (default is false)</p>\n","urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4324ba31-5ca8-4093-9ae4-d393a7e2e15a","name":"updateRequest","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\" : \"dbailey\",\r\n\t\"updateapprover\" : \"johndoea\",\r\n\t\"requestkey\" : \"3363\"\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=72bdb5dd-33c7-4ba9-991a-6e194bbcb0e5; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Apr 2019 23:35:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"e7d90aec-020e-44fc-8248-dd339963083a"},{"name":"Add Dynamic Attributes and Entitlements to existing Request","id":"7a15b5af-ec60-41c8-b161-52a9c1cbd497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\": \"lmcneil\",\r\n\t\"requestkey\": \"58\",\r\n\t\"comments\": \"test multiple requestkey\",\r\n\t\"dynamicattributes\": [\r\n\t\t{\r\n\t\t\t\"attribute\": \"Organization\",\r\n\t\t\t\"value\": \"test str\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Administrator (Absence_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 1\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 2\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to add dynamic attributes and add/remove entitlements to existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> - comma seprated requestkeys</p>\n<p><code>requestor</code> - user who is updating the request</p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>dynamicattributes</code> - </p>\n<ol>\n<li><code>attribute</code></li>\n<li><code>value</code></li>\n</ol>\n<p><code>entitlements</code> -</p>\n<ol>\n<li><code>entitlement_value</code></li>\n<li><code>entitlementtype</code></li>\n<li><code>comments</code></li>\n<li><code>action</code> - add/remove</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62be10e2-0fe0-4c07-8855-ba323a514ba0","name":"Add Dynamic Attributes and Entitlements to existing Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"requestor\": \"lmcneil\",\r\n\t\"requestkey\": \"58\",\r\n\t\"comments\": \"test multiple requestkey\",\r\n\t\"dynamicattributes\": [\r\n\t\t{\r\n\t\t\t\"attribute\": \"Organization\",\r\n\t\t\t\"value\": \"test str\"\r\n\t\t}\r\n\t],\r\n\t\"entitlements\": [\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Administrator (Absence_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 1\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"entitlementvalue\": \"Absence Calculations Administrator (Absence_Calculations_Administrator)\",\r\n\t\t\t\"action\": \"add\",\r\n\t\t\t\"entitlementtype\": \"Security-Groups\",\r\n\t\t\t\"comments\": \"test api 2\"\r\n\t\t}\r\n\t]\r\n}"},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 22:13:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestkey\": \"86\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"7a15b5af-ec60-41c8-b161-52a9c1cbd497"},{"name":"Upload Attachment to existing Request","id":"bf64bd7a-7a18-4d89-bb2f-75177732441d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"requestkey","type":"text","value":"3364"}]},"url":"{{url}}/ECM/{{path}}/updateRequest","description":"<p>This API can be used to attach a file to an existing request in <code>SSM</code>.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code></p>\n<p><code>file</code> (In Postman, select form-data for body type. Pass \"file\" in key, select the type as File, and upload the file in the value).</p>\n<p><em><strong>Note</strong></em>: File type needs to be configured as allowed file type in Saviynt.</p>\n","urlObject":{"path":["ECM","{{path}}","updateRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5311bfac-efc0-459f-a89c-744d192fe0a5","name":"updateRequest Attachment","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file"},{"key":"requestkey","type":"text","value":"3364"}]},"url":"{{url}}/ECM/{{path}}/updateRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\""},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 24 Apr 2019 23:53:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"bf64bd7a-7a18-4d89-bb2f-75177732441d"}],"id":"1e73916b-18c5-4b80-910c-caeb1a5cd0cd","_postman_id":"1e73916b-18c5-4b80-910c-caeb1a5cd0cd","description":""},{"name":"Request History","item":[{"name":"Fetch Request History (my pending requests)","id":"e31079aa-da99-425e-8f8e-67d257a24854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"johndoe\",\r\n\t\"status\" : [\"open\",\"expired\",\"completed\"],\r\n\t\"max\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestHistory","description":"<p>This API call can be used to fetch the request history of all the requests submitted by an user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>username</code> - loggedinuser in Saviynt</p>\n<p>Optional params: </p>\n<p><code>status</code> - OPEN/DRAFT/INPROCESS/COMPLETED/EXPIRED/DISCONTINUED. For example: as a list [\"open\",\"expired\"] or a single status like \"open\",</p>\n<p><code>requestkey</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,</p>\n<p><code>sort</code> - requestsubmittedon/duedate/requestid,</p>\n<p><code>order</code> - asc or desc,</p>\n<p><code>requestid</code>,\n<code>duedatestart</code>(MM/dd/yyyy),\n<code>duedateend</code>(MM/dd/yyyy),\n<code>submitdatestart</code>(MM/dd/yyyy),\n<code>submitdateend</code>(MM/dd/yyyy),\n<code>endpoint</code>,\n<code>securitysystem</code>,</p>\n<p><code>firstname</code> (requestedfor user),</p>\n<p><code>lastname</code> (requestedfor user),</p>\n<p><code>assignee</code> - list of usernames,</p>\n<p><code>requesttype</code> - list of requesttypes, (ADD,UPDATEACCOUNT,NEWACCOUNT,DEL,NEWROLEREQUEST,CREATEROLE,MODIFYROLE,CREATEUSER,UPDATEUSER,EXTENDACCESS etc),</p>\n<p><code>approvedby</code> - list of usernames,</p>\n<p><code>rejectedby</code> - list of usernames,</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>showentitlementdetails</code> - true/false,</p>\n<p><code>entresponsefields</code> - if <code>showentitlementdetails</code> is true, sample - \"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"syscritical\",\"risk\",\"privileged\",\"status\",\"confidentiality\"]</p>\n","urlObject":{"path":["ECM","{{path}}","fetchRequestHistory"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3d634693-b4d3-4679-872e-2b07df86e443","name":"Fetch Request History (my pending requests)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\":\"admin\",\r\n\t\"status\" : [\"open\",\"expired\",\"completed\"],\r\n\t\"max\":\"1\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestHistory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bea6a1b3-21f4-480b-8581-3efbc237a54c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 01:45:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"totalcount\": 3693,\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"requests\": [\n        {\n            \"requestid\": \"290037\",\n            \"reqkey\": \"3\",\n            \"requesttype\": \"New Account\",\n            \"requestor\": \"Saviynt AdminUser (admin)\",\n            \"requestedfor\": \"Abhishek Srinivasan (asrinivasan)\",\n            \"requestsubmittedon\": \"2017-07-21 06:22:50\",\n            \"duedate\": \"2017-07-31 06:22:50\",\n            \"status\": \"Completed  \",\n            \"assignee\": \"\",\n            \"endpoints\": \"Okta\",\n            \"endpointname\": \"Okta\",\n            \"requestandtaskstatus\": \"Request completed, Task completed\"\n        }\n    ]\n}"}],"_postman_id":"e31079aa-da99-425e-8f8e-67d257a24854"},{"name":"Fetch Request History Details","id":"76a4348c-7c0e-4703-bb31-442907a4b4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestkey","value":"12","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestHistoryDetails","description":"<p>This API call can be used to fetch the request history details of a request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>requestkey</code></p>\n<p>Optional params:\n<code>taskmetadatalength</code> - Modifies the character limit of provisioning comments and provisioning metadata upto maximum of 10000.\n<code>hideblankapprovername</code> - If true, prevents printing the firstname/lastname if null in the \"State\" field(Default : false)</p>\n<p><em><strong>Note</strong></em> - Provisioning comments in the response will be limited to 200 characters. Provisioning metadata in the response will be limited to 400 characters.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchRequestHistoryDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d2151bbb-57d1-4ef4-925e-134bb350a44e","name":"Fetch Request History Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestkey","value":"3","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestHistoryDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bea6a1b3-21f4-480b-8581-3efbc237a54c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 01:47:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestHistoryDetails\": {\n        \"comments\": \"[07/21/17-null null(admin)] test\",\n        \"managerapproval\": [\n            {\n                \"Entitlement Type\": \"\",\n                \"Assignee\": \"Anirudh Sen (asen)\",\n                \"Start Date\": \"2017-07-21 06:22:51\",\n                \"Approve Date\": \"2017-07-21 06:24:20\",\n                \"Endpoint\": \"Okta\",\n                \"State\": \"Rejected (Saviynt AdminUser(admin))\",\n                \"Business Justification\": \"[07/21/17 -  (admin)] test\",\n                \"endpointname\": \"Okta\",\n                \"Access\": \"New Account Request\",\n                \"Request Type\": \"Request for Access\"\n            }\n        ],\n        \"Tasks\": [\n            {\n                \"Entitlement Type\": \"\",\n                \"Task ID\": 1,\n                \"Account\": \"asrinivasan-Deleted on-10-03-2019 21:11\",\n                \"Assignee\": \"\",\n                \"Owner\": \"admin\",\n                \"User\": \"Abhishek Srinivasan(asrinivasan)\",\n                \"tasktype\": \"NEWACCOUNT\",\n                \"comments\": \"2362b01d4fc01300858ae9628110c7dc<br/>[03/22/18 UTC -Saviynt AdminUser]  save<br/>[03/22/18 UTC -Saviynt AdminUser]  asd\",\n                \"Access\": \"\",\n                \"startdate\": \"2017-07-21 06:22:50\",\n                \"Creation Date\": \"2017-07-21 06:24:20\",\n                \"provisioningmetadata\": \"\",\n                \"enddate\": \"\",\n                \"Endpoint\": \"Okta\",\n                \"updatedate\": \"2018-07-18 21:37:00\",\n                \"State\": \"Discontinued\",\n                \"provisioningcomments\": \"\",\n                \"Entitlement value\": \"\",\n                \"Parent Task\": \"\",\n                \"Security System\": \"Okta\",\n                \"updateuser\": \"admin\"\n            }\n        ],\n        \"dynamicattributes\": [],\n        \"requestor\": \"admin\",\n        \"requestedfor\": \"asrinivasan\",\n        \"requestId\": \"290037\"\n    },\n    \"msg\": \"SUCCESS\",\n    \"tabList\": [\n        \"comments\",\n        \"managerapproval\",\n        \"Tasks\",\n        \"dynamicattributes\",\n        \"requestor\",\n        \"requestedfor\"\n    ],\n    \"count\": 7,\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"76a4348c-7c0e-4703-bb31-442907a4b4b8"},{"name":"Cancel Pending Request","id":"1d87774b-2839-4aab-8f88-9d509cff7828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestor\":\"admin\",\n\"requestkey\":\"2973\",\n\"comments\":\"discontinue comments\"\n}"},"url":"{{url}}/ECM/{{path}}/cancelPendingRequest","description":"<p>This API discontinues an open request in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>requestkey</code> <code>requestor</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","cancelPendingRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a7b7271d-919c-4709-aa14-6c8c54f8f612","name":"Cancel Pending Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"requestor\":\"admin\",\n\"requestkey\":\"2973\",\n\"comments\":\"testing now\"\n}"},"url":{"raw":"{{url}}/ECM/{{path}}/cancelPendingRequest?=","host":["{{url}}"],"path":["ECM","{{path}}","cancelPendingRequest"],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=22600223-b70d-47bf-9f1f-16dabe2506e8; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 08 Oct 2018 19:17:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"1d87774b-2839-4aab-8f88-9d509cff7828"}],"id":"aa327aa1-60a0-42c9-abfc-7e7425212109","_postman_id":"aa327aa1-60a0-42c9-abfc-7e7425212109","description":""},{"name":"Request Approval","item":[{"name":"Get List of Pending Requests for Approver","id":"a18ffc32-313d-43d2-b7fe-28ce7116fa56","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"SAVUSERNAME","value":"admin"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingRequests","description":"<p>This method returns a list of \"Pending Requests\" for approver in SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Header params:\n<code>SAVUSERNAME</code> - logged-in user</p>\n<p>Optional params:\n<code>requestkey</code>,\n<code>assignee</code>,\n<code>max</code>,\n<code>offset</code>,\n<code>requestid</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,\n<code>firstname</code>,\n<code>lastname</code>,\n<code>sort</code> - requestsubmittedon/duedate/requestid/requestkey,\n<code>order</code> - asc/desc,\n<code>submitdatestart</code>,\n<code>submitdateend</code>,\n<code>duedatestart</code>,\n<code>duedateend</code>,\n<code>requestcomments</code>,\n<code>requestorigin</code>,\n<code>endpoint</code> - list of endpoints,\n<code>securitysystem</code> - list of securitysystems,\n<code>assigneeuserkey</code> - list of assignee userkeys,\n<code>assigneeusername</code> - list of usernames,\n<code>requesttype</code> - list of requesttypes,\n<code>entitlementvaluekey</code> - list of entitlement value keys.</p>\n<p><em><strong>Note</strong></em> : Searchable dates in the format MM/dd/yyyy.<br />Sample for list of items - [\"value1\",\"value2\"]</p>\n","urlObject":{"path":["ECM","{{path}}","getPendingRequests"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8c7c7b17-9933-4fa5-8e30-d34877d708d8","name":"Get List of Pending Requests for Approver","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"SAVUSERNAME","value":"admin"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingRequests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2de0e325-6a67-4357-bce8-65622c086b9a; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 22:20:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"total\": 586,\n    \"approverejectall\": \"true\",\n    \"displayCount\": 2,\n    \"errorCode\": \"0\",\n    \"results\": [\n        {\n            \"requestid\": \"2890001\",\n            \"requestkey\": 2747,\n            \"requesttype\": \"Enterprise Role Request\",\n            \"requestor\": \"Tabitha Bowers (tbowers)\",\n            \"requestee\": \"fn ln (admin)\",\n            \"requestdate\": \"2017-10-12 00:10:59\",\n            \"duedate\": \"2017-10-26 00:10:59\",\n            \"activityname\": \"1st UG\",\n            \"assignee\": \"Shania Marquez (smarquez), Cody Richards(crichards), (USASOQ), Brielle Harrell(bharrell)\",\n            \"endpoints\": \"\",\n            \"sod\": \"false\"\n        },\n        {\n            \"requestid\": \"2980254\",\n            \"requestkey\": 2787,\n            \"requesttype\": \"Enterprise Role Request\",\n            \"requestor\": \"Tabitha Bowers (tbowers)\",\n            \"requestee\": \"fn ln (admin)\",\n            \"requestdate\": \"2017-10-23 21:50:50\",\n            \"duedate\": \"2017-11-06 21:50:50\",\n            \"activityname\": \"1st UG\",\n            \"assignee\": \"Shania Marquez (smarquez), Cody Richards(crichards)\",\n            \"endpoints\": \"\",\n            \"sod\": \"false\"\n        }\n    ]\n}"}],"_postman_id":"a18ffc32-313d-43d2-b7fe-28ce7116fa56"},{"name":"Fetch Request Approval Details","id":"6f95336a-d952-4816-8a9d-4b4cb4871d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestKey\":\"3060\",\n\t\"userName\":\"johndoe\",\n\t\"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"soxcritical\",\"risk\",\"priviliged\",\"status\",\"confidentiality\"]\n}"},"url":"{{url}}/ECM/{{path}}/fetchRequestApprovalDetails","description":"<p>This method returns approval details for a given \"RequestId\" (provided in <code>requestKey</code> parameter) and approver (approver provided in <code>userName</code> parameter)</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>requestKey</code>,\n<code>userName</code> - approver username</p>\n<p>Optional params:</p>\n<p><code>entresponsefields</code> - It can have syscritical, soxcritical, risk, privileged, confidentiality, status, displayname, description, any customproperty</p>\n","urlObject":{"path":["ECM","{{path}}","fetchRequestApprovalDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c40df6de-9c80-4509-b30d-7043d6b8dc05","name":"Fetch Request Approval Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"requestKey\":\"3060\",\n\t\"userName\":\"johndoe\",\n\t\"entresponsefields\":[\"description\",\"soxcritical\",\"customproperty1\",\"soxcritical\",\"risk\",\"priviliged\",\"status\",\"confidentiality\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchRequestApprovalDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c6875545-7386-4096-bd35-e189c6087311; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 22:29:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESS\",\n    \"ApprovalRequestDetails\": {\n        \"AccessHeader\": [\n            {\n                \"Title\": \"New Account Request\",\n                \"Count\": 1\n            }\n        ],\n        \"Comments\": \"[11/21/18 UTC -null null(admin)] comment\",\n        \"AccessRequestDetails\": [\n            {\n                \"businessarea\": \"GF\",\n                \"dynamicAttributes\": [\n                    {\n                        \"name\": \"BusinessArea\",\n                        \"value\": \"GF\"\n                    },\n                    {\n                        \"name\": \"CollectiveModule\",\n                        \"value\": \"BPIA\"\n                    },\n                    {\n                        \"name\": \"TPA\",\n                        \"value\": \"True\"\n                    }\n                ],\n                \"tpa\": \"True\",\n                \"typeOfRequest\": \"NEW\",\n                \"modifyTasks\": [],\n                \"endpointdisplayname\": \"Collective\",\n                \"childTasks\": [\n                    {\n                        \"access\": \"BPIA Admin\",\n                        \"taskkey\": 57952,\n                        \"Access\": \"ACCOUNTNAME|USNVAJ@@ENDPOINT|31@@BusinessArea|GF@@CollectiveModule|BPIA@@TPA|True@@\",\n                        \"entTypeDescription\": null,\n                        \"requestdate\": \"2018-11-22 07:41:59.0\",\n                        \"entitlement\": \"Groups\",\n                        \"approvaltype\": \"ManagerAppr\",\n                        \"reqtype\": \"RequestAccess\",\n                        \"businessjustification\": \"[11/21/18 UTC -null null(admin)] mmm add\",\n                        \"assignee\": [\n                            [\n                                \"Ashok  Nayal (gbana5)\"\n                            ]\n                        ],\n                        \"entTypeDisplayName\": null,\n                        \"taskid\": \"3720145___b28fb1af-fb3e-41ba-82e2-d2311910001b\",\n                        \"accessdetails\": {\n                            \"customproperty1\": \"TRUE\",\n                            \"confidentiality\": \"NONE\",\n                            \"displayname\": \"\",\n                            \"soxcritical\": \"NONE\",\n                            \"description\": \"Submitter acces to the BPIA application and the only one with Import abilities\",\n                            \"risk\": \"MEDIUM\",\n                            \"priviliged\": \"NONE\",\n                            \"entitlement_value\": \"BPIA Admin\",\n                            \"status\": \"1\"\n                        }\n                    }\n                ],\n                \"requestedby\": \"admin\",\n                \"modifyTasksCount\": 0,\n                \"endpoint\": \"Collective\",\n                \"accountname\": \"USNVAJ\",\n                \"collectivemodule\": \"BPIA\",\n                \"tasksListCount\": 1,\n                \"childTasksCount\": 1,\n                \"parentTasks\": {\n                    \"businessarea\": \"GF\",\n                    \"requestedby\": \"admin\",\n                    \"endpoint\": \"Collective\",\n                    \"accountname\": \"USNVAJ\",\n                    \"tpa\": \"True\",\n                    \"collectivemodule\": \"BPIA\",\n                    \"taskkey\": 57951,\n                    \"endpointdisplayname\": \"Collective\",\n                    \"taskid\": \"3720142___70c2eb36-7b4f-4e64-80a4-fcba284eea88\"\n                },\n                \"tasksList\": [\n                    {\n                        \"access\": \"BPIA Admin\",\n                        \"taskkey\": 57952,\n                        \"Access\": \"ACCOUNTNAME|USNVAJ@@ENDPOINT|31@@BusinessArea|GF@@CollectiveModule|BPIA@@TPA|True@@\",\n                        \"entTypeDescription\": null,\n                        \"requestdate\": \"2018-11-22 07:41:59.0\",\n                        \"entitlement\": \"Groups\",\n                        \"approvaltype\": \"ManagerAppr\",\n                        \"reqtype\": \"RequestAccess\",\n                        \"businessjustification\": \"[11/21/18 UTC -null null(admin)] mmm add\",\n                        \"assignee\": [\n                            [\n                                \"Ashok  Nayal (gbana5)\"\n                            ]\n                        ],\n                        \"entTypeDisplayName\": null,\n                        \"taskid\": \"3720145___b28fb1af-fb3e-41ba-82e2-d2311910001b\",\n                        \"accessdetails\": {\n                            \"customproperty1\": \"TRUE\",\n                            \"confidentiality\": \"NONE\",\n                            \"displayname\": \"\",\n                            \"soxcritical\": \"NONE\",\n                            \"description\": \"Submitter acces to the BPIA application and the only one with Import abilities\",\n                            \"risk\": \"MEDIUM\",\n                            \"priviliged\": \"NONE\",\n                            \"entitlement_value\": \"BPIA Admin\",\n                            \"status\": \"1\"\n                        }\n                    }\n                ]\n            }\n        ],\n        \"totalCount\": 1\n    },\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"6f95336a-d952-4816-8a9d-4b4cb4871d1a"},{"name":"Approve/Reject each line item in a request","id":"41355c61-35b8-4d3f-8a6c-58f30c21f061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestKey\":138,\n\"approver\":\"admin\",\n\"approvaldata\":[\n{\n\"taskid\":\"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":326,\n\"action\":1\n},\n{\n\"taskid\":\"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":327,\n\"action\":2\n}\n],\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/ApproveRejectDetailRequest","description":"<p>This API is used to approve/reject requests. Before running this call, first we need to run the API to retrieve request approval details in order to obtain the taskid and taskkey.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>requestKey</code>,\n<code>approver</code>,\n<code>approvaldata</code> (taskid, taskkey, action); action:1/2, 1 - approve, 2 - reject</p>\n<p>Optional params:\n<code>comments</code></p>\n<p><em><strong>Note</strong></em>: enableapprovervalidationinapprovalapi flag(with true/false values) can be added in configuration table to enable/disable validations when approver approvers the request.Default value of enableapprovervalidationinapprovalapi flag is null.</p>\n","urlObject":{"path":["ECM","{{path}}","ApproveRejectDetailRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03a3c9f8-87d4-44e4-b9b2-9b5f5dc7bf40","name":"Approve/Reject each line item in a request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestKey\":138,\n\"approver\":\"admin\",\n\"approvaldata\":[\n{\n\"taskid\":\"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":326,\n\"action\":1\n},\n{\n\"taskid\":\"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\",\n\"taskkey\":327,\n\"action\":2\n}\n],\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/ApproveRejectDetailRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=7A3B14A1A7820D58CE7BC60DC76962F5; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e0d762c7-d7f1-4076-a3bd-908d3524fb12; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 00:34:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESSFUL\",\n    \"errorCode\": \"0\",\n    \"approvalResponse\": [\n        {\n            \"result\": \"Accepted\",\n            \"taskkey\": 326,\n            \"taskid\": \"90363___43d9e862-7e02-4de3-825e-56aa6a49557e\"\n        },\n        {\n            \"result\": \"Accepted\",\n            \"taskkey\": 327,\n            \"taskid\": \"90364___43d9e862-7e02-4de3-825e-56aa6a49557e\"\n        }\n    ]\n}"}],"_postman_id":"41355c61-35b8-4d3f-8a6c-58f30c21f061"},{"name":"Get Pending Approvals","id":"18c359c3-bab8-49db-8666-74154f20c65d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"2747\",\n\"username\" : \"admin\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingApprovals","description":"<p>This API returns pending approval details for an approver (approver provided in <code>username</code> parameter).</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>requestkey</code>,<br /><code>max</code>, \n<code>offset</code>,\n<code>requestid</code>,\n<code>requestedfor</code>,\n<code>requestedby</code>,\n<code>firstname</code>,\n<code>lastname</code>,\n<code>sort</code> - requestdate/duedate/requestid/requestkey,\n<code>order</code> - asc/desc,\n<code>submitdatestart</code>,\n<code>submitdateend</code>,\n<code>duedatestart</code>,\n<code>duedateend</code>,\n<code>requestcomments</code>,\n<code>requestorigin</code>,\n<code>endpoint</code> - list of endpoints,\n<code>securitysystem</code> - list of securitysystems,\n<code>assignee</code> - list of assignees,\n<code>assigneeusername</code> - list of usernames,</p>\n<p><code>requesttypes</code> - comma-seperated list of requesttype constants</p>\n<p>Example :\n\"requesttypes\":\"1,2,3\",</p>\n<p><code>entitlementvaluekey</code> - list of entitlement value keys,\n<code>hidecompletedapprovals</code> - true/ false (default is false).</p>\n<p><em><strong>Note</strong></em> : Searchable dates in the format MM/dd/yyyy.<br />Sample for list of items - [\"value1\",\"value2\"]</p>\n","urlObject":{"path":["ECM","{{path}}","getPendingApprovals"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c399c4d-d4be-4b5a-af33-91ac9ffbe3c4","name":"Get Pending Approvals","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"2747\",\n\"username\" : \"admin\"\n}"},"url":"{{url}}/ECM/{{path}}/getPendingApprovals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=CF9837DA003B330575290FE7F8534229; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=39e6c0cb-bf5d-4860-a3fd-41cf99884215; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 13 Dec 2019 23:38:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"SUCCESS\",\n    \"totalApprovals\": \"1\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"results\": [\n        {\n            \"requestid\": \"2890001\",\n            \"requestkey\": 2747,\n            \"requesttype\": \"Enterprise Role Request\",\n            \"requestor\": \"Damien Bailey (dbailey)\",\n            \"requestee\": \"fn ln (admin)\",\n            \"requestdate\": \"2017-10-12 00:10:59\",\n            \"duedate\": \"2017-10-26 00:10:59\",\n            \"activityname\": \"1st UG\",\n            \"assignee\": \"fn ln (admin) ,\",\n            \"endpoints\": \"\",\n            \"accessRequestCount\": 1,\n            \"accessRequestDetails\": [\n                {\n                    \"typeOfRequest\": \"MODIFY\",\n                    \"modifyTasks\": [\n                        {\n                            \"role\": \"Analyst Level\",\n                            \"roleSyscritical\": \"0\",\n                            \"roleDisplayName\": null,\n                            \"taskkey\": 56703,\n                            \"approvalstatus\": \"NEW\",\n                            \"requestdate\": \"2017-10-12 00:10:59\",\n                            \"roleReqtype\": \"EnterpriseRoleRequest\",\n                            \"roleSoxcritical\": \"2\",\n                            \"approvaltype\": \"1st UG\",\n                            \"reqtype\": \"RequestAccess\",\n                            \"assignee\": [\n                                [\n                                    \"Shania Marquez (smarquez)\"\n                                ],\n                                [\n                                    \"Mathew Chapman (mchapman)\"\n                                ],\n                                [\n                                    \"Grant Logan (glogan)\"\n                                ],\n                                [\n                                    \"Cody Richards (crichards)\"\n                                ]\n                            ],\n                            \"roleDescription\": \"this is description | for testing UI\",\n                            \"roleRisk\": \"\",\n                            \"taskid\": \"2890038___c8f3c948-5c38-450d-9218-f61c02dcf6c0\"\n                        }\n                    ],\n                    \"requestorusername\": \"admin\",\n                    \"childTasks\": [],\n                    \"modifyTasksCount\": 1,\n                    \"tasksListCount\": 1,\n                    \"childTasksCount\": 0,\n                    \"parentTasks\": {},\n                    \"tasksList\": [\n                        {\n                            \"role\": \"Analyst Level\",\n                            \"roleSyscritical\": \"0\",\n                            \"roleDisplayName\": null,\n                            \"taskkey\": 56703,\n                            \"approvalstatus\": \"NEW\",\n                            \"requestdate\": \"2017-10-12 00:10:59\",\n                            \"roleReqtype\": \"EnterpriseRoleRequest\",\n                            \"roleSoxcritical\": \"2\",\n                            \"approvaltype\": \"1st UG\",\n                            \"reqtype\": \"RequestAccess\",\n                            \"assignee\": [\n                                [\n                                    \"Shania Marquez (smarquez)\"\n                                ],\n                                [\n                                    \"Mathew Chapman (mchapman)\"\n                                ],\n                                [\n                                    \"Grant Logan (glogan)\"\n                                ],\n                                [\n                                    \"Cody Richards (crichards)\"\n                                ]\n                            ],\n                            \"roleDescription\": \"this is description | for testing UI\",\n                            \"roleRisk\": \"\",\n                            \"taskid\": \"2890038___c8f3c948-5c38-450d-9218-f61c02dcf6c0\"\n                        }\n                    ],\n                    \"longtext###31###1170\": \"fdffffffffffffff\",\n                    \"typeOfRoleRequest\": \"ENTERPRISE ROLE\",\n                    \"username\": \"usngom\",\n                    \"useremail\": \"gbana5@saviynt.com\"\n                }\n            ],\n            \"comments\": \" Request Reassigned\"\n        }\n    ]\n}"}],"_postman_id":"18c359c3-bab8-49db-8666-74154f20c65d"},{"name":"Approve/Reject entire request","id":"3da146f9-654f-49b8-ae60-cbda858a3681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"89\",\n\"requestid\":\"1490046\",\n\"reqaction\":\"1\",\n\"approver\":\"admin\",\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectRequest","description":"<p>This API is used to approve/reject entire request.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>requestid</code> or <code>requestkey</code> (if both are passed requestkey will be considered),\n<code>reqaction</code>:1/2, 1 - approve, 2 - reject</p>\n<p>Optional params:\n<code>approver</code> (if not passed, the token user is used)\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","approveRejectRequest"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b81087f4-825e-4fe8-ac65-b0b454067b5d","name":"Approve/Reject entire request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"requestkey\":\"89\",\n\"requestid\":\"1490046\",\n\"reqaction\":\"1\",\n\"approver\":\"admin\",\n\"comments\":\"approval comment\"\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=132f53b6-07e3-4845-bf82-e507151d8018; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 Jul 2020 21:22:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"0\",\n    \"message\": \"success\"\n}"}],"_postman_id":"3da146f9-654f-49b8-ae60-cbda858a3681"}],"id":"3603f669-4a06-411d-ad7e-6abb4127357c","_postman_id":"3603f669-4a06-411d-ad7e-6abb4127357c","description":""},{"name":"Tasks","item":[{"name":"Create Task","item":[{"name":"Create Task - New Account","id":"92d7b7b2-c6c5-45bc-86ec-8fd13068949a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"username\": \"johndoe\",\n\"accountname\":\"johndoe\",\n\"endpointname\":\"System1\",\n\"tasktype\":\"NEW\",\n\"assignmenttype\":\"ENTITLEMENTS\",\n\"comments\":\"add a comment\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a new account task for a specific user in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>tasktype</code> - NEW,\n<code>username</code>,\n<code>endpointname</code>,\n<code>accountname</code></p>\n<p>Optional params:\n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2f16ddad-0ec3-4292-9838-642a33de4f3b","name":"Create Task - Entitlement","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:33:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5635cd24-1439-4a6f-b340-4cdf5efb3409; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5635cd24-1439-4a6f-b340-4cdf5efb3409","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"Status\":\"Success\",\"TaskID List\":[10697]}"}],"_postman_id":"92d7b7b2-c6c5-45bc-86ec-8fd13068949a"},{"name":"Create Task - Update Account","id":"8645a67d-14cc-434a-85e6-cbd62d032bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"UPDATEACCOUNT","type":"text"},{"key":"assignmenttype","value":"ACCOUNTS","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new account, or remove account.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>assignmenttype</code> -ACCOUNTS,\n<code>tasktype</code> - UPDATEACCOUNT/DELETEACCOUNT/ENABLEACCOUNT/DISABLEACCOUNT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>accountname</code></p>\n<p>Optional params:\n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bbc382ac-e351-4ec2-b1f0-d0564b90d658","name":"Create Task - Accounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"UPDATEACCOUNT","type":"text"},{"key":"assignmenttype","value":"ACCOUNTS","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new account, or remove account.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params:\n`assignmenttype` -ACCOUNTS,\n`tasktype` - UPDATEACCOUNT/DELETEACCOUNT/ENABLEACCOUNT/DISABLEACCOUNT,\n`username`,\n`endpointname`,\n`accountname`\n\nOptional params:\n`comments`\n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:34:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=83dcbb55-60d3-454c-a0ac-05793e16cc5e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"83dcbb55-60d3-454c-a0ac-05793e16cc5e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"message\":\" Tasks created. IDs:: 10698 \"}"}],"_postman_id":"8645a67d-14cc-434a-85e6-cbd62d032bcb"},{"name":"Create Task - Entitlement","id":"83538b3e-9f1f-43a7-9032-d1121f3e524b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ENTITLEMENTS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"testent","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to add an access, or remove access.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>tasktype</code> - NEW/ADD/DEL,\n<code>username</code>,\n<code>endpointname</code>,\n<code>accountname</code>,\n<code>entitlementtype</code>,\n<code>entitlementvalue</code></p>\n<p>Optional params:\n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e2c3b4b2-b116-4e7b-9bba-982fc4b7d605","name":"Create Task - Entitlement","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"accountname","value":"johndoe","type":"text"},{"key":"endpointname","value":"System1","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ENTITLEMENTS","type":"text"},{"key":"entitlementtype","value":"Access","type":"text"},{"key":"entitlementvalue","value":"testent","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to add an access, or remove access.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params: \n`assignmenttype` - ENTITLEMENTS,\n`tasktype` - NEW/ADD/DEL,\n`username`,\n`endpointname`,\n`accountname`,\n`entitlementtype`,\n`entitlementvalue`\n\nOptional params:\n`comments`\n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:33:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5635cd24-1439-4a6f-b340-4cdf5efb3409; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5635cd24-1439-4a6f-b340-4cdf5efb3409","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"Status\":\"Success\",\"TaskID List\":[10697]}"}],"_postman_id":"83538b3e-9f1f-43a7-9032-d1121f3e524b"},{"name":"Create Task - Roles","id":"5370ba06-8739-4b30-9081-0e8a6c9eb832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ROLES","type":"text"},{"key":"rolename","value":"Fire Fighter,EnterPrise","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new role or remove role.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>assignmenttype</code> - ROLES, \n<code>tasktype</code> - NEW/ADD/DEL, \n<code>username</code>,  <code>rolename</code> - can be comma separated list of roles</p>\n<p>Optional params: \n<code>comments</code>\n<code>source</code>(Default : WEBSERVICE)</p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"28186fba-e58c-4ee9-9d0d-449ba8358527","name":"Create Task - Roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"johndoe","type":"text"},{"key":"tasktype","value":"ADD","type":"text"},{"key":"assignmenttype","value":"ROLES","type":"text"},{"key":"rolename","value":"Fire Fighter,EnterPrise","type":"text"},{"key":"comments","value":"add a comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createtask","description":"This API call can be used to create a task for a specific user in a specific endpoint. Depending on the selected task type, it will create a task to create new role or remove role.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params: \n`assignmenttype` - ROLES, \n`tasktype` - NEW/ADD/DEL, \n`username`,  `rolename` - can be comma separated list of roles\n\nOptional params: \n`comments`\n`source`(Default : WEBSERVICE)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 04:36:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=faac769c-9e21-4483-b841-2972e30e86c2; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"faac769c-9e21-4483-b841-2972e30e86c2","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"message\":\" Tasks created. IDs:: 10699, 10700, 10701 \"}"}],"_postman_id":"5370ba06-8739-4b30-9081-0e8a6c9eb832"},{"name":"Create Task - AD Group","id":"5e8082b2-6e68-43e3-90a4-c8c244ed6f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=suffix26,OU=Groups,DC=saviyntadmin,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"CREATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a new entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - CREATEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"03d60c3b-278a-400c-9cf5-29b340bc51a4","name":"Create Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=suffix26,OU=Groups,DC=saviyntadmin,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"CREATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e3ded590-e0f9-4df2-9dfe-f0ea9ede1ba2; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 21:35:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642635\n    ]\n}"}],"_postman_id":"5e8082b2-6e68-43e3-90a4-c8c244ed6f38"}],"id":"a415d082-8359-44e5-bab7-ffdb8d52150c","_postman_id":"a415d082-8359-44e5-bab7-ffdb8d52150c","description":""},{"name":"Update Task","item":[{"name":"AD Group","item":[{"name":"Update Task - AD Group","id":"a948f26a-a6fb-4509-a109-264943b2d8fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create an update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d6c3da91-2a6b-467b-aeaa-6e9659f8fe51","name":"Update Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dc8b5571-9db5-47ec-aa62-eb2e665b9fe8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 22:36:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642637\n    ]\n}"}],"_postman_id":"a948f26a-a6fb-4509-a109-264943b2d8fe"},{"name":"Update Task Add Access - AD Group","id":"7345e298-1824-46ca-a941-d0b4b970f8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSADD\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create an add access update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENTACCESSADD,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code>,\n<code>entitlementvalues</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7345e298-1824-46ca-a941-d0b4b970f8bf"},{"name":"Update Task Remove Access - AD Group","id":"e02a971b-a5b3-41d0-bb87-19f5718f0b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"role\": \"CN=rec2,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSREMOVE\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"testent\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a remove access update entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - UPDATEENTITLEMENTACCESSREMOVE,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code>,\n<code>entitlementvalues</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c0590873-8032-4f96-97d9-1978423f636e","name":"Update Task Remove Access - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"role\": \"CN=rec2,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"UPDATEENTITLEMENTACCESSREMOVE\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"entitlementvalues\": [\n        \"testent\"\n    ],\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=65F3487C5EA71796169B7776854D9393; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bea6a1b3-21f4-480b-8581-3efbc237a54c; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 23 Dec 2020 01:27:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642647\n    ]\n}"}],"_postman_id":"e02a971b-a5b3-41d0-bb87-19f5718f0b5d"}],"id":"f04665ed-47bb-4c15-b306-a22405a5f972","_postman_id":"f04665ed-47bb-4c15-b306-a22405a5f972","description":""},{"name":"Complete Single Task","id":"119381ac-eb11-4669-a2f3-316d9e0cf683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"taskid","type":"text","value":"12212"},{"key":"provisioning","type":"text","value":"true"}]},"url":"{{url}}/ECM/{{path}}/completetask","description":"<p>This method closes a single open task in SSM - both in \"New\" and \"InProgress\" state.</p>\n<p>Mandatory params:</p>\n<p><code>taskid</code> - Unique ID of the task.</p>\n<p>Optional params:</p>\n<p><code>provisioning</code> - true or false,</p>\n<p><code>updateuser</code> - username of user who is updating the task,</p>\n<p><code>completeassociatedtasks</code> - true or false,</p>\n<p><code>emailto</code>,</p>\n<p><code>notify</code> - use this if you want to pick up data from the task, sample - \"notify\":[\"USER\",\"requestor\",\"MANAGER\"],</p>\n<p><code>emailbody</code>,</p>\n<p><code>subject</code>,</p>\n<p><code>from</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","completetask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"43d38b6b-47c1-46ae-8def-6507c9212ca8","name":"Complete Single Task","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"taskid","type":"text","value":"12212"},{"key":"provisioning","type":"text","value":"true"}]},"url":"{{url}}/ECM/{{path}}/completetask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=162b97f8-1977-481e-9b6f-df80854735e6; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2019 20:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \" <TaskUpdate>Taskid12212=true</TaskUpdate>  <Provisioning>Taskid 12212 = true </Provisioning> \",\n    \"completedtasks\": [\n        12212\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"Success\",\n    \"failedtasks\": []\n}"}],"_postman_id":"119381ac-eb11-4669-a2f3-316d9e0cf683"},{"name":"Complete Bulk Tasks","id":"cee77ac6-9406-46e0-926d-2d8d60732bfd","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"taskkeytocomplete\":[  \r\n      {  \r\n         \"taskid\":\"12172\",\r\n         \"taskdata\":\"password1\",\r\n         \"provisioningComments\":\"comments\"\r\n      },\r\n      {  \r\n         \"taskid\":\"12173\",\r\n         \"taskdata\":\"password2\"\r\n      }\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/completetask","description":"<p>This method closes multiple open tasks in SSM - both in \"New\" and \"InProgress\" state.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>taskkeytocomplete</code> with taskid </p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - username of user who is updating the task,</p>\n<p><code>taskkeytocomplete</code> with taskdata - taskdata is password for the task, and provisioningComments</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","completetask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a2838147-49e0-4e64-bf1a-a52d8377cadc","name":"Complete Task 1","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"taskkeytocomplete\":[  \r\n      {  \r\n         \"taskid\":\"12172\",\r\n         \"taskdata\":\"password1\",\r\n         \"provisioningComments\":\"comments\"\r\n      },\r\n      {  \r\n         \"taskid\":\"12173\",\r\n         \"taskdata\":\"password2\"\r\n      }\r\n   ]\r\n}"}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 20:25:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c74b47c1-e9fc-4b01-a1c2-6a25f6a1d2d1; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F781F555E3ADC68C5A3562830D6362BA","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"c74b47c1-e9fc-4b01-a1c2-6a25f6a1d2d1","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"result\": {\r\n        \"12172\": \"Completed\",\r\n        \"12173\": \"Completed\"\r\n    },\r\n    \"errorCode\": \"0\",\r\n    \"message\": \"Success\"\r\n}"}],"_postman_id":"cee77ac6-9406-46e0-926d-2d8d60732bfd"},{"name":"Update Tasks","id":"ae6970f7-b67c-424d-bcf8-4bd1b24ccfe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"acook\",\n    \"taskKeyToUpdate\": [\n        {\n            \"taskid\": \"26937\",\n            \"provisioningMetadata\": \"test1\",\n            \"updatetype\": \"completetask\",\n            \"taskownerusergroup\": \"usrgrpname\"\n        },\n        {\n            \"taskid\": \"26936\",\n            \"provisioningMetadata\": \"test2\",\n            \"taskowneruser\": \"lkrause\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/updateTasks","description":"<p>It can update certain params of a task as well as complete a task.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>taskKeyToUpdate</code></p>\n<p>Optional params: \n<code>updatetype</code> (if this is set to \"completetask\" then refer completetask api and pass appropriate params as well),</p>\n<p><code>comments</code>,  </p>\n<p><code>provisioningComments</code>, </p>\n<p><code>provisioningMetadata</code>,  </p>\n<p><code>password</code>, </p>\n<p><code>status</code>,  </p>\n<p><code>ticketId</code>,</p>\n<p><code>taskownerusergroup</code>/<code>taskowneruser</code>,  </p>\n<p><code>updateuser</code> - username of user who is updating the task, </p>\n<p><code>completeassociatedtasks</code> - true / false,</p>\n<p><code>emailto</code>,  </p>\n<p><code>notify</code> - to pick up data from the task, supported values - \"notify\":[\"USER\",\"requestor\",\"MANAGER\"], </p>\n<p><code>from</code>,  </p>\n<p><code>subject</code>, </p>\n<p><code>emailbody</code></p>\n","urlObject":{"path":["ECM","{{path}}","updateTasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a70c15c5-409a-4989-ad1b-54a37d2420e9","name":"Update Tasks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 21:18:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4d096faf-91b6-4c63-87af-014c2aa174a0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0F504BF7823E5033FA63D93091395A1F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4d096faf-91b6-4c63-87af-014c2aa174a0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"26937\": {\r\n        \"result\": \" <TaskUpdate>Taskid2070=true</TaskUpdate> \",\r\n        \"msg\": \"Update successful. completetask Success\",\r\n        \"errorCode\": \"0\",\r\n        \"completedtasks\": [\r\n\t        2070\r\n\t    ],\r\n\t    \"failedtasks\": []\r\n    },\r\n    \"26936\": {\r\n        \"msg\": \"Task id not found\",\r\n        \"errorCode\": \"1\"\r\n    }\r\n}"}],"_postman_id":"ae6970f7-b67c-424d-bcf8-4bd1b24ccfe6"},{"name":"Discontinue Tasks","id":"1110f6d9-97e5-45d5-a2e5-9e4ca6a28c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"updateuser\":\"johndoe\",\n    \"taskkeytodiscontinue\": [\n        {\n            \"taskid\": \"12213\",\n            \"comments\": \"test comment\",\n            \"discontinueassociatedtask\": \"true\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/discontinueTask","description":"<p>This method discontinues open tasks in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:</p>\n<p><code>taskkeytodiscontinue</code>-</p>\n<p>1.<code>taskid</code></p>\n<p>Optional params:</p>\n<p><code>taskkeytodiscontinue</code>-</p>\n<p>1.<code>updateuser</code> - username of user who is updating the task,</p>\n<p>2.<code>discontinueassociatedtask</code> - true or false,</p>\n<p>3.<code>comments</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","discontinueTask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c096a3f4-2560-44a7-b5db-9f3735452856","name":"Discontinue Tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"taskkeytodiscontinue\": [\n        {\n            \"taskid\": \"12213\",\n            \"comments\": \"test comment\",\n            \"discontinueassociatedtask\": \"true\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=feebd3a9-e2be-4f12-a216-cf9c5f5937d7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 15 Oct 2019 18:35:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"12213\": \"Discontinued\"\n    },\n    \"msg\": \"Success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"1110f6d9-97e5-45d5-a2e5-9e4ca6a28c02"},{"name":"Discontinue All Pending Tasks","id":"2fb4d7e3-c458-4e64-b9eb-c6ed844c35c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"discontinue from api\",\n    \"updateuser\" : \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueAllPendingTask","description":"<p>This API can be used to discontinue all pending tasks.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Optional params: \n<code>updateuser</code></p>\n<p><code>commentsrequest</code></p>\n","urlObject":{"path":["ECM","{{path}}","discontinueAllPendingTask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b7f8386b-72ad-4d04-a095-85220e7d16a5","name":"Discontinue All Pending Tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"discontinue from api\",\n    \"updateuser\" : \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/discontinueAllPendingTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 17:51:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"process started to discontinue all tasks\",\n    \"errorcode\": 0\n}"}],"_postman_id":"2fb4d7e3-c458-4e64-b9eb-c6ed844c35c0"}],"id":"cf41fbbd-cda4-46c8-8ce9-0d24ba1affee","event":[{"listen":"prerequest","script":{"id":"cf8b066d-b333-4498-ad8f-e27310822a55","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76de010d-839c-4d4d-a524-f4b82c30ac76","type":"text/javascript","exec":[""]}}],"_postman_id":"cf41fbbd-cda4-46c8-8ce9-0d24ba1affee","description":""},{"name":"Task Details","item":[{"name":"Fetch Task Details","id":"14cede3f-4cbc-424c-ba0a-79ae4584d0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"statusint","value":"3,4","type":"text"},{"key":"source","value":"WEBSERVICE","type":"text"},{"key":"tasktype","value":"5","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchTasks","description":"<p>This method returns a <code>list</code> of provisioning tasks, that correspond to a particular IT Application (e.g Microsoft Active Directory) modeled in SSM as \"Endpoint\" of a \"Security System\".</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>TASKSTATUS</code> - PENDING/PENDINGCREATE/COMPLETED/COMPLETED_AND_DISCONTINUE/DISCONTINUE, </p>\n<p>Optional params:</p>\n<p><code>endpoint</code> - endpoint key,\n<code>endpointname</code>, <code>endpointdescription</code>, </p>\n<p><code>securitysystem</code> - securitysystem key,</p>\n<p><code>loggedinusername</code> - username of user who wants to fetch the tasks,\n<code>upadteuser</code>, \n<code>requestedby</code>, \n<code>username</code>, \n<code>firstname</code>, \n<code>lastname</code>,\n<code>account</code> - accountname, </p>\n<p><code>entitlement_value</code>, \n<code>entitlement_glossary</code>, \n<code>entitlementowner</code> - entitlementowner key,\n<code>entitlementtypekey</code>, </p>\n<p><code>requestid</code>, \n<code>parenttaskid</code>, \n<code>taskid</code>, \n<code>taskowneruser</code> - userkey of owner,\n<code>taskownerusername</code> - username of owner, \n<code>taskownerusergroup</code> - usergroup key, \n<code>taskownerusergroupname</code> - usergroup name, \n<code>max</code>, <code>offset</code>,\n<code>statusint</code> - List of comma-seperated integer equivalent task status(3 - Complete, 4 - Discontinue and so on)\n<code>source</code> - List of comma-seperated source types(REQUEST/WEBSERVICE/CERTIFICATION and so on)\n<code>requestkey</code> - List of comma-seperated requestkeys\n<code>requestaccesskey</code> - List of comma-seperated requestaccesskey\n<code>tasktype</code> - List of comma-seperated integer equivalent task types(3 - New Account, 5 - Change Password and so on)\n<code>getEntitlementObj</code> - Values: true/false, if true returns the entitlement details associated with the task</p>\n<p><code>getAccountObj</code> - Values: true/false, if true returns the account details asociated with the task,</p>\n<p><code>taskmetadatalength</code> - Modifies the charcater limit of provisioning comments and provisioning metadata upto maximum of 10000.</p>\n<p><em><strong>Note</strong></em> - Provisioning comments in the response will be limited to 200 characters. Provisioning metadata in the response will be limited to 400 characters.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchTasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4400500a-2921-43f4-b8aa-4e487e60f61e","name":"Fetch Task Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"TASKSTATUS","value":"PENDING","type":"text"},{"key":"taskid","value":"26936","type":"text","disabled":true}]},"url":"{{url}}/ECM/{{path}}/fetchTasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9583c532-fd69-4855-87ec-23e4ac2a62d8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 21:46:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\",\n    \"totalrecords\": \"2\",\n    \"totaltasks\": \"2\",\n    \"tasks\": [\n        {\n            \"TASKID\": \"12066\",\n            \"TASKTYPE\": \"Add Access\",\n            \"PARENTTASK\": \"\",\n            \"USER\": \"ahinton\",\n            \"ACCOUNT\": \"ahinton\",\n            \"SECURITYSYSTEM\": \"AccessManager\",\n            \"ENDPOINT\": \"Access Manager\",\n            \"ENTITLEMENT_VALUEKEY\": \"ROLE_ADMIN\",\n            \"REQUESTKEY\": \"4790331\",\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2019-06-20 12:35:07\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"\",\n            \"STARTDATE\": \"\",\n            \"ENDDATE\": \"\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"Entitlement with new account for this application\",\n            \"REQUESTACCESSKEY\": 9560,\n            \"ENTITLEMENTTYPE\": \"Role\"\n        },\n        {\n            \"TASKID\": \"12067\",\n            \"TASKTYPE\": \"Add Access\",\n            \"PARENTTASK\": \"\",\n            \"USER\": \"glogan\",\n            \"ACCOUNT\": \"glogan\",\n            \"SECURITYSYSTEM\": \"AccessManager\",\n            \"ENDPOINT\": \"Access Manager\",\n            \"ENTITLEMENT_VALUEKEY\": \"AWS_ADMIN\",\n            \"REQUESTKEY\": \"4790331\",\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2019-06-20 12:35:07\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"\",\n            \"STARTDATE\": \"\",\n            \"ENDDATE\": \"\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"Entitlement with new account for this application\",\n            \"REQUESTACCESSKEY\": 9560,\n            \"ENTITLEMENTTYPE\": \"Role\"\n        }\n    ]\n}"},{"id":"b92bf546-1ecc-4c87-a7ca-d7cdcec35b1f","name":"Fetch Task Details 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"statusint","value":"1","type":"text"},{"key":"source","value":"REQUEST","type":"text"},{"key":"tasktype","value":"1","type":"text"},{"key":"requestkey","value":"4120,4427,4438","type":"text"},{"key":"requestaccesskey","value":"7686,8318,8319","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchTasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Dec 2020 23:22:20 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=xRyFMWaHIiJQJ0/lEaZPkWJsDJlk3yEkUU3CWg33z4GWMbrCUwtUY7AjUODhMSBoPPUVQ8ageWNpBPxmGSQmjWgf1LiPx9YI+o5KGZLQ5cK5iHk1WBfwQXhkx64J; Expires=Tue, 15 Dec 2020 23:22:20 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=xRyFMWaHIiJQJ0/lEaZPkWJsDJlk3yEkUU3CWg33z4GWMbrCUwtUY7AjUODhMSBoPPUVQ8ageWNpBPxmGSQmjWgf1LiPx9YI+o5KGZLQ5cK5iHk1WBfwQXhkx64J; Expires=Tue, 15 Dec 2020 23:22:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=48496b2f-265d-4db0-8270-de877b86532b; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://ssm-dev-servicenow.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Successful\",\n    \"errorCode\": \"0\",\n    \"totalrecords\": \"2\",\n    \"totaltasks\": \"2\",\n    \"tasks\": [\n        {\n            \"TASKID\": \"10643080\",\n            \"TASKTYPE\": \"Add Access\",\n            \"PARENTTASK\": \"10643079-New\",\n            \"USER\": \"1000001\",\n            \"ACCOUNT\": \"New A/c -1000001\",\n            \"SECURITYSYSTEM\": \"AWS\",\n            \"ENDPOINT\": \"AWS\",\n            \"ENTITLEMENT_VALUEKEY\": \"AOLAuditAccess-AOLAuditRWGroup-R3M3MF\",\n            \"REQUESTID\": \"2802231\",\n            \"REQUESTKEY\": 4427,\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2020-11-03 12:06:37\",\n            \"UPDATEDATE\": \"2020-11-03 12:06:37\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"\",\n            \"STARTDATE\": \"2020-11-03 00:00:00\",\n            \"ENDDATE\": \"2020-11-19 00:00:00\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"request\",\n            \"REQUESTACCESSKEY\": 8318,\n            \"ENTITLEMENTTYPE\": \"AWSGroup\"\n        },\n        {\n            \"TASKID\": \"10643081\",\n            \"TASKTYPE\": \"Add Access\",\n            \"PARENTTASK\": \"10643079-New\",\n            \"USER\": \"1000001\",\n            \"ACCOUNT\": \"New A/c -1000001\",\n            \"SECURITYSYSTEM\": \"AWS\",\n            \"ENDPOINT\": \"AWS\",\n            \"ENTITLEMENT_VALUEKEY\": \"AOLAuditAccess-AOLAudit-1TODOQ\",\n            \"REQUESTID\": \"2802231\",\n            \"REQUESTKEY\": 4427,\n            \"OWNERKEY\": \"admin\",\n            \"CREATIONDATE\": \"2020-11-03 12:06:37\",\n            \"UPDATEDATE\": \"2020-11-03 12:06:37\",\n            \"STATUS\": \"New\",\n            \"upadteuser\": \"\",\n            \"STARTDATE\": \"2020-11-03 00:00:00\",\n            \"ENDDATE\": \"2020-11-19 00:00:00\",\n            \"PROVISIONINGCOMMENTS\": \"\",\n            \"PROVISIONINGMETADATA\": \"\",\n            \"COMMENTS\": \"request\",\n            \"REQUESTACCESSKEY\": 8319,\n            \"ENTITLEMENTTYPE\": \"AWSGroup\"\n        }\n    ]\n}"}],"_postman_id":"14cede3f-4cbc-424c-ba0a-79ae4584d0e4"},{"name":"Fetch Request Access Attributes","id":"cf5196b6-7797-4ef0-b897-f8c7fb798183","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"requestaccesskey","value":"10","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchRequestAccessAttributes","description":"<p>This method returns approval history details for a given \"RequestAccessKey\"(provided in <code>requestaccesskey</code> parameter)</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:\n<code>requestaccesskey</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchRequestAccessAttributes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"746bcbfa-dc23-4dd8-847c-80c88c85823b","name":"Fetch Request Access Attributes","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 23:59:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e407de8e-587e-473b-9429-44a7b579cd01; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"65858CCDCC35A80EA9CCCE76B8D174D0","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e407de8e-587e-473b-9429-44a7b579cd01","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"result\":[{\"ATTRIBUTE_NAME\":\"ACCOUNTNAME\",\"ATTRIBUTE_VALUE\":\"glogan\",\"ACCOUNTS_COLUMN\":\"\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"ENDPOINT\",\"ATTRIBUTE_VALUE\":\"19\",\"ACCOUNTS_COLUMN\":\"\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"companyAffiliation\",\"ATTRIBUTE_VALUE\":\"\",\"ACCOUNTS_COLUMN\":\"customproperty11\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"Company Affiliation\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"},{\"ATTRIBUTE_NAME\":\"tool\",\"ATTRIBUTE_VALUE\":\"\",\"ACCOUNTS_COLUMN\":\"customproperty12\",\"ATTRIBUTEGROUP\":\"\",\"ATTRIBUTELABLE\":\"Tool\",\"DESCRIPTION\":\"\",\"ATTRIBUTE_OLDVALUE\":\"\"}],\"size\":4,\"errorCode\":\"0\"}"}],"_postman_id":"cf5196b6-7797-4ef0-b897-f8c7fb798183"},{"name":"Check Task Status","id":"7963f383-a08f-44be-8a16-5b7475c045f0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"taskid","value":"2700","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkTaskStatus","description":"<p>This API can be used to check the task status. Response can return task status as “New/Complete/In Progress/Discontinued”.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>taskid</code></p>\n","urlObject":{"path":["ECM","{{path}}","checkTaskStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"284d5d07-8e26-49f9-813a-74d1080703ef","name":"Check Task Status","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 21:03:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5c687cd8-1750-4b0d-8d44-b3beb62fba7a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"F781F555E3ADC68C5A3562830D6362BA","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5c687cd8-1750-4b0d-8d44-b3beb62fba7a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"Status\": \"Complete\",\n    \"UpdateDate\": \"2018-08-09 03:29:13.0\",\n    \"ProvisioningMetadata\": null,\n    \"Comments\": \"test comments\",\n    \"ProvisioningComments\": null,\n    \"UpdateUser\": \"admin\"\n}"}],"_postman_id":"7963f383-a08f-44be-8a16-5b7475c045f0"}],"id":"02300528-00fc-407b-982a-80e9c5cc0c0c","_postman_id":"02300528-00fc-407b-982a-80e9c5cc0c0c","description":""},{"name":"Delete Task","item":[{"name":"Delete Task - AD Group","id":"5d104eb2-cd22-47ea-a074-186f5af22a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"DELETEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask","description":"<p>This API call can be used to create a delete entitlement task in a specific endpoint.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>tasktype</code> - DELETEENTITLEMENT,\n<code>username</code>,\n<code>endpointname</code>,\n<code>username</code></p>\n<p>Optional params:\n<code>assignmenttype</code> - ENTITLEMENTS,\n<code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","createtask"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e6bff86-e1aa-49af-afd6-910ea83bf989","name":"Delete Task - AD Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"1000007\",\n    \"role\": \"CN=rec,OU=Groups,DC=corpAD,DC=saviynt,DC=com\",\n    \"endpointname\": \"SaviyntAD\",\n    \"tasktype\": \"DELETEENTITLEMENT\",\n    \"assignmenttype\": \"ENTITLEMENTS\",\n    \"comments\": \"ent task from api\"\n}"},"url":"{{url}}/ECM/{{path}}/createtask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dc8b5571-9db5-47ec-aa62-eb2e665b9fe8; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 22 Dec 2020 22:58:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"errorcode\": \"0\",\n    \"TaskID List\": [\n        10642638\n    ]\n}"}],"_postman_id":"5d104eb2-cd22-47ea-a074-186f5af22a20"}],"id":"bd0b306e-ab21-4e86-9ca2-a8c67805d7d5","_postman_id":"bd0b306e-ab21-4e86-9ca2-a8c67805d7d5","description":""}],"id":"49b415fa-4387-404c-958d-b81537837938","_postman_id":"49b415fa-4387-404c-958d-b81537837938","description":""}],"id":"9afda263-78e4-42bd-878c-0c06ee88b583","_postman_id":"9afda263-78e4-42bd-878c-0c06ee88b583","description":""},{"name":"5.0 Delegated Administration","item":[{"name":"Get Delegate User List","id":"2b11163f-4fe3-4c4e-a788-ea8f268321fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"parentusername\" : \"acook\",\n\t\"searchCriteria\" :\t\"d*\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getDelegateUserList","description":"<p>This API returns list of users that are allowed to be added as delegate for a parentuser in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>parentusername</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>searchCriteria</code> - example \"t*\" or \"<em>te</em>\" or \"test\" to search in username or firstname or lastname for the delegate user</p>\n","urlObject":{"path":["ECM","{{path}}","getDelegateUserList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"685aff1f-12d7-4292-bb24-48ac805f32e8","name":"Get Delegate User List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"parentusername\" : \"acook\",\n\t\"searchCriteria\" :\t\"d*\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/getDelegateUserList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=dab029a9-a0d4-45ff-a6da-52099e4c17b3; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 Dec 2018 22:41:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"firstname\": \"Damien\",\n            \"username\": \"dbailey\",\n            \"lastname\": \"Baliey\"\n        },\n        {\n            \"firstname\": \"Deanna\",\n            \"username\": \"dodonnell\",\n            \"lastname\": \"Odonnell\"\n        }\n    ],\n    \"msg\": \"Success\",\n    \"displayCount\": \"2\",\n    \"errorCode\": \"0\",\n    \"totalCount\": \"166\"\n}"}],"_postman_id":"2b11163f-4fe3-4c4e-a788-ea8f268321fa"},{"name":"Create Delegate","id":"77213f17-371d-43b7-9ceb-6653f77b6e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"10142018","type":"text"},{"key":"delegateenddate","value":"08182019","type":"text"},{"key":"parentusername","value":"acook","type":"text"},{"key":"description","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createDelegate","description":"<p>This method creates a new delegate for a parent User. The input parameters of this method contains the details of the Parent User as well as the one to whom the Delegation is carried out.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>userName</code> - this is user who is creating the delegation,</p>\n<p><code>name</code> - name of delegate,</p>\n<p><code>delegateusername</code> - this is the user who should be assigned as the delegate of the parent user,</p>\n<p><code>delegatestartdate</code> - in format MMDDYYY,</p>\n<p><code>delegateenddate</code> - in format MMDDYYY</p>\n<p>Optional params:</p>\n<p><code>parentusername</code> - this is the parent username, if not passed it will consider <code>userName</code> as parentusername,</p>\n<p><code>description</code></p>\n","urlObject":{"path":["ECM","{{path}}","createDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"93da9b04-c31a-4b17-b803-4cd05ab39a13","name":"Create Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"U011556","type":"text"},{"key":"delegatestartdate","value":"07142020","type":"text"},{"key":"delegateenddate","value":"08182020","type":"text"},{"key":"parentusername","value":"U013053","type":"text"},{"key":"description","value":"","type":"text"}]},"url":"{{url}}/ECM/{{path}}/createDelegate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb12b0ba-7fc5-48e8-ac65-4e6537207af7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Jul 2020 22:39:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \" Delegate created\",\n    \"delegatekey\": \"1\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"77213f17-371d-43b7-9ceb-6653f77b6e2e"},{"name":"Fetch Existing Delegates List","id":"723869eb-13b8-4c76-9cad-d09039216954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"acook\",\n\t\"status\":\"ACTIVE\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchDelegatesList","description":"<p>This API is used to retrieve the list of existing delegates and their details.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>userName</code> - this is the parentusername</p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code>,</p>\n<p><code>status</code> - values can be ACTIVE / INACTIVE</p>\n","urlObject":{"path":["ECM","{{path}}","fetchDelegatesList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9aab6f28-68a0-400d-8e10-fd0455aa83d5","name":"Fetch Existing Delegates List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"U013053\",\n\t\"status\":\"ACTIVE\",\n\t\"max\":\"2\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchDelegatesList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bb12b0ba-7fc5-48e8-ac65-4e6537207af7; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 01 Jul 2020 22:42:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"delegateList\": [\n        {\n            \"delegatekey\": \"1\",\n            \"name\": \"delegatetest\",\n            \"description\": \"\",\n            \"parentusername\": \"U013053\",\n            \"parentFirstName\": \"Maureen\",\n            \"parentLastName\": \"Knauber\",\n            \"delegateFirstName\": \"Daniel\",\n            \"delegateLastName\": \"Schibler\",\n            \"status\": \"ACTIVE\",\n            \"delegateusername\": \"U011556\",\n            \"startdate\": \"07/14/2020\",\n            \"enddate\": \"08/18/2020\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"totalCount\": \"1\",\n    \"delegateCount\": 1\n}"}],"_postman_id":"723869eb-13b8-4c76-9cad-d09039216954"},{"name":"Edit Delegate","id":"f1211f66-c207-4968-a1c6-032efc063e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"acook","type":"text"},{"key":"parentusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"09142018","type":"text"},{"key":"delegateenddate","value":"10122018","type":"text"},{"key":"description","value":"test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/editDelegate","description":"<p>This method is used to edit a specific delegate. The input parameters of this method contain the details of the Parent User as well as the one to whom the Delegation is carried out.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>key</code> - this is the delegatekey,</p>\n<p><code>userName</code> - this is user who is updating the delegation,</p>\n<p><code>name</code> - name of delegate,</p>\n<p><code>delegateusername</code> - this is the user who should be assigned as the delegate of the parent user,</p>\n<p><code>delegatestartdate</code> - in format MMDDYYY,</p>\n<p><code>delegateenddate</code> - in format MMDDYYY</p>\n<p>Optional params:</p>\n<p><code>parentusername</code> - this is the parent username, if not passed it will consider <code>userName</code> as parentusername</p>\n<p><code>description</code></p>\n","urlObject":{"path":["ECM","{{path}}","editDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"91886d0f-265f-4685-9608-c3031d753704","name":"Edit Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"},{"key":"name","value":"delegatetest","type":"text"},{"key":"delegateusername","value":"acook","type":"text"},{"key":"parentusername","value":"dbailey","type":"text"},{"key":"delegatestartdate","value":"09142018","type":"text"},{"key":"delegateenddate","value":"10122018","type":"text"},{"key":"description","value":"test","type":"text"}]},"url":"{{url}}/ECM/{{path}}/editDelegate","description":"This method is used to edit a specific delegate. The input parameters of this method contain the details of the Parent User as well as the one to whom the Delegation is carried out.\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n\n`key` - this is the delegatekey,\n\n`userName` - this is user who is updating the delegation,\n\n`name` - name of delegate,\n\n`delegateusername` - this is the user who should be assigned as the delegate of the parent user,\n\n`delegatestartdate` - in format MMDDYYY,\n\n`delegateenddate` - in format MMDDYYY\n\nOptional params:\n\n`parentusername` - this is the parent username, if not passed it will consider `userName` as parentusername\n\n`description`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 00:17:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=3b3657f3-ac68-45b6-91d2-0eb0da5a49f9; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BA09100E8B505F5B13127B3CC6CCB012","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"3b3657f3-ac68-45b6-91d2-0eb0da5a49f9","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\" Delegate Updated\",\"errorCode\":\"0\"}"}],"_postman_id":"f1211f66-c207-4968-a1c6-032efc063e9e"},{"name":"Delete Delegate","id":"8e816921-0125-45d2-adc7-63a730f7faaa","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"}]},"url":"{{url}}/ECM/{{path}}/deleteDelegate","description":"<p>This API is used to delete a specific delegate. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params: </p>\n<p><code>userName</code> - this is the user who is deleting the delegate,</p>\n<p><code>key</code> - the is the delegatekey</p>\n","urlObject":{"path":["ECM","{{path}}","deleteDelegate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bc070ea3-ce2d-4b66-a810-cfad84052706","name":"Delete Delegate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userName","value":"admin","type":"text"},{"key":"key","value":"27","type":"text"}]},"url":"{{url}}/ECM/{{path}}/deleteDelegate","description":"This API is used to delete a specific delegate. \n\n\nThe `Authorization` must have `Bearer` followed by `Token`.\n\nMandatory params: \n\n`userName` - this is the user who is deleting the delegate,\n\n`key` - the is the delegatekey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 00:55:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4aa0bffb-f633-4f9f-8602-ca789a6c5db5; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"8344F063F02725FFB31B7B009B3397E1","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4aa0bffb-f633-4f9f-8602-ca789a6c5db5","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\"}"}],"_postman_id":"8e816921-0125-45d2-adc7-63a730f7faaa"}],"id":"47e71b2f-47a6-47e0-9073-3f3915dba246","_postman_id":"47e71b2f-47a6-47e0-9073-3f3915dba246","description":""},{"name":"6.0 Attestations","item":[{"name":"Fetch Attestation List","id":"2b4ebb5e-2847-4e70-83a2-f6e756d752f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"dbailey","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttestationsList","description":"<p>This API call can be used to fetch Attestation list from SSM for a given user.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>userName</code></p>\n<p>Optional params:\n<code>max</code>, <code>offset</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchAttestationsList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"298f391c-48d3-42f2-93d1-3bee5b3c365e","name":"Fetch Attestation List","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:25:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d4a7290e-77a6-4d23-ae52-024795ce1025; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D5B2936E93F47DEE6A96EA5985A66AC5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d4a7290e-77a6-4d23-ae52-024795ce1025","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"attestations\":[{\"id\":368,\"att_name\":\"testAgainET - dbailey (Damien Bailey)\",\"certifier\":\"dbailey\",\"type\":\"Entitlement Owner\",\"createdate\":\"2018-07-17 13:23:13\",\"createdt\":\"2018-07-17 13:23:13\",\"enddate\":\"2018-07-26 14:00:00\",\"updateuser\":\"\",\"updatedate\":\"2018-07-17 13:23:13\",\"status\":\"New\",\"action\":\"\",\"reminderstattus\":\"\",\"actions\":\"\"},{\"id\":367,\"att_name\":\"test - dbailey (Damien Bailey)\",\"certifier\":\"dbailey\",\"type\":\"Entitlement Owner\",\"createdate\":\"2018-06-19 07:28:09\",\"createdt\":\"2018-06-19 07:28:09\",\"enddate\":\"2018-06-28 14:00:00\",\"updateuser\":\"\",\"updatedate\":\"2018-06-19 07:28:09\",\"status\":\"New\",\"action\":\"\",\"reminderstattus\":\"\",\"actions\":\"\"}],\"count\":2,\"errorCode\":\"0\"}"}],"_postman_id":"2b4ebb5e-2847-4e70-83a2-f6e756d752f2"},{"name":"Fetch Attestation Details","id":"6b99f23e-aab6-4eb1-ad78-8c8d5362c8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"dbailey","type":"text"},{"key":"id","value":"368","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttestationDetails","description":"<p>This API call can be used to fetch Attestation details for a particular attestation from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:  </p>\n<p><code>userName</code> - this is the certifier username, </p>\n<p><code>id</code> - this is the attestation id</p>\n","urlObject":{"path":["ECM","{{path}}","fetchAttestationDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"adfbc46a-9ec8-4e00-8809-5a39eda37230","name":"Fetch Attestation Details","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 14:41:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=20e38941-179f-4bef-a46a-7f374c2fe029; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D5B2936E93F47DEE6A96EA5985A66AC5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"20e38941-179f-4bef-a46a-7f374c2fe029","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"count\":1,\"errorCode\":\"0\",\"complete\":\"Y\",\"locked\":\"N\",\"attestationdetails\":[{\"username\":\"smarquez\",\"firstname\":\"Shania\",\"lastname\":\"Marquez\",\"comments\":\"\",\"cp1\":\"IP\",\"cp2\":\"\",\"cp3\":\"Activated\",\"cp4\":\"test\",\"cp5\":\"C\",\"updateuser\":\"acook\",\"totalAccounts\":3,\"certified\":\"Completed\",\"certifiedall\":\"Works For Me\"}]}"}],"_postman_id":"6b99f23e-aab6-4eb1-ad78-8c8d5362c8f4"},{"name":"Certify UserManager Requests","id":"a96b6899-86ef-440d-a52b-bcb1fa6fa5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"verifications\":[  \r\n      {  \r\n         \"id\":\"13\",\r\n         \"employee\":\"dbailey\",\r\n         \"verifier\":\"admin\",\r\n         \"action\":\"DOESNOTWORKFORME\"\r\n      }\r\n   ]\r\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerRequests","description":"<p>This API can be used to certify users employment status for user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>verifications</code> - </p>\n<p><code>employee</code> - Username to whom you want to certify</p>\n<p><code>verifier</code> - Indicates the ‘username’ of the approver/verifier</p>\n<p><code>action</code> - Specify the ‘Action’ you want to take for the respective Campaign. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’</p>\n<p><code>id</code> - Indicates the attestation id for which you want to take action specified in the ‘Action’ parameter.  </p>\n<p>Optional params:</p>\n<p><code>verifications</code> -</p>\n<p><code>comments</code> - Specify the comments you want to mention for taking the respective action</p>\n","urlObject":{"path":["ECM","{{path}}","certifyUserManagerRequests"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9bfe9e15-0d78-4cdf-bd44-3d41207d0cbc","name":"Certify UserManager Requests","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 15:25:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9124cfe4-14fb-43e8-9179-6195545d0aa4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"E64015B459D7E1842BF5E71B6BEB398C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9124cfe4-14fb-43e8-9179-6195545d0aa4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"msg\": \"\",\n    \"count\": 1,\n    \"errorCode\": \"\",\n    \"verifications\": [\n        {\n            \"msg\": \"Success\",\n            \"errorCode\": \"0\",\n            \"id\": \"13\",\n            \"employee\": \"dbailey\"\n        }\n    ]\n}"}],"_postman_id":"a96b6899-86ef-440d-a52b-bcb1fa6fa5bc"},{"name":"Fetch Attestation Account Entitlement Details","id":"f57a50cb-abd5-40de-a17d-0cd604ff05b6","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"19","type":"text"}]},"url":"{{url}}/ECM/{{path}}/fetchAttAccEntDetails","description":"<p>This API call can be used to get the details, status, and keys for accounts and entitlements within user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:<br /><code>id</code> - attestation id</p>\n","urlObject":{"path":["ECM","{{path}}","fetchAttAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"22d5b0fd-4020-4167-bec0-0cde75586a48","name":"Fetch Attestation Account Entitlement Details","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 06:23:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ef915fbd-85f3-4a3b-8605-b4bf7867754e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ef915fbd-85f3-4a3b-8605-b4bf7867754e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Success\",\"accentdetails\":{\"userscount\":2,\"id\":19,\"users\":[{\"firstname\":\"Mina\",\"employeeattuserkey\":152371,\"accountscount\":1,\"accounts\":[{\"accountattkey\":212330,\"entitlements\":[{\"entname\":\"Absence Partner\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":2951,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"Accountant\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":2952,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt1\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4096,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt2\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4097,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"},{\"entname\":\"TestEnt3\",\"enttype\":\"Access\",\"entcriticality\":\"None\",\"entattkey\":4098,\"entcomments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"entcertified\":\"No\"}],\"endpoint\":\"amigopod\",\"comments\":\"Revoked on [08/10/17-null null(admin)] d<br>\",\"accountname\":\"188837\",\"entitlementscount\":5,\"certified\":\"No\"}],\"employeeusername\":\"188837\",\"lastname\":\"Naghavi\"},{\"firstname\":\"Liyan\",\"employeeattuserkey\":25,\"accountscount\":2,\"accounts\":[{\"accountattkey\":25,\"entitlements\":[{\"entname\":\"ROLE_USERS\",\"enttype\":\"Role\",\"entcriticality\":\"None\",\"entattkey\":3,\"entcomments\":\"Certified on [08/10/17-null null(admin)] <br>\",\"entcertified\":\"Yes\"}],\"endpoint\":\"Endpoint1\",\"comments\":\"Certified on [08/10/17-null null(admin)] <br>\",\"accountname\":\"CNLYA9\",\"entitlementscount\":1,\"certified\":\"Yes\"},{\"accountattkey\":151893,\"entitlements\":[{\"entname\":\"Technical Viewer\",\"enttype\":\"Roles\",\"entcriticality\":\"None\",\"entattkey\":168,\"entcomments\":\"\",\"entcertified\":\"No Response\"},{\"entname\":\"Support Viewer\",\"enttype\":\"Roles\",\"entcriticality\":\"None\",\"entattkey\":169,\"entcomments\":\"\",\"entcertified\":\"No Response\"}],\"endpoint\":\"Global Product Catalogue\",\"comments\":\"\",\"accountname\":\"Liyan.Yang\",\"entitlementscount\":2,\"certified\":\"No Response\"}],\"employeeusername\":\"CNLYA9\",\"lastname\":\"Yang\"}]},\"errorCode\":\"0\"}"}],"_postman_id":"f57a50cb-abd5-40de-a17d-0cd604ff05b6"},{"name":"Approve Reject Attestation Account Details","id":"28645bbb-de12-47e4-bab2-9d5ad022d98e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"attid\":\"12\",\r\n\t\"verifier\":\"admin\",\r\n\t\"users\":[{\"userattkey\":\"141679\",\"certified\":\"WORKSFORME\"}],\r\n\t\"accounts\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\"}],\r\n\t\"entitlements\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\",\"entattkey\":\"67\"}],\r\n\t\"comments\" : \"att comment\"\r\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectAttAccEntDetails","description":"<p>This API can be used to approve or reject accounts or entitlements for a user manager attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>attid</code> - attestation id,</p>\n<p><code>id</code> - same as attid,</p>\n<p><code>verifier</code> - Indicates the approver/verifier username verifying the attestation request,</p>\n<p><code>accounts</code> - </p>\n<p>  1.<code>accattkey</code> - Indicates the account id which you want to approve/reject</p>\n<p>  2.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  3.<code>certified</code> - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’</p>\n<p><code>entitlements</code> - </p>\n<p>  1.<code>accattkey</code> - Indicates the account id for which you want to approve/reject for the respective entitlement</p>\n<p>  2.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  3.<code>certified</code> - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’</p>\n<p>  4.<code>entattkey</code> - Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement</p>\n<p>Either accounts or entitlements is mandatory.</p>\n<p>Optional params:</p>\n<p><code>users</code> - </p>\n<p>  1.<code>userattkey</code> - Indicates the user id which you want to approve</p>\n<p>  2.<code>certified</code> -  Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’</p>\n<p><code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","approveRejectAttAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b2a6d4a9-d828-4434-b95e-e8e7daa230dc","name":"Approve Reject Attestation Account Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"attid\":\"12\",\r\n\t\"verifier\":\"admin\",\r\n\t\"users\":[{\"userattkey\":\"141679\",\"certified\":\"WORKSFORME\"}],\r\n\t\"accounts\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\"}],\r\n\t\"entitlements\":[{\"accattkey\":\"3\",\"userattkey\":\"141679\",\"certified\":\"Yes\",\"entattkey\":\"67\"}],\r\n\t\"comments\" : \"att comment\"\r\n}"},"url":"{{url}}/ECM/{{path}}/approveRejectAttAccEntDetails","description":"This API can be used to approve or reject accounts or entitlements for a user manager attestation.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`attid` - attestation id,\r\n\r\n`id` - same as attid,\r\n\r\n`verifier` - Indicates the approver/verifier username verifying the attestation request,\r\n\r\n`accounts` - \r\n\r\n  1.`accattkey` - Indicates the account id which you want to approve/reject\r\n  \r\n  2.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  3.`certified` - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’\r\n  \r\n`entitlements` - \r\n\r\n  1.`accattkey` - Indicates the account id for which you want to approve/reject for the respective entitlement\r\n  \r\n  2.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  3.`certified` - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’\r\n  \r\n  4.`entattkey` - Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement\r\n  \r\n\r\nEither accounts or entitlements is mandatory.\r\n\r\nOptional params:\r\n\r\n`users` - \r\n\r\n  1.`userattkey` - Indicates the user id which you want to approve\r\n  \r\n  2.`certified` -  Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’\r\n  \r\n`comments`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 06:37:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b28d72b9-ac35-47ac-ac6e-a98e7f12cbfe; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"b28d72b9-ac35-47ac-ac6e-a98e7f12cbfe","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n\t\"errorCode\": \"0\",\n    \"msg\": \"Success\"\n    \n}"}],"_postman_id":"28645bbb-de12-47e4-bab2-9d5ad022d98e"},{"name":"Lock Attestation","id":"e281c39f-a0cd-46be-af90-7ebdbf93811c","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"verifier","type":"text","value":"admin"},{"key":"attid","type":"text","value":"19"},{"key":"comments","value":"locking comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/lockAttestation","description":"<p>This API can be used to lock a completed attestation, which is not locked. Once the attestation is locked using lockAttestation, no changes can be made to the attestation.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>verifier</code> - Indicates the approver/verifier username verifying the attestation request,</p>\n<p><code>attid</code> - Indicates the attestation id</p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","lockAttestation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"40a73b59-6b32-49ed-9acf-cdd5f59e19ef","name":"Lock Attestation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"verifier","type":"text","value":"admin"},{"key":"attid","type":"text","value":"19"},{"key":"comments","value":"locking comment","type":"text"}]},"url":"{{url}}/ECM/{{path}}/lockAttestation","description":"This API can be used to lock a completed attestation, which is not locked. Once the attestation is locked using lockAttestation, no changes can be made to the attestation.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`verifier` - Indicates the approver/verifier username verifying the attestation request,\r\n\r\n`attid` - Indicates the attestation id\r\n\r\nOptional params:\r\n\r\n`comments`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 06 Aug 2018 21:48:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6e891410-6048-4462-bec4-3170341a83eb; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"5575A2C186D163DF6ABD7D10A7D2B130","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"6e891410-6048-4462-bec4-3170341a83eb","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Successful\",\"errorCode\":\"0\"}"}],"_postman_id":"e281c39f-a0cd-46be-af90-7ebdbf93811c"}],"id":"09ce3ed7-12ee-4e36-97d8-6713189f356f","_postman_id":"09ce3ed7-12ee-4e36-97d8-6713189f356f","description":""},{"name":"7.0 Campaigns","item":[{"name":"User Manager","item":[{"name":"Fetch Campaign List","id":"7b31f695-3e13-4e08-95bb-375a636c5729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"certifierUsername\":\"admin\",\r\n\"max\":\"5\" ,\r\n\"offset\":\"0\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignList","description":"<p>This API returns list of all campaign's pending to be certified.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>certifierUsername</code></p>\n<p>Optional params:</p>\n<p><code>max</code>, <code>offset</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchCampaignList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c8bcd15c-fc98-43d7-9edb-ffe2c3a95a64","name":"Fetch Campaign List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"certifierUsername\":\"admin\",\r\n\"max\":\"5\" ,\r\n\"offset\":\"0\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c0494f59-0217-4467-8651-6cdc0c878b45; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2019 21:44:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaigns\": [\n        {\n            \"id\": 84,\n            \"campaignName\": \"attachment\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"dbailey (Damien Bailey)\",\n            \"startDate\": \"2017-07-14 00:00:00\",\n            \"endDate\": \"2017-08-06 00:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 94,\n            \"campaignName\": \"default\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"acook (Amaya Cook)\",\n            \"startDate\": \"2017-07-18 17:00:00\",\n            \"endDate\": \"2017-08-04 17:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 106,\n            \"campaignName\": \"dates1\",\n            \"type\": \"User Manager\",\n            \"progress\": \"0%\",\n            \"campaignOwner\": \"crichards (Cody Richards)\",\n            \"startDate\": \"2017-07-21 00:00:00\",\n            \"endDate\": \"2017-08-06 00:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 117,\n            \"campaignName\": \"notification\",\n            \"type\": \"User Manager\",\n            \"progress\": \"41%\",\n            \"campaignOwner\": \"smarquez (Shania Marquez)\",\n            \"startDate\": \"2017-08-01 07:00:00\",\n            \"endDate\": \"2017-09-02 07:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        },\n        {\n            \"id\": 118,\n            \"campaignName\": \"notification2\",\n            \"type\": \"User Manager\",\n            \"progress\": \"53%\",\n            \"campaignOwner\": \"lkrause (Lindsay Krause)\",\n            \"startDate\": \"2017-08-01 07:00:00\",\n            \"endDate\": \"2017-09-02 07:00:00\",\n            \"status\": \"In Progress\",\n            \"action\": \"\",\n            \"reassigned\": \"N/A\"\n        }\n    ],\n    \"count\": 42,\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"7b31f695-3e13-4e08-95bb-375a636c5729"},{"name":"Fetch Campaign Details","id":"bf70faa9-fbc8-4c90-ae3e-2bef59dfa30f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"232\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignDetails","description":"<p>This API return details of a particular campaign required for employee verification. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certifierUsername</code>,\n<code>certkey</code>,\n<code>max</code>,\n<code>offset</code></p>\n<p><em><strong>Note</strong></em>: The user attributes in the response is driven by the attributes selected during the campaign launch.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchCampaignDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2064f97d-d4ea-4f19-b089-4ad42eb265c7","name":"Fetch Campaign Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"232\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e46e8de2-fe87-4986-8bdb-fb927923a1c1; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 20:41:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"232\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"Total Preview Certification\": [\n        \"testLock2 - dbailey (Damien Bailey)\"\n    ],\n    \"campaignDetails\": [\n        {\n            \"certkey\": \"12258\",\n            \"certificationame\": \"testLock2 - dbailey (Damien Bailey)\",\n            \"certifier\": \"dlogan\",\n            \"status\": \"Locked And Task Created\",\n            \"progress\": \"100%\",\n            \"usercount\": 5,\n            \"users\": [\n                {\n                    \"firstname\": \"Tabitha\",\n                    \"comments\": \"\",\n                    \"displayname\": \"Tabitha Bowers\",\n                    \"username\": \"tbowers\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 5,\n                    \"updateuser\": \"dbailey\"\n                },\n                {\n                    \"firstname\": \"Ariana\",\n                    \"comments\": \"\",\n                    \"displayname\": \"Ariana Hinton\",\n                    \"username\": \"00039016-9acb-495d-8912-7bc289d0af1b\",\n                    \"comment\": \"[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey[02/26/19-(admin)] test comments for dbailey\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 1,\n                    \"updateuser\": \"dbailey\"\n                },\n                {\n                    \"firstname\": \"Mathew\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194422\",\n                    \"comment\": \"[02/26/19-(admin)] test comments for DEWHE0\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 2,\n                    \"updateuser\": \"dbailey\"\n                },\n                {\n                    \"firstname\": \"Shania\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194445\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 2,\n                    \"updateuser\": \"dbailey\"\n                },\n                {\n                    \"firstname\": \"Cody\",\n                    \"comments\": \"\",\n                    \"displayname\": \"\",\n                    \"username\": \"194446\",\n                    \"comment\": \"\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"totalaccount\": 1,\n                    \"updateuser\": \"dbailey\"\n                }\n            ]\n        }\n    ],\n    \"complete\": \"Yes\"\n}"}],"_postman_id":"bf70faa9-fbc8-4c90-ae3e-2bef59dfa30f"},{"name":"Certify User Manager for Campaign","id":"e6397c60-921c-4e1e-8b82-180012015c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign","description":"<p>This API will do employee verification for a particular campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>verifications</code> - </p>\n<ol>\n<li><code>campaignId</code></li>\n<li><code>employee </code> - can be one employee or list of employees like - [\"jdoe\",\"\",\"smith\",\"john\"], </li>\n<li><code>verifier</code></li>\n<li><code>action</code> - Valid actions are WORKSFORME/DOESNOTWORKFORME/NORESPONSE,</li>\n<li><code>certkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code> in the <code>verifications</code></p>\n","urlObject":{"path":["ECM","{{path}}","certifyUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a20ee39-2a63-4ad7-b438-f76fe440b34f","name":"certifyUserManagerforCampaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97e1461f-281a-4d13-9063-4bec4406cf5a; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Nov 2018 21:52:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"\",\n    \"count\": 2,\n    \"errorCode\": \"\",\n    \"verifications\": [\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"id\": \"227\",\n            \"employee\": \"acook\"\n        },\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"id\": \"227\",\n            \"employee\": \"crichards\"\n        }\n    ]\n}"},{"id":"e4bbd6ab-6ded-4879-8b73-2b44f0b9bdb1","name":"Certify User Manager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"verifications\": [\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15575\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\",\n            \"comments\": \"test comments for acook\"\n        },\n        {\n            \"campaignId\": \"228\",\n            \"certkey\":\"15576\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\",\n            \"comments\": \"test comments for crichards\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6e2c9642-a791-42bd-a49d-d5b45b45c647; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 19:07:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"verifications\": [\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"campaignId\": \"227\",\n            \"employee\": \"acook\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"DOESNOTWORKFORME\"\n        },\n        {\n            \"msg\": \"success\",\n            \"errorCode\": \"0\",\n            \"campaignId\": \"227\",\n            \"employee\": \"crichards\",\n            \"verifier\": \"dbailey\",\n            \"action\": \"WORKSFORME\"\n        }\n    ]\n}"}],"_postman_id":"e6397c60-921c-4e1e-8b82-180012015c9f"},{"name":"Fetch Account Entitlement Details","id":"b4e5dfc5-d2ff-493c-921e-b80b20dae265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"313\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certifierUsername</code>,\n<code>certkey</code>,\n<code>max</code>(default is 100),\n<code>offset</code>(default is 0),\n<code>returnFlatResponse</code>(can be true or false)</p>\n<p><em><strong>Note</strong></em>: The user attributes in the response is driven by the attributes selected during the campaign launch.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"733794a0-2072-47e1-add7-c2cc56184ef1","name":"fetchCampaignAccEntDetails","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"JSESSIONID=7B64760BF23D9D9FD6F019CFDBB30265; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1f984e5a-5633-4599-bb73-91714ee57f35; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 19:39:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"227\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"12248\",\n            \"certificationname\": \"testAPI1 - dbailey (Damien Bailey)\",\n            \"status\": \"In progress\",\n            \"usercount\": 2,\n            \"users\": [\n                {\n                    \"certuserkey\": 3751,\n                    \"firstname\": null,\n                    \"lastname\": null,\n                    \"username\": \"admin\",\n                    \"certfied\": \"WORKSFORME\",\n                    \"comment\": \"\",\n                    \"accountCount\": 4,\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 6167,\n                            \"accountname\": \"admin\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24639,\n                                    \"entname\": \"ROLE_ADMIN\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24647,\n                                    \"entname\": \"ROLE_USERS\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6177,\n                            \"accountname\": \"ADMIN\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24648,\n                                    \"entname\": \"Roles & Groups Manager\",\n                                    \"enttype\": \"Group\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6179,\n                            \"accountname\": \"ADMIN\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 4,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24650,\n                                    \"entname\": \"Roles & Groups Admin\",\n                                    \"enttype\": \"Group\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24651,\n                                    \"entname\": \"Ent1\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24652,\n                                    \"entname\": \"Ent2\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24653,\n                                    \"entname\": \"Ent3\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6180,\n                            \"accountname\": \"ADMIN\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 3,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24654,\n                                    \"entname\": \"System Administrators\",\n                                    \"enttype\": \"Group\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24655,\n                                    \"entname\": \"Account Admin\",\n                                    \"enttype\": \"Group\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24656,\n                                    \"entname\": \"UserAdmin\",\n                                    \"enttype\": \"Group\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"certuserkey\": 3752,\n                    \"firstname\": \"Amaya\",\n                    \"lastname\": \"Cook\",\n                    \"username\": \"acook\",\n                    \"certfied\": \"DOESNOTWORKFORME\",\n                    \"comment\": \"[11/27/18-(admin)] test comments for 3755[11/27/18-(admin)] test comments for dbailey[11/27/18-(admin)] test comments for dbailey[11/27/18-(admin)] test comments for dbailey\",\n                    \"accountCount\": 7,\n                    \"accounts\": [\n                        {\n                            \"certaccountkey\": 6168,\n                            \"accountname\": \"acook1\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 3,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24638,\n                                    \"entname\": \"ROLE_GLOBAL_REQUESTER\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24639,\n                                    \"entname\": \"ROLE_ADMIN\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24647,\n                                    \"entname\": \"ROLE_USERS\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6181,\n                            \"accountname\": \"acook-Deleted on-01-11-2017 19:36\",\n                            \"endpoint\": \"Global Product Catalogue\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 5,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24657,\n                                    \"entname\": \"User\",\n                                    \"enttype\": \"Ent1\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24658,\n                                    \"entname\": \"Aviation User\",\n                                    \"enttype\": \"Ent2\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24659,\n                                    \"entname\": \"Audit Administrator\",\n                                    \"enttype\": \"Ent3\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24660,\n                                    \"entname\": \"Ent4\",\n                                    \"enttype\": \"Roles\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24661,\n                                    \"entname\": \"Report User\",\n                                    \"enttype\": \"Business Type\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6185,\n                            \"accountname\": \"acook2\",\n                            \"endpoint\": \"Endpoint1\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 1,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24669,\n                                    \"entname\": \"USER\",\n                                    \"enttype\": \"ENtName1\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6186,\n                            \"accountname\": \"NValecha\",\n                            \"endpoint\": \"Nucleus_TR\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24670,\n                                    \"entname\": \"ALL GAS ACCOUNTING MANAGERS\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24671,\n                                    \"entname\": \"CANADA GAS ACCTG PLUS DEALS\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6187,\n                            \"accountname\": \"Nikita.Valecha-Deleted on-01-18-2017 00:49\",\n                            \"endpoint\": \"KSTAT\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24672,\n                                    \"entname\": \"KStat Legal\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24673,\n                                    \"entname\": \"KStat Credit\",\n                                    \"enttype\": \"Role\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6188,\n                            \"accountname\": \"acook6\",\n                            \"endpoint\": \"TestSystem\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24674,\n                                    \"entname\": \"TestEnt\",\n                                    \"enttype\": \"Lease\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24675,\n                                    \"entname\": \"Ent1\",\n                                    \"enttype\": \"EntType1\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        },\n                        {\n                            \"certaccountkey\": 6191,\n                            \"accountname\": \"acook4\",\n                            \"endpoint\": \"Collective\",\n                            \"certified\": \"1\",\n                            \"certfied\": null,\n                            \"comments\": null,\n                            \"entitlementcount\": 2,\n                            \"entitlements\": [\n                                {\n                                    \"certEntitlementkey\": 24682,\n                                    \"entname\": \"Ent1\",\n                                    \"enttype\": \"Groups\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                },\n                                {\n                                    \"certEntitlementkey\": 24683,\n                                    \"entname\": \"Manager\",\n                                    \"enttype\": \"Groups\",\n                                    \"entcriticality\": 0,\n                                    \"entcertified\": null,\n                                    \"entcomments\": null\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"dd23073c-f720-4c9a-8e9a-e61145bfc296","name":"Fetch Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"235\" \r\n} "},"url":"{{url}}/ECM/{{path}}/fetchCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=225044d6-a0c1-40f5-a6b9-5e3584befaf8; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 Apr 2019 20:43:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"msg\": \"successful\",\r\n    \"campaignId\": \"235\",\r\n    \"count\": 2,\r\n    \"errorCode\": \"0\",\r\n    \"complete\": \"No\",\r\n    \"campaignAccountEntDetails\": [\r\n        {\r\n            \"certkey\": \"12265\",\r\n            \"certificationname\": \"campLock2 - dbailey (Damien Bailey)\",\r\n            \"status\": \"New\",\r\n            \"usercount\": 2,\r\n            \"users\": [\r\n                {\r\n                    \"certuserkey\": 3854,\r\n                    \"companyname\": \"\",\r\n                    \"departmentname\": \"\",\r\n                    \"street\": \"\",\r\n                    \"middlename\": \"\",\r\n                    \"jobDescription\": \"\",\r\n                    \"username\": \"admin\",\r\n                    \"certfied\": null,\r\n                    \"comment\": \"\",\r\n                    \"accountCount\": 4,\r\n                    \"accounts\": [\r\n                        {\r\n                            \"certaccountkey\": 6391,\r\n                            \"accountname\": \"admin\",\r\n                            \"endpoint\": \"Endpoint1\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 2,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25579,\r\n                                    \"entname\": \"ROLE_ADMIN\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25586,\r\n                                    \"entname\": \"ROLE_USERS\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6401,\r\n                            \"accountname\": \"ADMIN\",\r\n                            \"endpoint\": \"Endpoint1\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 1,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25587,\r\n                                    \"entname\": \"Roles & Groups Manager\",\r\n                                    \"enttype\": \"Group\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6402,\r\n                            \"accountname\": \"ADMIN\",\r\n                            \"endpoint\": \"Endpoint1\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 4,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25588,\r\n                                    \"entname\": \"Roles & Groups Admin\",\r\n                                    \"enttype\": \"Group\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25589,\r\n                                    \"entname\": \"Ent1\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25590,\r\n                                    \"entname\": \"Ent2\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25591,\r\n                                    \"entname\": \"Ent3\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6403,\r\n                            \"accountname\": \"ADMIN\",\r\n                            \"endpoint\": \"Endpoint1\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 3,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25592,\r\n                                    \"entname\": \"System Administrators\",\r\n                                    \"enttype\": \"Group\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25593,\r\n                                    \"entname\": \"Account Admin\",\r\n                                    \"enttype\": \"Group\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25594,\r\n                                    \"entname\": \"UserAdmin\",\r\n                                    \"enttype\": \"Group\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"certuserkey\": 3855,\r\n                    \"companyname\": \"Information Technology International\",\r\n                    \"departmentname\": \"IAM\",\r\n                    \"street\": \"sqqqq\",\r\n                    \"middlename\": \"wvv\",\r\n                    \"jobDescription\": \"\",\r\n                    \"username\": \"acook\",\r\n                    \"certfied\": null,\r\n                    \"comment\": \"\",\r\n                    \"accountCount\": 4,\r\n                    \"accounts\": [\r\n                        {\r\n                            \"certaccountkey\": 6392,\r\n                            \"accountname\": \"acook\",\r\n                            \"endpoint\": \"Endpoint1\",\r\n                            \"certified\": \"Manually Provisioned\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 2,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25579,\r\n                                    \"entname\": \"ROLE_ADMIN\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25586,\r\n                                    \"entname\": \"ROLE_USERS\",\r\n                                    \"enttype\": \"Role\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6412,\r\n                            \"accountname\": \"crichards\",\r\n                            \"endpoint\": \"SAP_HANA\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 1,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25614,\r\n                                    \"entname\": \"EXECUTE\",\r\n                                    \"enttype\": \"HANA_Role\",\r\n                                    \"entcriticality\": null,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6414,\r\n                            \"accountname\": \"glogan\",\r\n                            \"endpoint\": \"Collective\",\r\n                            \"certified\": \"1\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 2,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25619,\r\n                                    \"entname\": \"Focal Points\",\r\n                                    \"enttype\": \"Groups\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25620,\r\n                                    \"entname\": \"IT Manager\",\r\n                                    \"enttype\": \"Groups\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"certaccountkey\": 6421,\r\n                            \"accountname\": \"mchapman\",\r\n                            \"endpoint\": \"amigopod\",\r\n                            \"certified\": \"Manually Provisioned\",\r\n                            \"certfied\": null,\r\n                            \"comments\": null,\r\n                            \"entitlementcount\": 2,\r\n                            \"entitlements\": [\r\n                                {\r\n                                    \"certEntitlementkey\": 25733,\r\n                                    \"entname\": \"Absence Administrator\",\r\n                                    \"enttype\": \"Access\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                },\r\n                                {\r\n                                    \"certEntitlementkey\": 25734,\r\n                                    \"entname\": \"Absence Partner\",\r\n                                    \"enttype\": \"Access\",\r\n                                    \"entcriticality\": 0,\r\n                                    \"entcertified\": null,\r\n                                    \"entcomments\": null\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b4e5dfc5-d2ff-493c-921e-b80b20dae265"},{"name":"Approve Reject Campaign Account Entitlement Details","id":"31ade07d-c854-4a3d-b48a-f6b7c33680f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"campaignid\": \"228\",\n    \"certkey\":\"12255\",\n    \"verifier\": \"admin\",\n    \"users\": [\n        {\n            \"userattkey\": \"3751\",\n            \"certified\": \"WORKSFORME\",\n            \"comments\": \"test1\"\n        }\n    ],\n    \"accounts\": [\n        {\n            \"accattkey\": \"6177\",\n            \"userattkey\": \"3751\",\n            \"certified\": \"Yes\",\n            \"comments\": \"test2\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"6177\",\n            \"userattkey\": \"3751\",\n            \"certified\": \"Yes\",\n            \"entattkey\": \"24648\",\n            \"comments\": \"test3\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement) along with employment verification.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>accounts</code> -</p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>certified</code></li>\n<li><code>comments</code></li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>entattkey</code> </li>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>certified</code></li>\n<li><code>comments</code></li>\n</ol>\n<p><code>users</code> - </p>\n<ol>\n<li><code>userattkey</code></li>\n<li><code>certified</code></li>\n<li><code>comments</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N)</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","urlObject":{"path":["ECM","{{path}}","approverejectCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fbfa27f1-f3d3-479f-8b69-bb3d9895b797","name":"Approve Reject Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignid\":\"227\", \r\n\"verifier\":\"admin\", \r\n\"users\":[{\"userattkey\":\"3751\",\"certified\":\"WORKSFORME\",\"comments\":\"test1\"}],\r\n\"accounts\":[{\"accattkey\":\"6177\",\"userattkey\":\"3751\",\"certified\":\"Yes\",\"comments\":\"test2\"}], \r\n\"entitlements\":[{\"accattkey\":\"6177\",\"userattkey\":\"3751\",\"certified\":\"Yes\",\"entattkey\":\"24648\",\"comments\":\"test3\"}] \r\n} "},"url":"{{url}}/ECM/{{path}}/approverejectCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=81842bc7-f7b5-41b4-8c0f-2d668faca1e4; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:30:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"31ade07d-c854-4a3d-b48a-f6b7c33680f6"},{"name":"Lock Campaign","id":"d251e26e-8514-4072-8510-27311042201a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\",\r\n\"verifier\":\"dbailey\"\r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign","description":"<p>This API is used to lock campaign after validating whether campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code>,\n<code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code>,\n<code>lockComments</code></p>\n","urlObject":{"path":["ECM","{{path}}","lockCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5b5777a4-0292-46aa-8b21-547a3643b387","name":"Lock Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\" \r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7958f5b1-8e92-4d46-abaf-fa3ae84a1ee6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n\"msg\": \"Success\",\r\n\"lockedcertkey\": [\r\n12255,\r\n12256\r\n],\r\n\"errorCode\": \"0\",\r\n\"Total locked certification\": [\r\n\"testLock1 - smarquez (Shania Marquez)\",\r\n\"testLock1 - crichards (Cody Richards)\"\r\n],\r\n\"Total Incomplete certification\": []\r\n}"}],"_postman_id":"d251e26e-8514-4072-8510-27311042201a"},{"name":"Reassign UserManager Step 1 for Campaign","id":"0acb96f3-e218-4603-aba7-4eb20ddd82e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignUserManagerforCampaign","description":"<p>This API reassigns UserManager for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>newassignee</code></p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","reassignUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"226095b3-0656-41b0-bc8e-058dfcd083b6","name":"Lock Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"campaignId\":\"227\" \r\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=7958f5b1-8e92-4d46-abaf-fa3ae84a1ee6; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 05 Dec 2018 20:49:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n\"msg\": \"Success\",\r\n\"lockedcertkey\": [\r\n12255,\r\n12256\r\n],\r\n\"errorCode\": \"0\",\r\n\"Total locked certification\": [\r\n\"testLock1 - acook (Amaya Cook)\",\r\n\"testLock1 - tbowers (Tabitha Bowers)\"\r\n],\r\n\"Total Incomplete certification\": []\r\n}"},{"id":"d01eb91f-9643-4ed0-92b5-af074e2f664e","name":"Reassign UserManager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/lockCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 19:41:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"0acb96f3-e218-4603-aba7-4eb20ddd82e6"},{"name":"Consult UserManager Step 1 for Campaign","id":"0cb5b2bd-8e84-4e49-8b24-4a31908d5a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}"},"url":"{{url}}/ECM/{{path}}/consultUserManagerforCampaign","description":"<p>This API consults UserManager for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>username</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","consultUserManagerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a9ec9a3-9e64-45b6-a7c9-8af285ae9a17","name":"Consult UserManager for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"Campaign_53\",\n    \"certificationname\": \"Campaign_53 - awsadmin (aws admin)\",\n    \"campaignid\": \"389\",\n    \"certkey\": \"68177\",\n    \"username\": [\n        \"194481\",\n        \"295474\"\n    ],\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultUserManagerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 12 Feb 2020 19:34:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"0cb5b2bd-8e84-4e49-8b24-4a31908d5a4f"},{"name":"Consult Campaign Account Entitlement Details","id":"ae1f99f1-bc76-475f-9333-098befc16e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}"},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails","description":"<p>This API consults User Manager for Campaign at Account and Access Certification Stage in SSM. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>newassignee</code></p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>accounts</code> -</p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>userattkey</code></li>\n<li><code>consultassociatedentitlements</code></li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>accattkey</code> </li>\n<li><code>userattkey</code></li>\n<li><code>entattkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","consultCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e337937d-1677-4cd5-8736-39b51cdd04b4","name":"Consult Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 00:19:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"},{"id":"e7c0a1e8-28b5-4515-8275-423bc09b69b4","name":"Consult Campaign Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \n\t\"updateuser\":\"admin\",\n\t\"campaignname\": \"Campaign_46\",\n\t\"certificationname\": \"Campaign_46 - awsadmin (aws admin)\",\n\t\"campaignid\":\"390\",\n    \"certkey\":\"68179\",\n\t\"newassignee\":\"ahinton\",\n\t\"comments\": \"test2\",\n\t\"accounts\": [\n        {\n            \"accattkey\": \"32740\",\n            \"userattkey\": \"57463\",\n            \"consultassociatedentitlements\" : \"false\"\n        }\n    ],\n    \"entitlements\": [\n        {\n            \"accattkey\": \"32735\",\n            \"userattkey\": \"57451\",\n            \"entattkey\": \"38486\"\n        }\n        ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultCampaignAccEntDetails"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ae1f99f1-bc76-475f-9333-098befc16e07"}],"id":"66e53ea6-2edf-48ef-a5d4-6760cc20d957","_postman_id":"66e53ea6-2edf-48ef-a5d4-6760cc20d957","description":""},{"name":"Entitlement Owner","item":[{"name":"Consult EntitlementOwner Step 1 for Campaign","id":"8955b201-8f66-41b4-bd99-9946ff1adfdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"66\",\n    \"certkey\": \"29299\",\n    \"campaignname\": \"EPICTemplateOwnerQ1Feb1\",\n    \"certificationname\": \"EPICTemplateOwnerQ1Feb1 - U013653 (Chandra Linsley)\",\n    \"newassignee\": \"1000012\",\n    \"comments\": \"Consulted via API\",\n    \"entitlements\": [\n        \"T00274\",\n        \"T00010\"\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOforCampaign","description":"<p>This API consults Entitltment Owner for Campaign at Employment Verification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>entitlements</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","consultEOforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"860e2e69-af59-4a8c-bebe-300aa5eee835","name":"Consult EntitlementOwner Step 1 for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"66\",\n    \"certkey\": \"29299\",\n    \"campaignname\": \"EPICTemplateOwnerQ1Feb1\",\n    \"certificationname\": \"EPICTemplateOwnerQ1Feb1 - U013653 (Chandra Linsley)\",\n    \"newassignee\": \"1000012\",\n    \"comments\": \"Consulted via API\",\n    \"entitlements\": [\n        \"T00274\",\n        \"T00010\"\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Sep 2020 00:09:38 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=V8fH1tQB2A+KKGoHQwYXSQceYHkVAXrMHDE1mSvD955tLbUpNjEULMLXE3zAyv1j3PKfzwgFeKh3ilZw1K0pjhvOddXRtdjfnF++d5/lI9rh7xJia96pDkoUHhuc; Expires=Sat, 19 Sep 2020 00:09:38 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=V8fH1tQB2A+KKGoHQwYXSQceYHkVAXrMHDE1mSvD955tLbUpNjEULMLXE3zAyv1j3PKfzwgFeKh3ilZw1K0pjhvOddXRtdjfnF++d5/lI9rh7xJia96pDkoUHhuc; Expires=Sat, 19 Sep 2020 00:09:38 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9986fb93-9991-4e3f-9d69-0f1d0d8bbcd7; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://ssm-dev-servicenow.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"8955b201-8f66-41b4-bd99-9946ff1adfdc"},{"name":"Consult EntitlementOwner Step 2 for Campaign","id":"3a966a52-a465-474d-a9ad-edd5cdd3e5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultEOCampaignAccEntDetails","description":"<p>This API consults Entitltment Owner for Campaign at Account and Access Certification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>accountentitlements</code> - </p>\n<ol>\n<li><code>entitlement</code></li>\n<li><code>accounts</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","consultEOCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e8ef2c76-2ac8-49d8-827a-baf49f0944fc","name":"Consult EntitlementOwner Step 2 for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/consultEOCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en-US"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Feb 2020 00:11:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"3a966a52-a465-474d-a9ad-edd5cdd3e5dd"},{"name":"Fetch Account Entitlement Details","id":"e7ecf272-d217-429d-a6e7-63fbe4bbe68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"313\",\n\t\"verifier\" : \"admin\",\n\t\"certkey\" : \"12892\",\n\t\"max\" : \"1\",\n\t\"offset\" : \"0\",\n\t\"entitlementmax\" : \"3\",\n\t\"entitlementoffset\" : \"0\",\n\t\"accountmax\" : \"2\",\n\t\"accountoffset\" : \"0\",\n\t\"entitlement2max\" : \"2\",\n\t\"entitlement2offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>accountmax</code></p>\n<p><code>accountoffset</code></p>\n<p><code>entitlement2max</code></p>\n<p><code>entitlement2offset</code></p>\n<p><code>verifier</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ec24b3cb-141f-4879-941e-3cf9f5c0ad48","name":"Fetch Account Entitlement Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"10\",\n\"certkey\": \"25\",\n\"max\" : \"100\",\n\"offset\" : \"0\",\n\"entitlementmax\" : \"100\",\n\"entitlementoffset\" : \"0\",\n\"accountmax\" : \"10\",\n\"accountoffset\" : \"0\",\n\"entitlement2max\"\t: \"2\",\n\"entitlement2offset\" : \"0\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=C8A5A019B3A77662EE1DBA93AB038C81; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 15:37:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"10\",\n    \"displayCount\": 1,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"totalCount\": 1,\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"25\",\n            \"certificationname\": \"testent_test - bkaplan (Brian Kaplan)-Reassigned-2020-07-20-191707\",\n            \"status\": \"Completed\",\n            \"entitlementDisplayCount\": 1,\n            \"entitlementTotalCount\": 1,\n            \"entitlements\": [\n                {\n                    \"certentvalkey\": 146,\n                    \"entitlementType\": \"Security-Groups\",\n                    \"entitlement_value\": \"1099 Analyst (1099_Analyst)\",\n                    \"certfied\": \"APPROVED\",\n                    \"comment\": \"[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-Steve Morgan(smorgan)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/17/20-Steve Morgan(smorgan)]<br> reassigning from API[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment\",\n                    \"consulted\": \"no\",\n                    \"accountdisplaycount\": 0,\n                    \"accounttotalcount\": 0,\n                    \"entitlement2displaycount\": 0,\n                    \"entitlement2totalcount\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e7ecf272-d217-429d-a6e7-63fbe4bbe68a"},{"name":"Fetch Entitlement Owner Campaign Details","id":"05109e52-c026-49e8-9e3c-a9fde8d1e2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"282\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails","description":"<p>This API return details of a particular Entitlement Owner campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n","urlObject":{"path":["ECM","{{path}}","fetchEntOwnerCampaignDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0d11d4ed-e1c1-4e39-a9a2-c44e5f4fe2fb","name":"Fetch Entitlement Owner Campaign Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"10\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 15:42:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"totalCompleteCertification\": [\n        \"testent_test - lmcneil (Logan McNeil)\",\n        \"testent_test - kkrishnan (Kshama Krishnan)-Reassigned-2020-07-15-234436\",\n        \"testent_test - bkaplan (Brian Kaplan)-Reassigned-2020-07-20-191707\"\n    ],\n    \"campaignId\": \"10\",\n    \"displayCount\": 12,\n    \"errorCode\": \"0\",\n    \"campaignDetails\": [\n        {\n            \"certkey\": \"6\",\n            \"certificationame\": \"testent_test - lmcneil (Logan McNeil)\",\n            \"certifier\": \"lmcneil\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"1099 System (1099_System)\",\n                    \"endpoint\": \"Workday\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"admin\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        },\n        {\n            \"certkey\": \"7\",\n            \"certificationame\": \"testent_test - kkrishnan (Kshama Krishnan)-Reassigned-2020-07-15-234436\",\n            \"certifier\": \"kkrishnan\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"Report Writer (Report_Writer)\",\n                    \"endpoint\": \"Workday\",\n                    \"comment\": \"[07/15/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-Steve Morgan(smorgan)] approveComment\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"smorgan\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        },\n        {\n            \"certkey\": \"8\",\n            \"certificationame\": \"testent_test - mreddy (Mahesh Reddy)-Reassigned-2020-07-16-170550\",\n            \"certifier\": \"mreddy\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"9\",\n            \"certificationame\": \"testent_test - rkumar (Rajiv Kumar)-Reassigned-2020-07-16-172607\",\n            \"certifier\": \"rkumar\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"11\",\n            \"certificationame\": \"testent_test - abrennan (Abby Brennan)-Reassigned-2020-07-16-201654\",\n            \"certifier\": \"abrennan\",\n            \"status\": \"New\",\n            \"progress\": \"0%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"12\",\n            \"certificationame\": \"testent_test - abhat (Arjun Bhat)-Reassigned-2020-07-16-202800\",\n            \"certifier\": \"abhat\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"13\",\n            \"certificationame\": \"testent_test - abianchi (Angela Bianchi)-Reassigned-2020-07-16-203801\",\n            \"certifier\": \"abianchi\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"14\",\n            \"certificationame\": \"testent_test - adubois (Alain DuBois)-Reassigned-2020-07-16-211255\",\n            \"certifier\": \"adubois\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"15\",\n            \"certificationame\": \"testent_test - akapoor (Amit Kapoor)-Reassigned-2020-07-16-213238\",\n            \"certifier\": \"akapoor\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"21\",\n            \"certificationame\": \"testent_test - amackenzie (Amanda Mackenzie)-Reassigned-2020-07-17-232752\",\n            \"certifier\": \"amackenzie\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"24\",\n            \"certificationame\": \"testent_test - badams (Ben Adams)-Reassigned-2020-07-20-165843\",\n            \"certifier\": \"badams\",\n            \"status\": \"Fully Executed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 0,\n            \"entitlementdisplaycount\": 0\n        },\n        {\n            \"certkey\": \"25\",\n            \"certificationame\": \"testent_test - bkaplan (Brian Kaplan)-Reassigned-2020-07-20-191707\",\n            \"certifier\": \"bkaplan\",\n            \"status\": \"Completed\",\n            \"progress\": \"100%\",\n            \"totalentitlement\": 1,\n            \"entitlementdisplaycount\": 1,\n            \"entitlement\": [\n                {\n                    \"entitlement_value\": \"1099 Analyst (1099_Analyst)\",\n                    \"endpoint\": \"Workday\",\n                    \"comment\": \"[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/16/20-Steve Morgan(smorgan)]<br> reassigning from API[07/16/20-adminfname adminlname(admin)]<br> reassigning from API[07/17/20-Steve Morgan(smorgan)]<br> reassigning from API[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment[07/20/20-adminfname adminlname(admin)]<br> reassigning from API[07/20/20-Steve Morgan(smorgan)] approveComment\",\n                    \"certfied\": \"APPROVED\",\n                    \"totalaccount\": 0,\n                    \"totalentitlement2\": 0,\n                    \"updateuser\": \"smorgan\",\n                    \"consulted\": \"no\"\n                }\n            ]\n        }\n    ],\n    \"totalCount\": 12,\n    \"complete\": \"No\"\n}"},{"id":"a7e4d1f1-dc11-44a0-a614-baee306f0716","name":"Fetch Entitlement Owner Campaign Details - FAILURE","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"282\",\n\"certkey\": \"12802\"\n}"},"url":"{{url}}/ECM/{{path}}/fetchEntOwnerCampaignDetails"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 22:34:38 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=4Bi4d4FMTHUh9jLJwMlNjU5ljIfk4aQvU8kM4kFdLLZAL9AR0e2ZEfX/xWpuKHCobITswrAJlLP7ax9qOm5vvDiLSloBqqX6uwDTzsR1Ne4tgwuHPuIiGY/zfueW; Expires=Mon, 22 Jun 2020 22:34:38 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=4Bi4d4FMTHUh9jLJwMlNjU5ljIfk4aQvU8kM4kFdLLZAL9AR0e2ZEfX/xWpuKHCobITswrAJlLP7ax9qOm5vvDiLSloBqqX6uwDTzsR1Ne4tgwuHPuIiGY/zfueW; Expires=Mon, 22 Jun 2020 22:34:38 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8892aa42-facf-43a1-9cff-d4212b9a646d; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"certification with certkey 12802 not found for camapignId 282\",\n    \"errorCode\": \"1\"\n}"}],"_postman_id":"05109e52-c026-49e8-9e3c-a9fde8d1e2a6"},{"name":"Fetch Flat Response Entitlement Owner Campaign Details","id":"e9e3a5ec-d13b-49c1-8968-a74d4f8eab6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"322\",\n\"certkey\" : \"12903\",\n\"max\" : \"20\",\n\"offset\" : \"0\",\n\"entitlementmax\" : \"5\",\n\"entitlementoffset\" : \"0\"\n}"},"url":"{{url}}/ECM/{{path}}/getFlatResponseEntOwnerCampaignAccEntDetails","description":"<p>This API return flat details of a particular Entitlement Owner campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n<p><code>entitlementmax</code></p>\n<p><code>entitlementoffset</code></p>\n<p><code>certkey</code></p>\n","urlObject":{"path":["ECM","{{path}}","getFlatResponseEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"700ef83e-07cc-45f4-888c-81dde934d739","name":"Fetch Flat Response Entitlement Owner Campaign Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"campaignId\":\"322\",\n\"certkey\" : \"12903\",\n\"max\" : \"20\",\n\"offset\" : \"0\",\n\"entitlementmax\" : \"5\",\n\"entitlementoffset\" : \"0\"\n}"},"url":"{{url}}/ECM/{{path}}/getFlatResponseEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jul 2020 04:26:35 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=J4PQQhMAqJdBD5sIXNvHN17M1ZxW/Reoul7W0UaWYSQsVLRsxegmRE+vuYAuvsVxC4UWeOzKjHD6lgqIEFDc1n63r9BqQE4QaZgUFffCM+M7/vLYZWsoNtqpMBaZ; Expires=Tue, 28 Jul 2020 04:26:35 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=J4PQQhMAqJdBD5sIXNvHN17M1ZxW/Reoul7W0UaWYSQsVLRsxegmRE+vuYAuvsVxC4UWeOzKjHD6lgqIEFDc1n63r9BqQE4QaZgUFffCM+M7/vLYZWsoNtqpMBaZ; Expires=Tue, 28 Jul 2020 04:26:35 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=34EE270760CBC29BF1DE7C49A23FD70B; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=1b44f67b-b631-44b9-a9cb-a104fd36f097; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"322\",\n    \"count\": 5,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": 12903,\n            \"certificationname\": \"EOTest0619_SelfCert_Reconfigure - A1001 (Suresh Patel)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 3564445,\n            \"entCertfied\": \"APPROVED\",\n            \"entComment\": null,\n            \"Ent_description\": null,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"Sales Agent\",\n            \"Ent_PRIVILEGED\": null,\n            \"enttype\": \"Profile\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[06/19/20-Suresh Patel(A1001)] <br>\",\n            \"accountCount\": 5,\n            \"certaccountkey\": 2059606,\n            \"accountname\": \"A1001\",\n            \"endpoint\": \"Sigma\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"User_departmentname\": \"Finance\",\n            \"User_displayname\": null,\n            \"User_jobCode\": null,\n            \"User_username\": \"A1001\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 12903,\n            \"certificationname\": \"EOTest0619_SelfCert_Reconfigure - A1001 (Suresh Patel)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 3564445,\n            \"entCertfied\": \"APPROVED\",\n            \"entComment\": null,\n            \"Ent_description\": null,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"Sales Agent\",\n            \"Ent_PRIVILEGED\": null,\n            \"enttype\": \"Profile\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[06/19/20-Suresh Patel(A1001)] <br>\",\n            \"accountCount\": 5,\n            \"certaccountkey\": 2059607,\n            \"accountname\": \"A1002\",\n            \"endpoint\": \"Sigma\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"User_departmentname\": \"Finance\",\n            \"User_displayname\": null,\n            \"User_jobCode\": null,\n            \"User_username\": \"A1002\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 12903,\n            \"certificationname\": \"EOTest0619_SelfCert_Reconfigure - A1001 (Suresh Patel)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 3564445,\n            \"entCertfied\": \"APPROVED\",\n            \"entComment\": null,\n            \"Ent_description\": null,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"Sales Agent\",\n            \"Ent_PRIVILEGED\": null,\n            \"enttype\": \"Profile\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[06/19/20-Suresh Patel(A1001)] <br>\",\n            \"accountCount\": 5,\n            \"certaccountkey\": 2059608,\n            \"accountname\": \"A1003\",\n            \"endpoint\": \"Sigma\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"User_departmentname\": \"Finance\",\n            \"User_displayname\": null,\n            \"User_jobCode\": null,\n            \"User_username\": \"A1003\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 12903,\n            \"certificationname\": \"EOTest0619_SelfCert_Reconfigure - A1001 (Suresh Patel)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 3564445,\n            \"entCertfied\": \"APPROVED\",\n            \"entComment\": null,\n            \"Ent_description\": null,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"Sales Agent\",\n            \"Ent_PRIVILEGED\": null,\n            \"enttype\": \"Profile\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[06/19/20-Suresh Patel(A1001)] <br>\",\n            \"accountCount\": 5,\n            \"certaccountkey\": 2059609,\n            \"accountname\": \"A1004\",\n            \"endpoint\": \"Sigma\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"User_departmentname\": \"Accounts\",\n            \"User_displayname\": null,\n            \"User_jobCode\": null,\n            \"User_username\": \"A1004\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        },\n        {\n            \"certkey\": 12903,\n            \"certificationname\": \"EOTest0619_SelfCert_Reconfigure - A1001 (Suresh Patel)\",\n            \"entitlementcount\": 1,\n            \"status\": \"In progress\",\n            \"certentvalkey\": 3564445,\n            \"entCertfied\": \"APPROVED\",\n            \"entComment\": null,\n            \"Ent_description\": null,\n            \"Ent_risk\": null,\n            \"Ent_entitlement_value\": \"Sales Agent\",\n            \"Ent_PRIVILEGED\": null,\n            \"enttype\": \"Profile\",\n            \"entcriticality\": 0,\n            \"history\": \"Belongs to Me on[06/19/20-Suresh Patel(A1001)] <br>\",\n            \"accountCount\": 5,\n            \"certaccountkey\": 2059610,\n            \"accountname\": \"A1005\",\n            \"endpoint\": \"Sigma\",\n            \"accountCertfied\": \"NORESPONSE\",\n            \"accComment\": null,\n            \"accHistory\": null,\n            \"User_departmentname\": \"Accounts\",\n            \"User_displayname\": null,\n            \"User_jobCode\": null,\n            \"User_username\": \"A1005\",\n            \"entitlement2count\": null,\n            \"certentval2key\": null,\n            \"ent2name\": null,\n            \"ent2certified\": null,\n            \"ent2comments\": null,\n            \"ent2History\": null\n        }\n    ]\n}"}],"_postman_id":"e9e3a5ec-d13b-49c1-8968-a74d4f8eab6a"},{"name":"Lock Campaign","id":"65b0f0c2-5edf-451b-96df-6ab75d4fec09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin02\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign","description":"<p>This API is used to lock campaign after validating whether Entitlement Owner campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","urlObject":{"path":["ECM","{{path}}","lockEntOwnerCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"00c4b260-66fe-4ddf-94ae-01c0f29bc8d4","name":"Lock Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 22:52:02 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Hf7Ai0qr0H04jCOJffyXdFEOwuGTULQP1ZjYgzgzjxjqs63QVwCKIZDR1VWQzikw53fgKstfo5lbltttzKP/iH2IrhIHIFhVkvvajx937GBg6rAFRIO7lP04vlOR; Expires=Mon, 22 Jun 2020 22:52:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Hf7Ai0qr0H04jCOJffyXdFEOwuGTULQP1ZjYgzgzjxjqs63QVwCKIZDR1VWQzikw53fgKstfo5lbltttzKP/iH2IrhIHIFhVkvvajx937GBg6rAFRIO7lP04vlOR; Expires=Mon, 22 Jun 2020 22:52:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=97722197-fb2c-41ff-bead-b4b6605a9176; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"lockedcertkey\": [\n        7250\n    ],\n    \"totalIncompleteCertification\": [],\n    \"errorCode\": \"0\",\n    \"totalLockedCertification\": [\n        \"EOCampaign1231_Reconfigure_Reconfigure - admin (admin admin)\"\n    ]\n}"},{"id":"c68fdeef-69c8-4622-8ed9-888d4243e962","name":"Lock Campaign - FAILURE","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"60\",\n\t\"verifier\": \"admin01\",\n\t\"certkey\": \"7250\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockEntOwnerCampaign"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jun 2020 23:02:23 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=UH5KzfhgAtVIXiokrVfF3ttbLdLM2xO4MRUg++P+cy44/lsmL0s0O8WyOYUpa/IZqwhGTqxfCA0GkActlHSHRbreBNn8uPifltMTD2OkwQ+3kHIR44DNwjzGuimJ; Expires=Mon, 22 Jun 2020 23:02:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=UH5KzfhgAtVIXiokrVfF3ttbLdLM2xO4MRUg++P+cy44/lsmL0s0O8WyOYUpa/IZqwhGTqxfCA0GkActlHSHRbreBNn8uPifltMTD2OkwQ+3kHIR44DNwjzGuimJ; Expires=Mon, 22 Jun 2020 23:02:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b3b29e1a-1665-4bda-94b4-65fb77a0b5a9; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Active verifier with name admin01 not found\",\n    \"errorCode\": \"1\"\n}"}],"_postman_id":"65b0f0c2-5edf-451b-96df-6ab75d4fec09"},{"name":"Approve Reject Account Entitlement Details","id":"94e24e78-b6ba-4f8b-b037-9062c274b870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"75\",\n   \"certkey\":\"29305\",\n   \"verifier\":\"admin\",\n   \"bulkUpdate\":\"Y\",\n   \"bulkValidations\": \"N\",\n   \"approveComment\":\"approveComment\",\n   \"rejectComment\":\"rejectComment\",\n   \"doesNotBelongToMeComment\":\"doesNotBelongToMeComment\",\n    \"entitlements2\":[\n      {\n         \"action\":\"APPROVED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470616\",\n         \"comments\":\"test3\"\n      },\n      {\n         \"action\":\"REJECTED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470617\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectEntOwnerCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement).</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>entitlements</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED/DECOMMISSIONED/DOESNOTBELONGTOME)</li>\n<li><code>entattkey</code></li>\n<li><code>comments</code></li>\n</ol>\n<p> OR </p>\n<p><code>accounts</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED)</li>\n<li><code>accattkey</code></li>\n<li><code>entattkey</code></li>\n<li><code>comments</code></li>\n</ol>\n<p> OR </p>\n<p><code>entitlements2</code></p>\n<ol>\n<li><code>action</code>(APPROVED/REJECTED)</li>\n<li><code>entattkey</code></li>\n<li><code>ent2attkey</code></li>\n<li><code>comments</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N) If set to Y, approveComments or rejectComments will be considered at the global level.\nIf set to 'N' then comments at the individual record/user level is considered.</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","urlObject":{"path":["ECM","{{path}}","approverejectEntOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"40d8c016-2d43-4ae2-a086-36a44cc8f43c","name":"Approve Reject Account Entitlement Details 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"75\",\n   \"certkey\":\"29305\",\n   \"verifier\":\"admin\",\n   \"bulkUpdate\":\"Y\",\n   \"bulkValidations\": \"N\",\n   \"approveComment\":\"approveComment\",\n   \"rejectComment\":\"rejectComment\",\n   \"doesNotBelongToMeComment\":\"doesNotBelongToMeComment\",\n    \"entitlements2\":[\n      {\n         \"action\":\"APPROVED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470616\",\n         \"comments\":\"test3\"\n      },\n      {\n         \"action\":\"REJECTED\",\n         \"entattkey\":\"1470605\",\n         \"ent2attkey\":\"1470617\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Sep 2020 01:32:00 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=P3NBF1hb/wvACslX3cVzoUa1PBLPzyLhUHyKgBOOkstQ74zBdEkF3moMG1Srq9tsT9uvaPwcGKcs/6oGdYgMl6G5FOAb6uu/DDZncWPZ23j/nexxpaqpDEvQbKjX; Expires=Sat, 19 Sep 2020 01:32:00 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=P3NBF1hb/wvACslX3cVzoUa1PBLPzyLhUHyKgBOOkstQ74zBdEkF3moMG1Srq9tsT9uvaPwcGKcs/6oGdYgMl6G5FOAb6uu/DDZncWPZ23j/nexxpaqpDEvQbKjX; Expires=Sat, 19 Sep 2020 01:32:00 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7B78DB61D976DC3FF07A2052CCA092B0; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=15895794-d815-460e-8801-42861609759c; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://ssm-dev-servicenow.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"},{"id":"b46479d7-e23b-4a7c-9924-fd2b4626fd5a","name":"Approve Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"313\",\n   \"certkey\":\"12892\",\n   \"verifier\":\"admin\",\n   \"bulkUpdate\":\"N\",\n   \"bulkValidations\": \"N\",\n   \"approveComment\":\"approveComment\",\n   \"rejectComment\":\"rejectComment\",\n   \"doesNotBelongToMeComment\":\"doesNotBelongToMeComment\",\n   \"entitlements\":[\n      {\n         \"action\":\"APPROVED\",\n         \"entattkey\":\"3544427\",\n         \"comments\":\"testEntApproval\"\n      }\n   ],\n   \"accounts\":[\n      {\n         \"accattkey\":\"2029527\",\n         \"entattkey\":\"3544427\",\n         \"action\":\"APPROVED\",\n         \"comments\":\"test1\"\n      },\n      {\n         \"accattkey\":\"2029528\",\n         \"entattkey\":\"3544427\",\n         \"action\":\"REJECTED\",\n         \"comments\":\"test2\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectEntOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Jun 2020 18:02:03 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7LutPG1rZw4PCaMMgaKpWLW7SULXJaXazixe2h311OEx1usAQWmMgkYSJ+gKCw5Y/uZhUCB8Mpnk1HaD8cIxmIyphI4E21/yOIiGfKC/HSGNmC3U9vNQ1YTCwViH; Expires=Tue, 23 Jun 2020 18:02:03 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7LutPG1rZw4PCaMMgaKpWLW7SULXJaXazixe2h311OEx1usAQWmMgkYSJ+gKCw5Y/uZhUCB8Mpnk1HaD8cIxmIyphI4E21/yOIiGfKC/HSGNmC3U9vNQ1YTCwViH; Expires=Tue, 23 Jun 2020 18:02:03 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=da2c7a0b-35bb-4bd8-a9d6-fee556753e1a; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"94e24e78-b6ba-4f8b-b037-9062c274b870"},{"name":"Certify Entitlement Owner for Campaign","id":"023d15c5-e531-4f68-a324-5edbe8dc0c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"verifications\":[\n      {\n         \"campaignId\":\"313\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n         ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12892\",\n         \"action\":\"decommissioned\"\n      },\n      {\n         \"campaignId\":\"314\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n            ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12894\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyEntOwnerforCampaign","description":"<p>This API will do entitlement  verification for a particular campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>verifications</code></p>\n<p><code>camapignId</code></p>\n<p><code>entitlement</code></p>\n<ol>\n<li><code>entitlement</code></li>\n<li><code>endpoint</code></li>\n<li><code>action</code></li>\n</ol>\n<p><code>verifier</code></p>\n<p><code>certkey</code></p>\n<p><code>action(if action param is not passed then entitlement lavel action param will be considered)</code></p>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","certifyEntOwnerforCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"14291a9b-5c14-4809-9b07-cf1787fdb452","name":"Certify Entitlement Owner for Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"verifications\":[\n      {\n         \"campaignId\":\"313\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n         ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12892\",\n         \"action\":\"decommissioned\"\n      },\n      {\n         \"campaignId\":\"314\",\n         \"entitlement\":[\n            {\n               \"entitlement\":\"Analytics User\",\n               \"endpoint\":\"Oracle DRM\",\n               \"action\":\"approved\"\n            }\n            ],\n         \"verifier\":\"admin\",\n         \"certkey\":\"12894\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/certifyEntOwnerforCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 00:41:09 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=TXnbxu8m6LA+la4Ubs+VNuIowTKjbE+q6mZIIV2jOmIPIuQZ39MlLQyo1JQAQi3OGd95ePG9p7L5fvdjMCPDvPc/Df+F0XHOJo1D8THXBaRnx5A//8zDJzno8q07; Expires=Wed, 24 Jun 2020 00:41:09 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TXnbxu8m6LA+la4Ubs+VNuIowTKjbE+q6mZIIV2jOmIPIuQZ39MlLQyo1JQAQi3OGd95ePG9p7L5fvdjMCPDvPc/Df+F0XHOJo1D8THXBaRnx5A//8zDJzno8q07; Expires=Wed, 24 Jun 2020 00:41:09 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d4e2fef7-422c-49f2-9a0c-de1df0e88e1e; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"count\": 2,\n    \"errorCode\": \"0\",\n    \"verifications\": [\n        {\n            \"campaignId\": \"313\",\n            \"entitlement\": [\n                {\n                    \"msg\": \"Success\",\n                    \"endpoint\": \"Oracle DRM\",\n                    \"action\": \"approved\",\n                    \"entitlement\": \"Analytics User\"\n                }\n            ],\n            \"verifier\": \"admin\",\n            \"action\": \"DECOMMISSIONED\",\n            \"certkey\": 12892\n        },\n        {\n            \"campaignId\": \"314\",\n            \"entitlement\": [\n                {\n                    \"msg\": \"Success\",\n                    \"endpoint\": \"Oracle DRM\",\n                    \"action\": \"approved\",\n                    \"entitlement\": \"Analytics User\"\n                }\n            ],\n            \"verifier\": \"admin\",\n            \"certkey\": 12894\n        }\n    ]\n}"}],"_postman_id":"023d15c5-e531-4f68-a324-5edbe8dc0c49"},{"name":"Reassign Entitlement Owner for Campaign","id":"18977c6c-ebfa-4ea6-98be-bea33379d008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEnt","description":"<p>This API reassigns Entitlement Owner for Campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code>(if both are passed then campaignid will be considered)</p>\n<p><code>certificationname</code> or <code>certkey</code>(if both are passed then certkey will be considered)</p>\n<p><code>newassignee</code></p>\n<p><code>entitlements</code></p>\n<p>Optional params:</p>\n<p><code>updateuser</code></p>\n<p><code>bulkupdate</code>(default value 'N')</p>\n<p><code>bulkvalidation</code>(default value 'N')</p>\n<p><code>comments</code></p>\n","urlObject":{"path":["ECM","{{path}}","reassignEntOwnerCampaignAccEnt"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4ce1e65-b8a6-43f4-8370-b1233406a657","name":"Reassign Application Owner for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\":\"smorgan\",\n    \"campaignid\": \"10\",\n    \"certkey\": \"15\",\n    \"entitlements\": [\n        {\n            \"entattkey\": \"146\"\n        }\n    ],\n    \"newassignee\": \"amackenzie\",\n    \"bulkupdate\": \"y\",\n    \"bulkvalidation\": \"y\",\n    \"comments\": \"reassigning from API\"\n}"},"url":"{{url}}/ECM/{{path}}/reassignEntOwnerCampaignAccEnt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=863C3C1D4948DF65336E817EB99E9A2F; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5e661d6e-77c3-43a1-ab94-79f5e87beb79; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jul 2020 23:27:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"18977c6c-ebfa-4ea6-98be-bea33379d008"}],"id":"b5e59967-44e1-47e1-97b7-15005c2c5625","_postman_id":"b5e59967-44e1-47e1-97b7-15005c2c5625","description":""},{"name":"Application Owner","item":[{"name":"Fetch Account Entitlement Details","id":"c4ca2de4-bacb-4baf-9ec1-3a2552023dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"306\",\n\t\"certkey\" : \"12878\",\n\t\"max\" : \"5\",\n\t\"offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchAppOwnerCampaignAccEntDetails","description":"<p>This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>max</code>(default is 100),</p>\n<p><code>offset</code>(default is 0),</p>\n<p><code>returnFlatResponse</code>(can be true or false)</p>\n","urlObject":{"path":["ECM","{{path}}","fetchAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cb0726d3-7a89-44cd-a01b-d2f472999d48","name":"Fetch Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\":\"305\",\n\t\"certkey\" : \"12877\",\n\t\"max\" : \"1\",\n\t\"offset\" : \"0\"\t\n}\n\n"},"url":"{{url}}/ECM/{{path}}/fetchAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 01:22:46 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=rw2VFL1ccsEhbP4UdixWQtArlR4tKHlrQtFWcbAP1WSkYrkGvIN6Ll0PdpCpARuAGEFcln39h+lBssB/9GdA5uJKRJOlWgkW2BvXcT5GN2S3MgtXator7zFEoR4L; Expires=Wed, 24 Jun 2020 01:22:46 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=rw2VFL1ccsEhbP4UdixWQtArlR4tKHlrQtFWcbAP1WSkYrkGvIN6Ll0PdpCpARuAGEFcln39h+lBssB/9GdA5uJKRJOlWgkW2BvXcT5GN2S3MgtXator7zFEoR4L; Expires=Wed, 24 Jun 2020 01:22:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b6a29ea1-44ac-44b3-9fbd-62cd570ac12d; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"campaignId\": \"305\",\n    \"count\": 1,\n    \"errorCode\": \"0\",\n    \"complete\": \"No\",\n    \"campaignAccountEntDetails\": [\n        {\n            \"certkey\": \"12877\",\n            \"certificationname\": \"AOTest0610__1 - AN2022 (ANtest UserAN2022)\",\n            \"status\": \"Completed\",\n            \"accountcount\": 1,\n            \"accounts\": [\n                {\n                    \"certaccountkey\": 2019316,\n                    \"accountname\": \"AN100000\",\n                    \"username\": \"AN100000\",\n                    \"endpoint\": \"Workmap\",\n                    \"securitySystem\": \"Workmap\",\n                    \"certified\": \"Certified\",\n                    \"comments\": null,\n                    \"accountID\": \"AN100000\",\n                    \"displayName\": null,\n                    \"name\": \"AN100000\",\n                    \"owner\": \"A1010\",\n                    \"firstname\": \"ANtest\",\n                    \"lastCertifiedCampaignName\": null,\n                    \"lastCertifiedUser\": null,\n                    \"email\": \"AN100000@saviynt.com\",\n                    \"lastname\": \"UserAN100000\",\n                    \"entitlementcount\": 1,\n                    \"entitlements\": [\n                        {\n                            \"certEntitlementkey\": 3534487,\n                            \"entitlementType\": \"Group\",\n                            \"entcertified\": \"Certified\",\n                            \"entcomments\": \"[06/10/20-ANtest UserAN2022(AN2022)]<br>approved while performance testing.10k<br>\",\n                            \"entitlement_value\": \"View Only\",\n                            \"entcriticality\": 0,\n                            \"entitlementID\": \"View Only\",\n                            \"description\": null,\n                            \"entitlement_glossary\": null\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c4ca2de4-bacb-4baf-9ec1-3a2552023dd0"},{"name":"Approve Reject Account Entitlement Details","id":"87f27218-0581-4083-9825-9a82252d9467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"305\",\n   \"certkey\":\"12877\",\n   \"verifier\":\"admin\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"comments\":\"test2\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"entattkey\":\"3534487\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectAppOwnerCampaignAccEntDetails","description":"<p>This API is used to certify/revoke the user's access (account, entitlement).</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>certkey</code></p>\n<p><code>verifier</code></p>\n<p><code>entitlements</code></p>\n<p><code>accounts</code></p>\n<p>Optional params:</p>\n<p><code>bulkUpdate</code>(Can be Y or N)</p>\n<p><code>approveComment</code></p>\n<p><code>rejectComment</code></p>\n<p><code>doesNotBelongToMeComment</code></p>\n<p><code>bulkValidations</code>(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)</p>\n","urlObject":{"path":["ECM","{{path}}","approverejectAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"842101bf-c054-4ed6-9379-728273ec150a","name":"Approve Reject Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"305\",\n   \"certkey\":\"12877\",\n   \"verifier\":\"admin\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"comments\":\"test2\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2019316\",\n         \"certified\":\"No\",\n         \"entattkey\":\"3534487\",\n         \"comments\":\"test3\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/approverejectAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 01:49:25 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=6ml4tP5cZe7c3tBA9ev8FutYwbrXH1DXxXcVhnMyeu7uvlD2M8FaZdHv8UvEpbWR9IafWwxKV2iOil5wIUqDdI/2gdDX3O5XFKBJmQP06Pl31D5MhFn9ZJ44O0Dn; Expires=Wed, 24 Jun 2020 01:49:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=6ml4tP5cZe7c3tBA9ev8FutYwbrXH1DXxXcVhnMyeu7uvlD2M8FaZdHv8UvEpbWR9IafWwxKV2iOil5wIUqDdI/2gdDX3O5XFKBJmQP06Pl31D5MhFn9ZJ44O0Dn; Expires=Wed, 24 Jun 2020 01:49:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0aa5c121-4762-42ad-977f-ebf55e3f4830; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"certkey\": \"12877\",\n    \"campaignid\": \"305\",\n    \"verifier\": \"admin\",\n    \"entList\": [\n        {\n            \"msg\": \"Certification_account_entitlement1_status updated successfully\",\n            \"comments\": \"test3\",\n            \"accattkey\": \"2019316\",\n            \"certified\": \"No\",\n            \"entattkey\": \"3534487\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"accList\": [\n        {\n            \"msg\": \"Certification_user_account_status updated successfully\",\n            \"comments\": \"test2\",\n            \"accattkey\": \"2019316\",\n            \"certified\": \"No\"\n        }\n    ]\n}"}],"_postman_id":"87f27218-0581-4083-9825-9a82252d9467"},{"name":"Lock Campaign","id":"25b18004-8710-4f15-856b-25648cdc4049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"305\",\n\t\"verifier\": \"admin\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockApplicationOwnerCampaign","description":"<p>This API is used to lock campaign after validating whether Application Owner campaign is completed or not.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignId</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","urlObject":{"path":["ECM","{{path}}","lockApplicationOwnerCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"56157f04-0e08-4693-93ce-4a313fb94c85","name":"Lock Campaign - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"campaignId\": \"305\",\n\t\"verifier\": \"admin\"\n}\n"},"url":"{{url}}/ECM/{{path}}/lockApplicationOwnerCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 02:01:16 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=yP4sb0FU2/uYkAjQKtvtDXHFd1AW1JlN7exZGcpEm3mTuGZA/ayblC9o3TyxC4aMWEdeAUJo8yOZtz1lM8WfUB+ud7akgAyuYNQieSLPd1zFNnh01ySaJYWwXrOQ; Expires=Wed, 24 Jun 2020 02:01:16 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=yP4sb0FU2/uYkAjQKtvtDXHFd1AW1JlN7exZGcpEm3mTuGZA/ayblC9o3TyxC4aMWEdeAUJo8yOZtz1lM8WfUB+ud7akgAyuYNQieSLPd1zFNnh01ySaJYWwXrOQ; Expires=Wed, 24 Jun 2020 02:01:16 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e625d595-9cbd-4097-8ed5-4296282340c4; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"lockedcertkey\": [\n        12877\n    ],\n    \"errorCode\": \"0\",\n    \"Total locked certification\": [\n        \"AOTest0610__1 - AN2022 (ANtest UserAN2022)\"\n    ],\n    \"Total Incomplete certification\": []\n}"}],"_postman_id":"25b18004-8710-4f15-856b-25648cdc4049"},{"name":"Consult AppOwner Account Entitlement Details","id":"d115bda5-347d-4683-8801-4ab2ffc55fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignname\": \"test_ent_acc_camp_2\",\n    \"certificationname\": \"test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)\",\n    \"campaignid\": \"412\",\n    \"certkey\": \"136121\",\n    \"newassignee\": \"ahinton\",\n    \"comments\": \"certifier from API\",\n    \"accountentitlements\": [\n        {\n            \"entitlement\": \"Ent1\",\n            \"accounts\": [\n                \"saviyntUser03\"\n            ]\n        },\n        {\n            \"entitlement\": \"Accountant\",\n            \"accounts\": [\n                \"Derekautoincrement\"\n            ]\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/consultAppOwnerCampaignAccEntDetails","description":"<p>This API consults Application Owner for Campaign at Account and Access Certification Stage in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code></p>\n<p><code>certificationname</code> or <code>certkey</code></p>\n<p><code>newassignee</code></p>\n<p><code>accounts</code> - </p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>consultassociatedentitlements</code> (optional)</li>\n</ol>\n<p><code>entitlements</code> - </p>\n<ol>\n<li><code>accattkey</code></li>\n<li><code>entattkey</code></li>\n</ol>\n<p>Optional params:</p>\n<p><code>comments</code></p>\n<p><code>updateuser</code></p>\n","urlObject":{"path":["ECM","{{path}}","consultAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4dc32f18-01df-4b30-a010-2d235e9e50bf","name":"Consult AppOwner Account Entitlement Details - SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"campaignid\": \"306\",\n    \"certkey\": \"12878\",\n    \"newassignee\": \"0000002\",\n    \"comments\": \"certifier from API\",\n    \"accounts\":[\n      {\n         \"accattkey\":\"2029318\",\n         \"consultassociatedentitlements\":\"true\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"2029319\",\n         \"entattkey\":\"3544409\"\n      },\n      {\n         \"accattkey\":\"2029319\",\n         \"entattkey\":\"3544410\"\n      }\n   ]\n    \n    \n}"},"url":"{{url}}/ECM/{{path}}/consultAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jun 2020 03:53:07 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=LqHLDcKhhLpDXfsij4VH1l56oLUWTVXVWW06KPl07tpwa/8diizIlfL8KRXJb4vuLkq00+Xkzrip9fCm5O3qvIM9tZoExfJQuoqBpBrFxybpQ+WKeYYbeBjp9HQ0; Expires=Wed, 24 Jun 2020 03:53:07 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=LqHLDcKhhLpDXfsij4VH1l56oLUWTVXVWW06KPl07tpwa/8diizIlfL8KRXJb4vuLkq00+Xkzrip9fCm5O3qvIM9tZoExfJQuoqBpBrFxybpQ+WKeYYbeBjp9HQ0; Expires=Wed, 24 Jun 2020 03:53:07 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=6cb509b5-f5dc-4b3c-a209-e3a62e5a6920; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=7776000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"d115bda5-347d-4683-8801-4ab2ffc55fde"},{"name":"Reassign Application Owner for Campaign","id":"7ea4c1fb-92a2-4ab9-b417-79df4e4a1928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"12\",\n   \"certkey\":\"23\",\n   \"bulkUpdate\":\"y\",\n   \"bulkConsultAssociatedData\":\"n\",\n   \"bulkValidation\":\"N\",\n   \"newassignee\":\"cgibson\",\n   \"reassignComments\":\"Reassign Comment\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"18\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"18\",\n         \"entattkey\":\"150\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/reAssignAppOwnerCampaignAccEntDetails","description":"<p>This API reassigns Entitlement Owner for Campaign in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignname</code> or <code>campaignid</code>(if both are passed then campaignid will be considered)</p>\n<p><code>certificationname</code> or <code>certkey</code>(if both are passed then certkey will be considered)</p>\n<p><code>newassignee</code></p>\n<p><code>accounts</code>(needs to contain accattkey)</p>\n<p><code>entitlements</code>(needs to contain entattkey and accattkey)</p>\n<p><code>roles</code>(needs to contain roleattkey and accattkey)</p>\n<p>Optional params:</p>\n<p><code>updateuser</code></p>\n<p><code>bulkUpdate</code>(default value 'N')</p>\n<p><code>bulkValidation</code>(default value 'N')</p>\n<p><code>bulkConsultAssociatedData</code></p>\n<p><code>reassignComments</code></p>\n","urlObject":{"path":["ECM","{{path}}","reAssignAppOwnerCampaignAccEntDetails"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7614f453-d98e-4765-afd9-364005c11be9","name":"Reassign Application Owner for Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"campaignid\":\"12\",\n   \"certkey\":\"23\",\n   \"bulkUpdate\":\"y\",\n   \"bulkConsultAssociatedData\":\"n\",\n   \"bulkValidation\":\"N\",\n   \"newassignee\":\"cgibson\",\n   \"reassignComments\":\"Reassign Comment\",\n   \"accounts\":[\n      {\n         \"accattkey\":\"18\"\n      }\n   ],\n   \"entitlements\":[\n      {\n         \"accattkey\":\"18\",\n         \"entattkey\":\"150\"\n      }\n   ]\n}"},"url":"{{url}}/ECM/{{path}}/reAssignAppOwnerCampaignAccEntDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Jul 2020 20:58:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"errorcode\": \"0\"\n}"}],"_postman_id":"7ea4c1fb-92a2-4ab9-b417-79df4e4a1928"}],"id":"6933b8cc-e14e-4b40-9c7d-72b4dd9cae65","_postman_id":"6933b8cc-e14e-4b40-9c7d-72b4dd9cae65","description":""},{"name":"Fetch Certification List","id":"9b4a59b3-19e4-4012-9b0b-ceb50257eec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchCertificationList","description":"<p>This API returns list of all the certifications for a certifier.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>certifierUsername</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n<p><code>certificationname</code></p>\n<p><code>max</code>, <code>offset</code></p>\n<p><code>refreshProgress</code>(can be 'Y' or 'N')</p>\n<p><code>status</code>(can be preview/new/readytosubmit/expired/fullyexecuted/inprogress/lockedandtaskcreated/discontinued/locked)</p>\n","urlObject":{"path":["ECM","{{path}}","fetchCertificationList"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c81d6b8f-573e-4a5a-8d5b-9bc03991c2de","name":"Fetch Certification List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"certifierUsername\":\"lmcneil\",\r\n\"refreshProgress\":\"Y\",\r\n\"status\":\"new,fullyexecuted,inprogress\",\r\n\"max\":\"2\",\r\n\"offset\":\"0\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchCertificationList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=8a56ec8d-a73d-4fd4-b58d-7cb6d0034075; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jul 2020 05:13:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"successful\",\n    \"certifierUsername\": \"lmcneil\",\n    \"refreshProgress\": \"Y\",\n    \"offset\": \"0\",\n    \"max\": \"2\",\n    \"displayCount\": 7,\n    \"errorCode\": \"0\",\n    \"certifications\": [\n        {\n            \"id\": 16,\n            \"status\": \"New\",\n            \"certificationName\": \"appownertest_Reconfigure - lmcneil (Logan McNeil)\",\n            \"campaignKey\": 12,\n            \"campaignName\": \"appownertest_Reconfigure\",\n            \"certifier\": \"lmcneil (Logan McNeil)\",\n            \"type\": \"Application Owner\",\n            \"startdate\": \"2020-07-16 22:34:00\",\n            \"enddate\": \"2020-09-14 22:34:00\",\n            \"dueIn\": \"56 Days\",\n            \"progress\": \"0%\",\n            \"comments\": \"\"\n        },\n        {\n            \"id\": 26,\n            \"status\": \"New\",\n            \"certificationName\": \"appownertest_Reconfigure_Reconfigure - lmcneil (Logan McNeil)\",\n            \"campaignKey\": 13,\n            \"campaignName\": \"appownertest_Reconfigure_Reconfigure\",\n            \"certifier\": \"lmcneil (Logan McNeil)\",\n            \"type\": \"Application Owner\",\n            \"startdate\": \"2020-07-20 20:42:00\",\n            \"enddate\": \"2020-09-18 20:42:00\",\n            \"dueIn\": \"60 Days\",\n            \"progress\": \"0%\",\n            \"comments\": \"\"\n        }\n    ],\n    \"totalCount\": 7,\n    \"status\": \"new,fullyexecuted,inprogress\"\n}"}],"_postman_id":"9b4a59b3-19e4-4012-9b0b-ceb50257eec7"},{"name":"Discontinue Campaigns and Certifications","id":"20aec2e1-d148-431c-949e-29b5d9bd1366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"campaignid\":\"12\",\r\n\"verifier\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/discontinueCampaign","description":"<p>This API discontinues certification and campaign.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Mandatory params:</p>\n<p><code>campaignid</code></p>\n<p><code>verifier</code></p>\n<p>Optional params:</p>\n<p><code>certkey</code></p>\n","urlObject":{"path":["ECM","{{path}}","discontinueCampaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1cee9114-81cc-4512-99ed-73f03ba90be0","name":"Discontinue Campaigns and Certifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\r\n\"campaignid\":\"2\",\r\n\"certkey\":\"1\",\r\n\"verifier\":\"admin\"\r\n}"},"url":"{{url}}/ECM/{{path}}/discontinueCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=94589b88-cb05-4e05-a11d-dc62e85bb238; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 23 Jul 2020 22:56:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Discontinued\",\n    \"certkey\": \"1\",\n    \"campaignid\": \"2\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"20aec2e1-d148-431c-949e-29b5d9bd1366"}],"id":"1261b42f-03dd-415d-b998-fd1fa4731dc3","event":[{"listen":"prerequest","script":{"id":"8520bdcd-1f31-4bdf-93e5-0986cf4d16a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1a9cffa-66ed-4b7e-beee-bad7768c45e0","type":"text/javascript","exec":[""]}}],"_postman_id":"1261b42f-03dd-415d-b998-fd1fa4731dc3","description":""},{"name":"8.0 Segregation of Duties","item":[{"name":"SoD Evaluation for SAP Functions","id":"39817ed5-b164-4a35-8f30-d1905fe66c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"ruleset","value":"System1","type":"text"},{"key":"sapRoles","value":"SAP_ROLE1###SAP_ROLE2","type":"text"},{"key":"newsapRoles","value":"NEW_SAP_ROLE","type":"text"},{"key":"endpoint","value":"System1","type":"text"},{"key":"account","value":"johndoe","type":"text"}]},"url":"{{url}}/ECM/{{path}}/sapSODEvaluation","description":"<p>This API can be used to evaluate SOD for new SAP role that is being requested for a user based on the selected ruleset. (If no ruleset is selected, it uses the default ruleset)</p>\n<p>Mandatory params:</p>\n<p><code>sapRoles</code> - All the SAP Roles delimited by “###” that will be used for SoD Evaluation (input list should contain existing as well as the new roles that need to be provisioned).</p>\n<p><code>newsapRoles</code> - Should contain SAP Roles for which the result should be filtered, e.g. results could be provided only on newly added roles.</p>\n<p><code>endpoint</code> - Name of the Endpoint corresponding to the Security System. </p>\n<p>Optional params:</p>\n<p><code>ruleset</code> - Ruleset name, if not provided, system will use the default ruleset.</p>\n<p><code>account</code> - Account name to which the SAP roles will be provisioned.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","sapSODEvaluation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"39817ed5-b164-4a35-8f30-d1905fe66c93"},{"name":"SoD Evaluation for Non - SAP Functions","id":"c4ac9d22-91d8-4a64-bbaa-e71ced0224e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"user\":\"U220656\",\r\n   \"entitlementJSON\":{  \r\n      \"Data\":[  \r\n         {  \r\n            \"Endpoint\":\"Workday\",\r\n            \"EntitlementType\":\"Security-Groups\",\r\n            \"ExistingEntitlements\":[  \r\n               \"1099 Analyst\",\"Accountant\"\r\n            ],\r\n            \"NewEntitlements\":[  \r\n               \"ABS-United States\"\r\n            ]\r\n         }\r\n      ]\r\n   }\r\n}"},"url":"{{url}}/ECM/{{path}}/sodEvaluation","description":"<p>This API can be used to evaluate SOD for users against the list of entitlements mentioned in entitlementJSON based on the selected ruleset (If no ruleset is selected, it uses the default ruleset).</p>\n<p>Mandatory params:</p>\n<p><code>user</code> - account name</p>\n<p><code>entitlementJSON</code> - Sample JSON below showing the entitlement that needs to be evaluated</p>\n<p>{\n  \"Data\": [\n    {\n      \"Endpoint\": \"OEBS\",\n      \"EntitlementType\": \"OEBS-Responsibility\",\n      \"ExistingEntitlements\": [],\n      \"NewEntitlements\": [\n        \"RESP4\",\n        \"Resp1\"\n      ]\n    },\n    {\n      \"Endpoint\": \"ECC\",\n      \"EntitlementType\": \"SAPRole\",\n      \"ExistingEntitlements\": [\n        \"Role1\",\n        \"K:Role2\"\n      ],\n      \"NewEntitlements\": [\n        \"Role3\",\n        \"Role4\"\n      ]\n    }\n  ]\n}</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>Optional params:</p>\n<p><code>ruleset</code> - RuleSet name, if not provided, system will use the default ruleset.</p>\n","urlObject":{"path":["ECM","{{path}}","sodEvaluation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3ace667a-adc9-4bcb-be41-4381688d781e","name":"SoD Evaluation for Non - SAP Functions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"user\":\"U220656\",\r\n   \"entitlementJSON\":{  \r\n      \"Data\":[  \r\n         {  \r\n            \"Endpoint\":\"Workday\",\r\n            \"EntitlementType\":\"Security-Groups\",\r\n            \"ExistingEntitlements\":[  \r\n               \"1099 Analyst\",\"Accountant\"\r\n            ],\r\n            \"NewEntitlements\":[  \r\n               \"ABS-United States\"\r\n            ]\r\n         }\r\n      ]\r\n   }\r\n}"},"url":"{{url}}/ECM/{{path}}/sodEvaluation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 00:38:25 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=usHEGXPPkfn6geD0L+lHKTNuHXJFGlpULIfrnR5XMHxzVggmgv+1klEuiIapgcmmM3TfcrPGzSaP3Xr90AvJ6XvbfB3YjBTlPwCghDCyIEk1opC8xToWesbHDZMU; Expires=Wed, 16 Dec 2020 00:38:24 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=usHEGXPPkfn6geD0L+lHKTNuHXJFGlpULIfrnR5XMHxzVggmgv+1klEuiIapgcmmM3TfcrPGzSaP3Xr90AvJ6XvbfB3YjBTlPwCghDCyIEk1opC8xToWesbHDZMU; Expires=Wed, 16 Dec 2020 00:38:24 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=38865FBEE44849A42A2677AB9DA21BBA; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=c741789b-c21e-48a2-98ba-521f987c9e2c; Path=/"},{"key":"X-Frame-Options","value":"ALLOW-FROM https://ssm-dev-servicenow.saviyntcloud.com/ECM/login/auth"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"SOD\": [\n            {\n                \"RiskId\": 1762,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with PTP: Create Invoices\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1763,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with GL: Post Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1764,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Mass Allocate Journal Entries conflicts with GL: Enter Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1769,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with AM: Assets Depreciation\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"AM: Assets Depreciation\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Business Asset Accounting: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1773,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Enter Journal Entry conflicts with GL: Mass Allocate Journal Entries\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1775,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with AM: Assets Depreciation\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"AM: Assets Depreciation\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Business Asset Accounting: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1780,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with GL: Mass Allocate Journal Entries\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Mass Allocate Journal Entries\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Allocations: Modify, Allocation Finalize Event: Finalize Allocation: Initiate, Revaluation Run Event: Run Revaluation: Initiate, Allocation Run Event: Run Allocation: Initiate, Period Close Notification Event: Period Close Notification: Initiate, Allocation Run Event: Schedule Allocation Run: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1781,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 0,\n                \"Risk\": \"GL: Open Close Periods conflicts with GL: Enter Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Open Close Periods\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Payment Printing Event: Create Positive Pay File: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Accounting Journal Event: Create Journal: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Manual Journals: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1782,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 3,\n                \"Risk\": \"GL: Open Close Periods conflicts with GL: Post Journal Entry\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Open Close Periods\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Payment Printing Event: Create Positive Pay File: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1821,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"OTC: Enter Journal Entry conflicts with OTC: Enter Customer Receipts\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"OTC: Enter Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Journals: Modify]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"OTC: Enter Customer Receipts\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Record Intercompany Receipt Event: Record Intercompany Receipt: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1823,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"GL: Post Journal Entry conflicts with OTC: Enter Customer Receipts\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"GL: Post Journal Entry\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Prepaid Spend Amortization Event: Create Prepaid Spend Amortization: Initiate, Receipt Accrual Event: Create Receipt Accrual: Initiate, Accounting Journal Unpost Event: Unpost Journal: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"OTC: Enter Customer Receipts\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Record Intercompany Receipt Event: Record Intercompany Receipt: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1848,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"PTP: Create Invoices conflicts with PTP: Print Checks\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Print Checks\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Process: Intercompany Payment/Settlement: Modify]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            },\n            {\n                \"RiskId\": 1866,\n                \"Description\": \"\",\n                \"Available_MitigatingControls\": [],\n                \"Priority\": 1,\n                \"Risk\": \"PTP: Create Invoices conflicts with PTP: Payables Transactions\",\n                \"Functions\": [\n                    {\n                        \"FunctionName\": \"PTP: Create Invoices\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    },\n                    {\n                        \"FunctionName\": \"PTP: Payables Transactions\",\n                        \"Description\": \"\",\n                        \"Entitlements\": [\n                            {\n                                \"Role\": \"Accountant\",\n                                \"EntitlementDisplayName\": \"\",\n                                \"ParentRole\": \"[Accountant]\",\n                                \"EntitlementDescription\": \"\",\n                                \"Entitlement\": \"[Procurement Mass Close Event: Mass Close Procurement Documents: Initiate, Procurement Roll Forward: Roll Forward Procurement Documents: Initiate, Verify Capital Project Expense: Review Capital Project Transactions - Supplier Invoices: Initiate]\"\n                            }\n                        ]\n                    }\n                ],\n                \"Assigned_MitigatingControls\": []\n            }\n        ]\n    },\n    \"errorCode\": \"0\",\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"c4ac9d22-91d8-4a64-bbaa-e71ced0224e1"},{"name":"Add Mitigating Control Risk Account","id":"d3306414-4256-46f1-9dc4-26bf11547cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mitigatingControl","value":"P2414","type":"text"},{"key":"ruleset","value":"Global","type":"text"},{"key":"riskname","value":"0105","type":"text"},{"key":"endpoint","value":"Endpoint1","type":"text"},{"key":"account","value":"johndoe","type":"text"},{"key":"startDate","value":"09-09-2018","type":"text"},{"key":"endDate","value":"12-12-2018","type":"text"},{"key":"approver","value":"dbailey","type":"text"}]},"url":"{{url}}/ECM/{{path}}/addMCRiskAccount","description":"<p>This API can be used to create a mitigating control association for a user-account which has SOD violation.</p>\n<p>Mandatory params: </p>\n<p><code>mitigatingControl</code> - Mitigating control name.</p>\n<p><code>approver</code> - User name of the user approving the mitigating control association.</p>\n<p>Optional params:</p>\n<p><code>ruleset</code> - Ruleset name</p>\n<p><code>riskname</code> - Risk name</p>\n<p><code>endpoint</code> - Endpoint name</p>\n<p><code>account</code> - Account Name, <code>endpoint</code> needs to be populated too</p>\n<p><code>startDate</code> - MM-dd-yyyy, if left null, current date will be used as start date</p>\n<p><code>endDate</code> - MM-dd-yyyy, if left null, 12-31-9999 will be used as end date</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","addMCRiskAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"687092fa-d106-4128-b801-24a627e83d62","name":"Add Mitigating Control Risk Account","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 02:09:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=f6eb9700-7984-4757-b34b-d3652f6fdfbf; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BE8EEBA73DA894E127D2550C46B1ACD9","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"f6eb9700-7984-4757-b34b-d3652f6fdfbf","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Success-Mitigating Control Updated,\"\n}"}],"_postman_id":"d3306414-4256-46f1-9dc4-26bf11547cc9"}],"id":"e7edf513-3a89-4a7b-bd0f-f36f31484c5a","event":[{"listen":"prerequest","script":{"id":"ada178de-6d98-4a48-b614-8c476642f79c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a02b7bf2-08d8-4601-a6c4-54467b8fb523","type":"text/javascript","exec":[""]}}],"_postman_id":"e7edf513-3a89-4a7b-bd0f-f36f31484c5a","description":""},{"name":"9.0 Password Reset","item":[{"name":"Using SQA","item":[{"name":"Fetch Security Questions","id":"56f94248-5d40-482c-aed1-638a09b8e68a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions","description":"<p>This API is used to get the Security Questions defined in SSM</p>\n<p>Optional params: </p>\n<p><code>max</code>,<code>offset</code>, <code>questiongroup</code></p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","getSavSecurityQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"954899cb-fafa-42c2-857c-94c3b32f8926","name":"Fetch Security Questions2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"questiongroup\":\"Personal\"\n}"},"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"questions\": [\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your mother's maiden name?\"\n       },\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your first school name?\"\n       },\n       {\n           \"questiongroup\": \"Personal\",\n           \"question\": \"What is your first Pet's name?\"\n       }\n   ],\n   \"errorCode\": \"0\",\n   \"message\": \"successful\"\n}"},{"id":"e1f141f4-e42c-4a18-a7cd-215bda92c271","name":"Fetch Security Questions1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/getSavSecurityQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Sat, 15 Sep 2018 01:14:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=ecb5f969-9dca-4ded-917d-172fba58a9af; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"45288081FAA56696E9FBFFF88C9E288A","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"ecb5f969-9dca-4ded-917d-172fba58a9af","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"questions\": [\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your mother's maiden name?\"\n        },\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your first school name?\"\n        },\n        {\n            \"questiongroup\": \"Personal\",\n            \"question\": \"What is your first Pet's name?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite food?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite color?\"\n        },\n        {\n            \"questiongroup\": \"Favorites\",\n            \"question\": \"What is your favorite holiday destination?\"\n        }\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"successful\"\n}"}],"_postman_id":"56f94248-5d40-482c-aed1-638a09b8e68a"},{"name":"Fetch User Security Questions","id":"ba42f49d-0fbc-406b-8b6f-a37ee96efd22","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"username\":\"johndoe\"\r\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions","description":"<p>This API can be used to fetch the security questions selected by user during registration</p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","fetchSavUserQuestions"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7ebd9e61-0c5a-4ae5-b65a-ab8a68aede98","name":"Fetch User Security Questions Example1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\":\"email\",\n\"email\":\"john.doe@saviynt.com\"\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 18:01:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=aca86828-df27-4607-a7a9-812cafd09992; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D232AD99BC167A0EA489DC0BEDF1A41F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"aca86828-df27-4607-a7a9-812cafd09992","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"questions\":[\"What is your first Pet's name?\",\"What is your favorite food?\"],\"errorCode\":\"0\"}"},{"id":"f5c1a076-8502-4849-ba53-b40fb8cab8dd","name":"Fetch User Security Questions Example2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"username\":\"johndoe\"\r\n} "},"url":"{{url}}/ECM/{{path}}/fetchSavUserQuestions","description":"This API can be used to fetch the security questions selected by user during registration\n\nMandatory params: \n\n`username`\nOR\n`propertytosearch`- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 18:16:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=98ff9b0e-a06c-4071-8740-a437d67512c0; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"D232AD99BC167A0EA489DC0BEDF1A41F","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"98ff9b0e-a06c-4071-8740-a437d67512c0","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"questions\":[\"What is your favorite food?\",\"What is your pet's name?\",\"What is your mother's maiden name?\",\"What is your favorite color?\"],\"errorCode\":\"0\"}"}],"_postman_id":"ba42f49d-0fbc-406b-8b6f-a37ee96efd22"},{"name":"Validate User Security Answers","id":"c672096f-7c1f-4372-8c59-8426f1b1b0e5","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"propertytosearch\" : \"email\", \r\n\"email\" : \"john.doe@saviynt.com\", \r\n\"answers\" : [ \r\n{ \r\n\"question\" : \"What is your first Pet name?\", \r\n\"answer\" : \"kitty\" \r\n},\r\n{ \r\n\"question\" : \"What is your favorite food?\", \r\n\"answer\" : \"food\" \r\n}\r\n] \r\n} "},"url":"{{url}}/ECM/{{path}}/validateSecurityAnswers","description":"<p>This API is used to validate the security answers of user with answers entered during registration</p>\n<p>Mandatory params:</p>\n<p><code>answers</code> - list of questions and answers to be validated</p>\n<p><code>username</code> OR <code>propertytosearch</code> - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n","urlObject":{"path":["ECM","{{path}}","validateSecurityAnswers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e2b1b4b8-79f5-4e69-86a1-2e30bda032c2","name":"Validate Security Answers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"propertytosearch\" : \"email\", \r\n\"email\" : \"john.doe@saviynt.com\", \r\n\"answers\" : [ \r\n{ \r\n\"question\" : \"What is your first Pet name?\", \r\n\"answer\" : \"kitty\" \r\n},\r\n{ \r\n\"question\" : \"What is your favorite food?\", \r\n\"answer\" : \"food\" \r\n}\r\n] \r\n} "},"url":"{{url}}/ECM/{{path}}/validateSecurityAnswers","description":"This API is used to validate the security answers of user with answers entered during registration\n\nMandatory params:\n\n`answers` - list of questions and answers to be validated\n\n`username` OR `propertytosearch` - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty\n\nThe `Authorization` must have `Bearer` followed by `Token`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 14 Sep 2018 22:31:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fbc19214-e119-4e8e-947e-6c0a2fb3e809; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"5D25178539D929BE9A3B28BFCE4310F5","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fbc19214-e119-4e8e-947e-6c0a2fb3e809","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"validation\":\"successful\"}"}],"_postman_id":"c672096f-7c1f-4372-8c59-8426f1b1b0e5"}],"id":"a52a2029-92f5-4b5c-b9a8-f5fdfd831dce","_postman_id":"a52a2029-92f5-4b5c-b9a8-f5fdfd831dce","description":""},{"name":"Change User Password","id":"9f440b31-9c05-467d-be84-c5f433347020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","type":"text","value":"bliu"},{"key":"password","type":"text","value":"Hello$?33892@woRLd"},{"key":"changePasswordAssociatedAccounts","type":"text","value":"true"},{"key":"endpoint","type":"text","value":"Workday"},{"key":"validateagainstpolicy","type":"text","value":"Y"},{"key":"updateUserPassword","type":"text","value":"false"},{"key":"setarstasksource","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/changePassword","description":"<p>This method resets \"password\" of a \"user\" record in SSM. Considering the input parameters, the value of new password should be supplied as <code>Password</code> and the <code>Username</code> should correspond to the user whose password is being reset.  </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>username</code></p>\n<p><code>password</code></p>\n<p>Optional params:</p>\n<p><code>changePasswordAssociatedAccounts</code> - Values: true/false, default value - true, if true it creates change password tasks else just updates the user password</p>\n<p><code>endpoint</code> - list of endpoints comma separated (when changePasswordAssociatedAccounts is true)</p>\n<p><code>validateagainstpolicy</code> - Values: Y/N, default is Y. Checks against the password policy</p>\n<p><code>updateUserPassword</code> - Default value - true, (when changePasswordAssociatedAccounts is true). \nIf updateUserPassword is true, update user password too along with creating the task. \nIf updateUserPassword is false, just create the changepassword task.</p>\n<p><code>setarstasksource</code> - Values: true/false, default is false.If true, it will set source column in arstasks table with  'changeOwnPasswordFromAPI'. When source is 'changeOwnPasswordFromAPI',pwdLastSet is not set to “0” in ADconnector.</p>\n","urlObject":{"path":["ECM","{{path}}","changePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0220c4b2-63c3-4eb9-91a7-7ae42bfd95d2","name":"Change User Password 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","type":"text","value":"bliu"},{"key":"password","type":"text","value":"Hello$?33892@woRLd"},{"key":"changePasswordAssociatedAccounts","type":"text","value":"true"},{"key":"endpoint","type":"text","value":"Workday"},{"key":"validateagainstpolicy","type":"text","value":"Y"},{"key":"updateUserPassword","type":"text","value":"false"},{"key":"setarstasksource","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=132f53b6-07e3-4845-bf82-e507151d8018; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 31 Jul 2020 21:50:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"TaskIDs\": [\n        79\n    ],\n    \"errorCode\": \"0\",\n    \"message\": \"Password updated successfully\"\n}"},{"id":"8ec4d45c-e98e-4dda-b257-0acac3f4bf7a","name":"Change Password","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","type":"text","value":"bliu"},{"key":"password","type":"text","value":"Hello$?33892@woRLd"},{"key":"changePasswordAssociatedAccounts","type":"text","value":"true"},{"key":"endpoint","type":"text","value":"Workday"},{"key":"validateagainstpolicy","type":"text","value":"Y"},{"key":"updateUserPassword","type":"text","value":"false"},{"key":"setarstasksource","value":"true","type":"text"}]},"url":"{{url}}/ECM/{{path}}/changePassword","description":"This method resets \"password\" of a \"user\" record in SSM. Considering the input parameters, the value of new password should be supplied as `Password` and the `Username` should correspond to the user whose password is being reset.  \n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nMandatory params: \n\n`username`\n\n`password`\n\nOptional params:\n\n`changePasswordAssociatedAccounts` - Values: true/false, default value - true, if true it creates change password tasks else just updates the user password\n\n`endpoint` - list of endpoints comma separated (when changePasswordAssociatedAccounts is true)\n\n`validateagainstpolicy` - Values: Y/N, default is Y. Checks against the password policy\n\n`updateUserPassword` - Default value - true, (when changePasswordAssociatedAccounts is true). \nIf updateUserPassword is true, update user password too along with creating the task. \nIf updateUserPassword is false, just create the changepassword task.\n\n`setarstasksource` - Values: true/false, default is false.If true, it will set source column in arstasks table with  'changeOwnPasswordFromAPI'. When source is 'changeOwnPasswordFromAPI',pwdLastSet is not set to “0” in ADconnector."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Aug 2018 01:05:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=03e8e84f-87eb-48e7-a49a-85428fd84509; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"0FBD55220B37C2F9489B9695C490BFEC","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"03e8e84f-87eb-48e7-a49a-85428fd84509","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorCode\":\"0\",\"message\":\"Password Updated Successfully\"}"}],"_postman_id":"9f440b31-9c05-467d-be84-c5f433347020"}],"id":"358f8d61-02f5-41ba-a49c-c8c459655410","event":[{"listen":"prerequest","script":{"id":"9bea0398-38d0-4a9a-a6bb-01be58e41cb8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb0cde31-92b6-4c05-a1f4-f117dbe28076","type":"text/javascript","exec":[""]}}],"_postman_id":"358f8d61-02f5-41ba-a49c-c8c459655410","description":""},{"name":"10.0 Common Utilities","item":[{"name":"Job Control","item":[{"name":"Check Job Status","id":"6d6e93f0-dc63-4549-8ae1-3d98470cbe07","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkJobStatus","description":"<p>This API is used to fetch the status of any job other that Data Import Job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: \n<code>jobgroup</code>,\n<code>jobname</code></p>\n","urlObject":{"path":["ECM","{{path}}","checkJobStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1b18d3e9-fd5c-4fdd-9342-2ffa99b80454","name":"Check Job Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"jobgroup","value":"Analytics","type":"text"},{"key":"jobname","value":"AnalyticsJob","type":"text"}]},"url":"{{url}}/ECM/{{path}}/checkJobStatus","description":"This API is used to fetch the status of any job other that Data Import Job.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n`jobgroup`,\r\n`jobname`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 22:04:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=68b0b4c6-5c76-4b74-964f-0a8b12a92c20; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"403BE1DC9B78FD001E8805979962820B","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"68b0b4c6-5c76-4b74-964f-0a8b12a92c20","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"IN-PROGRESS\",\"errorCode\":\"0\"}"}],"_postman_id":"6d6e93f0-dc63-4549-8ae1-3d98470cbe07"},{"name":"Create Triggers","id":"6c1758e0-d846-4aba-81ba-344ed4063966","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"triggers\":[  \r\n         {  \r\n            \"valueMap\":{  \r\n               \"CONNECTION\":\"AWS\",\r\n               \"connectiontype\":\"AWS\",\r\n               \"connectionid\":8,\r\n               \"securitysystems\":10,\r\n               \"fullorincremental\":\"full\",\r\n               \"accountsoraccess\":\"access\"\r\n            },\r\n            \"name\":\"SAVIYNTAWSACCESS-AWS\",\r\n            \"group\":\"GRAILS_JOBS\",\r\n            \"jobName\":\"ApplicationDataImportJob\",\r\n            \"jobGroup\":\"DATA\",\r\n            \"cronExp\":\"0 33 14 * * ? 2017\"\r\n         },\r\n         {  \r\n            \"valueMap\":{  \r\n               \"analyticsApplications\":10\r\n            },\r\n            \"name\":\"SAVIYNAWSANALYTICS\",\r\n            \"group\":\"GRAILS_JOBS\",\r\n            \"jobName\":\"AnalyticsJob\",\r\n            \"jobGroup\":\"Analytics\",\r\n            \"cronExp\":\"0 33 14 * * ? 2017\"\r\n         }\r\n      ]\r\n   }\r\n]"},"url":"{{url}}/ECM/{{path}}/createTriggers","description":"<p>This API call can be used to create a trigger for a particular \"jobgroup\" in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>trigger</code> - name, group, jobName, jobGroup, cronExp</p>\n<p>Optional params:</p>\n<p><code>trigger</code> - valueMap</p>\n","urlObject":{"path":["ECM","{{path}}","createTriggers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"10581c6c-c95f-4a1f-ae9f-93044ce312f0","name":"Create Triggers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[  \r\n   {  \r\n      \"triggers\":[  \r\n         {  \r\n            \"valueMap\":{  \r\n               \"CONNECTION\":\"AWS\",\r\n               \"connectiontype\":\"AWS\",\r\n               \"connectionid\":8,\r\n               \"securitysystems\":10,\r\n               \"fullorincremental\":\"full\",\r\n               \"accountsoraccess\":\"access\"\r\n            },\r\n            \"name\":\"SAVIYNTAWSACCESS-AWS\",\r\n            \"group\":\"GRAILS_JOBS\",\r\n            \"jobName\":\"ApplicationDataImportJob\",\r\n            \"jobGroup\":\"DATA\",\r\n            \"cronExp\":\"0 33 14 * * ? 2017\"\r\n         },\r\n         {  \r\n            \"valueMap\":{  \r\n               \"analyticsApplications\":10\r\n            },\r\n            \"name\":\"SAVIYNAWSANALYTICS\",\r\n            \"group\":\"GRAILS_JOBS\",\r\n            \"jobName\":\"AnalyticsJob\",\r\n            \"jobGroup\":\"Analytics\",\r\n            \"cronExp\":\"0 33 14 * * ? 2017\"\r\n         }\r\n      ]\r\n   }\r\n]"},"url":"{{url}}/ECM/{{path}}/createTriggers","description":"This API call can be used to create a trigger for a particular \"jobgroup\" in SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`trigger` - name, group, jobName, jobGroup, cronExp\r\n\r\nOptional params:\r\n\r\n`trigger` - valueMap"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:39:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e814071b-eba9-45fe-9edc-38e3e834949a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"33E72F6A296699A166CB5698E90B6F49","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e814071b-eba9-45fe-9edc-38e3e834949a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"SAVIYNTAWSACCESS-AWS\": [\n        \"success\"\n    ],\n    \"SAVIYNAWSANALYTICS\": [\n        \"Error : Based on configured schedule, the given trigger will never fire.\"\n    ]\n}"}],"_postman_id":"6c1758e0-d846-4aba-81ba-344ed4063966"},{"name":"Delete Trigger","id":"a4ab511d-5e39-43c9-ab13-6c93549d49aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"triggername\": \"TCAPI\",\n    \"jobname\": \"TriggerChainJob\",\n    \"jobgroup\": \"utility\"\n}"},"url":"{{url}}/ECM/{{path}}/deleteTrigger","description":"<p>This API call can be used to delete a trigger for a particular \"jobgroup\" in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>jobname</code></p>\n<p>Optional params:</p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n","urlObject":{"path":["ECM","{{path}}","deleteTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e56c25a7-347b-459f-a7a5-348220a1da67","name":"DeleteTriggers","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"triggername\": \"TCAPI\",\n    \"jobname\": \"TriggerChainJob\",\n    \"jobgroup\": \"utility\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 07 Aug 2018 18:39:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e814071b-eba9-45fe-9edc-38e3e834949a; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"33E72F6A296699A166CB5698E90B6F49","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e814071b-eba9-45fe-9edc-38e3e834949a","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"msg\": \"Success\",\r\n    \"errorCode\": 0\r\n}"}],"_postman_id":"a4ab511d-5e39-43c9-ab13-6c93549d49aa"},{"name":"Create and Update Trigger","id":"d4a0d3dc-45cc-48c2-b61a-a0771f6f9f46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"triggers\": [\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,WSRETRY\",\n                \"onFailureForm\": \"Stop\"\n            },\n            \"triggername\": \"TriggerchainUI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        },\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,LAMPLM,WSRETRY\",\n                \"onFailureForm\": \"Continue\"\n            },\n            \"triggername\": \"TcAPI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateTrigger","description":"<p>This API call can be used to create and update a trigger for a particular \"jobgroup\" in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>jobname</code></p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n<p><code>cronexpression</code></p>\n<p>Optional params:</p>\n<p><code>valueMap</code> - sample for triggerChainJob - \n{\n\"savtriggerorderform\": \"TESTCONN,WSRETRY\",\n\"onFailureForm\": \"Stop\"\n}</p>\n","urlObject":{"path":["ECM","{{path}}","createUpdateTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"65c3f9ea-be15-4a25-9e11-b17d11a85243","name":"Create and Update Trigger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"triggers\": [\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,WSRETRY\",\n                \"onFailureForm\": \"Stop\"\n            },\n            \"triggername\": \"TriggerchainUI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        },\n        {\n            \"valueMap\": {\n                \"savtriggerorderform\": \"TESTCONN,LAMPLM,WSRETRY\",\n                \"onFailureForm\": \"Continue\"\n            },\n            \"triggername\": \"TcAPI\",\n            \"jobname\": \"TriggerChainJob\",\n            \"jobgroup\": \"utility\",\n            \"cronexpression\": \"0 33 14 * * ? 2060\"\n        }\n    ]\n}"},"url":"{{url}}/ECM/{{path}}/createUpdateTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Language","value":"en"},{"key":"Content-Length","value":"1009"},{"key":"Date","value":"Wed, 12 Feb 2020 22:50:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Success\",\n    \"errorCode\": \"0\"\n}"}],"_postman_id":"d4a0d3dc-45cc-48c2-b61a-a0771f6f9f46"},{"name":"Run Job Trigger","id":"89bdce94-41b5-49d1-b92c-a53558adfab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"utility\",\n    \"triggername\": \"Testconn\",\n    \"jobname\": \"TestConnectionsJob\",\n    \"createJobIfDoesNotExist\": \"true\",\n    \"valueMap\": {\n        \"connectionname\": [\n            \"DBTest000\",\n            \"Dbdb2\"\n        ]\n    }\n}"},"url":"{{url}}/ECM/{{path}}/runJobTrigger","description":"<p>This API call can be used to run a job trigger in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>jobname</code></p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n<p>Optional params:</p>\n<p><code>valueMap</code></p>\n<p><code>createJobIfDoesNotExist</code> -  true/false</p>\n","urlObject":{"path":["ECM","{{path}}","runJobTrigger"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b12985ca-74a9-4ebd-a17a-87ab87a97bcc","name":"Run Job Trigger","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"jobgroup\": \"utility\",\n    \"triggername\": \"Testconn\",\n    \"jobname\": \"TestConnectionsJob\",\n    \"createJobIfDoesNotExist\": \"true\",\n    \"valueMap\": {\n        \"connectionname\": [\n            \"DBTest000\",\n            \"Dbdb2\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/runJobTrigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 23:02:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Starting Job\",\n    \"errorCode\": \"0\",\n    \"timestamp\": \"2020-01-17 07:57:34\"\n}"}],"_postman_id":"89bdce94-41b5-49d1-b92c-a53558adfab4"},{"name":"Fetch Job Metadata","id":"74cb3385-e938-439c-997f-51e4ce2ddbab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"jobname\":\"TestConnectionsJob\",\r\n\t\"triggername\" :\"testconn\",\r\n\t\"jobstartdate\":\"2020-01-17 07:57:34\"\r\n}"},"url":"{{url}}/ECM/{{path}}/fetchJobMetadata","description":"<p>This API call return job metadata for the last run of a job in SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>jobname</code></p>\n<p>Optional params:</p>\n<p><code>triggername</code></p>\n<p><code>jobgroup</code></p>\n<p><em><strong>Note</strong></em>: The structure of the result param in response can change based upon the Job History saved in SSM</p>\n","urlObject":{"path":["ECM","{{path}}","fetchJobMetadata"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8b1e7d76-b82c-47ea-8b75-8b179dec40c0","name":"Fetch Job Metadata","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"jobname\":\"TestConnectionsJob\",\r\n\t\"triggername\" :\"testconn\",\r\n\t\"jobstartdate\":\"2020-01-17 07:57:34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/fetchJobMetadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 12 Feb 2020 23:10:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": {\r\n        \"TestConnectionsJob\": {\r\n            \"EndTime\": \"Fri Jan 17 07:54:57 UTC 2020\",\r\n            \"StartTime\": \"Fri Jan 17 07:54:36 UTC 2020\",\r\n            \"JobCompleted\": \"Completed\",\r\n            \"Result\": \"<br>DBTest000 : Connection Failed<br>Dbdb2 : Unknown database 'cisco'\"\r\n        }\r\n    },\r\n    \"msg\": \"Success\",\r\n    \"errorCode\": 0\r\n}\r\n"}],"_postman_id":"74cb3385-e938-439c-997f-51e4ce2ddbab"}],"id":"be283929-5767-4cb3-8437-5d756d945ca8","_postman_id":"be283929-5767-4cb3-8437-5d756d945ca8","description":""},{"name":"Test Connection","id":"478436cb-89e8-4ab2-b633-df63cc309b37","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"db","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"systemname","value":"SystemName","type":"text"},{"key":"connectionName","value":"database","type":"text"}]},"url":"{{url}}/ECM/{{path}}/testConnection","description":"<p>This API is used to test a connection.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>connectiontype</code>\n<code>saveconnection</code> - Y/N,\n<code>systemname</code>,\n<code>connectionName</code></p>\n<p>Additional connection parameters can also be passed -</p>\n<p>For example, for SAP Import, provide paramters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD</p>\n","urlObject":{"path":["ECM","{{path}}","testConnection"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"50bb5395-0fc6-4f7c-9b1b-d9eb60923b35","name":"Test Connection","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"connectiontype","value":"db","type":"text"},{"key":"saveconnection","value":"Y","type":"text"},{"key":"systemname","value":"SystemName","type":"text"},{"key":"connectionName","value":"database","type":"text"}]},"url":"{{url}}/ECM/{{path}}/testConnection","description":"This API is used to test a connection.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params: \r\n\r\n`connectiontype`\r\n`saveconnection` - Y/N,\r\n`systemname`,\r\n`connectionName`\r\n\r\nAdditional connection parameters can also be passed -\r\n\r\nFor example, for SAP Import, provide paramters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 13 Aug 2018 18:24:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2bdc1390-5749-433a-9fc0-f7f0b315efda; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"7BC072AA1C4EC8DD2C2E43E0C652E429","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2bdc1390-5749-433a-9fc0-f7f0b315efda","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"msg\": \"Connection Successful\"\n}"}],"_postman_id":"478436cb-89e8-4ab2-b633-df63cc309b37"},{"name":"Import Application Data","id":"23acb10b-1b6b-497d-98f7-54d4031e5651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"systemname","value":"System1","type":"text"},{"key":"connectiontype","value":"db","type":"text"},{"key":"connectionName","value":"System1","type":"text"}]},"url":"{{url}}/ECM/{{path}}/importData","description":"<p>This API is used to run import data job for a specific application</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>systemname</code>,\n<code>connectiontype</code>,\n<code>connectionName</code></p>\n<p>Optional params:</p>\n<p><code>fullorincremental</code> - full/incremental,\n<code>accountsoraccess</code> - accounts/access\n<code>CREATEUSERS</code>- Yes/No</p>\n<p>Additional import parameters can also be passed - </p>\n<p>For example, </p>\n<ol>\n<li>For SAP Import, provide the parameters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD</li>\n<li>For AWS Import, provide the parameters  - AWS_ACCESS_KEY,AWS_ACCESS_SECRET_PASSWORD,AWS_ACCOUNT_ID,CROSS_ACCOUNT_ROLE_ARN</li>\n</ol>\n","urlObject":{"path":["ECM","{{path}}","importData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a5fe5063-82ee-4d34-a9a2-755e4c049df0","name":"Import Data","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:24:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=bf3ead5a-e35f-4d4c-9a91-29c1aef6f2cc; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"bf3ead5a-e35f-4d4c-9a91-29c1aef6f2cc","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"Import process started successfully.Please use checkImportStatus to get the current status\",\"errorCode\":\"0\"}"}],"_postman_id":"23acb10b-1b6b-497d-98f7-54d4031e5651"},{"name":"Check Import Status","id":"e4e4de7f-81d4-4c16-b196-aa1482b10dd0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/checkImportStatus","description":"<p>This API is used to check the status of data import job. </p>\n<p>Note: that at a time, only one import job can be run.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>No params</p>\n","urlObject":{"path":["ECM","{{path}}","checkImportStatus"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b24a7288-6830-48f1-9d69-e7817bd9bea3","name":"Check Import Status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/checkImportStatus","description":"This API is used to check the status of data import job. \n\nNote: that at a time, only one import job can be run.\n\nThe `Authorization` must have `Bearer` followed by `Token`\n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:48:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=5f2b0046-3db1-4549-ab13-b6737acab8aa; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"5f2b0046-3db1-4549-ab13-b6737acab8aa","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"importStatus\":\"COMPLETED\",\"errorMessage\":\"\",\"errorCode\":\"0\"}"}],"_postman_id":"e4e4de7f-81d4-4c16-b196-aa1482b10dd0"},{"name":"Force Complete","id":"8538a3e0-5afc-4b90-b809-e3b5d9aa590a","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/forceComplete","description":"<p>This API is used to terminate data import job.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>No params</p>\n","urlObject":{"path":["ECM","{{path}}","forceComplete"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"296a65f7-2a5a-4872-96d9-9a09930510bb","name":"Force Complete","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/forceComplete","description":"This API is used to terminate data import job.\n\nThe `Authorization` must have `Bearer` followed by `Token`. \n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 02 Aug 2018 20:38:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=11cee914-a9c0-411f-9686-451913bef57b; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"52E6A2FE0F16EBA383DFBE2F084AA693","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"11cee914-a9c0-411f-9686-451913bef57b","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"\",\"errorCode\":\"0\",\"status\":\"SUCCESS\"}"}],"_postman_id":"8538a3e0-5afc-4b90-b809-e3b5d9aa590a"},{"name":"Send Email","id":"1a19331e-4f2d-4dd2-a0b2-f301ae1353b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"to","type":"text","value":"john.doe@saviynt.com"},{"key":"from","type":"text","value":"john@saviynt.com"},{"key":"body","type":"text","value":"test email body"},{"key":"subject","type":"text","value":"test email subject"},{"key":"cc","type":"text","value":"tim@saviynt.com"}]},"url":"{{url}}/ECM/{{path}}/sendEmail","description":"<p>This API can be used send an email from SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Note: Configure SMTP in SSM before using this API. </p>\n<p>Mandatory params: </p>\n<p><code>to</code>,\n<code>from</code>,\n<code>subject</code>,\n<code>body</code></p>\n<p>Optional params:</p>\n<p><code>cc</code>,<code>bcc</code></p>\n","urlObject":{"path":["ECM","{{path}}","sendEmail"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"74e43be2-4699-4666-b9ce-4056477fb045","name":"Send Email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"to","type":"text","value":"john.doe@saviynt.com"},{"key":"from","type":"text","value":"john@saviynt.com"},{"key":"body","type":"text","value":"test email body"},{"key":"subject","type":"text","value":"test email subject"},{"key":"cc","type":"text","value":"tim@saviynt.com"}]},"url":"{{url}}/ECM/{{path}}/sendEmail","description":"This API can be used send an email from SSM.\r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nNote: Configure SMTP in SSM before using this API. \r\n\r\nMandatory params: \r\n\r\n`to`,\r\n`from`,\r\n`subject`,\r\n`body`\r\n\r\nOptional params:\r\n\r\n`cc`,`bcc`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 13 Sep 2018 01:13:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"JSESSIONID=BE8EEBA73DA894E127D2550C46B1ACD9; Path=/ECM/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9baa7fd0-b5cf-4442-91cd-9b8c9f1cdd57; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"BE8EEBA73DA894E127D2550C46B1ACD9","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9baa7fd0-b5cf-4442-91cd-9b8c9f1cdd57","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\r\n    \"errorCode\": \"0\",\r\n    \"msg\": \"Successful\"\r\n}"}],"_postman_id":"1a19331e-4f2d-4dd2-a0b2-f301ae1353b2"}],"id":"e5f737fc-7dfc-40d1-98db-9c0c971a7951","event":[{"listen":"prerequest","script":{"id":"e229dd3c-978a-4faa-abce-1439eb78acb5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"225c32fc-515e-404b-9a71-676ca9796b3a","type":"text/javascript","exec":[""]}}],"_postman_id":"e5f737fc-7dfc-40d1-98db-9c0c971a7951","description":""},{"name":"11.0 Dashboard","item":[{"name":"Retrieve Dashboard Tiles Data","id":"4830702b-deea-433b-9cf5-0992d4c6845d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/mobileDashboard","description":"<p>This API call can be used to fetch details like number of open userrequests, number of attestations, number of delegates, and number of pending approvals for a specific user. </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params:\n<code>userName</code></p>\n","urlObject":{"path":["ECM","{{path}}","mobileDashboard"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7976e4ec-7973-46fe-a09f-d3f870ea28d5","name":"Mobile Dashboard","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"userName","value":"admin","type":"text"}]},"url":"{{url}}/ECM/{{path}}/mobileDashboard","description":"This API call can be used to fetch details like number of open userrequests, number of attestations, number of delegates, and number of pending approvals for a specific user. \r\n\r\nThe `Authorization` must have `Bearer` followed by `Token`. \r\n\r\nMandatory params:\r\n`userName`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 18:26:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=d6a18797-8984-4b41-80b7-d9412911ddde; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"453721C561F4BD82B96997BE6EF5D91C","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"d6a18797-8984-4b41-80b7-d9412911ddde","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"successful\",\"userrequests\":{\"openrequestcount\":317},\"attestations\":{\"totalcount\":148},\"errorCode\":\"0\",\"delegates\":{\"totalcount\":17},\"pendingrequests\":{\"lowcount\":43,\"totalcount\":337,\"highcount\":272,\"mediumcount\":22}}"}],"_postman_id":"4830702b-deea-433b-9cf5-0992d4c6845d"},{"name":"Retrieve Dashboard Account Data","id":"78e7a0c8-52e9-4a9b-98bb-2f75c9fad81a","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardAccountData","description":"<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>No params</p>\n","urlObject":{"path":["ECM","{{path}}","retrieveDashboardAccountData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c0acbc5-ce3e-48e6-9920-53046f46de72","name":"Retrieve Dashboard Account Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardAccountData","description":"The `Authorization` must have `Bearer` followed by `Token`. \n\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 05:58:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=85364032-2843-44fe-b188-934037e042ae; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"85364032-2843-44fe-b188-934037e042ae","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"SUCCESS\",\"dashboardAccountData\":[],\"errorCode\":\"0\"}"}],"_postman_id":"78e7a0c8-52e9-4a9b-98bb-2f75c9fad81a"},{"name":"Retrieve Dashboard Data","id":"2afda9ad-6510-4fa1-ba95-ca55f21acaba","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardData","description":"<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>.</p>\n<p>No params</p>\n","urlObject":{"path":["ECM","{{path}}","retrieveDashboardData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"32b488c7-79f2-4f88-a087-df44924733a9","name":"Retrieve Dashboard Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{url}}/ECM/{{path}}/retrieveDashboardData","description":"The `Authorization` must have `Bearer` followed by `Token`.\r\n\r\nNo params"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 12 Sep 2018 05:57:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=e1889c8f-ee92-454e-b999-fc5b9b560545; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/ECM/","secure":false,"value":"077DC12920CE3D4F807486248E6DB732","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"e1889c8f-ee92-454e-b999-fc5b9b560545","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"msg\":\"SUCCESS\",\"dashboardData\":[],\"errorCode\":\"0\"}"}],"_postman_id":"2afda9ad-6510-4fa1-ba95-ca55f21acaba"}],"id":"02e32fcc-ca50-4a11-8870-ba17c072b5b4","event":[{"listen":"prerequest","script":{"id":"0aa005b3-b549-491f-9ec3-39ce3fc73273","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"56783145-1071-4b56-916c-bd99d52c205a","type":"text/javascript","exec":[""]}}],"_postman_id":"02e32fcc-ca50-4a11-8870-ba17c072b5b4","description":""},{"name":"12.0 LDAP","item":[{"name":"Create User","id":"8f5c1f09-7316-4711-a13f-ec7b323785fb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1\",\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"securityQuestionOne\": \"What is your pet name?\",\n  \"securityAnswerOne\": \"Tommy\",\n  \"securityQuestionTwo\": \"What is your place of birth?\",\n  \"securityAnswerTwo\": \"Los Angeles\",\n  \"securityQuestionThree\": \"What is your favorite color?\",\n  \"securityAnswerThree\": \"Orange\",\n   \"multiValueSecurityAttributes\":[\"MV1\",\"MV2\",\"Mv3\"]\n}"},"url":"{{url}}/ECM/api/v2/createUser","description":"<p>This method create user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","urlObject":{"path":["ECM","api","v2","createUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"793f6452-bfb6-4a6b-a061-068a90cd5739","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1\",\n  \"lastname\": \"Doe\",\n  \"firstname\": \"John\",\n  \"securityQuestionOne\": \"What is your pet name?\",\n  \"securityAnswerOne\": \"Tommy\",\n  \"securityQuestionTwo\": \"What is your place of birth?\",\n  \"securityAnswerTwo\": \"Los Angeles\",\n  \"securityQuestionThree\": \"What is your favorite color?\",\n  \"securityAnswerThree\": \"Orange\",\n   \"multiValueSecurityAttributes\":[\"MV1\",\"MV2\",\"Mv3\"]\n}"},"url":"{{url}}/ECM/api/v2/createUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Created Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"}],"_postman_id":"8f5c1f09-7316-4711-a13f-ec7b323785fb"},{"name":"Get User","id":"fe9cf9c2-4036-4519-b6ad-5471d5d27acd","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/ECM/api/v2/getUser?propertytosearch=email&email=john.doe@saviynt.com","description":"<p>This method search for users in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n","urlObject":{"path":["ECM","api","v2","getUser"],"host":["{{url}}"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}],"variable":[]}},"response":[{"id":"6ebac94c-cfbd-4a0e-a493-a5f9369bf414","name":"Get User (Success)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/getUser?propertytosearch=email&email=john.doe@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","getUser"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:42:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=04ff2d74-7ed6-4d1a-bf8e-098a4a93943e; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=4495A02F4EC3E406CFF0C9EB2CF172C3; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"4495A02F4EC3E406CFF0C9EB2CF172C3","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"04ff2d74-7ed6-4d1a-bf8e-098a4a93943e","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account Created/Updated Successfully\",\n    \"Attributes\": {\n        \"SecurityAttributes\": [\n            \"MV1\",\n            \"MV2\",\n            \"Mv3\"\n        ],\n        \"email\": \"john.doe@saviynt.com\",\n        \"customproperty47\": \"john.doe@saviynt.com\",\n        \"lastname\": \"Doe\",\n        \"securityAnswerOne\": \"5aeebab117b892fa42002146e4c62be676bc4621\",\n        \"firstname\": \"John\",\n        \"securityQuestionOne\": \"What is your pet name?\",\n        \"systemUserName\": [\n            \"J1257868\",\n            \"john.doe@saviynt.com\"\n        ],\n        \"displayname\": \"John\"\n    },\n    \"SavCode\": \"Sav000\",\n    \"errorCode\": \"0\"\n}"},{"id":"a2b48212-25c1-4bb0-9a30-2cc92c291856","name":"Get User (Failure)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/getUser?propertytosearch=email&email=john1.doe1@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","getUser"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john1.doe1@saviynt.com"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:43:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=4df9b8cf-cdc2-42f2-a0f5-70edb90a69d4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=785F5B3ACAB4A68ABA8FC1BCE5FDEFAB; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"785F5B3ACAB4A68ABA8FC1BCE5FDEFAB","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"4df9b8cf-cdc2-42f2-a0f5-70edb90a69d4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"}],"_postman_id":"fe9cf9c2-4036-4519-b6ad-5471d5d27acd"},{"name":"Fetch User Questions","id":"0c1e7ce5-9e8c-4389-9dfa-0b26c3c741a5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"propertytosearch","value":"email","type":"text"},{"key":"email","value":"john.doe@saviynt.com","type":"text"}]},"url":"{{url}}/ECM/api/v2/fetchUserQuestions?propertytosearch=email&email=john.doe@saviynt.com","description":"<p>This method can be used to fetch security questions of user from LDAP via SSM</p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","urlObject":{"path":["ECM","api","v2","fetchUserQuestions"],"host":["{{url}}"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}],"variable":[]}},"response":[{"id":"ec79b29f-d8d7-40a1-8131-1d25b0b03f18","name":"Fetch User Questions (Failure)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"propertytosearch","value":"email","type":"text"},{"key":"email","value":"john.doe@saviynt.com","type":"text"}]},"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/fetchUserQuestions?propertytosearch=email&email=john1.doe1@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","fetchUserQuestions"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john1.doe1@saviynt.com"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:09:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=51c1fe2d-29a8-4eb8-bced-d55c4b023510; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=14E669077480D648FDA88D616D75B55E; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"14E669077480D648FDA88D616D75B55E","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"51c1fe2d-29a8-4eb8-bced-d55c4b023510","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"},{"id":"f98331c3-2caf-4b31-bc33-dea642a05d1a","name":"Fetch User Questions (Success)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"propertytosearch","value":"email","type":"text"},{"key":"email","value":"john.doe@saviynt.com","type":"text"}]},"url":{"raw":"http://localhost:8080/ECM/ws/rest/v2/fetchUserQuestions?propertytosearch=email&email=john.doe@saviynt.com","protocol":"http","host":["localhost"],"port":"8080","path":["ECM","ws","rest","v2","fetchUserQuestions"],"query":[{"key":"propertytosearch","value":"email"},{"key":"email","value":"john.doe@saviynt.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:08:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=49b58c9e-444b-4a6f-8a38-ac983efc9c1c; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=FFD73E64D200CD28E66321FA84BCA820; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"FFD73E64D200CD28E66321FA84BCA820","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"49b58c9e-444b-4a6f-8a38-ac983efc9c1c","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"SavCode\":\"Sav000\",\"errorCode\":\"0\",\"questions\":[\"What is your pet name?\",\"What is your place of birth?\",\"What is your favorite color?\"]}"}],"_postman_id":"0c1e7ce5-9e8c-4389-9dfa-0b26c3c741a5"},{"name":"Validate User Security Answers","id":"f0442041-35c7-4410-a7ff-161dd559f803","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Tommy\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"{{url}}/ECM/api/v2/validateAnswers","description":"<p>This method is used to validate the security answers of user from LDAP via SSM</p>\n<p>Mandatory params:</p>\n<p><code>answers</code> - list of questions and answers to be validated</p>\n<p><code>username</code> OR <code>propertytosearch</code> - Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n","urlObject":{"path":["ECM","api","v2","validateAnswers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a222ad8-26e9-4bb0-aafd-7cf3d68c3d95","name":"Validate User Answers (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Tommy\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"http://localhost:8080/ECM/ws/rest/v2/validateAnswers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:12:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2aeb5ea3-b4c7-440f-a175-303ee0e39f01; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=52A42549B4A8F0C18CD539A81C21E66C; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"52A42549B4A8F0C18CD539A81C21E66C","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2aeb5ea3-b4c7-440f-a175-303ee0e39f01","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"validation\":\"successful\",\"SavCode\":\"Sav000\",\"errorCode\":\"0\"}"},{"id":"fc928925-462e-4c54-8aa1-6135e09a8279","name":"Validate User Answers (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{ \n\"propertytosearch\" : \"email\", \n\"email\" : \"john.doe@saviynt.com\",\n\"answers\" : [ \n{ \n\"question\" : \"What is your pet name?\", \n\"answer\" : \"Jackie\"\n},\n{ \n\"question\" : \"What is your place of birth?\", \n\"answer\" : \"Los Angeles\"\n},\n{ \n\"question\" : \"What is your favorite color?\", \n\"answer\" : \"Orange\"\n}\n] \n} "},"url":"http://localhost:8080/ECM/ws/rest/v2/validateAnswers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 01:12:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=2f3e56e5-23ab-4fc9-bc85-9bea16a099d8; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=5EC7140FDEA0B4A4DF392FAA9210DCF0; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"5EC7140FDEA0B4A4DF392FAA9210DCF0","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"2f3e56e5-23ab-4fc9-bc85-9bea16a099d8","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"remainingAttempts\":\"4\",\"validation\":\"failed\",\"SavCode\":\"Sav0023\",\"errorCode\":\"1\"}"}],"_postman_id":"f0442041-35c7-4410-a7ff-161dd559f803"},{"name":"Update User","id":"9f6d4b77-8914-4f93-8d91-95791d5ec9e3","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"{{url}}/ECM/api/v2/updateUser","description":"<p>This method update user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n","urlObject":{"path":["ECM","api","v2","updateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2234da43-60d2-44ca-bde6-33b8220be642","name":"Update User (Failure)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john1.doe1@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/updateUser"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:48:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=30c16f82-5a4b-4ae5-b963-bb387a256991; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=6B785B4F559240DD8F4289C2C99A90C9; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"6B785B4F559240DD8F4289C2C99A90C9","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"30c16f82-5a4b-4ae5-b963-bb387a256991","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"},{"id":"c89ccb61-cee9-4f69-8a05-acd7d11f0f71","name":"Update User (Success)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"firstname\":\"John-upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/updateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:47:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=fd3e8eff-f568-44d9-9fef-df3065167be4; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=F7F2D42208420179EA6162C5CB577CC1; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"F7F2D42208420179EA6162C5CB577CC1","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"fd3e8eff-f568-44d9-9fef-df3065167be4","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Updated Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"}],"_postman_id":"9f6d4b77-8914-4f93-8d91-95791d5ec9e3"},{"name":"Change Password","id":"a88bdf99-c5d4-4090-ac34-0af44bba2c1a","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"{{url}}/ECM/api/v2/changePassword","description":"<p>This method change password for user in LDAP via SSM</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p><code>password</code> - New Password</p>\n","urlObject":{"path":["ECM","api","v2","changePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c7d27c6-ba1e-406f-8198-501df9445551","name":"Change Password (Success)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john.doe@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:50:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=aa302613-3fb3-4833-a5d0-4c6bc7c83f7f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=C67D6A5CBD2C4FF52CA6FAB7A952C4E6; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"C67D6A5CBD2C4FF52CA6FAB7A952C4E6","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"aa302613-3fb3-4833-a5d0-4c6bc7c83f7f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\n    \"message\": \"Account with accountId uid=john.doe@saviynt.com,ou=People,o=saviynt.com,o=saviynt.com Updated Successfully\",\n    \"errorCode\": \"0\",\n    \"SavCode\": \"Sav000\"\n}"},{"id":"a211ae19-6055-4012-8293-d0ff31e37517","name":"Change Password (Failure)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\":\"john1.doe1@saviynt.com\",\n  \"password\":\"Password1upd\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/changePassword"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:50:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=9b7bec86-5047-4403-a76a-2140e803eb3f; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=2DD92C2A0B4CDDB3A1AE4E9A50F139B6; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"2DD92C2A0B4CDDB3A1AE4E9A50F139B6","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"9b7bec86-5047-4403-a76a-2140e803eb3f","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"Unique Account Not Found in ldap\",\"SavCode\":\"Sav005\",\"errorCode\":\"1\"}"}],"_postman_id":"a88bdf99-c5d4-4090-ac34-0af44bba2c1a"},{"name":"Authenticate User","id":"dee20c6d-c9d0-4805-821a-2b52c851ee7f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"propertytosearch\":\"email\",\n  \"email\": \"john.doe@saviynt.com\",\n  \"password\": \"Password1upd\"\n}"},"url":"{{url}}/ECM/api/v2/authenticateUser","description":"<p>This method will authenticate user in LDAP via SSM.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code></p>\n<p>Mandatory params: </p>\n<p><code>username</code>\nOR\n<code>propertytosearch</code>- Any user property like email, manager, username, firstname, lastname, preferedFirstName, customproperty</p>\n<p><code>password</code> - Password to be authenticated</p>\n","urlObject":{"path":["ECM","api","v2","authenticateUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"71222284-575a-49c3-b438-f87558b423be","name":"Authenticate User (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"propertytosearch\":\"email\",\n\t\"email\": \"john.doe@saviynt.com\",\n\t\"password\": \"Password1\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/authenticateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:37:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b8e496c9-e360-425e-bc53-eafc7fa27e31; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=9CF3801CACBB9F15C310587C525EF921; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"9CF3801CACBB9F15C310587C525EF921","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"b8e496c9-e360-425e-bc53-eafc7fa27e31","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"validation\":\"successful\",\"SavCode\":\"Sav000\",\"errorCode\":\"0\"}"},{"id":"b6b9bf99-6234-4ab9-befd-be497d6c4adf","name":"Authenticate User (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n\t\"propertytosearch\":\"email\",\n\t\"email\": \"john.doe@saviynt.com\",\n\t\"password\": \"Password2\"\n}"},"url":"http://localhost:8080/ECM/ws/rest/v2/authenticateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 16 Mar 2018 00:40:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache-Coyote/1.1","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=80a40e2d-157d-486a-8cdb-689267d8a378; Path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"JSESSIONID=C4F78B80EE09ECEE5F7112A1A99EE049; Path=/ECM","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"}],"cookie":[{"expires":"Mon Jan 18 2038 18:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/ECM5","secure":true,"value":"D13AD21AB9DBD7D1979A104E02F7335F","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/ECM","secure":false,"value":"C4F78B80EE09ECEE5F7112A1A99EE049","key":"JSESSIONID"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/","secure":false,"value":"80a40e2d-157d-486a-8cdb-689267d8a378","key":"CCSRF-TOKEN"}],"responseTime":null,"body":"{\"errorMessage\":\"invalid credential\",\"validation\":\"failed\",\"SavCode\":\"Sav0022\",\"errorCode\":\"1\"}"}],"_postman_id":"dee20c6d-c9d0-4805-821a-2b52c851ee7f"}],"id":"597b3a27-fa6e-4371-9601-004301ec37d4","description":"<p>This collection contains rest API's to read, write, or modify data directly in LDAP via Saviynt.</p>\n","event":[{"listen":"prerequest","script":{"id":"265878ca-bae5-42a3-b126-12d6491e7e40","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73a5aadb-d4e0-49d3-a77e-f24600167f93","type":"text/javascript","exec":[""]}}],"_postman_id":"597b3a27-fa6e-4371-9601-004301ec37d4"},{"name":"13.0 JRM","item":[{"name":"Get Access Recommendations","id":"a19cbf51-2e59-4d62-ac59-8e68cc5dc14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"lmcneil\",\n    \"endpointname\": \"Workday\",\n    \"entitlementtype\": \"Security-Groups\",\n    \"max\": \"10\",\n    \"offset\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getAccessRecommendations","description":"<p>This API returns access(entitlement) recommendations based on the JRMs. This will mimic the JRM recommendations on Step 2 on ARS.  </p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>username</code>/<code>userkey</code>(if both are passed then userkey will be considered)</p>\n<p>Optional params:</p>\n<p><code>endpointname</code>/<code>endpointkey</code>(if both are passed then endpointkey will be considered)</p>\n<p><code>entitlementtypekey</code>/<code>entitlementtype</code>(if both are passed then entitlementtypekey will be considered)</p>\n<p><code>max</code></p>\n<p><code>offset</code></p>\n","urlObject":{"path":["ECM","{{path}}","getAccessRecommendations"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df668f0f-767b-4460-8335-f4dfa6ed7648","name":"Get Access Recommendations","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"lmcneil\",\n    \"endpointname\": \"Workday\",\n    \"entitlementtype\": \"Security-Groups\",\n    \"max\": \"10\",\n    \"offset\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/{{path}}/getAccessRecommendations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"JSESSIONID=4CE243E5CFAE1470F34545B535A22A63; Path=/ECM/; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0abd8e34-2cef-45b1-a690-85a8fb07deaa; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 06 Aug 2020 20:10:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"displaycount\": 10,\n    \"msg\": \"success\",\n    \"totalcount\": 16,\n    \"recommendations\": [\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 209,\n            \"entitlement_value\": \"All Employees (allEmployees_wkdyGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"80\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 290,\n            \"entitlement_value\": \"All Project Members (allProjectMembers_wkdyGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"28\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 210,\n            \"entitlement_value\": \"All Users (allUsers_wkdyGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"88\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 219,\n            \"entitlement_value\": \"Any Organization Role (Leadership or Supporting) (anyOrgRole_wkdyGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"25\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 221,\n            \"entitlement_value\": \"Canada and the United States (WD9 Conversion) (Canada_and_the_US_WD9_locGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"54\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 228,\n            \"entitlement_value\": \"Employee As Self (Canada and the United States - WD9 Conversion) (Employee_As_Self_WD9_intGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"49\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 211,\n            \"entitlement_value\": \"Employee As Self (selfEmployee_wkdyGroup)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"80\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 276,\n            \"entitlement_value\": \"Employee Pay Component Visibility\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"80\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 279,\n            \"entitlement_value\": \"Financial, Position, and Award Segment Security Group\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"88\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        },\n        {\n            \"entitlementtype\": \"Security-Groups\",\n            \"entitlementtypekey\": 255,\n            \"entitlement_valuekey\": 333,\n            \"entitlement_value\": \"Manager (Job-Based)\",\n            \"displayname\": \"\",\n            \"description\": \"\",\n            \"peergroupconfidencepercentage\": \"23\",\n            \"accountkey\": 357,\n            \"accountname\": \"kshama\"\n        }\n    ],\n    \"errorcode\": 0\n}"}],"_postman_id":"a19cbf51-2e59-4d62-ac59-8e68cc5dc14c"}],"id":"8c425cc1-ad6f-40a8-8291-f37c9318884f","event":[{"listen":"prerequest","script":{"id":"1b6625f7-d1f9-4068-85ac-1374f3bfa85b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"310f285a-fea0-468a-ac2f-80a4a13dec2b","type":"text/javascript","exec":[""]}}],"_postman_id":"8c425cc1-ad6f-40a8-8291-f37c9318884f","description":""},{"name":"14.0 Transport","item":[{"name":"Export Package","id":"fe8232f1-55c4-44cc-aecf-0e5d6a6212a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"transportowner\": \"true\",\n    \"transportmembers\": \"true\",\n    \"exportonline\": \"false\",\n    \"exportpath\": \"/Users/Documents/transportPackage\",\n    \"objectstoexport\": {\n        \"savRoles\": [\n            \"ROLE_ADMIN\",\"ROLE_ADMIN_SPONSOR\"\n        ],\n        \"emailTemplate\": [\n            \"Account Password Expiry Email\",\n            \"Entitlement Expiry Email\"\n        ],\n        \"roles\": [\n            \"6612-AppInstanceRole\",\"6612-AWS-Dev-Role\"\n        ],\n        \"analyticsV1\": [\n            \"1.1: Electronic Security Parameter\"\n        ],\n        \"analyticsV2\": [\n            \"1.1 AWS root account last usage details\"\n        ],\n        \"globalConfig\": [\n            \"Campaign Config Application Owner\"\n        ],\n        \"workflows\": [\n            \"2 Level Manager Approval Workflow\"\n        ],\n        \"connection\": [\n            \"ActiveDirectory\"\n        ],\n        \"appOnboarding\": [\n            \"azzz\"\n        ],\n        \"userGroups\": [\n            \"AccessReviewOwners\"\n        ],\n        \"scanRules\": [\n            \"AK Driving License\"\n        ],\n        \"organizations\": [\n            \"Acme\"\n        ],\n        \"securitySystems\": [\n            \"ActiveDirectoryPlus\"\n        ]\n    },\n    \"businessjustification\": \"justified...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/exportTransportPackage","description":"<p>This API creates a compressed file containing objects specified for T2P migration.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>exportonline</code>(can be true or false) - Determines if package needs to be exported online, \n<code>exportpath</code>(if exportonline is false) - Local path where export package will be generated, \n<code>environmentname</code>(if exportonline is true) - Name of the environment which can be created at the following path : Admin -&gt; Global Configurations -&gt; Misc -&gt; Transport -&gt; Add New Transport, \n<code>objectstoexport</code> - Supported objects : <code>savRoles</code>, <code>emailTemplate</code>, <code>roles</code>, <code>analyticsV1</code>, <code>analyticsV2</code>, <code>globalConfig</code>, <code>workflows</code>, <code>connection</code>, <code>appOnboarding</code>, <code>userGroups</code>, <code>scanRules</code>, <code>organizations</code>, <code>securitySystems</code></p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - username of the user exporting the package, \n<code>transportmembers</code>(can be true or false) - option to transport members for selected objects such as SAV role, \n<code>transportowner</code>(can be true or false) - option to transport owners for selected objects, \n<code>businessjustification</code></p>\n","urlObject":{"path":["ECM","api","v5","exportTransportPackage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"87d6a379-0081-4cf4-9d63-1e0d817a58ab","name":"Export Package - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"transportowner\": \"true\",\n    \"transportmembers\": \"true\",\n    \"exportonline\": \"false\",\n    \"exportpath\": \"/Users/Documents/transportPackage\",\n    \"objectstoexport\": {\n        \"savRoles\": [\n            \"ROLE_ADMIN\",\"ROLE_ADMIN_SPONSOR\"\n        ],\n        \"emailTemplate\": [\n            \"Account Password Expiry Email\",\n            \"Entitlement Expiry Email\"\n        ],\n        \"roles\": [\n            \"6612-AppInstanceRole\",\"6612-AWS-Dev-Role\"\n        ],\n        \"analyticsV1\": [\n            \"1.1: Electronic Security Parameter\"\n        ],\n        \"analyticsV2\": [\n            \"1.1 AWS root account last usage details\"\n        ],\n        \"globalConfig\": [\n            \"Campaign Config Application Owner\"\n        ],\n        \"workflows\": [\n            \"2 Level Manager Approval Workflow\"\n        ],\n        \"connection\": [\n            \"ActiveDirectory\"\n        ],\n        \"appOnboarding\": [\n            \"azzz\"\n        ],\n        \"userGroups\": [\n            \"AccessReviewOwners\"\n        ],\n        \"scanRules\": [\n            \"AK Driving License\"\n        ],\n        \"organizations\": [\n            \"Acme\"\n        ],\n        \"securitySystems\": [\n            \"ActiveDirectoryPlus\"\n        ]\n    },\n    \"businessjustification\": \"justified...\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/exportTransportPackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 20:34:56 GMT"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=IEYvXJei+a6DiAPE2DOEAE90XZw7jch9/vaQ13ERtBGoNY0zYCkvAHUp+IV+hESEfb5jDUuqAeC2SPzbp8mYTe0eKMog6J4JvbVS8cRL6++gjqaZRnC8jy+6pGIb; Expires=Mon, 23 Nov 2020 20:34:55 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=IEYvXJei+a6DiAPE2DOEAE90XZw7jch9/vaQ13ERtBGoNY0zYCkvAHUp+IV+hESEfb5jDUuqAeC2SPzbp8mYTe0eKMog6J4JvbVS8cRL6++gjqaZRnC8jy+6pGIb; Expires=Mon, 23 Nov 2020 20:34:55 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=D9033B348B31898D2E93F4525CCAEF08; Path=/ECM; Secure; HttpOnly"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=b97102a7-7f9b-4417-b6c0-47a3dce71ee3; Path=/"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"filename\": \"transport_admin_2020-11-16_20-34-56(UTC).zip\",\n    \"errorcode\": 0\n}"}],"_postman_id":"fe8232f1-55c4-44cc-aecf-0e5d6a6212a9"},{"name":"Import Package","id":"ccc00cd1-aec5-42ba-9b62-f3e6a9c2f19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"packagetoimport\": \"/Users/Documents/transportPackage/transport_admin_2020-11-16_21-06-28(UTC).zip\",\n    \"businessjustification\": \"test justification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/importTransportPackage","description":"<p>This API imports a compressed file containing objects specified for T2P migration.</p>\n<p>The <code>Authorization</code> must have <code>Bearer</code> followed by <code>Token</code>. </p>\n<p>Mandatory params: </p>\n<p><code>packagetoimport</code> - Complete path of the package that needs to be imported</p>\n<p>Optional params:</p>\n<p><code>updateuser</code> - username of the user importing the package, \n<code>businessjustification</code></p>\n<p>Supported objects:</p>\n<p><code>savRoles</code>, <code>emailTemplate</code>, <code>roles</code>, <code>analyticsV1</code>, <code>analyticsV2</code>, <code>globalConfig</code>, <code>workflows</code>, <code>connection</code>, <code>appOnboarding</code>, <code>userGroups</code>, <code>scanRules</code>, <code>organizations</code>, <code>securitySystems</code></p>\n","urlObject":{"path":["ECM","api","v5","importTransportPackage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b5f331d-3f09-41f6-ba95-3dca671f4dcf","name":"Import Package - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"updateuser\": \"admin\",\n    \"packagetoimport\": \"/Users/Documents/transportPackage/transport_admin_2020-11-16_21-06-28(UTC).zip\",\n    \"businessjustification\": \"test justification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/ECM/api/v5/importTransportPackage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost"},{"key":"Expires","value":"Sun, 7 May 1995 12:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"post-check=0, pre-check=0"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"CCSRF-TOKEN=0e1de5a0-6d60-4f43-a8cf-622ad8597c4d; Path=/"},{"key":"Content-Type","value":"text/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Nov 2020 21:07:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"requestId\": \"2970001\",\n    \"errorcode\": 0\n}"}],"_postman_id":"ccc00cd1-aec5-42ba-9b62-f3e6a9c2f19d"}],"id":"b3d4e596-026b-49e6-951a-887b6b3af7f5","_postman_id":"b3d4e596-026b-49e6-951a-887b6b3af7f5","description":""}],"event":[{"listen":"prerequest","script":{"id":"f1936c4b-944d-43a5-afcb-09a93de25a6b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b477b8e9-e6b3-4cad-852a-d289b26d66e1","type":"text/javascript","exec":[""]}}]}