{"info":{"_postman_id":"676230f3-7895-4a35-a20f-57bd846e1a92","name":"CyberArk REST API [PUBLIC]","description":"All available requests in CyberArk Identity Security Platform.\n\n## **DUE TO INTERNAL CYBERARK POLICY, AS OF 2/18/2024 POSTMAN WILL NO LONGER BE USED DUE TO SYNCHRONIZATION OF DATA TO THE CLOUD. NO FURTHER UPDATES TO THIS COLLECTION WILL OCCUR.**\n\n# THIS IS UNOFFICIAL DOCUMENTATION\n\nThis collection is backed up at [https://github.com/infamousjoeg/CyberArk-RESTAPI](https://github.com/infamousjoeg/CyberArk-RESTAPI).\n\n## New Features & Additions\n\n- Added Endpoint Privilege Manager API\n- Added Discovery & Visibility API for Secrets Hub\n- Fixed bugs in Conjur Enterprise API\n    \n\nHappy automating!\n\n## Quick Start YouTube Video Series\n\n[<img src=\"https://img.youtube.com/vi/Sq-cwn_1lvk/0.jpg\" alt=\"How to Use Postman for No Code Development with CyberArk\">](https://www.youtube.com/watch?v=Sq-cwn_1lvk&list=PL-p_9AwMQDmmqsBus-Bukn3mQaJE0kHzC&index=1)\n\n## Want to use a CLI? Get cybr-cli for your OS!\n\n[https://github.com/infamousjoeg/cybr-cli](https://github.com/infamousjoeg/cybr-cli)\n\n## Community Tools\n\n- [psPAS](https://github.com/pspete/psPAS) - PowerShell Module for CyberArk's REST API\n- [IdentityCommand](https://github.com/pspete/IdentityCommand) - PowerShell Module for CyberArk Identity (Supports psPAS)\n- [CredentialRetriever](https://github.com/pspete/CredentialRetriever) - PowerShell Module for CyberArk's Application Access Manager (AAM)\n- [pyAIM](https://github.com/infamousjoeg/pyAIM) - Python Client Library for CyberArk's Application Access Manager (AAM)\n    \n\n## Code Examples\n\n- [cyberark/epv-api-scripts](https://github.com/cyberark/epv-api-scripts)\n- [infamousjoeg on GitHub](https://github.com/infamousjoeg?tab=repositories)\n- [CyberArk's Automation Greatest Hits (Awesome List of Automation)](https://cybr.rocks/greatesthits)\n    \n\n## YouTube Videos Playlist\n\n- [CyberArk Videos Playlist Curated by InfamousJoeG](https://www.youtube.com/playlist?list=PL-p_9AwMQDmkS6rCXQrINn0Xc7dv73dWU)\n    \n\n## Maintainer\n\n[Joe Garcia](https://github.com/infamousjoeg)\n\n[Buy me a coffee](https://www.buymeacoffee.com/infamousjoeg)\n\n## Status Codes\n\n| Status Name | Status Code | Status Description |\n| --- | --- | --- |\n| Success | 200 | The request succeeded. The actual response will depend on the request method used. |\n| Created | 201 | The request was fulfilled and resulted in a new resource being created. |\n| Bad Request | 400 | The request could not be understood by the server due to incorrect syntax. |\n| Unauthorized | 401 | The request requires user authentication. |\n| Forbidden | 403 | The server received and understood the request, but will not fulfill it. Authorization will not help and the request MUST NOT be repeated. |\n| Not Found | 404 | The server did not find anything that matches the Request-URI. No indication is given of whether the condition is temporary or permanent. |\n| Conflict | 409 | The request could not be completed due to a conflict with the current state of the resource. |\n| Internal Server Error | 500 | The server encountered an unexpected condition which prevented it from fulfilling the request. |\n\n_NOTE: If you are having issues with DEL or PUT methods, make sure that your Password Vault Web Access (PVWA) Server's IIS instance does not include WebDav Publishing. This will cause known issues._","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Self-Hosted","item":[{"name":"Privileged Access Manager","item":[{"name":"Accounts","item":[{"name":"Account Actions","item":[{"name":"Ad-Hoc Connect through PSM","id":"1708134e-9ea9-431e-bf90-80251f3825a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserName\":\"{{pasUsername}}\",\n\t\"Secret\":\"<password>\",\n\t\"Address\":\"{{pasAddress}}\",\n\t\"PlatformId\":\"{{pasPlatformName}}\",\n\t\"extraFields\":{},\n\t\"PSMConnectPrerequisites\": {\n\t\t\"ConnectionComponent\":\"<Connection Component ID>\",\n\t\t\"ConnectionType\":\"<RDPFile or PSMGW>\"\n\t}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/accounts/adhocconnect","description":"This method allows you to connect through PSM without using an existing account, by returning settings that can be used with an RDP client application or for the HTML5 gateway.\n\nYou must enable Privileged Session Monitoring and ad-hoc connection via PVWA configuration. For more details, see [Configure ad hoc connections](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Secure-Connect.htm)."},"response":[],"_postman_id":"1708134e-9ea9-431e-bf90-80251f3825a0"},{"name":"Change Password Immediately","id":"506e6080-4a9a-42c5-925e-c084a3ed3fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeEntireGroup\" : true\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/change","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","change"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for an immediate credentials change by the CPM to a new random value.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"506e6080-4a9a-42c5-925e-c084a3ed3fe9"},{"name":"Change Password in the Vault Only","id":"1cf053df-958b-4fc6-8f47-f36c86f04fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeEntireGroup\": false,\n\t\"NewCredentials\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/password/update","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","password","update"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to set account credentials and change them  \nin the Vault. This will not affect credentials on the target device.\n\nThe user who runs this web service requires **Update password value** permission in the Safe where the privileged account is stored:"},"response":[],"_postman_id":"1cf053df-958b-4fc6-8f47-f36c86f04fe8"},{"name":"Change Password, Set Next Password","id":"69b0ebec-cc42-44c9-a31d-15e0095e6015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeImmediately\" : true,\n\t\"NewCredentials\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/setnextpassword","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","setnextpassword"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to set the account's credentials to use for the next CPM change.\n\nThe user who runs this web service requires the following permissions in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations  \n- Specify next password value"},"response":[],"_postman_id":"69b0ebec-cc42-44c9-a31d-15e0095e6015"},{"name":"Check In an Exclusive Account","id":"539f43a2-aeae-4ce2-ac2a-d19919a70839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/checkin","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","checkin"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method checks an exclusive account into the Vault.\n\n- If the account is managed automatically by the CPM, after it is checked in, the password is changed immediately.\n- If the account is managed manually, a notification is sent to a user who is authorized to change the password. The account is checked in automatically after it has been changed.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"539f43a2-aeae-4ce2-ac2a-d19919a70839"},{"name":"Connect Using PSM","id":"1d17b517-392e-4d23-8ea7-c0bedc9f4d6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"RDP"}],"body":{"mode":"raw","raw":"{\n\t\"reason\":\"<Reason>\",\n\t\"TicketingSystemName\":\"<Ticketing system>\",\n\t\"TicketId\":\"<Ticketid>\",\n\t\"ConnectionComponent\":\"<Connection component id>\",\n\t\"ConnectionParams\": {\n\t\t\"<Connection parameter name>\": {\n\t\t\t\"value\":\"<Connection parameter value>\",\n\t\t\t\"ShouldSave\":<true\\false>\n\t\t},\n\t\t\"<Connection parameter name>\": {\n\t\t\t\"value\":\"<Connection parameter value>\",\n\t\t\t\"ShouldSave\":<true\\false>\n\t\t}\n\t}\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/psmconnect","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","psmconnect"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables you to connect to an account through PSM (PSMConnect) using a connection method defined in the PVWA.\n\nA response header defines which connection method is returned.\n\nFor more information, refer to [Privileged Session Management Interface](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-the-Privileged-Session-Management-Interface.htm)."},"response":[],"_postman_id":"1d17b517-392e-4d23-8ea7-c0bedc9f4d6f"},{"name":"Generate Password","id":"fe0efc2f-572a-4914-b26f-48d0f1b61c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/secret/generate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","secret","generate"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method generates a new password for an existing account.\n\nThe user must have **Retrieve files from safe** permissions for the safe where the account is stored. If using the **PreventSameCharPerPrevPassPosition** parameter, the user must have **Use Password** permissions."},"response":[],"_postman_id":"fe0efc2f-572a-4914-b26f-48d0f1b61c51"},{"name":"Get Just in Time Access","id":"a5b48b3e-1f7a-47e2-9f96-bc920bc33e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/grantadministrativeaccess","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","grantadministrativeaccess"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method requests and receives access to a target Windows machine with administrative rights.  \n  \nThe domain user who runs this web service will be added to the local Administrators group of the target machine.  \n\n### [Supported target machine environments](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nJust in Time access (JIT) is supported on the following end user machine environments:  \n  \n- Windows Server 2012/2012R2/2016  \n- Windows 8, Windows 10  \n    \n### [Configuration](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nConfigure Just in Time access as described in [Configure Just in Time access to Windows machines](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/adhoc_access_admin.htm).\n\n### [User permissions](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nUsers who want to request access to the target Windows machine must have the following permissions in the Safe:\n\n- List  \n- Use Password"},"response":[],"_postman_id":"a5b48b3e-1f7a-47e2-9f96-bc920bc33e5a"},{"name":"Get Password Value","id":"444aa77a-708f-4059-9f1a-f36d7fe8b9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"<Reason>\",\n    \"TicketingSystem\": \"<Ticketing system>\",\n    \"TicketId\": \"<Ticketid>\",\n    \"Version\": <version number>,\n    \"ActionType\": \"<action type - show\\copy\\connect>\",\n    \"isUse\": <true\\false>,\n    \"Machine\": \"<my remote machine address>\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/password/retrieve","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","password","retrieve"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to retrieve the password or SSH key of an existing account that is identified by its Account ID. It enables users to specify a reason and ticket ID, if required.\n\n**Note:** To retrieve a private SSH key account, see the [Retrieve private SSH key account](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Retrieve_Private_SSH_Key_Account.htm#Return) REST API.\n\nThe ability to retrieve credentials using this REST API is intended for human use only and is not recommended for applications or automated processes, where application-based authentication is required. For application or automated processes use cases, see the [Secrets Manager Credential Providers Docs](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Default.htm)."},"response":[],"_postman_id":"444aa77a-708f-4059-9f1a-f36d7fe8b9f1"},{"name":"Reconcile Password","id":"41603feb-246d-460a-868b-930f57f4df49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/reconcile","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","reconcile"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for automatic reconciliation by the CPM.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"41603feb-246d-460a-868b-930f57f4df49"},{"name":"Retrieve Private SSH Key Account","id":"dafe7846-a3cd-48b3-86a9-8a6f812de2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"<Reason>\",\n    \"TicketingSystemName\": \"<Ticketing system>\",\n    \"TicketId\": \"<Ticketid>\",\n    \"Version\": <version number>,\n    \"ActionType\": \"<action type - download>\",\n    \"isUse\": <true\\false>,\n    \"Machine\": \"<my remote machine address>\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/secret/retrieve","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","secret","retrieve"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method allows users to retrieve a private SSH key file to their local computer. It enables users to specify a reason and Ticket ID. The private SSH key file is from an existing account that is identified by its Account ID.\n\n**Note:** To get a password value, see the [Get password value](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetPasswordValueV10.htm#Return) REST API."},"response":[],"_postman_id":"dafe7846-a3cd-48b3-86a9-8a6f812de2aa"},{"name":"Revoke Just in Time Access","id":"a8248c6b-2a9a-4be3-8227-39e184ffb852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/revokeadministrativeaccess","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","revokeadministrativeaccess"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method revokes administrative rights for Just in Time (JIT) access to a target Windows machine. The domain user who runs this web service will be removed from the local Administrators group of the target machine."},"response":[],"_postman_id":"a8248c6b-2a9a-4be3-8227-39e184ffb852"},{"name":"Verify Password","id":"c8a76ea7-15e9-4b5a-b4e7-03401512c76a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/verify","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","verify"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for verification by the CPM.\n\nFrom version v9.10.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"c8a76ea7-15e9-4b5a-b4e7-03401512c76a"}],"id":"a54f77be-209c-41b3-8448-428ea5489557","description":"This section includes REST APIs for managing account activities.","_postman_id":"a54f77be-209c-41b3-8448-428ea5489557"},{"name":"Account Groups","item":[{"name":"Get Account Group by Safe","id":"80781876-e7d1-486f-b383-c8c4ed1882f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accountgroups?safe={{pasSafe}}","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accountgroups"],"query":[{"key":"safe","value":"{{pasSafe}}"}]},"description":"This method returns all the account groups in a specific Safe. The user performing this task must have the following permissions in the Safe:\r\n\r\n* Add accounts\r\n* Update account content\r\n* Update account properties\r\n* Create folders"},"response":[],"_postman_id":"80781876-e7d1-486f-b383-c8c4ed1882f8"},{"name":"Get Account Group Members","id":"d6ea890d-6fb2-4e9b-acb5-4b6cb8100013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accountgroups/:pasGroupName/members","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accountgroups",":pasGroupName","members"],"variable":[{"key":"pasGroupName","value":"{{pasGroupName}}"}]},"description":"This method returns all the members of an existing account group. These accounts can be either password accounts or SSH Key accounts.\n\n__NOTE: All members of account groups must be stored in the same Safe as the group itself.__\n\nThe user performing this task must have the following permissions in the Safe:\n\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders"},"response":[],"_postman_id":"d6ea890d-6fb2-4e9b-acb5-4b6cb8100013"},{"name":"Add Account Group","id":"48a95b69-10cd-45ea-8ce9-fa92df5a8150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"GroupName\":\"{{pasGroupName}}\",\r\n  \"GroupPlatform\":\"{{pasPlatformName}}\",\r\n  \"Safe\":\"{{pasSafe}}\"\r\n}"},"url":"{{pasBaseURL}}/passwordvault/api/accountgroups/","description":"This method enables application managers to define a new account group automatically, and manage accounts as part of a group.\n\nTo create an account group, users require the following permissions in the Safe where the group is created:\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders\n\n**Note:** _The following characters are not supported in URL values in the Body:_ **+ & % #**"},"response":[],"_postman_id":"48a95b69-10cd-45ea-8ce9-fa92df5a8150"},{"name":"Add Account to Account Group","id":"9c5c95f9-e10d-46d0-9cad-dbd8b88a70d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountID\":\"{{pasAccountID}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accountgroups/:pasGroupName/members","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accountgroups",":pasGroupName","members"],"variable":[{"key":"pasGroupName","value":"{{pasGroupName}}"}]},"description":"This method adds an account as a member to an existing account group.  The account can contain either a password or SSH key.  All members of an account group must be stored in the same Safe as the group itself.\n\nTo add an account as a member to an account group, users require the following permissions to the Safe where the group is created:\n* Add accounts\n* Update account content\n* Update account properties\n\n**Note:** _The following characters are not support in URL values in the Body:_ **+ & % #**"},"response":[],"_postman_id":"9c5c95f9-e10d-46d0-9cad-dbd8b88a70d5"},{"name":"Delete Member from Account Group","id":"166d13f1-e835-4496-8611-2739d9809901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accountgroups/:pasGroupName/members/:pasAccountID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accountgroups",":pasGroupName","members",":pasAccountID"],"variable":[{"key":"pasGroupName","value":"{{pasGroupName}}"},{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method removes an account member from an account group. This account can be either a password account or an SSH Key account.\r\n\r\nThe user performing this task must have the following permissions in the Safe:\r\n\r\n* Add accounts\r\n* Update account content\r\n* Update account properties\r\n* Create folders"},"response":[],"_postman_id":"166d13f1-e835-4496-8611-2739d9809901"}],"id":"5DDE92CC-0F0C-4538-820E-B992FE6EB82A","_postman_id":"5DDE92CC-0F0C-4538-820E-B992FE6EB82A"},{"name":"Bulk Upload of Accounts","item":[{"name":"Get All Bulk Account Uploads for User","id":"eba75934-8eaf-478f-bfed-167c81f724da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/bulkactions/accounts","host":["{{pasBaseURL}}"],"path":["passwordvault","api","bulkactions","accounts"],"query":[{"key":"filter","value":"","description":"status - returns all bulk account uploads that meet the required status","disabled":true},{"key":"limit","value":"50","description":"number of accounts to return, starting from first account","disabled":true}]},"description":"This method gets the status of all bulk account uploads that the user performed.\n\n**Note:** Bulk account uploads are returned sorted by their creation time in descending order - from the most recent to the oldest. The bulk account uploads that are returned are ones that a specific user created and has authorization to view."},"response":[],"_postman_id":"eba75934-8eaf-478f-bfed-167c81f724da"},{"name":"Get Bulk Account Upload Result","id":"2e6283bf-f2eb-4a08-a9ee-9d97e1a4c350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/bulkactions/accounts/:pasBulkID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","bulkactions","accounts",":pasBulkID"],"variable":[{"key":"pasBulkID","value":"{{pasBulkID}}"}]},"description":"This method returns the result of the bulk account upload, which is identified by the ID of the bulk account upload. When the upload has finished, the API returns the result. The result contains a list of all the accounts that succeeded or failed to upload.\n  \t\n\n**Note:** Only the user that created the bulk account upload can receive the result of the upload using this API."},"response":[],"_postman_id":"2e6283bf-f2eb-4a08-a9ee-9d97e1a4c350"},{"name":"Create Bulk Upload of Accounts","id":"f12f94c2-d622-4b32-a3c8-79e185ec54e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"filename.csv\",\n    \"accountsList\": [\n        {\n            \"uploadIndex\": \"1\",\n            \"username\": \"JohnDoe\",\n            \"address\": \"192.0.2.0\",\n            \"platformId\": \"WinDomain\",\n            \"safeName\": \"WinDomainSafe\",\n            \"secret\": \"123456\",\n            \"platformAccountProperties\": {\n                \"port\": \"111\"\n            },\n            \"secretManagement\": {\n                \"automaticManagementEnabled\": true,\n                \"manualManagementReason\": \"\"\n            },\n            \"remoteMachinesAccess\": {\n                \"accessRestrictedToRemoteMachines\": true,\n                \"remoteMachines\": \"example.com\"\n            },\n            \"groupName\": \"DomainGroup\"\n        },\n        {\n            \"uploadIndex\": \"2\",\n            \"username\": \"JaneDoe\",\n            \"address\": \"198.51.100.0\",\n            \"platformId\": \"WinDesktopLocal\",\n            \"safeName\": \"WinUsersSafe\",\n            \"secret\": \"123456\",\n            \"platformAccountProperties\": {\n                \"port\": \"222\"\n            },\n            \"secretManagement\": {\n                \"automaticManagementEnabled\": true,\n                \"manualManagementReason\": \"\"\n            },\n            \"remoteMachinesAccess\": {\n                \"accessRestrictedToRemoteMachines\": true,\n                \"remoteMachines\": \"example.net\"\n            },\n            \"groupName\": \"WinGroup\"\n        }\n    ]\n}"},"url":"{{pasBaseURL}}/passwordvault/api/bulkactions/accounts","description":"This method allows a developer to add multiple accounts to existing Safes. The response contains the ID of the bulk account upload that was performed.\n\n**Note:** This option is only available if you have **Add accounts**, **Update account content**, and **Update account properties** authorization in at least one Safe."},"response":[],"_postman_id":"f12f94c2-d622-4b32-a3c8-79e185ec54e6"}],"id":"fb3e7827-783d-4ae4-b6eb-d34e32217e7f","description":"This section includes three methods that enable you to perform a bulk upload of multiple accounts, and review the results.\n\nFirst, to add multiple accounts at one time to the system, use the Create bulk upload of accounts REST API.\n\nNext, to check the status of all the bulk account uploads that were performed by a user, use the Get all bulk account uploads for user REST API.\n\nLast, to review a summary of uploaded accounts and accounts that failed for a specific bulk upload, use the Get bulk account upload result REST API.","event":[{"listen":"prerequest","script":{"id":"cc47166f-ea41-431e-9340-21563e3cb410","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0571425b-6272-46de-add8-3f47f7e53f6f","type":"text/javascript","exec":[""]}}],"_postman_id":"fb3e7827-783d-4ae4-b6eb-d34e32217e7f"},{"name":"Discovered Accounts","item":[{"name":"Get Discovered Account Details","id":"3d148e1b-4eb1-44ec-aeb4-b62ee22a6d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/discoveredaccounts/:pasAccountID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","discoveredaccounts",":pasAccountID"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns information about a discovered account and its dependencies from the Pending Accounts list. The discovered account is identified by its ID.\n\nTo run this web service, the user must be a member of the Vault admins group.\n\n**Note:** Discovered accounts that were onboarded either manually or automatically, according to predefined rules, won't be returned using this method."},"response":[],"_postman_id":"3d148e1b-4eb1-44ec-aeb4-b62ee22a6d33"},{"name":"Get Discovered Accounts","id":"03b033e6-8f9b-43b1-8783-f488fea13bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/discoveredaccounts?filter=platformType eq Windows Server Local AND privileged eq true AND accountEnabled eq true&search=admin&searchType=contains&offset=0&limit=100","host":["{{pasBaseURL}}"],"path":["passwordvault","api","discoveredaccounts"],"query":[{"key":"filter","value":"platformType eq Windows Server Local AND privileged eq true AND accountEnabled eq true","description":"search accounts using platformType, privileged, and/or accountEnabled values"},{"key":"search","value":"admin","description":"search is supported for username and address"},{"key":"searchType","value":"contains","description":"keyword is contained (contains, DEFAULT) or beginning (startswith)"},{"key":"offset","value":"0","description":"the offset of the first returned account in the list of results"},{"key":"limit","value":"100","description":"the maximum number of accounts to return (maximum value allowed is 1000)"}]},"description":"This method returns a list of all the discovered accounts from the Pending Accounts list. To run this web service, the user must be a member of the Vault admins group.\n  \t\n**Note:** Discovered accounts that were onboarded either manually or automatically, according to predefined rules, won't be returned using this method.\n\nFor more information on available filters, please visit [Filter Parameters](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/11.6/en/Content/WebServices/Get-discovered-accounts.htm#filter-parameters) in the CyberArk API Documentation."},"response":[],"_postman_id":"03b033e6-8f9b-43b1-8783-f488fea13bca"},{"name":"Add Discovered Accounts (v10.8+)","id":"9d463143-06f1-48c6-a716-54f38d14dc54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"userName\": \"{{pasUsername}}\",\n        \"address\": \"{{pasAddress}}\",\n        \"platformTypeAccountProperties\": {\n            \"SID\": \"S-1-5-21-304654729-3147011263-1431158397-3154\"\n        },\n        \"accountEnabled\": true,\n        \"osGroups\": \"Backup Operators,IIS_IUSRS,Network Configuration Operators\",\n        \"platformType\": \"{{pasPlatformName}}\",\n        \"domain\": \"example.com\",\n        \"lastLogonDateTime\": \"1530635686\",\n        \"lastPasswordSetDateTime\": \"1530635786\",\n        \"passwordNeverExpires\": false,\n        \"osVersion\": \"Windows Server 2012 R2 Standard\",\n        \"privileged\": false,\n        \"userDisplayName\": \"User Display Name\",\n        \"description\": \"User Description\",\n        \"passwordExpirationDateTime\": \"1530645686\",\n        \"osFamily\": \"Server\",\n        \"OrganizationalUnit\": \"CN=Users,DC=example,DC=com\",\n        \"additionalProperties\": {\n            \"Port\": 445,\n            \"UserDN\": \"CN=user1,CN=Users,DC=example,DC=com\"\n        },\n        \"Dependencies\": [\n            {\n                \"name\": \"ServiceDep\",\n                \"address\": \"{{pasAddress}}\",\n                \"type\": \"Windows Service\"\n            }\n        ]\n    },\n    {\n        \"userName\": \"amazon_accesskey_user\",\n        \"address\": \"aws.com\",\n        \"discoveryDate\": \"2018-05-03T13:00:00Z\",\n        \"platformType\": \"AWS Access Keys\",\n        \"privileged\": true,\n        \"platformTypeAccountProperties\": {\n            \"awsAccessKeyID\": \"ASASASASSA\",\n            \"awsAccountID\": \"123123123123\"\n        }\n    },\n    {\n        \"userName\": \"amazon_dashboard_user\",\n        \"address\": \"aws.com\",\n        \"discoveryDate\": \"2018-05-03T13:00:00Z\",\n        \"platformType\": \"AWS\",\n        \"privileged\": true,\n        \"platformTypeAccountProperties\": {\n            \"awsAccountID\": \"123123123123\"\n        }\n    },\n    {\n        \"userName\": string,\n        \"address\": string,\n        \"discoveryDate\": \"1530635689\",\n        \"platformType\": \"Azure Password Management\",\n        \"accountEnabled\": true,\n        \"privileged\": true,\n        \"privilegedCriteria\": string,\n        \"platformTypeAccountProperties\": {\n            \"activeDirectoryID\": string\n        }\n    }\n]"},"url":"{{pasBaseURL}}/passwordvault/api/discoveredaccounts","description":"This method adds newly discovered accounts and their dependencies.\n\n| Action | Description |\n| --- | --- |\n| Discovered account | Discovered accounts are added to the Pending Accounts list. |\n| Discovered dependency | Discovered dependencies are added to the Pending Accounts list or are automatically added to the corresponding master account that has already been onboarded. |\n| Automatic onboarding | Discovered accounts are onboarded according to matching onboarding rules. If automatic onboarding fails for any reason, the account is added to the Pending Accounts list. |\n\nCurrently, Private SSH Keys are not supported.\n\nThe user who runs this web service requires the following users and permissions:\n\nTo add pending accounts:\n\n* **User:** Owner of PasswordManager_Pending Safe\n* **Permissions:**\n  * Add account\n  * List files\n  * Update account properties\n\nTo onboard the account:\n\n* **User:** Owner of the target Safe of the onboarding rule.\n* **Permissions:**\n  * Add account\n  * Update account properties\n  * Initiate CPM account management operations"},"response":[],"_postman_id":"9d463143-06f1-48c6-a716-54f38d14dc54"}],"id":"8e1b602c-cf0d-4a75-9699-a2a2c634eb51","description":"This section includes REST APIs for discovered accounts.","_postman_id":"8e1b602c-cf0d-4a75-9699-a2a2c634eb51"},{"name":"Linked Accounts","item":[{"name":"Link an Account","id":"73b5081d-302a-40d2-b6fc-fde30babf4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"{{pasObjectName}}\",\n    \"ExtraPassID\": \"1/2/3\",\n    \"Folder\": \"{{pasFolder}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/linkaccount","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","linkaccount"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables a user to associate a linked account to an existing source account. The linked account can be a Reconcile account, Logon account, or other type of linked account that is defined in the platform configuration.\n  \t\n_**Note:** The type of linked accounts that are allowed are determined by the Platform settings. Each platform can support different types of linked accounts._\n\nTo run this service, the user must have the following Safe member authorizations:\n\n* List accounts - For both the Safe of the linked account and the Safe of the source account\n* Update account properties - For the Safe of the source account"},"response":[],"_postman_id":"73b5081d-302a-40d2-b6fc-fde30babf4a6"},{"name":"Unlink an Account","id":"4da8cc41-83fe-43d3-a59d-47a132200aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/linkaccount/:pasExtraPassIndex","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","linkaccount",":pasExtraPassIndex"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"},{"key":"pasExtraPassIndex","value":"1","description":"Valid Values: 1, 2, 3"}]},"description":"This method enables a user to remove the association between a linked account and a source account.\n\nTo run this service, the user must have the following Safe member authorizations for the Safe where the source account is stored:\n\n- List accounts\n- Update account properties\n- Manage Safe - This authorization is needed only when **RequireManageSafeToClearLinkedAccount** is enabled in the configuration."},"response":[],"_postman_id":"4da8cc41-83fe-43d3-a59d-47a132200aa6"}],"id":"5c150080-5cc4-4f18-9207-6f3aace19244","description":"This section includes REST APIs for linked accounts.","_postman_id":"5c150080-5cc4-4f18-9207-6f3aace19244"},{"name":"Extended Account Overview","id":"d20c01c2-f7fc-4717-bf10-d8c51cb11411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/extendedaccounts/:pasAccountID/overview","host":["{{pasBaseURL}}"],"path":["passwordvault","api","extendedaccounts",":pasAccountID","overview"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]}},"response":[],"_postman_id":"d20c01c2-f7fc-4717-bf10-d8c51cb11411"},{"name":"Get Accounts","id":"85058995-d06d-47ee-8c12-cc5ab6c27805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts?search={{pasKeywords}}&searchType=contains&sort=UserName&offset=0&limit=1000&filter=safeName eq {{pasSafe}}","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts"],"query":[{"key":"search","value":"{{pasKeywords}}","description":"List of keywords to search for in accounts, separated by a space."},{"key":"searchType","value":"contains","description":"Get accounts that either contain or start with the value specified in the Search parameter. Valid values: contains (default) or startswith."},{"key":"sort","value":"UserName","description":"Property or properties by which to sort returned accounts, followed by asc (default) or desc to control sort direction. Separate multiple properties with commas, up to a maximum of three properties."},{"key":"offset","value":"0","description":"Offset of the first account that is returned in the collection of results."},{"key":"limit","value":"1000","description":"Maximum number of returned accounts. If not specified, the default value is 50. The maximum number that can be specified is 1000."},{"key":"filter","value":"safeName eq {{pasSafe}}","description":"Get accounts from a specific safe, using the safe name."}]},"description":"This method returns a list of all the accounts in the Vault.\n\nThe user who runs this web service requires **List Accounts** permissions in the Safe."},"response":[],"_postman_id":"85058995-d06d-47ee-8c12-cc5ab6c27805"},{"name":"Get Account Details","id":"29504570-33d8-4780-9524-e05d9c7ac754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns information about an account identified by its ID.\n\nThe user who runs this web service requires **List Accounts** permissions in the Safe where the account is located inside the Vault."},"response":[{"id":"23adf375-7dd7-4138-9d90-ace99c3baead","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization","disabled":true},{"type":"text","value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"value":"no-cache, no-store, must-revalidate","key":"Cache-Control"},{"enabled":false,"value":"no-cache","key":"Pragma"},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"enabled":false,"key":"Expires","value":"-1"},{"enabled":false,"key":"Server","value":"Microsoft-IIS/10.0"},{"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","enabled":false,"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"enabled":false,"value":"IE=EmulateIE8","key":"X-UA-Compatible"},{"value":"1; mode=block","enabled":false,"key":"X-XSS-Protection"},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"key":"Strict-Transport-Security","enabled":false,"value":"max-age=31536000; includeSubDomains"},{"value":"Sun, 11 Nov 2018 21:27:37 GMT","enabled":false,"key":"Date"},{"key":"Content-Length","enabled":false,"value":"317"}],"cookie":[],"responseTime":"0","body":"{\n    \"id\": \"24_3\",\n    \"name\": \"ANSIBLE-RESTAPI-USER\",\n    \"address\": \"192.168.3.101\",\n    \"userName\": \"Svc_AnsibleREST\",\n    \"platformId\": \"JG-CyberArkVault\",\n    \"safeName\": \"D-CYBR-RESTAPI-ACCTS\",\n    \"secretType\": \"password\",\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": true,\n        \"status\": \"success\",\n        \"lastModifiedTime\": 1541876282\n    },\n    \"createdTime\": 1541876282\n}"}],"_postman_id":"29504570-33d8-4780-9524-e05d9c7ac754"},{"name":"Get Account Activity","id":"a9117d2d-3502-4c2c-86f2-98373654a746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Accounts/:pasAccountID/Activities","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Accounts",":pasAccountID","Activities"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns the activities of a specific account that is identified by its account ID."},"response":[{"id":"94bbcf5d-4dca-45e7-80e5-4640293b6d64","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization","disabled":true},{"value":"application/json","type":"text","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"enabled":false,"key":"Pragma","value":"no-cache"},{"value":"application/json; charset=utf-8","enabled":false,"key":"Content-Type"},{"enabled":false,"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"IE=EmulateIE8","enabled":false,"key":"X-UA-Compatible"},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"enabled":false,"value":"nosniff","key":"X-Content-Type-Options"},{"value":"SAMEORIGIN","enabled":false,"key":"X-FRAME-Options"},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"enabled":false,"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"enabled":false,"key":"Date","value":"Sun, 11 Nov 2018 21:28:13 GMT"},{"value":"6876","key":"Content-Length","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"GetAccountActivitiesResult\": [\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Change Password\",\n            \"ActivityCode\": 24,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"11/10/2018 23:58:03\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Store password\",\n            \"ActivityCode\": 294,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"LastTask\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[VerifyTask]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CPMStatus\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[success]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[-1]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[ChangeTask]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"(Action: Show Password)\",\n            \"Time\": \"11/10/2018 23:57:30\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Verify Password\",\n            \"ActivityCode\": 22,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"11/04/2018 15:49:12\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM internal process\",\n            \"Time\": \"11/04/2018 15:49:12\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/04/2018 15:49:10\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"LastTask\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[VerifyTask]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CPMStatus\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[success]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Update File Category\",\n            \"ActivityCode\": 106,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[-1] Old Value=[-1]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[VerifyTask]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Update File Category\",\n            \"ActivityCode\": 106,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"PolicyID\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[JG-CyberArkVault] Old Value=[CyberArk]\",\n            \"Time\": \"11/04/2018 15:45:51\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"AppPrv\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Application provider background refresh job\",\n            \"Time\": \"10/21/2018 13:39:22\",\n            \"UserName\": \"Prov_COMPONENTS\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"AppPrv\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"AIM password request\",\n            \"Time\": \"10/21/2018 13:38:57\",\n            \"UserName\": \"Prov_COMPONENTS\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Verify Password\",\n            \"ActivityCode\": 22,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"10/21/2018 13:04:25\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM internal process\",\n            \"Time\": \"10/21/2018 13:04:25\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"10/21/2018 13:04:24\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[-1]\",\n            \"Time\": \"10/21/2018 13:02:31\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[VerifyTask]\",\n            \"Time\": \"10/21/2018 13:02:31\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CreationMethod\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[PVWA]\",\n            \"Time\": \"10/21/2018 13:02:23\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"Address\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[192.168.3.101]\",\n            \"Time\": \"10/21/2018 13:02:23\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"DeviceType\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[Application]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"UserName\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[Svc_AnsibleREST]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"PolicyID\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[CyberArk]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Store password\",\n            \"ActivityCode\": 294,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        }\n    ]\n}"}],"_postman_id":"a9117d2d-3502-4c2c-86f2-98373654a746"},{"name":"Get Secret Versions","id":"aed19e7b-505f-4add-89cb-09b443614f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID/secret/versions","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID","secret","versions"],"query":[{"key":"showTemporary","value":"true","description":"Boolean value whether to return both permanent and temporary secret versions (Default: False)","disabled":true}],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]}},"response":[],"_postman_id":"aed19e7b-505f-4add-89cb-09b443614f52"},{"name":"Add Account","id":"f27db06e-a5be-4784-a405-40a2833a89a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"{{pasObjectName}}\",\n\t\"address\": \"{{pasAddress}}\",\n\t\"userName\": \"{{pasUsername}}\",\n\t\"platformId\": \"{{pasPlatformName}}\",\n\t\"safeName\": \"{{pasSafe}}\",\n\t\"secretType\": \"password\",\n\t\"secret\": \"string\",\n\t\"platformAccountProperties\": {\n\t\t\"LogonDomain\": \"string\",\n\t\t\"Port\": \"integer\"\n\t},\n\t\"secretManagement\": {\n\t\t\"automaticManagementEnabled\": true,\n\t\t\"manualManagementReason\": \"string\"\n\t},\n\t\"remoteMachinesAccess\": {\n\t\t\"remoteMachines\": \"string\",\n\t\t\"accessRestrictedToRemoteMachines\": true\n\t}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/accounts","description":"This method adds a new privileged account or SSH key to the Vault.\n\nTo run this web service, a user requires the following permission in the Vault:\n\n* Add account\n\nAND either\n\n* Update password\n\nOR\n\n* Update password properties\n\n**Note:** You require an additional license to add SSH keys to the Vault. For more information, contact your CyberArk representative."},"response":[{"id":"f3aeb051-1425-43a1-91b7-abcc3c154127","name":"Add Dual Account - 201 Created","originalRequest":{"method":"POST","header":[{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization","disabled":true},{"type":"text","key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Database-MySQL-db2.joegarcia.dev-cluster02sqluser01\",\n\t\"address\": \"db2.joegarcia.dev\",\n\t\"userName\": \"cluster02sqluser01\",\n\t\"platformId\": \"MySQLServer-DualAccounts\",\n\t\"safeName\": \"D-MySQL-Users\",\n\t\"secretType\": \"password\",\n\t\"secret\": \"Cyberark1\",\n\t\"platformAccountProperties\": {\n\t\t\"VirtualUsername\": \"cluster02sqluser\",\n\t\t\"Index\": \"1\",\n\t\t\"DualAccountStatus\": \"Active\"\n\t},\n\t\"secretManagement\": {\n\t\t\"automaticManagementEnabled\": false,\n\t\t\"manualManagementReason\": \"testing\"\n\t}\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"value":"no-cache","enabled":false,"key":"Pragma"},{"value":"application/json; charset=utf-8","enabled":false,"key":"Content-Type"},{"enabled":false,"value":"-1","key":"Expires"},{"key":"Location","value":"https://cyberark.joegarcia.dev/PasswordVault/api/Accounts/29_7","enabled":false},{"key":"Set-Cookie","value":"CA22222=5CD7FDF700FD44E2; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=00000002BD847BB673806B6186BE3FB6EB49CFE4EAB00A619FE17D78321027A47916681700000000; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","value":"CA55555=radius; path=/PasswordVault/; secure","enabled":false},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"11.0","key":"api-supported-versions","enabled":false},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;preload","enabled":false},{"enabled":false,"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"value":"1; mode=block","enabled":false,"key":"X-XSS-Protection"},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"enabled":false,"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"enabled":false,"key":"Date","value":"Fri, 07 Feb 2020 19:04:06 GMT"},{"value":"481","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"id\": \"29_7\",\n    \"name\": \"Database-MySQL-db2.joegarcia.dev-cluster02sqluser01\",\n    \"address\": \"db2.joegarcia.dev\",\n    \"userName\": \"cluster02sqluser01\",\n    \"platformId\": \"MySQLServer-DualAccounts\",\n    \"safeName\": \"D-MySQL-Users\",\n    \"secretType\": \"password\",\n    \"platformAccountProperties\": {\n        \"Index\": \"1\",\n        \"DualAccountStatus\": \"Active\",\n        \"VirtualUsername\": \"cluster02sqluser\"\n    },\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": false,\n        \"manualManagementReason\": \"testing\",\n        \"lastModifiedTime\": 1581084295\n    },\n    \"createdTime\": 1581084295\n}"}],"_postman_id":"f27db06e-a5be-4784-a405-40a2833a89a5"},{"name":"Add Pending Account","id":"a3efa248-bb3f-49c6-90e5-8b53a6b1acd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"pendingAccount\": {\n\t\t\"UserName\":\"{{pasUsername}}\",\n\t\t\"Address\":\"{{pasAddress}}\",\n\t\t\"AccountDiscoveryDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountEnabled\":\"<enabled/disabled>\", \n\t\t\"AccountOSGroups\":\"<group name>\",\n\t\t\"AccountType\":\"<domain/local>\",\n\t\t\"Domain\":\"<domain name>\",\n\t\t\"PasswordNeverExpires\":\"<true/false>\",\n\t\t\"OSVersion\":\"<OS version>\",\n\t\t\"OU\":\"<OU>\",\n\t\t\"AccountCategory\":\"<Privileged/Non-privileged>\",\n\t\t\"UserDisplayName\":\"<user display name>\",\n\t\t\"AccountDescription\":\"<description>\",\n\t\t\"GID\":\"<GID>\",\n\t\t\"UID\":\"<UID>\",\n\t\t\"OSType\":\"<Windows/Unix>\",\n\t\t\"DiscoveryPlatformType\":\"<platform name>\",\n\t\t\"MachineOSFamily\":\"<workstation/server>\",\n\t\t\"LastLogonDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"LastPasswordSetDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountExpirationDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountCategoryCriteria\":\"<criteria>\"\n\t}\n}"},"url":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/PendingAccounts","description":"This method enables an account or SSH key that is discovered by an external scanner to be added as a pending account to the Accounts Feed. This facilitates the privileged account workflow, during which users can identify privileged accounts and determine which are onboarded to the Vault.\n\n**Note:** In order to add SSH keys to the Vault, you require an additional license. For more information, contact your CyberArk representative."},"response":[],"_postman_id":"a3efa248-bb3f-49c6-90e5-8b53a6b1acd9"},{"name":"Update Account","id":"2f5850c9-1276-4318-94e5-90a015a5d3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"op\": \"replace\",\n\t\t\"path\": \"/address\",\n\t\t\"value\": \"{{pasAddress}}\"\n\t},\n\t{\n\t\t\"op\": \"add\",\n\t\t\"path\": \"/platformAccountProperties/port\",\n\t\t\"value\": \"3306\"\n\t},\n\t{\n\t\t\"op\": \"remove\",\n\t\t\"path\": \"/ticketnumber\",\n\t\t\"value\": \"\"\n\t}\n]"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method updates an existing account's details. It is not mandatory to send all the account’s details. Any changed values sent in the request will be updated. All other properties values will remain the same.\n\nOn each property, the following operations can be performed:\n\n* Replace - replace the existing value of a property\n* Remove (to remove the property from the account)\n* Add (to add that property to the account)\n\nIt is possible to set several properties using the same command using the following structure:\n\n```json\n[\n\t{\n\t    \"op\": \"replace\",\n\t    \"path\": \"/platformaccountproperties\",\n\t    \"value\": \"{\n\t        \\\"{PropertyID1}\\\":\\\"{Value}\\\",\n\t        \\\"{PropertyID2}\\\":\\\"{Value}\\\",\n\t        \\\"{PropertyID3}\\\":\\\"{Value}\\\"\n\t    }\"\n\t}\n]\n```\n\nWhen sending several operations on the same property, only the last operation will affect the property."},"response":[{"id":"eccd5463-5e0f-4411-8cde-c46737a0e214","name":"200 OK","originalRequest":{"method":"PATCH","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","type":"text","disabled":true},{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"op\": \"replace\",\n\t\t\"path\": \"/address\",\n\t\t\"value\": \"NewAddress\"\n\t}\n]"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","enabled":false,"value":"no-cache, no-store, must-revalidate"},{"value":"no-cache","key":"Pragma","enabled":false},{"enabled":false,"value":"application/json; charset=utf-8","key":"Content-Type"},{"key":"Expires","value":"-1","enabled":false},{"value":"Microsoft-IIS/10.0","key":"Server","enabled":false},{"key":"Set-Cookie","value":"CA22222=16FEA5F59A5A4E3A; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"CA11111=00000002C10DFF4C7D9E95730A852C9200D8288EE70B01258A83CE498AB47E7A3515211200000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"key":"X-XSS-Protection","enabled":false,"value":"1; mode=block"},{"enabled":false,"key":"X-Content-Type-Options","value":"nosniff"},{"value":"SAMEORIGIN","enabled":false,"key":"X-FRAME-Options"},{"enabled":false,"value":"Warning","key":"Access-Control-Expose-Headers"},{"value":"max-age=31536000; includeSubDomains","key":"Strict-Transport-Security","enabled":false},{"enabled":false,"value":"Tue, 15 Jan 2019 17:39:16 GMT","key":"Date"},{"value":"271","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"id\": \"29_3\",\n    \"name\": \"TEST-RESTAPI-uadmin\",\n    \"address\": \"NewAddress\",\n    \"userName\": \"u_admin\",\n    \"platformId\": \"WinDomain\",\n    \"safeName\": \"TEST-RESTAPI\",\n    \"secretType\": \"password\",\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": true,\n        \"lastModifiedTime\": 1547468682\n    },\n    \"createdTime\": 1547468682\n}"}],"_postman_id":"2f5850c9-1276-4318-94e5-90a015a5d3af"},{"name":"Delete Account","id":"268f6493-94a7-4024-8b21-839b9c705e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/accounts/:pasAccountID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method deletes a specific account in the Vault.\n\nThe user who runs this web service requires **Delete Accounts** permissions in the Vault."},"response":[],"_postman_id":"268f6493-94a7-4024-8b21-839b9c705e73"}],"id":"A2C9EAD7-594C-4C4F-8BC9-10B8D17EB227","description":"This section includes REST APIs for managing accounts, account groups, account activities, and discovered accounts.","_postman_id":"A2C9EAD7-594C-4C4F-8BC9-10B8D17EB227"},{"name":"Applications","item":[{"name":"List Applications","id":"3831d988-02d1-4ee0-adfa-7aa9b94a0d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications"],"query":[{"key":"Location","value":"\\","description":"Location of the application in the Vault hierarchy. (Default: \\)","disabled":true},{"key":"IncludeSublocations","value":"false","description":"Whether or not the search will be performed in sublocations of the specified location. (Default: True)","disabled":true}]},"description":"This method returns a list of all the applications in the Vault.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"af693da5-759f-4bda-8729-d60f9bc61971","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true},{"value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","enabled":false},{"enabled":false,"key":"Content-Length","value":"771"},{"value":"application/json; charset=utf-8","key":"Content-Type","enabled":false},{"value":"Mon, 05 Jun 2017 18:49:26 GMT","enabled":false,"key":"Date"},{"enabled":false,"key":"Expires","value":"-1"},{"key":"Pragma","enabled":false,"value":"no-cache"},{"enabled":false,"key":"Server","value":"Microsoft-IIS/8.5"},{"enabled":false,"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; HttpOnly"},{"value":"CA11111=; path=/PasswordVault/; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"CA55555=; path=/PasswordVault/; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; HttpOnly","enabled":false},{"value":"mobileState=Desktop; path=/PasswordVault/; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"SAMEORIGIN","enabled":false,"key":"X-Frame-Options"},{"enabled":false,"value":"IE=EmulateIE8","key":"X-UA-Compatible"}],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":"Desktop"}],"responseTime":"0","body":"{\n  \"application\": [\n    {\n      \"AccessPermittedFrom\": 0,\n      \"AccessPermittedTo\": 24,\n      \"AllowExtendedAuthenticationRestrictions\": false,\n      \"AppID\": \"AIMWebService\",\n      \"BusinessOwnerEmail\": \"\",\n      \"BusinessOwnerFName\": \"\",\n      \"BusinessOwnerLName\": \"\",\n      \"BusinessOwnerPhone\": \"\",\n      \"Description\": \"This application is for the web service installed for the Central Credential Provider.\",\n      \"Disabled\": false,\n      \"ExpirationDate\": null,\n      \"Location\": \"\\\\\"\n    },\n    {\n      \"AccessPermittedFrom\": 0,\n      \"AccessPermittedTo\": 24,\n      \"AllowExtendedAuthenticationRestrictions\": false,\n      \"AppID\": \"RESTExamples\",\n      \"BusinessOwnerEmail\": \"john.doe@cyberark.com\",\n      \"BusinessOwnerFName\": \"John\",\n      \"BusinessOwnerLName\": \"Doe\",\n      \"BusinessOwnerPhone\": \"555-555-1212\",\n      \"Description\": \"AppID for all AIM and REST Examples\",\n      \"Disabled\": false,\n      \"ExpirationDate\": null,\n      \"Location\": \"\\\\Applications\"\n    }\n  ]\n}"},{"id":"da2ba569-6223-4fee-ba85-5ce4e908567d","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true},{"value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","enabled":false},{"enabled":false,"value":"no-cache","key":"Pragma"},{"key":"Content-Type","enabled":false,"value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1","enabled":false},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":false},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","enabled":false,"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"enabled":false,"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"enabled":false,"value":"1; mode=block","key":"X-XSS-Protection"},{"enabled":false,"value":"nosniff","key":"X-Content-Type-Options"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"enabled":false,"key":"Date","value":"Sun, 11 Nov 2018 21:25:20 GMT"},{"value":"1532","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"application\": [\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Account-Factory\",\n            \"BusinessOwnerEmail\": \"\",\n            \"BusinessOwnerFName\": \"\",\n            \"BusinessOwnerLName\": \"\",\n            \"BusinessOwnerPhone\": \"\",\n            \"Description\": \"\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Ansible\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Identity assigned to all Ansible retrieved credentials for audit.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"AIMWebService\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Defining MFA for AIM Central Credential Provider\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"HelloWorldPHP\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Application ID for Hello World PHP script deployed automatically by Ansible.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        }\n    ]\n}"}],"_postman_id":"3831d988-02d1-4ee0-adfa-7aa9b94a0d57"},{"name":"List a Specific Application","id":"3ed6305e-f3ab-4858-ac47-bb47f5fea948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID"],"variable":[{"key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method returns information about a specific application.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"ddbb0536-f549-4c21-a44b-ad6121529880","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","enabled":false,"value":"no-cache, no-store, must-revalidate"},{"enabled":false,"key":"Pragma","value":"no-cache"},{"enabled":false,"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","enabled":false,"value":"-1"},{"enabled":false,"value":"Microsoft-IIS/10.0","key":"Server"},{"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"enabled":false,"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"value":"1; mode=block","enabled":false,"key":"X-XSS-Protection"},{"enabled":false,"key":"X-Content-Type-Options","value":"nosniff"},{"enabled":false,"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning","enabled":false},{"key":"Strict-Transport-Security","enabled":false,"value":"max-age=31536000; includeSubDomains"},{"value":"Sun, 11 Nov 2018 21:25:46 GMT","enabled":false,"key":"Date"},{"key":"Content-Length","value":"423","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"application\": [\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Ansible\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Identity assigned to all Ansible retrieved credentials for audit.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        }\n    ]\n}"}],"_postman_id":"3ed6305e-f3ab-4858-ac47-bb47f5fea948"},{"name":"List all Authentication Methods of a Specific Application","id":"94226099-99b9-49db-90f9-e7b77410c485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications"],"variable":[{"key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method returns information about all the authentications methods of a specific application.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"e279cfda-bd4e-4477-bb38-265712cb75be","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"key":"Pragma","value":"no-cache","enabled":false},{"value":"application/json; charset=utf-8","key":"Content-Type","enabled":false},{"key":"Expires","value":"-1","enabled":false},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"enabled":false,"value":"1; mode=block","key":"X-XSS-Protection"},{"value":"nosniff","enabled":false,"key":"X-Content-Type-Options"},{"enabled":false,"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"enabled":false,"value":"Warning","key":"Access-Control-Expose-Headers"},{"key":"Strict-Transport-Security","enabled":false,"value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:26:06 GMT","enabled":false},{"key":"Content-Length","value":"472","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"authentication\": [\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"ansible.192.168.3.103.xip.io\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 1\n        },\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"192.168.3.103\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 2\n        },\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"ansibletower\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 3\n        }\n    ]\n}"}],"_postman_id":"94226099-99b9-49db-90f9-e7b77410c485"},{"name":"Add Application","id":"60dafe55-40bd-4f3e-afb5-a9ff1ce50fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"application\":\r\n  {\r\n    \"AppID\":\"{{aamAppID}}\",\r\n    \"Description\":\"Testing DevOps Deployments with CyberArk\",\r\n    \"Location\":\"{{pasFolder}}\",\r\n    \"AccessPermittedFrom\":0,\r\n    \"AccessPermittedTo\":23,\r\n    \"ExpirationDate\":\"\",\r\n    \"Disabled\":\"No\",\r\n    \"BusinessOwnerFName\":\"John\",\r\n    \"BusinessOwnerLName\":\"Doe\",\r\n    \"BusinessOwnerEmail\":\"John.Doe@CyberArk.com\",\r\n    \"BusinessOwnerPhone\":\"555-555-1212\"\r\n  }\r\n}"},"url":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications","description":"This method adds a new application to the Vault.\r\nThe user who adds this application requires the following permission in the Vault:\r\n- Manage Users"},"response":[{"id":"e2e9530d-921c-43a9-8650-581c5e45d8ed","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"application\":\r\n  {\r\n    \"AppID\":\"{{AppID}}2\",\r\n    \"Description\":\"Testing DevOps Deployments with CyberArk\",\r\n    \"Location\":\"/Applications\",\r\n    \"AccessPermittedFrom\":0,\r\n    \"AccessPermittedTo\":23,\r\n    \"ExpirationDate\":\"\",\r\n    \"Disabled\":\"No\",\r\n    \"BusinessOwnerFName\":\"John\",\r\n    \"BusinessOwnerLName\":\"Doe\",\r\n    \"BusinessOwnerEmail\":\"John.Doe@CyberArk.com\",\r\n    \"BusinessOwnerPhone\":\"555-555-1212\"\r\n  }\r\n}"},"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"enabled":false,"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Length","enabled":false,"value":"1647"},{"key":"Content-Type","enabled":false,"value":"text/html"},{"value":"Mon, 05 Jun 2017 18:46:42 GMT","enabled":false,"key":"Date"},{"key":"Expires","value":"-1","enabled":false},{"enabled":false,"value":"no-cache","key":"Pragma"},{"key":"Server","value":"Microsoft-IIS/8.5","enabled":false},{"value":"CA22222=; path=/PasswordVault/; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"CA11111=; path=/PasswordVault/; HttpOnly","key":"Set-Cookie"},{"enabled":false,"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; HttpOnly"},{"value":"CA33333=; path=/PasswordVault/; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; HttpOnly","enabled":false},{"value":"SAMEORIGIN","enabled":false,"key":"X-Frame-Options"},{"enabled":false,"key":"X-UA-Compatible","value":"IE=EmulateIE8"}],"cookie":[{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":""},{"expires":"Invalid Date","hostOnly":false,"httpOnly":true,"domain":"components.joe-garcia.local","path":"/PasswordVault/","secure":false,"session":false,"value":"Desktop"}],"responseTime":"0","body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n  <head>\r\n    <title>Request Error</title>\r\n    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>\r\n  </head>\r\n  <body>\r\n    <div id=\"content\">\r\n      <p class=\"heading1\">Request Error</p>\r\n      <p>The server encountered an error processing the request. See server logs for more details.</p>\r\n    </div>\r\n  </body>\r\n</html>"}],"_postman_id":"60dafe55-40bd-4f3e-afb5-a9ff1ce50fa0"},{"name":"Add Authentication Method","id":"bcf7a21b-f39e-48ca-946a-52a898dd00c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"authentication\":\r\n  {\r\n    \"AuthType\":\"path/osuser/hash/machineAddress\",\r\n    \"AuthValue\":\"<Path string>/<OSUser Name>/<Hash Value>/<Machine Address/CIDR>\",\r\n    \"IsFolder\":<true/false>,\r\n    \"AllowInternalScripts\":<true/false>\r\n  }\r\n}"},"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications"],"variable":[{"key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method adds a new authentication method to a specific application in the Vault.\r\nThe user who adds this authentication method requires the following permissions in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"bcf7a21b-f39e-48ca-946a-52a898dd00c2"},{"name":"Delete a Specific Application","id":"291d19e8-f961-41bc-b5d6-64b0bf7b73b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID"],"variable":[{"key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method deletes a specific application.\r\nThe user requires the following permission in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"291d19e8-f961-41bc-b5d6-64b0bf7b73b2"},{"name":"Delete a Specific Authentication","id":"bd8ceb66-7356-4dd6-aa7b-5145edecbd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications/:aamAuthMethodID","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications",":aamAuthMethodID"],"variable":[{"key":"aamAppID","value":"{{aamAppID}}"},{"key":"aamAuthMethodID","value":"{{aamAuthMethodID}}"}]},"description":"This method deletes a specific authentication method from a defined application.\r\nThe user requires the following permission in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"bd8ceb66-7356-4dd6-aa7b-5145edecbd06"}],"id":"F6CCE0D8-A8B3-449E-8A8A-24DCAC51440F","description":"This section describes using the REST API to manage applications. To manage application using the PVWA, see the [Secrets Manager Credential Providers online help](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Content/Common/Managing-Applications.htm).","_postman_id":"F6CCE0D8-A8B3-449E-8A8A-24DCAC51440F"},{"name":"Authentication","item":[{"name":"Authentication Methods Config","item":[{"name":"OpenID Connect Identity Provider","item":[{"name":"Get All OpenID Connect Identity Providers","id":"54e0d5e4-7096-4ecd-8795-00033aa93487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/configuration/oidc/providers","description":"This method returns a list of all OIDC Identity Providers. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"54e0d5e4-7096-4ecd-8795-00033aa93487"},{"name":"Get Specific OpenID Connect Identity Provider","id":"57b78952-3d45-4a63-8ed9-7cbd586291c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/oidc/providers/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","oidc","providers",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method returns a specific OIDC Identity Provider. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"57b78952-3d45-4a63-8ed9-7cbd586291c8"},{"name":"Add OpenID Connect Identity Provider","id":"0d258b9b-2313-44e2-af30-e358bdd03d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"opserver\",\n    \"authenticationFlow\": \"Code\",\n    \"discoveryEndpointUrl\": \"https://Domain.com/OPServer/.well-known/openid-configuration\",\n    \"clientId\": \"pvwa\",\n    \"clientSecret\": \"secret\",\n    \"clientSecretMethod\": \"basic\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/configuration/oidc/providers","description":"This method creates an OpenID Connect (OIDC) Identity Provider in the Vault. Any user who is a member of the Vault admins group can run this web service.\n\n**NOTE:** This API must be used with the Add authentication method API in order to have a complete authentication configuration.\n\nWhen you add an OIDC Identity Provider, you must also add the provider to the list of authentication methods using the same ID, and add the provider's base URL to the access restriction list by using the following APIs:\n\n* Add authentication method\n* Add allowed referrer"},"response":[],"_postman_id":"0d258b9b-2313-44e2-af30-e358bdd03d0d"},{"name":"Update OpenID Connect Identity Provider","id":"3ce9e606-15a6-4546-ac95-6ecaac62a764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"authenticationFlow\": \"Code\",\n    \"discoveryEndpointUrl\": \"https://10.10.22.121/OPServer/.well-known/openid-configuration\",\n    \"clientId\": \"pvwa\",\n    \"clientSecretMethod\": \"basic\",\n    \"userNameClaim\": \"given_name\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/oidc/providers/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","oidc","providers",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method updates an existing OIDC Identity Provider. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"3ce9e606-15a6-4546-ac95-6ecaac62a764"},{"name":"Delete OpenID Connect Identity Provider","id":"abc77bdf-646a-4d1d-b07e-6e94218d759e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/oidc/providers/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","oidc","providers",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method deletes a specific OIDC Identity Provider. Any user who is a member of the Vault admins group can run this web service.\n\n**NOTE:** This API must be used with the Delete authentication method API in order to have a complete authentication configuration.\n\nFor example, when you delete an OIDC Identity provider, you must also delete the provider from the list of authentication methods using the same ID."},"response":[],"_postman_id":"abc77bdf-646a-4d1d-b07e-6e94218d759e"}],"id":"2d6c3595-0cc4-49a3-8f27-18ed021e67c3","description":"This section includes REST APIs for configuring and managing OpenID Connect (OIDC) Identity Providers.\n\nThe APIs are used to configure a provider in PVWA.\n\nThese APIs must be used with the Authentication methods APIs in order to have a complete authentication configuration.\n\nFor example, when you add or delete a provider, you must also add the provider to the list of authentication methods, or delete the provider from the list, using the same ID.","_postman_id":"2d6c3595-0cc4-49a3-8f27-18ed021e67c3"},{"name":"Get Authentication Methods","id":"982eadac-8dc5-47dc-be2b-efe41f251635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/configuration/authenticationmethods","description":"This method returns a list of all existing authentication methods. Any user who is a member of the Vault admins group can run this web service."},"response":[{"id":"48dbced8-b91c-48cf-adfd-1d8df730411b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/PasswordVault/api/Configuration/AuthenticationMethods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"1674"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:43:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Methods\": [\n        {\n            \"id\": \"windows\",\n            \"displayName\": \"\",\n            \"enabled\": false,\n            \"mobileEnabled\": false,\n            \"logoffUrl\": \"\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"pki\",\n            \"displayName\": \"\",\n            \"enabled\": false,\n            \"mobileEnabled\": false,\n            \"logoffUrl\": \"\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"cyberark\",\n            \"displayName\": \"\",\n            \"enabled\": true,\n            \"mobileEnabled\": true,\n            \"logoffUrl\": \"\",\n            \"secondFactorAuth\": \"cyberark\",\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"oraclesso\",\n            \"displayName\": \"\",\n            \"enabled\": false,\n            \"mobileEnabled\": false,\n            \"logoffUrl\": \"http://[ssoserver]:7777/sso/logout?p_done_url=http://[iisserver]/PasswordVault\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"rsa\",\n            \"displayName\": \"\",\n            \"enabled\": false,\n            \"mobileEnabled\": false,\n            \"logoffUrl\": \"/WebID/IISWebAgentIF.dll?logoff?referrer=/passwordvault\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"radius\",\n            \"displayName\": \"Duo (RADIUS)\",\n            \"enabled\": true,\n            \"mobileEnabled\": true,\n            \"logoffUrl\": \"\",\n            \"secondFactorAuth\": \"radius\",\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"ldap\",\n            \"displayName\": \"\",\n            \"enabled\": true,\n            \"mobileEnabled\": true,\n            \"logoffUrl\": \"\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        },\n        {\n            \"id\": \"saml\",\n            \"displayName\": \"IDaptive SAML\",\n            \"enabled\": true,\n            \"mobileEnabled\": false,\n            \"logoffUrl\": \"https://tentantid.my.idaptive.app/applogout/appkey/acredacted/customerid/redacted\",\n            \"secondFactorAuth\": null,\n            \"signInLabel\": \"\",\n            \"usernameFieldLabel\": \"\",\n            \"passwordFieldLabel\": \"\"\n        }\n    ]\n}"}],"_postman_id":"982eadac-8dc5-47dc-be2b-efe41f251635"},{"name":"Get Specific Authentication Method","id":"18e63f9f-1728-4b87-a51b-050b05252fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/authenticationmethods/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","authenticationmethods",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method returns a specific authentication method. Any user who is a member of the Vault Admins group can run this web service."},"response":[{"id":"5bf6f972-6aef-4b1a-b633-9eecdc07114e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/PasswordVault/api/Configuration/AuthenticationMethods/{{authID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"288"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:45:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"saml\",\n    \"displayName\": \"IDaptive SAML\",\n    \"enabled\": true,\n    \"mobileEnabled\": false,\n    \"logoffUrl\": \"https://tenantid.my.idaptive.app/applogout/appkey/acredacted/customerid/redacted\",\n    \"secondFactorAuth\": null,\n    \"signInLabel\": \"\",\n    \"usernameFieldLabel\": \"\",\n    \"passwordFieldLabel\": \"\"\n}"}],"_postman_id":"18e63f9f-1728-4b87-a51b-050b05252fe1"},{"name":"Add Authentication Method","id":"5458307c-a5c2-45f4-9856-b14ac2df06a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"saml\",\n    \"displayName\": \"IDaptive SAML\",\n    \"enabled\": true,\n    \"mobileEnabled\": false,\n    \"logoffUrl\": \"https://domain.com/idp/logoff\",\n    \"secondFactorAuth\": null,\n    \"signInLabel\": \"\",\n    \"usernameFieldLabel\": \"\",\n    \"passwordFieldLabel\": \"\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/configuration/authenticationmethods","description":"This method adds a new authentication method. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"5458307c-a5c2-45f4-9856-b14ac2df06a5"},{"name":"Update Authentication Method","id":"bb5013b7-4c72-4f05-9d83-884b1a9a1e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"displayName\": \"\",\n    \"enabled\": true,\n    \"mobileEnabled\": false,\n    \"logoffUrl\": \"https://domain.com/idp/logoff\",\n    \"secondFactorAuth\": null,\n    \"signInLabel\": \"\",\n    \"usernameFieldLabel\": \"\",\n    \"passwordFieldLabel\": \"\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/authenticationmethods/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","authenticationmethods",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method updates the properties for a specific authentication method. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"bb5013b7-4c72-4f05-9d83-884b1a9a1e2c"},{"name":"Delete Authentication Method","id":"589298af-34e1-423a-b7d5-09ba4fa1c0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/authenticationmethods/:pasAuthID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","authenticationmethods",":pasAuthID"],"variable":[{"key":"pasAuthID","value":"{{pasAuthID}}"}]},"description":"This method deletes a specific authentication method. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"589298af-34e1-423a-b7d5-09ba4fa1c0d3"}],"id":"b6f6748f-f8a3-493e-9438-66736b795c36","description":"This section includes REST APIs for configuring and managing authentication methods.","_postman_id":"b6f6748f-f8a3-493e-9438-66736b795c36"},{"name":"PKI Authentication","item":[{"name":"Logon - PKI Authentication","event":[{"listen":"test","script":{"id":"39756159-2cd0-49e9-94af-992581107795","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pasSessionToken\", jsonData);"],"type":"text/javascript"}}],"id":"4d691b96-0c82-43d2-b3e3-5cc238dc5cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{pasBaseURL}}/passwordvault/api/auth/pki/logon"},"response":[],"_postman_id":"4d691b96-0c82-43d2-b3e3-5cc238dc5cf6"},{"name":"Logon - PKIPN Authentication","event":[{"listen":"test","script":{"id":"3b1109b1-9b11-4ae4-bc4c-dff5c86bcb51","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pasSessionToken\", jsonData);"],"type":"text/javascript"}}],"id":"da24ab4b-cc8d-432c-95d8-14f47c24da8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{pasBaseURL}}/passwordvault/api/auth/pkipn/logon"},"response":[{"id":"6068cd33-257b-4cb0-9d5c-6e0eb04d093c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/PasswordVault/API/Auth/pkipn/Logon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000024275C966475C290845A6B205769B80208310C37B1B55742476915FE9DB0DCB2100000000; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA22222=50F778740DC16E5D15E8087BB987F070F32A436E304A1A4338E8641DEAD5AD5E; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=pkipn; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubdomains;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Wed, 16 Feb 2022 20:41:03 GMT"},{"key":"Content-Length","value":"246"}],"cookie":[],"responseTime":null,"body":"\"MTljY2YxMDctNTY5ZC00Y2MzLTk0NzEtNDAxMDkwZTllOGY2OzUwRjc3ODc0MERDMTZFNUQxNUU4MDg3QkI5ODdGMDcwRjMyQTQzNkUzMDRBMUE0MzM4RTg2NDFERUFENUFENUU7MDAwMDAwMDI0Mjc1Qzk2NjQ3NUMyOTA4NDVBNkIyMDU3NjlCODAyMDgzMTBDMzdCMUI1NTc0MjQ3NjkxNUZFOURCMERDQjIxMDAwMDAwMDA7\""}],"_postman_id":"da24ab4b-cc8d-432c-95d8-14f47c24da8d"}],"id":"fcd4e73e-ef9b-42fd-bec1-a38d25455af7","_postman_id":"fcd4e73e-ef9b-42fd-bec1-a38d25455af7"},{"name":"SAML Authentication","item":[{"name":"Logon","event":[{"listen":"test","script":{"id":"b27fc244-aacc-4b71-a6a0-549e6275bfc8","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pasSessionToken\", jsonData);"],"type":"text/javascript"}}],"id":"e5e62e2a-b68b-48ad-ab08-245bb68e5764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"type":"text","key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"apiUse","value":"true","description":"DO NOT CHANGE","type":"text"},{"key":"concurrentSession","value":"true","description":"Valid Values: true, false","type":"text"},{"key":"samlResponse","value":"{{pasSAMLToken}}","description":"The base64-encoded SAML response from your IdP","type":"text"}]},"url":"{{pasBaseURL}}/passwordvault/api/auth/saml/logon","description":"This method authenticates a user to the Vault using SAML authentication and returns a token that can be used in subsequent web services calls.\n\n[Example PowerShell Code is available here](https://gist.github.com/infamousjoeg/b44faa299ec3de65bdd1d3b8474b0649)"},"response":[],"_postman_id":"e5e62e2a-b68b-48ad-ab08-245bb68e5764"},{"name":"Logoff","id":"2a55eba7-404b-4502-b68d-3e4d6cd9e1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/auth/saml/logoff","description":"This method logs off the user and removes the Vault session. This web service is used to log off when the user authenticated with SAML authentication."},"response":[],"_postman_id":"2a55eba7-404b-4502-b68d-3e4d6cd9e1a0"}],"id":"550C6385-0AF9-4E2C-BB44-6A2A83781368","_postman_id":"550C6385-0AF9-4E2C-BB44-6A2A83781368"},{"name":"Shared Logon Authentication","item":[{"name":"Logon","event":[{"listen":"test","script":{"id":"ba924a3e-cc30-478b-9cab-935b0205ebf4","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pasSessionToken\", jsonData.CyberArkLogonResult);"],"type":"text/javascript"}}],"id":"32e6c046-5e0b-4510-9a05-5f6702f17247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{pasBaseURL}}/PasswordVault/WebServices/auth/Shared/RestfulAuthenticationService.svc/Logon","description":"Shared authentication is based on a user credential file that is stored in the PVWA web server. During shared authentication, only the user defined in the credential file can log on to the PVWA, but multiple users can use the logon token.\n\nThis type of authentication **requires** the application using the REST services to manage the users as the Vault can't identify which specific user performs each action.\n\nMultiple concurrent connections can be created using the same token, without affecting each other.\n\nThe shared user is defined in a user credential file, whose location is specified in the WSCredentialFile parameter, in the appsettings section of the PVWAweb.config file:\n\n```\n<add key=\"WSCredentialFile\" value=\"C:\\CyberArk\\Password Vault Web Access\\CredFiles\\WSUser.ini\"/>\n```\n\n* Make sure that this user can access the PVWA interface.\n* Make sure the user only has the permissions in the Vault that they require.\n\nFor information about securing communication when using the SDK, refer to the following:\n\n* [Securing application-to-REST communication](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Securing%20Communication.htm)\n* [Configuring client authentication via certificates](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Configuring%20Client%20Authentication%20via%20Client%20Certificates.htm)\n\nThis method authenticates to the Vault with a shared webservices user and returns a token that will be used in subsequent web services calls.\n\nThis is supported for CyberArk authentication only, and not for third party authentication."},"response":[],"_postman_id":"32e6c046-5e0b-4510-9a05-5f6702f17247"},{"name":"Logoff","id":"f129b094-a4da-45ae-b1d1-b42ed72f2e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/PasswordVault/WebServices/auth/Shared/RestfulAuthenticationService.svc/Logoff","description":"This method logs off the shared user and removes the Vault session."},"response":[],"_postman_id":"f129b094-a4da-45ae-b1d1-b42ed72f2e3f"}],"id":"1EE14659-C618-4AAE-9E98-8A155839B23E","description":"Shared authentication is based on a user credential file that is stored in the PVWA web server. During shared authentication, only the user defined in the credential file can log on to the PVWA, but multiple users can use the logon token.\n\nThis type of authentication **requires** the application using the REST services to manage the users as the Vault can't identify which specific user performs each action.\n\nMultiple concurrent connections can be created using the same token, without affecting each other.\n\nThe shared user is defined in a user credential file, whose location is specified in the WSCredentialFile parameter, in the appsettings section of the PVWAweb.config file:\n  \t\n\n```\n<add key=\"WSCredentialFile\" value=\"C:\\CyberArk\\Password Vault Web Access\\CredFiles\\WSUser.ini\"/>\n```\n\n* Make sure that this user can access the PVWA interface.\n* Make sure the user only has the permissions in the Vault that they require.","_postman_id":"1EE14659-C618-4AAE-9E98-8A155839B23E"},{"name":"Logon - CyberArk/LDAP/Radius/Windows Authentication","event":[{"listen":"test","script":{"id":"cc5f2997-8696-452a-baea-8a2a31e9f980","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pasSessionToken\", jsonData);"],"type":"text/javascript"}}],"id":"82be2555-dd31-44d4-a0df-454154f7dd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"{{pasAPIUsername}}\",\n\t\"password\": \"{{pasAPIPassword}}\",\n\t//\"newPassword\": \"{{pasNewPassword}}\",\n\t\"concurrentSession\": \"true\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/Auth/:pasAuthType/logon","host":["{{pasBaseURL}}"],"path":["passwordvault","api","Auth",":pasAuthType","logon"],"variable":[{"key":"pasAuthType","value":"cyberark","description":"Valid Values: cyberark, ldap, radius, windows"}]},"description":"This method authenticates a user to the Vault and returns a token that can be used in subsequent web services calls. In addition, this method enables you to set a new password."},"response":[],"_postman_id":"82be2555-dd31-44d4-a0df-454154f7dd4f"},{"name":"Logoff","id":"aea030f6-c853-481e-bfe3-531db4a85cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{pasBaseURL}}/passwordvault/api/auth/logoff","description":"This method logs off the user and removes the Vault session."},"response":[{"id":"b506a69a-59db-4206-ad6f-db681d941716","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"value":"application/json","key":"Content-Type","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","enabled":false},{"key":"Pragma","value":"no-cache","enabled":false},{"value":"application/json; charset=utf-8","enabled":false,"key":"Content-Type"},{"enabled":false,"value":"-1","key":"Expires"},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"key":"Set-Cookie","value":"CA22222=3FC0264AE21891C9; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=000000028E20E4D1937817AB97347D6362F0C46DC68838CDEAD5CB4CB730327CAC57DB7300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"CA55555=ldap; path=/PasswordVault/; secure","key":"Set-Cookie"},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"X-UA-Compatible","enabled":false,"value":"IE=EmulateIE8"},{"value":"1; mode=block","key":"X-XSS-Protection","enabled":false},{"enabled":false,"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","key":"Access-Control-Expose-Headers","enabled":false},{"value":"max-age=31536000; includeSubDomains","key":"Strict-Transport-Security","enabled":false},{"value":"Sun, 11 Nov 2018 20:51:24 GMT","enabled":false,"key":"Date"},{"key":"Content-Length","value":"16","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"LogoffUrl\": \"\"\n}"}],"_postman_id":"aea030f6-c853-481e-bfe3-531db4a85cc4"},{"name":"PTA Authentication","id":"842b3b1a-021e-4bd4-bbcc-8391dfa8b24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{ptaAPIUsername}}","type":"text"},{"key":"password","value":"{{ptaAPIPassword}}","type":"text"}]},"url":"{{ptaBaseURL}}/api/getauthtoken","description":"This method enables a user to get a token upon Web application authentication. You can use this method to monitor the PTA system health, as shown in [Get PTA replication status](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/PTA_System_Health.htm)."},"response":[],"_postman_id":"842b3b1a-021e-4bd4-bbcc-8391dfa8b24c"}],"id":"A083E1CF-3D10-462D-896F-87AC5D81E034","description":"This section includes REST APIs for logging on or off from the Vault, using different authentication methods.","event":[{"script":{"id":"41b0e876-075d-45ea-b3a0-0a35bbbc4442","exec":[""],"type":"text/javascript"},"disabled":false,"listen":"prerequest"},{"disabled":false,"script":{"id":"451fd63a-7b46-4a08-8b2d-3a30ec15be8f","type":"text/javascript","exec":[""]},"listen":"test"}],"_postman_id":"A083E1CF-3D10-462D-896F-87AC5D81E034"},{"name":"General","item":[{"name":"Add Allowed Referrer","id":"2fc39616-e31e-494c-8227-892043f0862a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"referrerURL\": \"https://CompanyA/portal/\",\n    \"regularExpression\": false\n}"},"url":"{{pasBaseURL}}/passwordvault/api/configuration/accessrestriction/allowedreferrers","description":"This method adds a web application URL to the allowed referrer list. This means access is allowed from the URL to the PVWA. Any user who is a member of the Vault admins group can run this web service."},"response":[],"_postman_id":"2fc39616-e31e-494c-8227-892043f0862a"},{"name":"Get Allowed Referrer","id":"56496d8e-fd65-46da-848a-36d1ee220363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/configuration/accessrestriction/allowedreferrers","description":"This method returns the allowed referrer list. This means access is allowed from all URLs in the list, to the PVWA. Any user who is a member of the Vault admins group can run this web service."},"response":[{"id":"8a4574e9-869e-4273-8d18-cb6c83174859","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/passwordvault/api/Configuration/AccessRestriction/AllowedReferrers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"129"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Fri, 25 Sep 2020 15:51:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"referrerURL\": \"/WebID/\",\n        \"regularExpression\": false\n    },\n    {\n        \"referrerURL\": \"https://tenantid.my.idaptive.app\",\n        \"regularExpression\": false\n    }\n]"}],"_postman_id":"56496d8e-fd65-46da-848a-36d1ee220363"}],"id":"05fdf814-fffc-4001-a269-0b13ff23d299","description":"This section includes general APIs.","event":[{"listen":"prerequest","script":{"id":"6a2e3a1d-e141-4713-a59f-662c98233136","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e77c7043-4eda-4625-8127-02685c3aaa8b","type":"text/javascript","exec":[""]}}],"_postman_id":"05fdf814-fffc-4001-a269-0b13ff23d299"},{"name":"LDAP Integration","item":[{"name":"LDAP Directories","item":[{"name":"Get Directories","id":"30209ec3-6f56-4f14-9ef4-44dae261b60a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories","description":"This method returns a list of existing directories in the Vault. Each directory will be returned with its own data.\n\nTo run this web service, the user must be a member of the Vault Admins group."},"response":[{"id":"8f042cbc-e469-4974-b52b-3483bd8f6948","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","type":"text","disabled":true},{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","key":"Cache-Control","enabled":false},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"value":"-1","enabled":false,"key":"Expires"},{"value":"Microsoft-IIS/10.0","key":"Server","enabled":false},{"enabled":false,"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"enabled":false,"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie"},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","enabled":false,"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"value":"IE=EmulateIE8","key":"X-UA-Compatible","enabled":false},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"value":"SAMEORIGIN","key":"X-FRAME-Options","enabled":false},{"key":"Access-Control-Expose-Headers","enabled":false,"value":"Warning"},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"enabled":false,"key":"Date","value":"Sun, 11 Nov 2018 21:24:35 GMT"},{"value":"80","key":"Content-Length","enabled":false}],"cookie":[],"responseTime":"0","body":"[\n    {\n        \"DomainName\": \"cyberarkdemo.com\",\n        \"DomainBaseContext\": \"DC=cyberarkdemo,DC=com\"\n    }\n]"}],"_postman_id":"30209ec3-6f56-4f14-9ef4-44dae261b60a"},{"name":"Get Directory Details","id":"db0443ca-cf50-484a-bf23-0e6b2518709d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID",""],"variable":[{"key":"ldapID","value":"{{ldapID}}"}]},"description":"This method returns all the details of a specific directory in the Vault. Each directory will be returned with its own data.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permission:\n\n* Audit Users"},"response":[{"id":"c8c7d401-f41f-4cc1-b8a3-8d26a1583d5e","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true},{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","enabled":false},{"value":"no-cache","key":"Pragma","enabled":false},{"key":"Content-Type","enabled":false,"value":"application/json; charset=utf-8"},{"value":"-1","key":"Expires","enabled":false},{"value":"Microsoft-IIS/10.0","key":"Server","enabled":false},{"value":"CA22222=C2E127C66E3550C7; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"CA11111=00000002233DFDF5EF6A6EB3F00620F9B30968E6155C6464CC8D4B9A7DBB379080C1FE5600000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","enabled":false,"value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"enabled":false,"value":"Warning","key":"Access-Control-Expose-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"enabled":false,"value":"Wed, 21 Nov 2018 02:20:16 GMT","key":"Date"},{"enabled":false,"key":"Content-Length","value":"926"}],"cookie":[],"responseTime":"0","body":"{\n    \"DirectoryType\": \"MicrosoftADProfile.ini\",\n    \"BindUsername\": \"Svc_CyberArkLDAPBind\",\n    \"BindPassword\": \"\",\n    \"SSLConnect\": false,\n    \"LDAPDirectoryName\": \"cyberarkdemo.com\",\n    \"LDAPDirectoryQueryOrder\": 1,\n    \"LDAPDirectoryDescription\": \"\",\n    \"VaultObjectNamesPrefix\": \"\",\n    \"PasswordObjectPath\": \"root\\\\cyberarkdemo.com.pass\",\n    \"LDAPDirectoryGroupBaseContext\": \"DC=cyberarkdemo,DC=com\",\n    \"ReferralsChasingHopLimit\": -1,\n    \"AppendFriendlyDomainNameToGroup\": false,\n    \"RequireReferredDirectoryDefinition\": false,\n    \"ReferralsDNSLookup\": false,\n    \"DisableUserEnumeration\": false,\n    \"AdditionalQueryFilterOptimize\": true,\n    \"ClientBrowsing\": true,\n    \"ExternalObjectCreation\": true,\n    \"Authentication\": true,\n    \"UseLDAPCertificatesOnly\": false,\n    \"DisablePaging\": false,\n    \"ProvisionDisabledUsers\": false,\n    \"LDAPDirectoryUsage\": [\n        \"ExternalObjectCreation\",\n        \"ClientBrowsing\",\n        \"Authentication\"\n    ],\n    \"DCList\": [\n        {\n            \"Name\": \"192.168.3.100\",\n            \"Port\": 389,\n            \"SSLConnect\": false\n        }\n    ],\n    \"DomainName\": \"\",\n    \"DomainBaseContext\": \"DC=cyberarkdemo,DC=com\"\n}"}],"_postman_id":"db0443ca-cf50-484a-bf23-0e6b2518709d"},{"name":"Create Directory","id":"9db7177d-1003-4d0b-9091-cf63aae74317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"DirectoryType\": \"MicrosoftADProfile.ini\",\n\t\"HostAddresses\": [\n\t\t\"string\"\n\t],\n\t\"BindUsername\": \"string\",\n\t\"BindPassword\": \"string\",\n\t\"Port\": 389,\n\t\"DomainName\": \"string\",\n\t\"DomainBaseContext\": \"string\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories","description":"This method creates a directory in the Vault. Any user who is a member of the Vault Admins group can run this web service.\n\nCreating a new directory in the Vault sets up an automated process that obtains user identification and security information via LDAP, and that automatically provisions Vault users based on the external user account, group membership, and attributes."},"response":[{"id":"acd76c04-0709-4818-bfa1-9361c40630aa","name":"200 OK","originalRequest":{"method":"POST","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","type":"text","disabled":true},{"type":"text","value":"application/json","key":"Content-Type","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"DirectoryType\": \"MicrosoftADProfile.ini\",\n\t\"HostAddresses\": [\n\t\t\"192.168.3.50\"\n\t],\n\t\"BindUsername\": \"Svc_PAS_ADBind\",\n\t\"BindPassword\": \"Cyberark1\",\n\t\"Port\": 389,\n\t\"DomainName\": \"cyberarkdemo.com\",\n\t\"DomainBaseContext\": \"DC=cyberarkdemo,DC=com\"\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","enabled":false,"value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"value":"-1","enabled":false,"key":"Expires"},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"key":"Set-Cookie","value":"CA22222=F732D40E8C9BFAE8; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","enabled":false,"value":"CA11111=00000002E439646B34375BA6BD4A9ED9579EE06A25EE9495A5FAE821ED3E980E2063BE8600000000; path=/PasswordVault/; secure; HttpOnly"},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"IE=EmulateIE8","key":"X-UA-Compatible","enabled":false},{"value":"1; mode=block","key":"X-XSS-Protection","enabled":false},{"value":"nosniff","enabled":false,"key":"X-Content-Type-Options"},{"enabled":false,"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning","enabled":false},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"enabled":false,"value":"Fri, 14 Dec 2018 19:51:00 GMT","key":"Date"},{"key":"Content-Length","value":"829","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"DirectoryType\": \"MicrosoftADProfile.ini\",\n    \"HostAddresses\": [\n        \"192.168.3.50\"\n    ],\n    \"BindUsername\": \"Svc_PAS_ADBind\",\n    \"BindPassword\": \"Cyberark1\",\n    \"Port\": 389,\n    \"SSLConnect\": false,\n    \"LDAPDirectoryName\": null,\n    \"LDAPDirectoryQueryOrder\": 0,\n    \"LDAPDirectoryDescription\": null,\n    \"VaultObjectNamesPrefix\": null,\n    \"PasswordObjectPath\": null,\n    \"LDAPDirectoryGroupBaseContext\": null,\n    \"ReferralsChasingHopLimit\": 0,\n    \"AppendFriendlyDomainNameToGroup\": false,\n    \"RequireReferredDirectoryDefinition\": false,\n    \"ReferralsDNSLookup\": false,\n    \"DisableUserEnumeration\": false,\n    \"AdditionalQueryFilterOptimize\": false,\n    \"ClientBrowsing\": false,\n    \"ExternalObjectCreation\": false,\n    \"Authentication\": false,\n    \"UseLDAPCertificatesOnly\": false,\n    \"DisablePaging\": false,\n    \"ProvisionDisabledUsers\": false,\n    \"LDAPDirectoryUsage\": null,\n    \"DCList\": null,\n    \"DomainName\": \"cyberarkdemo.com\",\n    \"DomainBaseContext\": \"DC=cyberarkdemo,DC=com\"\n}"}],"_postman_id":"9db7177d-1003-4d0b-9091-cf63aae74317"},{"name":"Delete Directory","id":"1f28fd68-686a-4720-921d-1c26eb3c97ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID"],"variable":[{"key":"ldapID","value":"{{ldapID}}"}]},"description":"This method deletes a specific directory configuration in the Vault and its mappings.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permissions:\n\n* Audit users\n* Add/Update users\n* Manage Directory mappings\n* Add Safes\n* Reset Users' Passwords\n* Activate Users\n* Add Network Areas\n* Manage Server File Categories\n* Backup All Safes\n* Restore All Safes\n\n**Caution:** After a mapping has been deleted, all LDAP users that were created in the Vault and are mapped to that mapping will be automatically deleted in the Vault during the next periodic LDAP synchronization."},"response":[],"_postman_id":"1f28fd68-686a-4720-921d-1c26eb3c97ff"}],"id":"6c670867-273e-4052-8885-3b89a71bf6bf","description":"This section includes REST APIs for managing LDAP directories.","_postman_id":"6c670867-273e-4052-8885-3b89a71bf6bf"},{"name":"LDAP Mappings","item":[{"name":"Get Directory Mapping List","id":"f4306d76-09f9-4f5e-8aeb-5ca6863e4e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/mappings","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID","mappings"],"variable":[{"key":"ldapID","value":"{{ldapID}}"}]},"description":"This method returns a list of existing directory mappings in the Vault.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permissions:\n\n* Manage Directory Mapping"},"response":[{"id":"bf9eb26e-c819-4e7a-b80f-c223e7df3422","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{pasSessionToken}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{pasBaseURL}}/PasswordVault/api/Configuration/LDAP/Directories/{{ldapID}}/Mappings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=28F2F7F72109AFB35A5832D719D0D719E63BAEAA0B98F259D6612777465BA037; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002E6ECFBE4F7D2AA70049180247CCD63B78005E79FACD9994628FC0A5C1113FEA700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubdomains;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Mon, 28 Mar 2022 20:18:09 GMT"},{"key":"Content-Length","value":"1289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"LDAPBranch\": \"DC=joegarcia,DC=dev\",\n        \"MappingAuthorizations\": [\n            \"AddUpdateUsers\",\n            \"AddSafes\",\n            \"AddNetworkAreas\",\n            \"ManageServerFileCategories\",\n            \"AuditUsers\",\n            \"ResetUsersPasswords\",\n            \"ActivateUsers\"\n        ],\n        \"Location\": \"\\\\\",\n        \"AuthenticationMethod\": [\n            \"AuthTypeLDAP\"\n        ],\n        \"UserType\": \"EPVUser\",\n        \"DisableUser\": false,\n        \"UserActivityLogPeriod\": 7,\n        \"UserExpiration\": 0,\n        \"LogonFromHour\": 0,\n        \"LogonToHour\": 24,\n        \"MappingID\": 24,\n        \"DirectoryMappingOrder\": 1000,\n        \"MappingName\": \"Vault admins__joegarcia.dev\",\n        \"LDAPQuery\": \"\",\n        \"DomainGroups\": [\n            \"P-CyberArk_Vault_Admins\"\n        ]\n    },\n    {\n        \"LDAPBranch\": \"DC=joegarcia,DC=dev\",\n        \"MappingAuthorizations\": [\n            \"AuditUsers\"\n        ],\n        \"Location\": \"\\\\\",\n        \"AuthenticationMethod\": [\n            \"AuthTypeLDAP\"\n        ],\n        \"UserType\": \"EPVUser\",\n        \"DisableUser\": false,\n        \"UserActivityLogPeriod\": 7,\n        \"UserExpiration\": 0,\n        \"LogonFromHour\": 0,\n        \"LogonToHour\": 24,\n        \"MappingID\": 26,\n        \"DirectoryMappingOrder\": 2000,\n        \"MappingName\": \"Auditors__joegarcia.dev\",\n        \"LDAPQuery\": \"\",\n        \"DomainGroups\": [\n            \"P-CyberArk_Vault_Auditors\"\n        ]\n    },\n    {\n        \"LDAPBranch\": \"DC=joegarcia,DC=dev\",\n        \"MappingAuthorizations\": [],\n        \"Location\": \"\\\\\",\n        \"AuthenticationMethod\": [\n            \"AuthTypeLDAP\"\n        ],\n        \"UserType\": \"EPVUser\",\n        \"DisableUser\": false,\n        \"UserActivityLogPeriod\": 7,\n        \"UserExpiration\": 0,\n        \"LogonFromHour\": 0,\n        \"LogonToHour\": 24,\n        \"MappingID\": 28,\n        \"DirectoryMappingOrder\": 3000,\n        \"MappingName\": \"Users__joegarcia.dev\",\n        \"LDAPQuery\": \"\",\n        \"DomainGroups\": [\n            \"P-CyberArk_Vault_Users\"\n        ]\n    }\n]"}],"_postman_id":"f4306d76-09f9-4f5e-8aeb-5ca6863e4e15"},{"name":"Get Mapping Details","id":"f2e0a0f9-4104-4cea-badd-b908c9ce32ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/mappings/:ldapMappingID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID","mappings",":ldapMappingID"],"variable":[{"key":"ldapID","value":"{{ldapID}}"},{"key":"ldapMappingID","value":"{{ldapMappingID}}"}]},"description":"This method returns all the details of specific directory mapping that is defined in the Vault.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permissions:\n\n* Add/Update users\n* Manage Directory Mapping"},"response":[{"id":"dbb6ba53-37c5-4f09-927e-cd029a0d05db","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{pasSessionToken}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{pasBaseURL}}/PasswordVault/api/Configuration/LDAP/Directories/{{ldapID}}/Mappings/{{ldapMappingID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=28F2F7F72109AFB35A5832D719D0D719E63BAEAA0B98F259D6612777465BA037; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002E6ECFBE4F7D2AA70049180247CCD63B78005E79FACD9994628FC0A5C1113FEA700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubdomains;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Mon, 28 Mar 2022 20:19:40 GMT"},{"key":"Content-Length","value":"511"}],"cookie":[],"responseTime":null,"body":"{\n    \"LDAPBranch\": \"DC=joegarcia,DC=dev\",\n    \"MappingAuthorizations\": [\n        \"AddUpdateUsers\",\n        \"AddSafes\",\n        \"AddNetworkAreas\",\n        \"ManageServerFileCategories\",\n        \"AuditUsers\",\n        \"ResetUsersPasswords\",\n        \"ActivateUsers\"\n    ],\n    \"Location\": \"\\\\\",\n    \"AuthenticationMethod\": [\n        \"AuthTypeLDAP\"\n    ],\n    \"UserType\": \"EPVUser\",\n    \"DisableUser\": false,\n    \"UserActivityLogPeriod\": 7,\n    \"UserExpiration\": 0,\n    \"LogonFromHour\": 0,\n    \"LogonToHour\": 24,\n    \"MappingID\": 24,\n    \"DirectoryMappingOrder\": 1000,\n    \"MappingName\": \"Vault admins__joegarcia.dev\",\n    \"LDAPQuery\": \"\",\n    \"DomainGroups\": [\n        \"P-CyberArk_Vault_Admins\"\n    ]\n}"}],"_postman_id":"f2e0a0f9-4104-4cea-badd-b908c9ce32ee"},{"name":"Create Directory Mapping","id":"e0888c54-679a-4f49-ac92-12ebe94f7831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"MappingName\": \"Test\",\n\t\"LDAPBranch\": \"OU=Test,DC=cyberarkdemo,DC=com\",\n\t\"DomainGroups\": [\n\t\t\"TestDomainGroup\"\n\t],\n\t\"MappingAuthorizations\": [\n\t\t1\n\t]\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/mappings","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID","mappings"],"variable":[{"key":"ldapID","value":"{{ldapID}}"}]},"description":"This method creates a directory mapping in the Vault.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permissions:\n\n* Audit Users\n* Add/Update users\n* Manage Directory Mapping"},"response":[],"_postman_id":"e0888c54-679a-4f49-ac92-12ebe94f7831"},{"name":"Reorder Directory Mappings","id":"a63d6c96-9554-4180-b5f1-ff41b8ee66c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"MappingsOrder\": [ <mapping id 1>, <mapping id 2>, ..., <mapping id N> ]\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/mappings/reorder","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID","mappings","reorder"],"variable":[{"key":"ldapID","value":"{{ldapID}}"}]},"description":"This method modifies the order of all mappings that belong to a certain directory.\n\nModifying the order of the mappings changes their priority.\n\nTo run this Web service, you must be a member of the Vault Admins group and have the following permissions:\n\n* Audit users\n* Add/Update users\n* Manage Directory mappings"},"response":[],"_postman_id":"a63d6c96-9554-4180-b5f1-ff41b8ee66c9"},{"name":"Edit Directory Mapping","id":"2a951021-4466-49c0-b09b-5fe3e21c7f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"LDAPBranch\": \"string\",\n\t\"VaultGroups\": [\n\t\t\"string\"\n\t],\n\t\"MappingAuthorizations\": [\n\t\t\"AddUpdateUsers\"\n\t],\n\t\"Location\": \"string\",\n\t\"AuthenticationMethod\": [\n\t\t\"AuthTypePass\"\n\t],\n\t\"UserType\": \"string\",\n\t\"DisableUser\": true,\n\t\"UserActivityLogPeriod\": 0,\n\t\"UserExpiration\": 0,\n\t\"LogonFromHour\": 0,\n\t\"LogonToHour\": 0,\n\t\"MappingID\": 0,\n\t\"DirectoryMappingOrder\": 0,\n\t\"MappingName\": \"string\",\n\t\"LDAPQuery\": \"string\",\n\t\"DomainGroups\": [\n\t\t\"string\"\n\t]\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/directories/:ldapID/mappings/:ldapMappingID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","directories",":ldapID","mappings",":ldapMappingID"],"variable":[{"key":"ldapID","value":"{{ldapID}}"},{"key":"ldapMappingID","value":"{{ldapMappingID}}"}]},"description":"This method edits an existing directory mapping.\n\nTo run this web service, the user must be a member of the Vault Admins group and have the following permissions:\n\n* Audit users\n* Add/Update users\n* Manage Directory Mapping"},"response":[],"_postman_id":"2a951021-4466-49c0-b09b-5fe3e21c7f23"},{"name":"Delete Directory Mapping","id":"8ea302e8-42e3-45c9-860d-0c810915c617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/configuration/ldap/cirectories/:ldapID/mappings/:ldapMappingID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","configuration","ldap","cirectories",":ldapID","mappings",":ldapMappingID"],"variable":[{"key":"ldapID","value":"{{ldapID}}"},{"key":"ldapMappingID","value":"{{ldapMappingID}}"}]},"description":"This method deletes a specific directory mapping.\n\nTo run this method you must:\n\n* Be a member of Vault Admin group and have the Manage Directory Mapping authorization.\n* Have at least all the authorizations that the mapping has.\n \t\n**Note:** After a mapping is deleted, LDAP users created in the Vault and are mapped to this mapping, are automatically deleted from the vault during the next periodic LDAP sync. For details, see [Synchronize External Users and Groups in the Vault with the External Directory](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PAS%20INST/Synchronizing-External-Users-and-Groups-in-the-Vault-with-the-External-Directory.htm)"},"response":[],"_postman_id":"8ea302e8-42e3-45c9-860d-0c810915c617"}],"id":"d1707b31-71c2-447c-b1ca-7fcf78647fd8","description":"This section includes REST APIs for managing LDAP mappings.","_postman_id":"d1707b31-71c2-447c-b1ca-7fcf78647fd8"}],"id":"F06C4410-1CB1-48FC-8618-AD3BA02BA133","description":"This section includes REST APIs for managing LDAP integration.","_postman_id":"F06C4410-1CB1-48FC-8618-AD3BA02BA133"},{"name":"Onboarding Rules","item":[{"name":"Get Onboarding Rule","id":"682b3dbf-31e8-4eb1-be72-3fdf54b2fc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/automaticonboardingrules","description":"This method returns information about all the defined onboarding rules.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"682b3dbf-31e8-4eb1-be72-3fdf54b2fc91"},{"name":"Add Onboarding Rule","id":"55be6281-17da-4700-bceb-1df91ea2d6d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"DecisionPlatformId\":\"{{pasPlatformName}}\",\r\n  \"DecisionSafeName\":\"{{pasSafe}}\",\r\n  \"IsAdminUIDFilter\":\"true\",\r\n  \"MachineTypeFilter\":\"Server\",\r\n  \"SystemTypeFilter\":\"Windows\",\r\n  \"UserNameFilter\":\"\"\r\n}"},"url":"{{pasBaseURL}}/passwordvault/api/automaticonboardingrules","description":"This method adds a new onboarding rule to the Vault that filters discovered local privileged pending accounts. When a discovered pending account matches a rule, it will automatically be onboarded to the Safe that is defined in the rule and the password will be reconciled.\r\nNote: The Safe and the reconcile account must be created according to the rule’s definition before you run this API in order to onboard the pending account automatically. The reconcile account must be associated to the platform that is defined in the rule.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"55be6281-17da-4700-bceb-1df91ea2d6d0"},{"name":"Update Onboarding Rule","id":"524933bf-9892-49a6-8190-74df20142412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"TargetPlatformId\": \"{{pasPlatformName}}\",\n\t\"TargetSafeName\": \"{{pasSafe}}\",\n\t\"IsAdminIDFilter\": <False>,\n\t\"MachineTypeFilter\": \"<Server>\",\n\t\"SystemTypeFilter\": \"<Windows>\",\n\t\"UserNameFilter\": \"<filter>\",\n\t\"UserNameMethod\": \"<Begins>\",\n\t\"AddressFilter\": \"<filter>\",\n\t\"AddressMethod\": \"<Equals>\",\n\t\"AccountCategoryFilter\": \"<Any>\",\n\t\"RuleName\": \"<rule name>\",\n\t\"RuleDescription\": \"<description>\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/automaticonboardingrules?id=1","host":["{{pasBaseURL}}"],"path":["passwordvault","api","automaticonboardingrules"],"query":[{"key":"id","value":"1"}]}},"response":[],"_postman_id":"524933bf-9892-49a6-8190-74df20142412"},{"name":"Delete Onboarding Rule","id":"abfd8fb9-9d42-4390-9863-6b388029c63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/automaticonboardingrules?id=1","host":["{{pasBaseURL}}"],"path":["passwordvault","api","automaticonboardingrules"],"query":[{"key":"id","value":"1"}]},"description":"This method deletes an automatic onboarding rule from the Vault.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"abfd8fb9-9d42-4390-9863-6b388029c63a"}],"id":"163FC52C-5A62-476A-8992-3DC91AF36F8D","_postman_id":"163FC52C-5A62-476A-8992-3DC91AF36F8D"},{"name":"Platforms","item":[{"name":"Target Platforms","item":[{"name":"Get Target Platforms","id":"1c1c6ab4-770b-47e1-940c-569ee3e48d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/platforms/targets","description":"This method allows users to retrieve basic information of all existing target platforms.\n\nYou can use filters to retrieve a subset of the target platforms or search for a specific target platform. For details, see [URL parameters](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/11.6/en/Content/SDK/rest-api-get-target-platforms.htm#URL%C2%A0para)."},"response":[{"id":"b79a415e-7197-4595-99f5-a43547173743","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/passwordvault/api/platforms/targets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"33875"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Fri, 25 Sep 2020 16:07:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": true,\n            \"SystemType\": \"*NIX\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PSM\"\n            },\n            \"ID\": 2,\n            \"PlatformID\": \"UnixSSH\",\n            \"Name\": \"Unix via SSH\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"*NIX\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 23,\n            \"PlatformID\": \"UnixSSHKeys\",\n            \"Name\": \"Unix via SSH Keys\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 35,\n            \"PlatformID\": \"ConjurHost\",\n            \"Name\": \"Conjur Host\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 48,\n            \"PlatformID\": \"ConjurUser\",\n            \"Name\": \"Conjur User\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 32,\n            \"PlatformID\": \"CyberArkPTA\",\n            \"Name\": \"CyberArk PTA\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 9,\n            \"PlatformID\": \"CyberArk\",\n            \"Name\": \"CyberArk Vault\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 28,\n            \"PlatformID\": \"RSAManagement\",\n            \"Name\": \"RSA Authentication Manager\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 5,\n            \"PlatformID\": \"SAP\",\n            \"Name\": \"SAP\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 25,\n            \"PlatformID\": \"AWS\",\n            \"Name\": \"Amazon Web Services - AWS\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 26,\n            \"PlatformID\": \"AWSAccessKeys\",\n            \"Name\": \"Amazon Web Services - AWS - Access Keys\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 30,\n            \"PlatformID\": \"AzurePasswordManagement\",\n            \"Name\": \"Microsoft Azure Password Management\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 37,\n            \"PlatformID\": \"GCPServiceAccount\",\n            \"Name\": \"Google Cloud Platfrom - Service Account\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 29,\n            \"PlatformID\": \"AzureApplicationKeys\",\n            \"Name\": \"Microsoft Azure Application Keys Management\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 17,\n            \"PlatformID\": \"MySQL\",\n            \"Name\": \"MySQL Server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 15,\n            \"PlatformID\": \"DB2UnixSSH\",\n            \"Name\": \"DB2 on Unix via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 16,\n            \"PlatformID\": \"InformixUnixSSH\",\n            \"Name\": \"Informix on Unix via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 3,\n            \"PlatformID\": \"MSSql\",\n            \"Name\": \"Microsoft SQL Server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 8,\n            \"PlatformID\": \"Oracle\",\n            \"Name\": \"Oracle Database\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 31,\n            \"PlatformID\": \"SAPHANA\",\n            \"Name\": \"SAP HANA\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 4,\n            \"PlatformID\": \"Sybase\",\n            \"Name\": \"Sybase ASE\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Directory\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 21,\n            \"PlatformID\": \"Novell-eDirectory\",\n            \"Name\": \"Novell eDirectory server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Directory\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 20,\n            \"PlatformID\": \"SunOneDirectorySSL\",\n            \"Name\": \"SunOne directory via SSL\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Network Device\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 19,\n            \"PlatformID\": \"CiscoSSH\",\n            \"Name\": \"Cisco router via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 12,\n            \"PlatformID\": \"as400\",\n            \"Name\": \"AS400\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 13,\n            \"PlatformID\": \"OS390SSH\",\n            \"Name\": \"OS390 via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 14,\n            \"PlatformID\": \"VMWareESX-API\",\n            \"Name\": \"VMWare ESX Account API\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"PSM Secure Connect\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 22,\n            \"PlatformID\": \"PSMSecureConnect\",\n            \"Name\": \"PSM Secure Connect\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Security Appliance\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 18,\n            \"PlatformID\": \"Firewall1\",\n            \"Name\": \"Check Point FireWall-1\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Security Appliance\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 24,\n            \"PlatformID\": \"GAiASSH\",\n            \"Name\": \"Check Point GAiA via SSH\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 42,\n            \"PlatformID\": \"DockerRegistry\",\n            \"Name\": \"Docker Registry\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 38,\n            \"PlatformID\": \"GenericWebApp\",\n            \"Name\": \"Generic Web App\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \"BZ_I_*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 36,\n            \"PlatformID\": \"BusinessWebsite\",\n            \"Name\": \"Business Website\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 10,\n            \"PlatformID\": \"WinDesktopLocal\",\n            \"Name\": \"Windows Desktop Local Accounts\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PSM\"\n            },\n            \"ID\": 7,\n            \"PlatformID\": \"WinDomain\",\n            \"Name\": \"Windows Domain Account\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 6,\n            \"PlatformID\": \"WinServerLocal\",\n            \"Name\": \"Windows Server Local Accounts\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 11,\n            \"PlatformID\": \"WinLocalWMI\",\n            \"Name\": \"Windows Local Accounts WMI\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 27,\n            \"PlatformID\": \"WinLooselyDevice\",\n            \"Name\": \"Windows Loosely Device\"\n        }\n    ],\n    \"Total\": 37\n}"}],"_postman_id":"1c1c6ab4-770b-47e1-940c-569ee3e48d98"},{"name":"Activate Target Platform","id":"75c38857-2d71-4b78-a9cc-0f08174fa064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName/activate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","activate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a target platform."},"response":[],"_postman_id":"75c38857-2d71-4b78-a9cc-0f08174fa064"},{"name":"Deactivate Target Platform","id":"461708b2-a585-4652-99d3-283809ea1d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName/deactivate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","deactivate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a target platform."},"response":[],"_postman_id":"461708b2-a585-4652-99d3-283809ea1d80"},{"name":"Duplicate Target Platforms","id":"462e5ad9-ef4e-4da8-91d7-759f8386c891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName/duplicate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","duplicate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate target platforms."},"response":[],"_postman_id":"462e5ad9-ef4e-4da8-91d7-759f8386c891"},{"name":"Delete Target Platform","id":"d27d7b99-dee5-4505-851c-1d4a25ac7f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a target platform."},"response":[],"_postman_id":"d27d7b99-dee5-4505-851c-1d4a25ac7f3a"}],"id":"fc1b60b1-9f1a-4624-b1d8-4507d421f187","description":"This section includes REST APIs for managing target platforms.","event":[{"listen":"prerequest","script":{"id":"67e72588-06fb-4184-a25f-dfe335ba8af1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7bcf8f11-007d-4d79-abf4-c13e9f4ac332","type":"text/javascript","exec":[""]}}],"_postman_id":"fc1b60b1-9f1a-4624-b1d8-4507d421f187"},{"name":"Dependent Platforms","item":[{"name":"Get Dependent Platforms","id":"022e483c-1f97-4707-a844-13dc52b5a1b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/dependents?search={{pasPlatformName}}","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","dependents"],"query":[{"key":"search","value":"{{pasPlatformName}}","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing dependent platforms."},"response":[],"_postman_id":"022e483c-1f97-4707-a844-13dc52b5a1b1"},{"name":"Duplicate Dependent Platforms","id":"2ef46cf5-0f52-4517-b616-2a9b5147e5e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/dependent/:pasPlatformName/duplicate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","dependent",":pasPlatformName","duplicate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate dependent platforms."},"response":[],"_postman_id":"2ef46cf5-0f52-4517-b616-2a9b5147e5e8"},{"name":"Delete Dependent Platform","id":"ece2b300-c443-4789-9d84-4b754afd3c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/dependents/:pasPlatformName","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","dependents",":pasPlatformName"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a dependent platform."},"response":[],"_postman_id":"ece2b300-c443-4789-9d84-4b754afd3c33"}],"id":"d086e4bb-bd3d-43aa-9fcc-fad762a6e0ea","description":"This section includes REST APIs for managing dependent platforms.","event":[{"listen":"prerequest","script":{"id":"4ff89b2b-2bc6-4a6c-9878-dcdde63471f0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fae4abd9-a4aa-4bbc-8428-8ccfbaace6b9","type":"text/javascript","exec":[""]}}],"_postman_id":"d086e4bb-bd3d-43aa-9fcc-fad762a6e0ea"},{"name":"Group Platforms","item":[{"name":"Get Group Platforms","id":"60e2e234-bb2c-4ec4-be7c-6c636179718b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/groups?search=SSH","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","groups"],"query":[{"key":"search","value":"SSH","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing group platforms."},"response":[{"id":"c3e9a63b-6438-4fad-8fea-ebb8b002a510","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{BaseURL}}/passwordvault/api/platforms/groups?search=SSH","host":["{{BaseURL}}"],"path":["passwordvault","api","platforms","groups"],"query":[{"key":"search","value":"SSH","description":"Platform Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"124"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Wed, 30 Sep 2020 13:09:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": false,\n            \"ID\": 34,\n            \"PlatformID\": \"SampleSSHKeyGroup\",\n            \"Name\": \"[Sample SSH Key Group Platform]\"\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"60e2e234-bb2c-4ec4-be7c-6c636179718b"},{"name":"Activate Group Platform","id":"97bf76cb-1e85-42d2-b618-de96fcf7d06a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/groups/:pasPlatformName/activate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","activate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a group platform."},"response":[],"_postman_id":"97bf76cb-1e85-42d2-b618-de96fcf7d06a"},{"name":"Deactivate Group Platform","id":"f8568d77-d569-4a9f-8147-03ac8dd0ac9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/groups/:pasPlatformName/deactivate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","deactivate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a group platform."},"response":[],"_postman_id":"f8568d77-d569-4a9f-8147-03ac8dd0ac9c"},{"name":"Duplicate Group Platforms","id":"15a01448-2718-427c-9101-7c3b5f1ffd05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/groups/:pasPlatformName/duplicate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","duplicate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate group platforms."},"response":[],"_postman_id":"15a01448-2718-427c-9101-7c3b5f1ffd05"},{"name":"Delete Group Platform","id":"c65531e4-bcc1-4e1e-b82d-3fdf5afb3c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/groups/:pasPlatformName","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","groups",":pasPlatformName"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a group platform."},"response":[],"_postman_id":"c65531e4-bcc1-4e1e-b82d-3fdf5afb3c4e"}],"id":"5fdd1f3d-e1bc-485e-91d6-10c158eeefe5","description":"This section includes REST APIs for managing group platforms.","event":[{"listen":"prerequest","script":{"id":"01d83a97-94a1-466f-9a88-e36541c1d7bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e5c8ac3-3fa2-4c05-b85a-76dab355e27a","type":"text/javascript","exec":[""]}}],"_postman_id":"5fdd1f3d-e1bc-485e-91d6-10c158eeefe5"},{"name":"Rotational Group Platforms","item":[{"name":"Get Rotational Group Platforms","id":"c843d4f0-b39f-42a5-ba97-c55460b2235f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/rotationalGroups?search=MySQL","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups"],"query":[{"key":"search","value":"MySQL","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing rotational group platforms."},"response":[{"id":"4472ce35-ba5c-4048-bf5a-b629662934f8","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{BaseURL}}/passwordvault/api/platforms/rotationalGroups?search=MySQL","host":["{{BaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups"],"query":[{"key":"search","value":"MySQL","description":"Platform Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Wed, 30 Sep 2020 13:15:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": true,\n            \"GracePeriod\": 540,\n            \"ID\": 40,\n            \"PlatformID\": \"MySQLServer-DualAccounts\",\n            \"Name\": \"MySQL Server - Dual Accounts\"\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"c843d4f0-b39f-42a5-ba97-c55460b2235f"},{"name":"Activate Rotational Group Platform","id":"95c5e22b-f333-4b7a-ba91-19b35b05f493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/activate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","activate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a rotational group platform."},"response":[],"_postman_id":"95c5e22b-f333-4b7a-ba91-19b35b05f493"},{"name":"Deactivate Rotational Group Platform","id":"174671ae-8348-40ac-a0c3-dc22ae66adb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/deactivate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","deactivate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a rotational group platform."},"response":[],"_postman_id":"174671ae-8348-40ac-a0c3-dc22ae66adb7"},{"name":"Duplicate Rotational Group Platforms","id":"3db91286-06cb-4717-9b24-517879a757c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/duplicate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","duplicate"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate rotational group platforms."},"response":[],"_postman_id":"3db91286-06cb-4717-9b24-517879a757c4"},{"name":"Delete Rotational Group Platform","id":"8db2d848-9470-4cce-954f-7faca8231f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/rotationalGroups/:pasPlatformName","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a rotational group platform."},"response":[],"_postman_id":"8db2d848-9470-4cce-954f-7faca8231f93"}],"id":"f6daaaf5-02aa-4316-a029-5cd495bc6f23","description":"This section includes REST APIs for managing rotational group platforms.","event":[{"listen":"prerequest","script":{"id":"37a313d8-9b99-4d0b-a466-cb0b89a27a45","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5cfe7cbe-9566-49b7-9e2c-74379b324639","type":"text/javascript","exec":[""]}}],"_postman_id":"f6daaaf5-02aa-4316-a029-5cd495bc6f23"},{"name":"Get Platform Details","id":"585553e8-dea9-4617-9313-297aac8d7273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/:pasPlatformName","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms",":pasPlatformName"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method retrieves details of a specified platform from the Vault."},"response":[{"id":"3a035b07-5e3c-4432-867b-6ff15bc1f053","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","disabled":true},{"type":"text","key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","enabled":false},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","enabled":false,"value":"application/json; charset=utf-8"},{"enabled":false,"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":false},{"key":"Set-Cookie","enabled":false,"value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure","enabled":false},{"enabled":false,"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"IE=EmulateIE8","enabled":false,"key":"X-UA-Compatible"},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"enabled":false,"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"key":"Date","value":"Sun, 11 Nov 2018 21:08:20 GMT","enabled":false},{"key":"Content-Length","enabled":false,"value":"1419"}],"cookie":[],"responseTime":"0","body":"{\n    \"PlatformID\": \"WinDomain\",\n    \"Details\": {\n        \"PolicyID\": \"WinDomain\",\n        \"PolicyName\": \"Windows Domain Account\",\n        \"SearchForUsages\": \"Yes\",\n        \"PolicyType\": \"regular\",\n        \"ImmediateInterval\": \"5\",\n        \"Interval\": \"1440\",\n        \"MaxConcurrentConnections\": \"3\",\n        \"AllowedSafes\": \".*\",\n        \"MinValidityPeriod\": \"60\",\n        \"ResetOveridesMinValidity\": \"yes\",\n        \"ResetOveridesTimeFrame\": \"yes\",\n        \"Timeout\": \"30\",\n        \"UnlockIfFail\": \"no\",\n        \"UnrecoverableErrors\": \"2103,2105,2121\",\n        \"MaximumRetries\": \"5\",\n        \"MinDelayBetweenRetries\": \"90\",\n        \"DllName\": \"PMWindows.dll\",\n        \"XMLFile\": \"yes\",\n        \"AllowManualChange\": \"Yes\",\n        \"PerformPeriodicChange\": \"No\",\n        \"HeadStartInterval\": \"5\",\n        \"FromHour\": \"-1\",\n        \"ToHour\": \"-1\",\n        \"ChangeNotificationPeriod\": \"-1\",\n        \"DaysNotifyPriorExpiration\": \"7\",\n        \"VFAllowManualVerification\": \"Yes\",\n        \"VFPerformPeriodicVerification\": \"No\",\n        \"VFFromHour\": \"-1\",\n        \"VFToHour\": \"-1\",\n        \"RCAllowManualReconciliation\": \"Yes\",\n        \"RCAutomaticReconcileWhenUnsynched\": \"No\",\n        \"RCReconcileReasons\": \"2114,2115,2106,2101\",\n        \"RCFromHour\": \"-1\",\n        \"RCToHour\": \"-1\",\n        \"NFNotifyPriorExpiration\": \"No\",\n        \"NFPriorExpirationRecipients\": \"\",\n        \"NFNotifyOnPasswordDisable\": \"Yes\",\n        \"NFOnPasswordDisableRecipients\": \"\",\n        \"NFNotifyOnVerificationErrors\": \"Yes\",\n        \"NFOnVerificationErrorsRecipients\": \"\",\n        \"NFNotifyOnPasswordUsed\": \"No\",\n        \"NFOnPasswordUsedRecipients\": \"\",\n        \"PasswordLength\": \"8\",\n        \"MinUpperCase\": \"2\",\n        \"MinLowerCase\": \"2\",\n        \"MinDigit\": \"1\",\n        \"MinSpecial\": \"1\",\n        \"OneTimePassword\": \"False\",\n        \"ExpirationPeriod\": \"90\",\n        \"VFVerificationPeriod\": \"7\",\n        \"PasswordLevelRequestTimeframe\": \"False\"\n    },\n    \"Active\": true\n}"}],"_postman_id":"585553e8-dea9-4617-9313-297aac8d7273"},{"name":"Get Platforms","id":"6abd2e2c-2fe3-4181-9649-eabd40d644f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms?active=true&platformType=Regular&platformName={{pasPlatformName}}","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms"],"query":[{"key":"active","value":"true","description":"Filter according to whether the platform is active or not. Valid values: true or false"},{"key":"platformType","value":"Regular","description":"Filter according to the platform type. Valid values: Group or Regular"},{"key":"platformName","value":"{{pasPlatformName}}","description":"Searching according to the platform name."}]},"description":"This method returns all existing account platforms from the Vault.\n\nYou can use filters to retrieve a subset of the platforms or search for a specific platform. For details, see URL parameters.\n\n**Note:** The [Get Platform Details](#585553e8-dea9-4617-9313-297aac8d7273) API, used to retrieve details for a specific platform, returns a different set of parameters."},"response":[],"_postman_id":"6abd2e2c-2fe3-4181-9649-eabd40d644f2"},{"name":"Export Platform","id":"06ac3f14-d9d1-4153-a5b7-d808a9ceb546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/:pasPlatformName/export","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms",":pasPlatformName","export"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"If testing this in the Postman application, click the \"Download\" button after receiving the zip file stream to download the ZIP file locally."},"response":[{"id":"3d9cde12-b9db-4b2a-8b6e-dda4ab9a6402","name":"200 OK","originalRequest":{"method":"POST","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"value":"no-cache,no-store, no-cache, must-revalidate","enabled":false,"key":"Cache-Control"},{"key":"Pragma","value":"no-cache,no-cache","enabled":false},{"value":"2498","key":"Content-Length","enabled":false},{"key":"Content-Type","value":"application/octet-stream","enabled":false},{"value":"-1","key":"Expires","enabled":false},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"enabled":false,"key":"Set-Cookie","value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure","enabled":false},{"enabled":false,"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"Set-Cookie","enabled":false,"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"value":"attachment; filename=WinDomain.zip","key":"Content-Disposition","enabled":false},{"value":"IE=EmulateIE8","key":"X-UA-Compatible","enabled":false},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"enabled":false,"value":"SAMEORIGIN","key":"X-FRAME-Options"},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"value":"Sun, 11 Nov 2018 21:10:06 GMT","key":"Date","enabled":false}],"cookie":[],"responseTime":"0","body":"PK\u0003\u0004\u0014\u0000\u0000\u0000\b\u0000C�kMZ�\u0017Gf\u0002\u0000\u0000�\n\u0000\u0000\u0014\u0000$\u0000Policy-WinDomain.xml\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001�V�n�@\u0010�#�\u000e���\u0006q��I\u0015\u0012�\"5�e��ykO�U�\u001d��N�g��#�\n���8��\u0007�\u0010��d�|3�ͯ���\u001f��%K�\u0015(-Pv�\u000f�{�\u0001\u0019c\"���\u0016f~�ɽ��\u0001�D\fΘg�q'9(n\b�D�6��]\u0016`*b\u0001z�W:��`���\u0005Ld/I:�\u0018ݵp\u0006J�ˆp8��\u000fB\u000e0�B�N�r3G�}�\u001aΨ\u0002�\u0006cL׀\u0004���zZ��Wu߾qv\u001f#SJ�Tl�r҄��\u0010\n�#�ަ�T��+�\u0014ӿ\b�נ$����?\u0011�MrC���E�w��]yBИ������\u0019\u000e�� \u0003TƖ��/�O\u0014��\t��$�Z?�JZ]����zq����[6C��\u000bͪ�J�6�\u0018e,R8e��؞�瘱{�\u0017��YK7!i�\"PզX�5�Q�\u0004ɔ��\u0005�p\u0018��<@L/\u0000CX\bmTy\u0001��,H\u000b�T��J�e�m(�-e`S\u0011/��\b�Ap�H\u0003j'\u001c�9ֻ>��H��Z5.�GP��?�Q���- �h�i�F\\R�\f�9��QJ��\u0001��r�\u0004i5ɂq�t�ht\u0013\u000e\u0002�=�\u0013:�J$P-G�\u0015Յ2:�[S�j�K\u0012�B�����OB�(�Ǩ_R�=����5�Ej�\u0007x���K�sE��L�\u0003/\u0007<�9��������r�%h'GYz\r\u001f��;��z|��z�|Ks���������TC�{t�R0����b��J^]I+���\u001e!��hw��~���k��\u000bPK\u0003\u0004\u0014\u0000\u0000\u0000\b\u0000C�kM\u0019g�2�\u0005\u0000\u0000�\u0015\u0000\u0000\u0014\u0000$\u0000Policy-WinDomain.ini\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001�X�o�6\u0010~v��\u000f|l\u0003ǵ���\u001a�!�#�@�\u0018v�n(��Hg��D�$����wGQ��3ֺ\u0001\u0011\f��������;���̄a����4K�e*\u0011ќe\\�\u0014,h6\u0011��Di�rɧBN�W!c�hXO�\\HƣH�Ҷ\u000e\u000f���\u0016I<I�#�fZe��\u0000\\B\u0003��#\u0017\u001ab�$.ạ����/��avƭ�J�E!��7t����_`����\u0000��.<_�#�\u0002I�\u001a�\u0003�\u0006�t-$[�\r�(�$*��E\u001ck0f��&�أ������z��[2u�d5\u001f�vO�|\u0002G[L11��GJF\"\u0011�\n��r��E'��\u0001Z˶B�Ġ��\u0013[�����֎X�Kv\u000f�d\u0010�� E��lX\tt�\u0013s�I�\"�\r�\r����LD3Z)Q�K�{��r\u000b\u001e\u001e�L\u0004w5ί���Uz^��N��\f�(2��`\f\\G�P�[ç`�?��ػ|�ݑ#\u000f<��|bs0��*���3\b4L���UW�T�\\\u0013�\u000eWk��Vyvx�OS�\u0011\f�K�\u001f\n\u0007�W,�%K��-\u0018�.�:gg�M��,~ş��v�5H��d\u0001�\tN\u000f\u000f.��\u0010S���u�(�\u001b\r̄bC��QnS`Ԅ99\f�E\u0007d\u0011����.\u0014��4E37\u0018lÆe�15L\\\ty�\u0013\u0011\u000b;\u001f�\u0016*\u000e>��n��9��\"&�\u0004��\b\f��\u0007ԋ�T,\u0005s\u0002i���H!$��w��r\u001b�n\u0004�\\vL9\u001d������ޟ�\\$\u0001�ɭ$.�m~����J����>m��=�N:��a�O�1;5�\\K\u0016)t\u0006�A��1a�E;B\u0018�C~\u0004V\u000b\u001fa���\u000e�7\u001a\u000e�\u001e���o`\u001f\u0001d����&�ꆲ�SH\u00048u$���K\u0012G���'e+N�Ã߯���x\b��8o�b�T�q9\u0005��5�\u001cY���<)\f�\u0015���\u00024�U$������O�3�xl��[*D\u0019И�1����\u000f�J?�\\\u0007ǝ-�nZ�}|rJպB\"d�z����P\f��2��.\u0007\r*:\u000bM� �T�d�e�:��'�-�7H\tXP�\u0011��'6�e�])���XZ�B��fy��Z4�ta�/@\u001f(��*ri���q\u0007�G�\u0010����{�\npaSp�9\u0010\u00159��)&^\u0015�\n��`<�\u0012o���a�{�b����h��\u0014;�\u0016�(�\u0005n�\\Ǣ�[�b�r ���M$\r��\u001c�\u000f�c�P\t�^\u0005\u001f\u001b�ȷ�\u0005K��%h�CY\u0019��Qt\u0011-\u0015#\u0017P��\u0016Y�@ib\u0019:^�\u0017>��7��\u000f<�s]�P���%�\u001d\u001aXX�Iѻ�BҪ�\nUw��.\\a钉��;�_�ھ��\u000b_&��\\�\u000b������^�WFq\u001fu+q_6U-�;b�p\u0000�hH�N�\u000f�n�p��;H\u0010�:�\u0003\u0014��H��7�U��(���V��x�\u0005\\�����bP߾\u0000B�[E�>Z,�u\u0006�V�\u0002\u0007���\u000e�G݅�\b��\t���9�\u0001�CSP�\u0003�:K�֘�F�=����\u0019u��u5\u00188��z\u0006V�\"�l-6�:�� �ܠ\u0006��#-\u0006��<f��\u0004�EB��ڷ�\u0016���\u0004x�Kʃ����@�b���ɔ\u001aU��\b�Ox�X:�������9\u0011�\\\u0017����%����[�Y{Ӯ6G͈O��?ab1\b~h7Vg�2\u0012�r�Ǒ�0t��b�;\u0018k*�*\u001cխU{�?U��von]���״�2\f8-�/RhY�����ɲ2>�\u0011k���_@N�,��\u001d�o34��\u0006�\u0013��E=.=��Tؠ㾏i���JŕP�{\u0011� ���9Vys9���;̯��\u0019J��\u0001�����\u0007�oN���8t�\u0003PK\u0001\u0002-\u0000\u0014\u0000\u0000\u0000\b\u0000C�kMZ�\u0017Gf\u0002\u0000\u0000�\n\u0000\u0000\u0014\u0000$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Policy-WinDomain.xml\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001PK\u0001\u0002-\u0000\u0014\u0000\u0000\u0000\b\u0000C�kM\u0019g�2�\u0005\u0000\u0000�\u0015\u0000\u0000\u0014\u0000$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000Policy-WinDomain.ini\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001PK\u0005\u0006\u0000\u0000\u0000\u0000\u0002\u0000\u0002\u0000�\u0000\u0000\u0000�\b\u0000\u0000\u0000\u0000"}],"_postman_id":"06ac3f14-d9d1-4153-a5b7-d808a9ceb546"},{"name":"Import Platform","id":"81020dfd-4701-4883-b003-e5899e1688d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ImportFile\": {zip file in the format of BASE 64 array}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/platforms/import","description":"This method enables administrators to import new platforms and dependencies."},"response":[],"_postman_id":"81020dfd-4701-4883-b003-e5899e1688d7"}],"id":"E823E2C5-7FCB-4A65-A934-9348DDA72F5F","_postman_id":"E823E2C5-7FCB-4A65-A934-9348DDA72F5F"},{"name":"Privileged Session Manager (PSM)","item":[{"name":"Monitor Sessions","item":[{"name":"Session Actions","item":[{"name":"Monitor a Live Session","id":"b3b5e57f-6f07-455a-8263-48c6a1725029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/monitor","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","monitor"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method enables you to monitor an active PSM session using a connection method defined in the PVWA. For details on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings).\n\nA response header defines which connection method is returned.\n\nFor details, see [Privileged Session Management Interface](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-the-Privileged-Session-Management-Interface.htm)."},"response":[],"_postman_id":"b3b5e57f-6f07-455a-8263-48c6a1725029"},{"name":"Resume a Suspended Session","id":"dc0012fd-af5e-4825-a767-e985fe4741ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/resume","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","resume"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"The system will resume the suspended active session and allow the privileged user to continue working.\n\nFor more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"dc0012fd-af5e-4825-a767-e985fe4741ac"},{"name":"Suspend an Active Session","id":"2e259c8f-e52c-4c38-aebd-ab1c476deec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/suspend","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","suspend"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"The system will prevent a user from interacting with an active session until a security manager resumes it. This allows security teams to review the potentially risky session's audit trail to determine whether to allow the privileged user to continue their work.\n\nFor more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"2e259c8f-e52c-4c38-aebd-ab1c476deec6"},{"name":"Terminate an Active Session","id":"013f4148-12f8-4c11-a35f-38a82efc0f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/terminate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","terminate"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method enables the system to terminate an active PSM session immediately to prevent high-risk activities. For more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"013f4148-12f8-4c11-a35f-38a82efc0f06"}],"id":"02cf1d11-f91c-4d6e-87b0-c2cdcde76098","_postman_id":"02cf1d11-f91c-4d6e-87b0-c2cdcde76098"},{"name":"Recordings","item":[{"name":"Get Recordings","id":"3e2d9fbd-114a-4524-a82d-71f18535ce3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/recordings?limit=25&sort=RiskScore&offset=0&search={{pasKeywords}}&safe={{pasSafe}}&fromTime=1514808001&toTime=1515326399&activities=regedit","host":["{{pasBaseURL}}"],"path":["passwordvault","api","recordings"],"query":[{"key":"limit","value":"25","description":"Determines the number of recordings that are returned in the list.\n\nThe maximum value is defined in the MaxRecords property in Options > Privileged Session Management > General Setting > Search Properties."},{"key":"sort","value":"RiskScore","description":"The sort can be done by each property on the recording file:\n\t■ \tRiskScore\n\t■ \tFileName\n\t■ \tSafeName\n\t■ \tFolderName\n\t■ \tPSMVaultUserName\n\t■ \tFromIP\n\t■ \tRemoteMachine\n\t■ \tClient\n\t■ \tProtocol\n\t■ \tAccountUserName\n\t■ \tAccountAddress\n\t■ \tAccountPlatformID\n\t■ \tPSMStartTime\n\t■ \tTicketID\n\nThe sort can be in ascending or descending order. To sort in descending order, specify \"-\" (dash) before the recording property by which to sort."},{"key":"offset","value":"0","description":"Determines which recording results will be returned, according to a specific place in the returned list. This value defines the recording's place in the list and how many results will be skipped."},{"key":"search","value":"{{pasKeywords}}","description":"Returns recordings that are filtered by properties that contain the specified search text."},{"key":"safe","value":"{{pasSafe}}","description":"Returns recordings from a specific Safe."},{"key":"fromTime","value":"1514808001","description":"Returns recordings from a specific date."},{"key":"toTime","value":"1515326399","description":"Returns recordings before a specific date."},{"key":"activities","value":"regedit","description":"Returns recordings with specific activities."}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions.\n\nThe Duration returned is in seconds. The FileSize returned is in bytes."},"response":[],"_postman_id":"3e2d9fbd-114a-4524-a82d-71f18535ce3f"},{"name":"Get Recording Details","id":"59c05b4e-d239-4a9a-9867-01ba5a0b189c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/recordings/:psmRecordingsID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","recordings",":psmRecordingsID"],"variable":[{"key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"59c05b4e-d239-4a9a-9867-01ba5a0b189c"},{"name":"Get Recording Activities","id":"e94b3f16-d8f2-4804-ac65-5518c006d9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/recordings/:psmRecordingsID/activities","host":["{{pasBaseURL}}"],"path":["passwordvault","api","recordings",":psmRecordingsID","activities"],"variable":[{"key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"e94b3f16-d8f2-4804-ac65-5518c006d9fc"},{"name":"Get Recording Properties","id":"4443edbd-c77e-42bb-a4eb-3503fc24af2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/recordings/:psmRecordingsID/properties","host":["{{pasBaseURL}}"],"path":["passwordvault","api","recordings",":psmRecordingsID","properties"],"variable":[{"key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"4443edbd-c77e-42bb-a4eb-3503fc24af2a"},{"name":"Play Recording","id":"3251fc6f-5a51-4cd0-be10-9c85816dad91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/recordings/:psmRecordingsID/play","host":["{{pasBaseURL}}"],"path":["passwordvault","api","recordings",":psmRecordingsID","play"],"variable":[{"key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns a data stream of a specific recorded session."},"response":[],"_postman_id":"3251fc6f-5a51-4cd0-be10-9c85816dad91"}],"id":"e68acc20-4163-4213-a8d9-c0cba7d630bb","_postman_id":"e68acc20-4163-4213-a8d9-c0cba7d630bb"},{"name":"Get Live Sessions","id":"2ea751c3-c211-4c76-809a-ff701ef2ba6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions?limit=25&sort=RiskScore&offset=0&search={{pasKeywords}}&safe={{pasSafe}}&fromTime=1514808001&toTime=1515326399&activities=regedit","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions"],"query":[{"key":"limit","value":"25","description":"Determines the number of lives sessions that are returned in the list.\n\nThe maximum value is defined in the MaxRecords property in Options > Privileged Session Management > General Setting > Search Properties."},{"key":"sort","value":"RiskScore","description":"The sort can be done by each property on the recording file:\n\t■ \tRiskScore\n\t■ \tFileName\n\t■ \tSafeName\n\t■ \tFolderName\n\t■ \tPSMVaultUserName\n\t■ \tFromIP\n\t■ \tRemoteMachine\n\t■ \tClient\n\t■ \tProtocol\n\t■ \tAccountUserName\n\t■ \tAccountAddress\n\t■ \tAccountPlatformID\n\t■ \tPSMStartTime\n\t■ \tTicketID\n\nThe sort can be in ascending or descending order. To sort in descending order, specify \"-\" (dash) before the recording property by which to sort."},{"key":"offset","value":"0","description":"Determines which recording results will be returned, according to a specific place in the returned list. This value defines the recording's place in the list and how many results will be skipped."},{"key":"search","value":"{{pasKeywords}}","description":"Returns lives sessions that are filtered by properties that contain the specified search text."},{"key":"safe","value":"{{pasSafe}}","description":"Returns lives sessions that use accounts from a specific Safe."},{"key":"fromTime","value":"1514808001","description":"Returns lives sessions from a specific date."},{"key":"toTime","value":"1515326399","description":"Returns lives sessions before a specific date."},{"key":"activities","value":"regedit","description":"Returns lives sessions with specific activities."}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"2ea751c3-c211-4c76-809a-ff701ef2ba6c"},{"name":"Get Live Session Details","id":"b6337302-938a-428a-bdac-b2e0578b2905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"b6337302-938a-428a-bdac-b2e0578b2905"},{"name":"Get Live Session Activities","id":"c8a4877f-4c2d-4554-82e8-32d07731b5de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/activities","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","activities"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"c8a4877f-4c2d-4554-82e8-32d07731b5de"},{"name":"Get Live Session Properties","id":"17eba849-7ef8-4f3e-8fce-8e0918adbf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/livesessions/:psmLiveSessionID/properties","host":["{{pasBaseURL}}"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","properties"],"variable":[{"key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"17eba849-7ef8-4f3e-8fce-8e0918adbf11"}],"id":"8A3BDDA9-9AE1-498F-8FB6-4705B940C5DB","_postman_id":"8A3BDDA9-9AE1-498F-8FB6-4705B940C5DB"},{"name":"Session Management","item":[{"name":"Get All Connection Components","id":"0e46dd8e-c835-43f0-a0e6-232ebec4b03a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/psm/connectors","description":"This method allows Vault admins to get the list of all connection components of an entire environment."},"response":[{"id":"a95b8819-59cb-4483-aa33-a127015f94d1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/PasswordVault/API/PSM/Connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"1468"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:54:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"PSMConnectors\": [\n        {\n            \"ID\": \"SSH\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PuTTY\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDPapplet-Sample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDPWinApplet\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"WebConnection\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-RDP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SSH\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-Telnet-Sample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-TOAD\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLPlus\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VSPHERE\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-AS400\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-OS390\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-WebFormSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio-Win\",\n            \"DisplayName\": \"SQL Server Mgmt Studio\"\n        },\n        {\n            \"ID\": \"PSM-PVWA\",\n            \"DisplayName\": \"CyberArk Password Vault Web Application v9\"\n        },\n        {\n            \"ID\": \"PSM-PrivateArkClient\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VNCClientSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VNCClientSample-AutoDeployed\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-AWSConsoleWithSTS\",\n            \"DisplayName\": \"AWS Console with STS\"\n        },\n        {\n            \"ID\": \"PSM-WinSCP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-PTA\",\n            \"DisplayName\": \"CyberArk PTA\"\n        },\n        {\n            \"ID\": \"PSM-WebAppSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-MS-AzurePortal\",\n            \"DisplayName\": \"Microsoft Azure Portal\"\n        },\n        {\n            \"ID\": \"PSM-VSPHERE-Web\",\n            \"DisplayName\": \"VMWare vSphere Web\"\n        },\n        {\n            \"ID\": \"PSM-PVWA-v10\",\n            \"DisplayName\": \"CyberArk Password Vault Web Application v10\"\n        },\n        {\n            \"ID\": \"PSM-SAPGUI\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio-Database\",\n            \"DisplayName\": \"SQL Server Mgmt Studio Database\"\n        }\n    ],\n    \"Total\": 30\n}"}],"_postman_id":"0e46dd8e-c835-43f0-a0e6-232ebec4b03a"},{"name":"Get All PSM Servers","id":"be614e89-e5a0-45be-a0f9-1832019ba832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/psm/servers","description":"This method allows Vault admins to get a list of all PSM servers defined for an environment."},"response":[{"id":"bc8e21a5-d05b-4e77-9616-fdc864ecd53e","name":"200 OK","originalRequest":{"method":"GET","header":[{"description":"Session Authorization Token","key":"Authorization","type":"text","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/API/PSM/Servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:55:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"PSMServers\": [\n        {\n            \"ID\": \"PSMServer_a91999c\",\n            \"Name\": \"PSM Server on PASAAS-PVWA\",\n            \"Address\": \"54.88.213.184\"\n        },\n        {\n            \"ID\": \"PSMServer\",\n            \"Name\": \"PSM Server on PASAAS-PSM\",\n            \"Address\": \"psm.joegarcia.dev\"\n        }\n    ],\n    \"Total\": 2\n}"}],"_postman_id":"be614e89-e5a0-45be-a0f9-1832019ba832"},{"name":"Get Session Management Policy of Platform","id":"13a62556-691b-4ab1-926e-5eef39d442ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName/privilegedsessionmanagement","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","privilegedsessionmanagement"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault admins to retrieve the PSM Policy Section of a target platform."},"response":[{"id":"7d496749-fb76-44cb-8ca8-3579776c1f20","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","type":"text","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/PasswordVault/API/Platforms/Targets/{{PlatformName}}/PrivilegedSessionManagement"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:57:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Details\": [\n        {\n            \"ParameterName\": \"platformID\",\n            \"ErrorCode\": \"\",\n            \"ErrorMessage\": \"The value 'WinDomain' is not valid for Int64.\"\n        }\n    ],\n    \"ErrorCode\": \"PASWS167E\",\n    \"ErrorMessage\": \"There are some invalid parameters\"\n}"}],"_postman_id":"13a62556-691b-4ab1-926e-5eef39d442ba"},{"name":"Import Connection Component","id":"dd9fc471-2040-421a-ae74-e352e26a4a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ImportFile\": {zip file byte array}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/connectioncomponents/import","description":"This method enables administrators to import a new connection component."},"response":[],"_postman_id":"dd9fc471-2040-421a-ae74-e352e26a4a73"},{"name":"Update Session Management Policy of Platform","id":"07c0c6e8-36b0-4f4c-98a1-1df077a08b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PSMServerId\":\"PSMServer_e7b11b1\",\n    \"PSMServerName\":\"PSMServer2\",\n    \"PSMConnectors\": [\n        {\n            \"PSMConnectorID\": \"PSM-AWSConsoleWithSTS\",\n            \"Enabled\": false\n        },\n        {\n            \"PSMConnectorID\": \"SSH\",\n            \"Enabled\": true\n        }\n    ]\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/targets/:pasPlatformName/privilegedsessionmanagement","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","privilegedsessionmanagement"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault admins to update the PSM Policy Section of a target platform."},"response":[],"_postman_id":"07c0c6e8-36b0-4f4c-98a1-1df077a08b26"}],"id":"7b434173-3a87-4905-965b-d388ba2a8a9f","description":"This section includes REST APIs related to session management.","_postman_id":"7b434173-3a87-4905-965b-d388ba2a8a9f"}],"id":"3806b221-9d49-433a-9b95-d8be68bf5f57","_postman_id":"3806b221-9d49-433a-9b95-d8be68bf5f57"},{"name":"Privileged Threat Analytics (PTA)","item":[{"name":"PTA Installation","item":[{"name":"Install PTA","id":"380bb95f-1db6-4ef0-8cc1-d1759e667253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currentPassword\": \"currentPass\",\n    \"newPassword\": \"newpass\",\n    \"timezone\": \"Israel\",\n    \"epochTime\": \"1525246349\",\n    \"ntp\": \"10.10.0.50\",\n    \"vault\": {\n        \"ip\": \"10.10.10.10, 10.10.10.11\",\n        \"port\": \"10000\",\n        \"ipDR\": \"10.10.50.10, 10.10.50.11\",\n        \"timezone\": \"Israel\",\n        \"adminUser\": \"admin\",\n        \"adminPassword\": \"fkdshsfkd23392hk!\",\n        \"daysActivity\": \"200\"\n    },\n    \"pvwa\": {\n        \"connectionMethod\": \"http\",\n        \"host\": \"pvwa-host\",\n        \"port\": \"30456\",\n        \"appContext\": \"PasswordVault\"\n    }\n}"},"url":"{{ptaBaseURL}}/installer/api/installation","description":"This method installs the PTA Server."},"response":[],"_postman_id":"380bb95f-1db6-4ef0-8cc1-d1759e667253"},{"name":"PTA Installation Status","id":"7956c02f-fa9b-4d1b-bda0-bfa78f46f587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{ptaBaseURL}}/installer/api/installation","description":"This method returns the status of the installation of the PTA server."},"response":[],"_postman_id":"7956c02f-fa9b-4d1b-bda0-bfa78f46f587"},{"name":"Server Encryption Key","id":"90160dcb-6cce-4d29-b2ad-50da0af8023f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{ptaBaseURL}}/installer/api/encryptionkey","description":"This method generates and returns an RSA encryption key as base 64 string that is used by the installer for encrypting sensitive fields.\n\nTo encrypt the sensitive fields, encrypt the data value using the RSA algorithm that uses the generated key as the encryption key. Add an **{encrypted}** prefix string to the encrypted value to indicate to the PTA server to decrypt the data."},"response":[],"_postman_id":"90160dcb-6cce-4d29-b2ad-50da0af8023f"},{"name":"PTA Server Authentication","id":"0235d62b-87a7-48b4-91da-1caa91aafd36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"type":"text","value":"application/x-www-form-urlencoded","key":"Content-Type"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{ptaAPIUsername}}","type":"text"},{"key":"password","type":"text","value":"{{ptaAPIPassword}}"}]},"url":"{{ptaBaseURL}}/installer/api/getauthtoken","description":"This method generates a token that enables the user to authenticate to the PTA Server using the machine credentials for the installation process. This method can be run with an encrypted or clear text password. To encrypt the password, see [Get Server encryption key](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/ServerEncryption.htm)."},"response":[],"_postman_id":"0235d62b-87a7-48b4-91da-1caa91aafd36"}],"id":"03123A44-21E1-48CA-8027-6ADACE3592CD","_postman_id":"03123A44-21E1-48CA-8027-6ADACE3592CD"},{"name":"Security Events","item":[{"name":"Get Security Events","id":"689eafef-c63e-4d35-ace8-dd1c3fd89ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"lastUpdatedEventDate","value":"1309737600"},{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/pta/api/events/","description":"This method returns all PTA Security Events."},"response":[],"_postman_id":"689eafef-c63e-4d35-ace8-dd1c3fd89ac7"},{"name":"Get Security Settings","id":"08571f8b-d25e-44ce-b64e-443fc009fcf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/pta/api/settings","description":"This method returns risky activities rules and automatic remediation settings of the PTA Server configuration."},"response":[],"_postman_id":"08571f8b-d25e-44ce-b64e-443fc009fcf9"},{"name":"Add Risky Commands Rule","id":"28c24e61-4f6c-46c4-bbf9-99be81b55e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"category\": \"KEYSTROKES\",\n\t\"regex\": \"(.*)netsh(.*)wlan(.*)key=clear(.*)\", \n\t\"score\": 40, \n\t\"description\": \"Indication of a privileged user using a decoding command in clear text to retrieve a WIFI password.\", \n\t\"response\": \"NONE\", \n\t\"active\": true,\n\t\"scope\": { \n\t\t\"vaultUsers\": {\n\t\t\t\"mode\":\"EXCLUDE\",\n\t\t\t\"list\":[\"john*\"]\n\t\t}, \n\t\t\"machines\":{\n\t\t\t\"mode\":\"INCLUDE\",\n\t\t\t\"list\":[\"*\"]\n\t\t} \n\t}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/pta/api/settings/riskyactivity/","description":"This method adds a new Risky Activity rule in the PTA server configuration."},"response":[],"_postman_id":"28c24e61-4f6c-46c4-bbf9-99be81b55e66"},{"name":"Update Risky Commands Rule","id":"36b4ddef-cfbc-4b30-be15-86e60bed54fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"0\", \n\t\"category\": \"KEYSTROKES\",\n\t\"regex\": \"(.*)netsh(.*)wlan(.*)key=clear(.*)\", \n\t\"score\": 40, \n\t\"description\": \"Indication of a privileged user using a decoding command in clear text to retrieve a WIFI password.\", \n\t\"response\": \"NONE\", \n\t\"active\": true,\n\t\"scope\": { \n\t\t\"vaultUsers\": {\n\t\t\t\"mode\":\"EXCLUDE\",\n\t\t\t\"list\":[\"anna\"]\n\t\t}, \n\t\t\"machines\": {\n\t\t\t\"mode\":\"include\",\n\t\t\t\"list\":[\"*\"]\n\t\t} \n\t}\n}"},"url":"{{pasBaseURL}}/passwordvault/api/pta/api/settings/riskyactivity/","description":"This method updates an existing Risky Activity rule in the PTA server configuration."},"response":[],"_postman_id":"36b4ddef-cfbc-4b30-be15-86e60bed54fd"},{"name":"Update Security Remediation Settings","id":"b9262c6e-2e15-4783-ac48-8271357bf0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/pta/api/settings/automaticremediations/","description":"This method updates the automatic remediation properties in the PTA server configuration."},"response":[],"_postman_id":"b9262c6e-2e15-4783-ac48-8271357bf0e1"},{"name":"Update Security Event","id":"c22aa2d6-41d5-4eaa-877f-cb6b83068091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mStatus\": \"<OPEN/CLOSED>\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/pta/api/events/{{ptaSecurityEventID}}","description":"This method updates the status of a security event to open or closed."},"response":[],"_postman_id":"c22aa2d6-41d5-4eaa-877f-cb6b83068091"}],"id":"85E0CCCF-0644-4AE8-9774-F6C98646DF74","_postman_id":"85E0CCCF-0644-4AE8-9774-F6C98646DF74"},{"name":"Get PTA Replication Status","id":"2d46bfb3-2716-402d-97f5-c3d5190e65fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"type":"text","value":"application/json","key":"Content-Type"}],"url":"{{ptaBaseURL}}/api/monitoring","description":"This method returns details about the health of the PTA Server and Application."},"response":[],"_postman_id":"2d46bfb3-2716-402d-97f5-c3d5190e65fc"}],"id":"9e11780a-b6f4-4764-9390-2b181c6cfd59","auth":{"type":"bearer","bearer":{"token":"{{ptaSessionToken}}"}},"_postman_id":"9e11780a-b6f4-4764-9390-2b181c6cfd59"},{"name":"Requests","item":[{"name":"Confirm Requests","item":[{"name":"Get Incoming Request List","id":"8ee18933-f4a7-4273-bd56-0d9e152ea32c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/incomingrequests?onlywaiting=false&expired=false","host":["{{pasBaseURL}}"],"path":["passwordvault","api","incomingrequests"],"query":[{"key":"onlywaiting","value":"false"},{"key":"expired","value":"false"}]},"description":"This method returns a list of all the requests for the confirmer to respond to."},"response":[],"_postman_id":"8ee18933-f4a7-4273-bd56-0d9e152ea32c"},{"name":"Get Details of a Request for Confirmation","id":"c908d8ce-23e1-4bec-adb0-3a1941dc6488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/incomingrequests/:pasRequestID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","incomingrequests",":pasRequestID"],"variable":[{"key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method returns details of a specific request in the Incoming Requests list."},"response":[],"_postman_id":"c908d8ce-23e1-4bec-adb0-3a1941dc6488"},{"name":"Confirm Request","id":"1fe40e8a-df25-43b3-ba97-56340c504275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Reason\":\"Automatically accepted via CyberArk Web Services on {{$timestamp}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/incomingrequests/:pasRequestID/confirm","host":["{{pasBaseURL}}"],"path":["passwordvault","api","incomingrequests",":pasRequestID","confirm"],"variable":[{"key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method enables a request confirmer to confirm a single request, identified by its request ID."},"response":[],"_postman_id":"1fe40e8a-df25-43b3-ba97-56340c504275"},{"name":"Reject Request","id":"ade37fad-fc3a-46e9-80b8-74a3943342cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Reason\":\"Rejected automatically by CyberArk Web Services on {{$timestamp}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/incomingrequests/:pasRequestID/reject","host":["{{pasBaseURL}}"],"path":["passwordvault","api","incomingrequests",":pasRequestID","reject"],"variable":[{"key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method enables a request confirmer to reject a single request, identified by its request ID."},"response":[],"_postman_id":"ade37fad-fc3a-46e9-80b8-74a3943342cf"}],"id":"A449DB64-3F88-411F-A9C0-6A7ED9FC85F6","_postman_id":"A449DB64-3F88-411F-A9C0-6A7ED9FC85F6"},{"name":"My Requests","item":[{"name":"Get My Requests","id":"b77c32d1-c598-4fdf-bd4b-358d598b2bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/myrequests?onlywaiting=false&expired=false","host":["{{pasBaseURL}}"],"path":["passwordvault","api","myrequests"],"query":[{"key":"onlywaiting","value":"false"},{"key":"expired","value":"false"}]},"description":"This method returns a list of the end user's requests."},"response":[],"_postman_id":"b77c32d1-c598-4fdf-bd4b-358d598b2bf2"},{"name":"Get Details of My Requests","id":"e3fd10c2-a9ff-4076-b341-05ed83820721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/myrequests/:pasRequestID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","myrequests",":pasRequestID"],"variable":[{"key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method returns details of all the requests in My Requests list."},"response":[],"_postman_id":"e3fd10c2-a9ff-4076-b341-05ed83820721"},{"name":"Create a Request","id":"7f5e9f06-4cb4-4fa2-9eb3-74cf5f1e8dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountID\":\"{{pasAccountID}}\",\n  \"Reason\":\"Access requested via CyberArk Web Services\",\n  \"TicketingSystemName\":\"ServiceNow\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/myrequests","description":"This method creates an access request for a specific account. This account may be either a password account or an SSH Key account."},"response":[],"_postman_id":"7f5e9f06-4cb4-4fa2-9eb3-74cf5f1e8dd4"},{"name":"Create Request for Multiple Accounts","id":"7ea77fe3-2edf-45a0-8135-c398f325a133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"BulkItems\": [\n        {\n            \"Operation\": \"Add\",\n            \"Item\": {\n                \"accountID\": \"23_3\",\n                \"reason\": \"MyReason\",\n                \"TicketingSystemName\": \"ServiceNow\",\n                \"multipleAccessRequired\": false,\n                \"fromDate\": 0,\n                \"toDate\": 0,\n                \"AdditionalInfo\": {\n                    \"Emergency\": false,\n                    \"RefNo\": \"\"\n                }\n            }\n        },\n        {\n            \"Operation\": \"Add\",\n            \"Item\": {\n                \"accountID\": \"23_6\",\n                \"reason\": \"nosafe\",\n                \"TicketingSystemName\": \"\",\n                \"multipleAccessRequired\": false,\n                \"fromDate\": 0,\n                \"toDate\": 0,\n                \"AdditionalInfo\": {\n                    \"Emergency\": false,\n                    \"RefNo\": \"\"\n                }\n            }\n        }\n    ]\n}"},"url":"{{pasBaseURL}}/passwordvault/api/myrequests","description":"This method creates an access request for a specific account. This account may be either a password account or an SSH Key account."},"response":[],"_postman_id":"7ea77fe3-2edf-45a0-8135-c398f325a133"},{"name":"Delete My Request","id":"3b8392f5-2e66-4fcf-8695-95d2be920a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/myrequests/:pasRequestID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","myrequests",":pasRequestID"],"variable":[{"key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method deletes a request made by a user."},"response":[],"_postman_id":"3b8392f5-2e66-4fcf-8695-95d2be920a8e"}],"id":"4CB6CD28-C80D-419E-B539-E64FDB021D36","_postman_id":"4CB6CD28-C80D-419E-B539-E64FDB021D36"}],"id":"2AB1B3CA-6096-4B53-9C2A-6DB1513215BB","_postman_id":"2AB1B3CA-6096-4B53-9C2A-6DB1513215BB"},{"name":"Safes","item":[{"name":"Safe Members","item":[{"name":"Get All Safe Members","id":"1c65a858-ad3a-409c-9970-27e8ff5ffba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/members","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","members"],"query":[{"key":"filter","value":"memberType eq user","description":"Filters are according to the REST standard. Search for Safe members using the following filters. Multiple filters can be applied using the AND operator.\n\n    memberType - returns all members according to the type (user or group)\n    Default: both\n    Example: filter= memberType eq user\n\n    membershipExpired - returns either expired members or members that are not expired.\n    Default: both\n    Example: filter=membershipExpired eq true\n\n    includePredefinedUsers - includes predefined users in the returned list.\n    Default: False, non-predefined users only\n    Example: filter=includePredefinedUsers eq true","disabled":true},{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the Safe name. Search is performed according to the REST standard (search=\"search word\").","disabled":true},{"key":"offset","value":"0","description":"Offset of the first member that is returned in the collection of results.","disabled":true},{"key":"limit","value":"25","description":"The maximum number of members that are returned.\n\nWhen used together with the offset parameter, this value determines the number of Safes to return, starting from the first Safe that is returned.","disabled":true},{"key":"sort","value":"asc","description":"Sorts according to the memberName property in ascending order (default) or descending order to control the sort direction.\n\n    asc: ascending\n    desc: descending","disabled":true}],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method returns a list of the members of a Safe. To run this web service, the user must have **ViewSafeMembers** permissions in the Safe."},"response":[],"_postman_id":"1c65a858-ad3a-409c-9970-27e8ff5ffba3"},{"name":"Get Safe Member","id":"c174fb96-2da7-4ca4-85c3-af86a979da00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"query":[{"key":"useCache","value":"true","description":"Whether or not to retrieve the cache from a session. (Default: False)","disabled":true}],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"},{"key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method returns a list of the members of a Safe. To run this web service, the user must have **ViewSafeMembers** permissions in the Safe."},"response":[],"_postman_id":"c174fb96-2da7-4ca4-85c3-af86a979da00"},{"name":"Add Safe Member","id":"58b4aa26-6b7c-4c73-b671-9d6841569c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"memberName\": \"JonDoe\",\n    \"searchIn\": \"Vault\",\n    \"membershipExpirationDate\": 123456,\n    \"permissions\": {\n        \"useAccounts\": false,\n        \"retrieveAccounts\": false,\n        \"listAccounts\": false,\n        \"addAccounts\": false,\n        \"updateAccountContent\": false,\n        \"updateAccountProperties\": false,\n        \"initiateCPMAccountManagementOperations\": false,\n        \"specifyNextAccountContent\": false,\n        \"renameAccounts\": false,\n        \"deleteAccounts\": false,\n        \"unlockAccounts\": false,\n        \"manageSafe\": false,\n        \"manageSafeMembers\": false,\n        \"backupSafe\": false,\n        \"viewAuditLog\": false,\n        \"viewSafeMembers\": false,\n        \"accessWithoutConfirmation\": false,\n        \"createFolders\": false,\n        \"deleteFolders\": false,\n        \"moveAccountsAndFolders\": false,\n        \"requestsAuthorizationLevel1\": false,\n        \"requestsAuthorizationLevel2\": false\n    }\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/members","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","members"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method adds an existing user or group as a Safe member.\n\nThe user who runs this web service requires the following permissions in the Vault:\n\n* Manage Safe Members"},"response":[],"_postman_id":"58b4aa26-6b7c-4c73-b671-9d6841569c19"},{"name":"Update Safe Member","id":"b19a4c29-dc66-4e89-afc9-7d556e8a9450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"membershipExpirationDate\": 123456,\n    \"permissions\": {\n        \"useAccounts\": false,\n        \"retrieveAccounts\": false,\n        \"listAccounts\": false,\n        \"addAccounts\": false,\n        \"updateAccountContent\": false,\n        \"updateAccountProperties\": false,\n        \"initiateCPMAccountManagementOperations\": false,\n        \"specifyNextAccountContent\": false,\n        \"renameAccounts\": false,\n        \"deleteAccounts\": false,\n        \"unlockAccounts\": false,\n        \"manageSafe\": false,\n        \"manageSafeMembers\": false,\n        \"backupSafe\": false,\n        \"viewAuditLog\": false,\n        \"viewSafeMembers\": false,\n        \"accessWithoutConfirmation\": false,\n        \"createFolders\": false,\n        \"deleteFolders\": false,\n        \"moveAccountsAndFolders\": false,\n        \"requestsAuthorizationLevel1\": false,\n        \"requestsAuthorizationLevel2\": false\n    }\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"},{"key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method updates an existing Safe member.\n\nThe user who runs this web service requires **Manage Safe Members** permissions in the Vault."},"response":[],"_postman_id":"b19a4c29-dc66-4e89-afc9-7d556e8a9450"},{"name":"Delete Safe Member","id":"d74a2042-2531-4cad-a4a7-079ff1dc4f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"},{"key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method removes a specific member from a Safe.\n\nThe user who runs this web service requires **Manage Safe Members** permissions in the Safe."},"response":[],"_postman_id":"d74a2042-2531-4cad-a4a7-079ff1dc4f18"}],"id":"005951F1-1BAF-4D69-B086-509C3F20F2BC","description":"This section includes REST APIs for managing safe members.","_postman_id":"005951F1-1BAF-4D69-B086-509C3F20F2BC"},{"name":"Get All Safes","id":"0b30081d-9b8f-4bc8-921f-c59c643639ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes"],"query":[{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the Safe name. Search is performed according to the REST standard (search=\"search word\").","disabled":true},{"key":"offset","value":"0","description":"Offset of the first Safe that is returned in the collection of results.","disabled":true},{"key":"limit","value":"25","description":"The maximum number of Safes that are returned. When used together with the offset parameter, this value determines the number of Safes to return, starting from the first Safe that is returned.","disabled":true},{"key":"sort","value":"safeName asc","description":"Sorts according to the safeName property in ascending order (default) or descending order to control the sort direction.","disabled":true},{"key":"includeAccounts","value":"false","description":"Whether or not to return accounts for each Safe as part of the response. If not sent, the value is False.","disabled":true},{"key":"extendedDetails","value":"true","description":"Whether or not to return all Safe details or only safeName as part of the response. If not sent, the value is True.","disabled":true}]},"description":"This method returns a list of all Safes in the Vault that the user has permissions for. To run this web user, the user must be a member of the Safes in the Vault that are returned in the list."},"response":[{"id":"cad29931-5a51-42d1-a54e-34742776ebe7","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization","disabled":true},{"type":"text","value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","enabled":false,"value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache","enabled":false},{"value":"application/json; charset=utf-8","key":"Content-Type","enabled":false},{"enabled":false,"key":"Expires","value":"-1"},{"enabled":false,"key":"Server","value":"Microsoft-IIS/10.0"},{"value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"CA55555=ldap; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"value":"IE=EmulateIE8","enabled":false,"key":"X-UA-Compatible"},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"enabled":false,"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"key":"Strict-Transport-Security","enabled":false,"value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:15:54 GMT","enabled":false},{"key":"Content-Length","value":"4385","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"GetSafesResult\": [\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"AccountsFeedADAccounts\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"AccountsFeedDiscoveryLogs\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-CYBR-RESTAPI-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-LIN-ADMIN-USERS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-LIN-ROOT-SSHKEYS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-MYSQL-LOCAL-USERS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-QUALYS-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-TENABLE-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-TEST-SAFE\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"Notification Engine\"\n        },\n        {\n            \"Description\": \"\",\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 5,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"P-WIN-LOCAL-ADMIN\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager_Info\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager_Pending\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerNG\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerNG_Info\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerShared\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PSMPADBridgeCustom\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PSMPADBUserProfile\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PSMUniversalConnectors\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PSMUnmanagedSessionAccounts\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAConfig\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAPublicData\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PVWAReports\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PVWATaskDefinitions\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWATicketingSystem\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAUserPrefs\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"VaultInternal\"\n        }\n    ]\n}"}],"_postman_id":"0b30081d-9b8f-4bc8-921f-c59c643639ef"},{"name":"Get Safe by Platform ID","id":"72870f61-0209-4c35-a3d9-62005bcc05a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/platforms/:pasPlatformName/safes","host":["{{pasBaseURL}}"],"path":["passwordvault","api","platforms",":pasPlatformName","safes"],"variable":[{"key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method returns all the safes according to the platform ID."},"response":[{"id":"0aab8fe2-ae84-4870-bf1c-6ab18741ab93","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{CyberArkLogonResult}}"},{"value":"application/json","type":"text","key":"Content-Type"}],"url":"{{BaseURL}}/PasswordVault/api/Platforms/{{PlatformName}}/Safes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"327"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=866FD3AC28D737CF; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002FC52F3BD1580B2D9C85EECD89F547E99F8BC6E4166F1D29B15241182E937C7C500000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 20:35:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        \"ConjurSync\",\n        \"D-Nix-Root\",\n        \"D-Win-DomainAdmins\",\n        \"D-Win-LocalAdmins\",\n        \"DemoSafe\",\n        \"Notification Engine\",\n        \"PasswordManager\",\n        \"PasswordManagerShared\",\n        \"PSM\",\n        \"PSMUniversalConnectors\",\n        \"PSMUnmanagedSessionAccounts\",\n        \"PVWAPublicData\",\n        \"PVWATicketingSystem\",\n        \"ResponseManager\",\n        \"TelemetryConfig\",\n        \"Test1234\",\n        \"VaultInternal\"\n    ],\n    \"count\": 17\n}"}],"_postman_id":"72870f61-0209-4c35-a3d9-62005bcc05a9"},{"name":"Get Safe Details","id":"c70b7188-c697-4f18-a81d-9cc5bd69fc62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method returns information about a specific Safe in the Vault."},"response":[{"id":"fed66fe7-ba33-4665-975d-def1579bc1b1","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"value":"application/json","key":"Content-Type","type":"text","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"key":"Expires","value":"-1","enabled":false},{"enabled":false,"value":"Microsoft-IIS/10.0","key":"Server"},{"key":"Set-Cookie","enabled":false,"value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"enabled":false,"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"IE=EmulateIE8","key":"X-UA-Compatible","enabled":false},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"value":"nosniff","enabled":false,"key":"X-Content-Type-Options"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","key":"Access-Control-Expose-Headers","enabled":false},{"enabled":false,"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","enabled":false,"value":"Sun, 11 Nov 2018 21:16:41 GMT"},{"enabled":false,"key":"Content-Length","value":"180"}],"cookie":[],"responseTime":"0","body":"{\n    \"GetSafeResult\": {\n        \"Description\": \"\",\n        \"ManagingCPM\": \"PasswordManagerNG\",\n        \"NumberOfDaysRetention\": null,\n        \"NumberOfVersionsRetention\": 5,\n        \"OLACEnabled\": false,\n        \"SafeName\": \"P-WIN-LOCAL-ADMIN\"\n    }\n}"}],"_postman_id":"c70b7188-c697-4f18-a81d-9cc5bd69fc62"},{"name":"Get Safe Account Groups","id":"ea3e5c44-eda6-4724-8ddf-bd0903cad48f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe/accountgroups","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe","accountgroups"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method returns all the existing account groups in a specific Safe. The user performing this task must have the following permissions in the Safe:\n\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders"},"response":[],"_postman_id":"ea3e5c44-eda6-4724-8ddf-bd0903cad48f"},{"name":"Add Safe","id":"870bb0ab-3d73-44b2-960a-1f572549b1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SafeName\": \"{{pasSafe}}\",\n    \"Description\": \"Desc1\",\n    \"OLACEnabled\": false,\n    \"ManagingCPM\": \"PasswordManager\",\n    \"NumberOfVersionsRetention\": null,\n    \"NumberOfDaysRetention\": 0,\n    \"AutoPurgeEnabled\": false,\n    \"Location\": \"{{pasFolder}}\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/safes","description":"This method adds a new Safe to the Vault.\n\nThe user who runs this web service requires **Add Safes** permissions in the Vault."},"response":[],"_postman_id":"870bb0ab-3d73-44b2-960a-1f572549b1f5"},{"name":"Update Safe","id":"721e2955-f0b6-43de-b6dc-e6bba5346db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"safeName\": \"{{pasSafe}}\",\n    \"safeNumber\": {{pasSafeID}},\n    \"description\": \"Safe Description Goes Here\",\n    \"location\": \"\\\\\",\n    \"creator\": {\n        \"id\": \"{{pasUserID}}\",\n        \"name\": \"{{pasUserName}}\"\n    },\n    \"olacEnabled\": false,\n    \"managingCPM\": \"PasswordManager\",\n    \"numberOfVersionsRetention\": null,\n    \"numberOfDaysRetention\": 7\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method updates a single Safe in the Vault.\n\nThe user who runs this web service must have **Manage Safes** permissions in the Vault and **View Safe Members** permissions in the Safe."},"response":[],"_postman_id":"721e2955-f0b6-43de-b6dc-e6bba5346db6"},{"name":"Delete Safe","id":"a5f09632-5ae7-44da-89d2-443f2cbced27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/safes/:pasSafe","host":["{{pasBaseURL}}"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method deletes a Safe from the Vault.\n\nThe user who runs this web service requires **Manage Safe** permissions on the required Safe."},"response":[{"id":"237a2560-dcf0-443f-84f3-be033d84cca8","name":"204 No Content (Successful deletion)","originalRequest":{"method":"DELETE","header":[{"type":"text","value":"{{CyberArkLogonResult}}","key":"Authorization"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BaseURL}}/PasswordVault/api/Safes/{{Safe}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=3F0AEF8F7659012B; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002E6BCAAF8FBDBDAD7BB821DD6BBFAF8AB255F6E8F2D2E09DE6CEDC1D4213F15F200000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 17 Dec 2020 00:37:43 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a5f09632-5ae7-44da-89d2-443f2cbced27"}],"id":"81A35E8D-6B4E-424B-88B0-B3369DFB4FD6","description":"This section includes REST APIs for managing safes and safe members.","_postman_id":"81A35E8D-6B4E-424B-88B0-B3369DFB4FD6"},{"name":"Server","item":[{"name":"Logo","id":"0961b1d3-86e9-487f-a09c-b9133f1a5884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Logo?type=square","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Logo"],"query":[{"key":"type","value":"square"}]},"description":"This method returns the configuration of the logo that will be displayed in the CyberArk SafeShare logon screen and account settings."},"response":[],"_postman_id":"0961b1d3-86e9-487f-a09c-b9133f1a5884"},{"name":"Server","id":"850bfad5-0463-4173-9f53-c86664b80598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Server","description":"This method returns the display name of the Vault configured in the **ServerDisplayName** configuration parameter."},"response":[{"id":"c37d000a-0e62-4ff5-8497-c7904fc786c1","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json","disabled":true},{"type":"text","value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"value":"no-cache, no-store, must-revalidate","key":"Cache-Control"},{"key":"Pragma","value":"no-cache","enabled":false},{"value":"application/json; charset=utf-8","key":"Content-Type","enabled":false},{"value":"-1","key":"Expires","enabled":false},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie"},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"IE=EmulateIE8","key":"X-UA-Compatible","enabled":false},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"key":"X-FRAME-Options","enabled":false,"value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning","enabled":false},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"enabled":false,"value":"Sun, 11 Nov 2018 21:21:22 GMT","key":"Date"},{"enabled":false,"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":"0","body":"{\n    \"ExternalVersion\": \"10.5.0\",\n    \"InternalVersion\": \"10.5.0.48\",\n    \"ServerName\": \"Vault\"\n}"}],"_postman_id":"850bfad5-0463-4173-9f53-c86664b80598"},{"name":"Verify","id":"ef858792-a83a-4470-8fe9-a8f5942b1244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Verify","description":"This method returns the display name of the Vault configured in the **ServerDisplayName** configuration parameter."},"response":[{"id":"b29285d2-40a3-4e87-9973-dd04566af484","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{BaseURL}}/PasswordVault/WebServices/PIMServices.svc/Verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=851A380A3DA4030E; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002130ECB51E520C2D5DA61D59C11817A568BD24A65FEED774017F87FC69CF3DBDE00000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:09:11 GMT"},{"key":"Content-Length","value":"380"}],"cookie":[],"responseTime":null,"body":"{\n    \"ApplicationName\": \"PasswordVault\",\n    \"AuthenticationMethods\": [\n        {\n            \"Enabled\": false,\n            \"Id\": \"windows\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"pki\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"cyberark\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"oraclesso\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"rsa\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"radius\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"ldap\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"saml\"\n        }\n    ],\n    \"ServerId\": \"e00e4f16-b637-11e9-8329-ccd02f010000\",\n    \"ServerName\": \"Vault\"\n}"}],"_postman_id":"ef858792-a83a-4470-8fe9-a8f5942b1244"}],"id":"25A2F7C8-254F-415F-BC08-AC72E815FA23","description":"This section includes REST APIs related to the the Vault server.","_postman_id":"25A2F7C8-254F-415F-BC08-AC72E815FA23"},{"name":"Settings","item":[{"name":"Get Configuration","id":"7e06ee3a-0929-4de9-acd2-73a13313fe10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/settings/configuration"},"response":[],"_postman_id":"7e06ee3a-0929-4de9-acd2-73a13313fe10"}],"id":"0f4719cb-449d-4414-9697-dbc9d800c214","_postman_id":"0f4719cb-449d-4414-9697-dbc9d800c214"},{"name":"System Health","item":[{"name":"Get PTA System Health","id":"4da363e4-e5f8-463c-98c0-68e6afaf154d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{ptaAPIPassword}}","username":"{{ptaAPIUsername}}","showPassword":false}},"method":"GET","header":[{"type":"text","value":"application/json","key":"Content-Type"}],"url":{"raw":"{{ptaBaseURL}}/monitoring/federate?match[]=%7Bjob%3D~%22ptaaa_.%2B%22%7D","host":["{{ptaBaseURL}}"],"path":["monitoring","federate"],"query":[{"key":"match[]","value":"%7Bjob%3D~%22ptaaa_.%2B%22%7D","description":"Job ID(s) to monitor in array"}]},"description":"This method returns Prometheus monitor metrics about the PTA Server and database. When you run the API for the first time, you are redirected to the PTA Login screen.\n\n1. Log in to the PTA Server using **monitor** as the user and **DiamondMonitor** (case sensitive) as the password. You are then prompted to change the password.\n2. After you change the password, encode the user (**monitor**) and the new password in BASE 64.\n* Enter the data in the format **username:password**.\n* The encoded result is entered in the **Authorization** header parameter in the format **Basic <encoded result>**. _In this Postman collection, we use the **Authorization** tab to automatically do this for us instead._\n\nYou can use Grafana or similar tools to display the results in a user-friendly format."},"response":[],"_postman_id":"4da363e4-e5f8-463c-98c0-68e6afaf154d"},{"name":"System Details","id":"87bd31ef-4866-40ee-b19f-7bfe7f8d9562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/componentsmonitoringdetails/:pasComponentsID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","componentsmonitoringdetails",":pasComponentsID"],"variable":[{"key":"pasComponentsID","value":"{{pasComponentsID}}"}]},"description":"This method returns details about specific components and all their installed instances, and system health information for each one.\n\n_Valid ComponentsID values: PVWA/SessionManagement/CPM/AIM_"},"response":[{"id":"0d679aa2-cec6-4f2c-b548-c85fa417654e","name":"200 OK (AIM)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache","enabled":false},{"value":"application/json; charset=utf-8","enabled":false,"key":"Content-Type"},{"key":"Expires","enabled":false,"value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":false},{"enabled":false,"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false,"key":"Set-Cookie"},{"enabled":false,"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"value":"1; mode=block","enabled":false,"key":"X-XSS-Protection"},{"enabled":false,"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"enabled":false,"key":"Access-Control-Expose-Headers","value":"Warning"},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"value":"Sun, 11 Nov 2018 21:22:30 GMT","enabled":false,"key":"Date"},{"value":"200","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"Prov_COMPONENTS2016\",\n            \"ComponentVersion\": \"10.5.0.23\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898221\n        }\n    ]\n}"},{"id":"4928d134-a8dc-4f04-875d-f7e3cdcaf1dc","name":"200 OK (CPM)","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","key":"Cache-Control","enabled":false},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"value":"-1","key":"Expires","enabled":false},{"key":"Server","enabled":false,"value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","enabled":false,"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"enabled":false,"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"key":"X-Content-Type-Options","enabled":false,"value":"nosniff"},{"enabled":false,"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"enabled":false,"key":"Access-Control-Expose-Headers","value":"Warning"},{"enabled":false,"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"value":"Sun, 11 Nov 2018 21:22:48 GMT","enabled":false,"key":"Date"},{"value":"198","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PasswordManagerNG\",\n            \"ComponentVersion\": \"10.5.0.27\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898371\n        }\n    ]\n}"},{"id":"e7ec3515-8b8c-4438-be24-ffd5176da30b","name":"200 OK (PVWA)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"value":"application/json","key":"Content-Type","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache","enabled":false},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":false},{"value":"-1","key":"Expires","enabled":false},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":false},{"value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false,"key":"Set-Cookie"},{"key":"Set-Cookie","enabled":false,"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"enabled":false,"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"value":"SAMEORIGIN","enabled":false,"key":"X-FRAME-Options"},{"key":"Access-Control-Expose-Headers","value":"Warning","enabled":false},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"enabled":false,"value":"Sun, 11 Nov 2018 21:21:36 GMT","key":"Date"},{"value":"192","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PVWAAppUser1\",\n            \"ComponentVersion\": \"10.5.0.1\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541969319\n        }\n    ]\n}"},{"id":"f26129f4-68fd-4d00-956a-466e61df0ddc","name":"200 OK (PSM)","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","key":"Authorization","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"value":"no-cache","enabled":false,"key":"Pragma"},{"key":"Content-Type","enabled":false,"value":"application/json; charset=utf-8"},{"enabled":false,"key":"Expires","value":"-1"},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"IE=EmulateIE8","key":"X-UA-Compatible"},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"enabled":false,"value":"SAMEORIGIN","key":"X-FRAME-Options"},{"value":"Warning","key":"Access-Control-Expose-Headers","enabled":false},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"key":"Date","value":"Sun, 11 Nov 2018 21:22:10 GMT","enabled":false},{"value":"366","key":"Content-Length","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.104\",\n            \"ComponentUserName\": \"PSMPApp_rhel01\",\n            \"ComponentVersion\": \"10.5.0.0\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541965510\n        },\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PSMApp_COMP2016\",\n            \"ComponentVersion\": \"10.5.0.1\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898522\n        }\n    ]\n}"}],"_postman_id":"87bd31ef-4866-40ee-b19f-7bfe7f8d9562"},{"name":"System Summary","id":"8636d490-fc37-4869-9fa4-d2ba43805787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/componentsmonitoringsummary","description":"This method returns consolidated information about the Vault, PVWA, CPM, PSM/PSMP, and AIM, including all clients that are relevant to each specific component."},"response":[{"id":"edf38612-45f8-423a-b85c-b48ca4ab6222","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"value":"no-cache","enabled":false,"key":"Pragma"},{"value":"application/json; charset=utf-8","enabled":false,"key":"Content-Type"},{"value":"-1","enabled":false,"key":"Expires"},{"value":"Microsoft-IIS/10.0","key":"Server","enabled":false},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false,"key":"Set-Cookie"},{"enabled":false,"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"value":"1; mode=block","key":"X-XSS-Protection","enabled":false},{"value":"nosniff","enabled":false,"key":"X-Content-Type-Options"},{"enabled":false,"value":"SAMEORIGIN","key":"X-FRAME-Options"},{"enabled":false,"key":"Access-Control-Expose-Headers","value":"Warning"},{"enabled":false,"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","enabled":false,"value":"Sun, 11 Nov 2018 21:23:03 GMT"},{"enabled":false,"key":"Content-Length","value":"742"}],"cookie":[],"responseTime":"0","body":"{\n    \"Components\": [\n        {\n            \"ComponentID\": \"PVWA\",\n            \"ComponentName\": \"PVWA\",\n            \"Description\": \"Active Users\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 1\n        },\n        {\n            \"ComponentID\": \"CPM\",\n            \"ComponentName\": \"CPM\",\n            \"Description\": \"Managed Accounts\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 32\n        },\n        {\n            \"ComponentID\": \"SessionManagement\",\n            \"ComponentName\": \"PSM/PSMP\",\n            \"Description\": \"Concurrent Sessions\",\n            \"ConnectedComponentCount\": 2,\n            \"ComponentTotalCount\": 2,\n            \"ComponentSpecificStat\": 0\n        },\n        {\n            \"ComponentID\": \"AIM\",\n            \"ComponentName\": \"AIM Credential Provider\",\n            \"Description\": \"Applications\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 4\n        }\n    ],\n    \"Vaults\": [\n        {\n            \"IP\": \"192.168.3.101\",\n            \"Role\": \"Primary\",\n            \"IsLoggedOn\": true\n        }\n    ]\n}"}],"_postman_id":"8636d490-fc37-4869-9fa4-d2ba43805787"}],"id":"31DBD995-7177-44A5-878F-DBC2815D3B0D","description":"The System Health module provides the Vault administrator with a high-level report of the health status of the different CyberArk components in PAS and AAM Credential Providers environments.\n\n**NOTE:**\n* The System Health overview is relevant for primary-DR, on-premise, and Distributed Vault deployments.\n* The information returned by the REST APIs does not include built-in users or custom user types.","_postman_id":"31DBD995-7177-44A5-878F-DBC2815D3B0D"},{"name":"User Management","item":[{"name":"Users","item":[{"name":"Get Logged On User Details","id":"e8322781-5bd2-4fc0-862f-871baca6e20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/User","description":"This method returns user information of the user who is logged on."},"response":[],"_postman_id":"e8322781-5bd2-4fc0-862f-871baca6e20c"},{"name":"Get User Details","id":"917619ac-40d5-4aa2-938d-0f55de1d1e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method returns information about a specific user in the Vault.\n\nTo run this Web service, you must have the following permissions:\n\n* Audit users"},"response":[{"id":"2defc590-fbfb-43bf-bcab-fb549138e08e","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/api/Users/{{UserID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"1250"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=227A9B834757B197; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000027C4D1FA1740772C50A4355919F70870CB5605111365E39A0A4000FD5D0CEB89600000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:20:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": false,\n    \"expiryDate\": -62135578800,\n    \"suspended\": false,\n    \"lastSuccessfulLoginDate\": 1618316264,\n    \"unAuthorizedInterfaces\": [],\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"\",\n    \"description\": \"\",\n    \"businessAddress\": {\n        \"workStreet\": \"\",\n        \"workCity\": \"\",\n        \"workState\": \"\",\n        \"workZip\": \"\",\n        \"workCountry\": \"\"\n    },\n    \"internet\": {\n        \"homePage\": \"\",\n        \"homeEmail\": \"\",\n        \"businessEmail\": \"\",\n        \"otherEmail\": \"\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"\",\n        \"businessNumber\": \"\",\n        \"cellularNumber\": \"\",\n        \"faxNumber\": \"\",\n        \"pagerNumber\": \"\"\n    },\n    \"personalDetails\": {\n        \"street\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\",\n        \"title\": \"\",\n        \"organization\": \"\",\n        \"department\": \"\",\n        \"profession\": \"\",\n        \"firstName\": \"\",\n        \"middleName\": \"\",\n        \"lastName\": \"\"\n    },\n    \"groupsMembership\": [\n        {\n            \"groupID\": 16,\n            \"groupName\": \"PVWAMonitor\",\n            \"groupType\": \"Vault\"\n        },\n        {\n            \"groupID\": 17,\n            \"groupName\": \"PVWAUsers\",\n            \"groupType\": \"Vault\"\n        },\n        {\n            \"groupID\": 11,\n            \"groupName\": \"Vault Admins\",\n            \"groupType\": \"Vault\"\n        }\n    ],\n    \"id\": 2,\n    \"username\": \"Administrator\",\n    \"source\": \"CyberArk\",\n    \"userType\": \"Built-InAdmins\",\n    \"componentUser\": false,\n    \"vaultAuthorization\": [\n        \"AddUpdateUsers\",\n        \"AddSafes\",\n        \"AddNetworkAreas\",\n        \"ManageDirectoryMapping\",\n        \"ManageServerFileCategories\",\n        \"AuditUsers\",\n        \"BackupAllSafes\",\n        \"RestoreAllSafes\",\n        \"ResetUsersPasswords\",\n        \"ActivateUsers\"\n    ],\n    \"location\": \"\\\\\"\n}"}],"_postman_id":"917619ac-40d5-4aa2-938d-0f55de1d1e23"},{"name":"Get Users","id":"d730cc0f-3805-4a5a-bad4-3464788adcab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users?filter=userType&search={{pasKeywords}}&extendedDetails=false","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users"],"query":[{"key":"filter","value":"userType","description":"Search for users using the following filters: userType, userName or componentUser"},{"key":"search","value":"{{pasKeywords}}","description":"Search using the following values (search is according to REST standards): username, first name or last name"},{"key":"extendedDetails","value":"false","description":"Returns additional user details as user groups and userDN for LDAP users."}]},"description":"This method returns a list of all existing users in the Vault except for the Master and the Batch built-in users.\n\nTo run this Web service, you must have the following permissions:\n\n* **Audit users**\n\nYou can retrieve only users on the same level as you or lower in the Vault hierarchy.\n\n**Note:** This Web service returns up to 6000 users in up to 20 seconds. If the number of users is higher, the response time may be higher."},"response":[{"id":"3e6ff35c-5b3c-40ca-8543-cd8f4209977c","name":"200 OK","originalRequest":{"method":"GET","header":[{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization"},{"value":"application/json","type":"text","key":"Content-Type"}],"url":{"raw":"{{BaseURL}}/PasswordVault/api/Users?filter=userType&search=jgarcia&extendedDetails=false","host":["{{BaseURL}}"],"path":["PasswordVault","api","Users"],"query":[{"key":"filter","value":"userType","description":"Search for users using the following filters: userType or componentUser"},{"key":"search","value":"jgarcia","description":"Search using the following values (search is according to REST standards): username, first name or last name"},{"key":"extendedDetails","value":"false","description":"Returns additional user details as user groups and userDN for LDAP users."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"350"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=227A9B834757B197; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000027C4D1FA1740772C50A4355919F70870CB5605111365E39A0A4000FD5D0CEB89600000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:18:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Users\": [\n        {\n            \"id\": 29,\n            \"username\": \"jgarcia\",\n            \"source\": \"LDAP\",\n            \"userType\": \"EPVUser\",\n            \"componentUser\": false,\n            \"vaultAuthorization\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"location\": \"\\\\\",\n            \"personalDetails\": {\n                \"firstName\": \"Joe\",\n                \"middleName\": \"\",\n                \"lastName\": \"Garcia\"\n            }\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"d730cc0f-3805-4a5a-bad4-3464788adcab"},{"name":"Activate User","id":"71faff22-2e5e-4f61-bf0a-5d39e7055ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID/activate","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID","activate"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method activates an existing Vault user who was suspended after entering incorrect credentials multiple times.\n\n**Note:** This method activates a suspended user. It does not activate an inactive user."},"response":[],"_postman_id":"71faff22-2e5e-4f61-bf0a-5d39e7055ec0"},{"name":"Add User","id":"071d5f22-437b-4d47-8af0-1f4b4b16eb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"newUser\",\n    \"userType\": \"EPVUser\",\n    \"initialPassword\": \"123Cyber\",\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"location\": \"\\\\\",\n    \"unAuthorizedInterfaces\": [\n        \"PSM\",\n        \"PSMP\"\n    ],\n    \"expiryDate\": 1577836800,\n    \"vaultAuthorization\": [\n        \"AddSafes\",\n        \"AuditUsers\"\n    ],\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": true,\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"newUser@cyberark\",\n    \"description\": \"This user is privileged\",\n    \"businessAddress\": {\n        \"workStreet\": \"Hapssagot 9\",\n        \"workCity\": \"Petah Tikva\",\n        \"workState\": \"Israel\",\n        \"workZip\": \"9999999\",\n        \"workCountry\": \"Israel\"\n    },\n    \"internet\": {\n        \"homePage\": \"Cyberark.com\",\n        \"homeEmail\": \"user@gmail.com\",\n        \"businessEmail\": \"user@cyberark.com\",\n        \"otherEmail\": \"user2@gmail.com\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"555123456\",\n        \"businessNumber\": \"555456789\",\n        \"cellularNumber\": \"555789789\",\n        \"faxNumber\": \"999999\",\n        \"pagerNumber\": \"111111\"\n    },\n    \"personalDetails\": {\n        \"street\": \"Dizzengof 56\",\n        \"city\": \"Tel Aviv\",\n        \"state\": \"Israel\",\n        \"zip\": \"123456\",\n        \"country\": \"Israel\",\n        \"title\": \"Mr. VIP\",\n        \"organization\": \"Cyber ark\",\n        \"department\": \"R&D\",\n        \"profession\": \"software development\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Doe\",\n        \"lastName\": \"Smith\"\n    }\n}"},"url":"{{pasBaseURL}}/passwordvault/api/users","description":"This method adds a new user to the Vault.\n\nTo run this Web service, you must have the following permissions:\n\n* Add Users\n* Update Users"},"response":[],"_postman_id":"071d5f22-437b-4d47-8af0-1f4b4b16eb5d"},{"name":"Disable User","id":"a80ded00-c2ff-4997-9cf8-68f151097ba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID/disable","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID","disable"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method disables a specific user in the Vault."},"response":[],"_postman_id":"a80ded00-c2ff-4997-9cf8-68f151097ba8"},{"name":"Enable User","id":"52b492e2-9a10-40ea-9074-5b7afb7b4b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID/enable","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID","enable"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method enables a specific user in the Vault."},"response":[],"_postman_id":"52b492e2-9a10-40ea-9074-5b7afb7b4b0c"},{"name":"Reset User Password","id":"85642834-eabd-4b4a-8a70-ad3d84bffbc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"<integer>\",\n\t\"newPassword\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID/resetpassword","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID","resetpassword"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method resets an existing Vault user's password.\n\nTo run this Web service, you must have the following permissions:\n\n* **Audit users**\n* **Reset Users' Passwords**\n\nThe user who runs this Web service must be in the same Vault Location or higher as the user whose password is being reset."},"response":[],"_postman_id":"85642834-eabd-4b4a-8a70-ad3d84bffbc0"},{"name":"Update User","id":"238594f4-2e39-45cc-b999-7d79a99a31d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": false,\n    \"expiryDate\": 1577836800,\n    \"suspended\": false,\n    \"unAuthorizedInterfaces\": [\n        \"GUI\"\n    ],\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"JohnDoeRoe\",\n    \"description\": \"John Doe Roe\",\n    \"businessAddress\": {\n        \"workStreet\": \"Kuritania street\",\n        \"workCity\": \"Curitania\",\n        \"workState\": \"Suritania\",\n        \"workZip\": \"90211\",\n        \"workCountry\": \"Ruritania\"\n    },\n    \"internet\": {\n        \"homePage\": \"example.com\",\n        \"homeEmail\": \"John@example.net\",\n        \"businessEmail\": \"John@example.com\",\n        \"otherEmail\": \"John@example.org\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"555-0100\",\n        \"businessNumber\": \"555-0101\",\n        \"cellularNumber\": \"0491 570 156\",\n        \"faxNumber\": \"555-0102\",\n        \"pagerNumber\": \"555-0103\"\n    },\n    \"personalDetails\": {\n        \"street\": \"Main street\",\n        \"city\": \"Curitania\",\n        \"state\": \"Suritania\",\n        \"zip\": \"90210\",\n        \"country\": \"Ruritania\",\n        \"title\": \"Mr. John\",\n        \"organization\": \"Acme\",\n        \"department\": \"newco\",\n        \"profession\": \"Doing Job\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Doe\",\n        \"lastName\": \"Roe\"\n    },\n    \"id\": 24,\n    \"username\": \"JohnDR\",\n    \"source\": \"CyberArk\",\n    \"userType\": \"EPVUser\",\n    \"componentUser\": false,\n    \"vaultAuthorization\": [\n        \"AuditUsers\"\n    ],\n    \"location\": \"\\\\\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method updates an existing Vault user."},"response":[],"_postman_id":"238594f4-2e39-45cc-b999-7d79a99a31d0"},{"name":"Delete User","id":"f25b76b1-275b-402b-937a-5e2227a98cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method deletes a specific user in the Vault."},"response":[],"_postman_id":"f25b76b1-275b-402b-937a-5e2227a98cee"}],"id":"120448F1-EB0E-4B0A-94F1-110E9B713BD0","description":"This section includes REST APIs for managing users.","_postman_id":"120448F1-EB0E-4B0A-94F1-110E9B713BD0"},{"name":"Groups","item":[{"name":"Get Group Details","id":"98658061-7486-4540-b850-041bacac7aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups/:pasGroupID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups",":pasGroupID"],"query":[{"key":"includeMembers","value":"false","description":"Whether or not to return members for each user group as part of the response. If not sent, the value will be False.","disabled":true}],"variable":[{"key":"pasGroupID","value":"{{pasGroupID}}"}]}},"response":[],"_postman_id":"98658061-7486-4540-b850-041bacac7aeb"},{"name":"Get Groups","id":"84852788-b422-4a79-9d80-85a960602b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups"],"query":[{"key":"filter","value":"groupType eq <Directory|Vault>","description":"Filters according to the REST standard.","disabled":true},{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the REST standard (searching with \"contains\"). Search matches when all search terms appear in the group name. ","disabled":true},{"key":"sort","value":"groupname asc","description":"Property or properties by which to sort returned users, followed by asc (default) or desc to control sort direction. Separate multiple properties with commas, up to a maximum of three properties.","disabled":true},{"key":"includeMembers","value":"false","description":"Whether or not to return members for each user group as part of the response. If not sent, the value will be False.","disabled":true}]},"description":"This method returns a list of all existing user groups.\n\nThe user performing this task:\n\n* Must have **Audit users** permissions in the Safe.\n* Can see groups either **only** on the **same** level, or **lower** in the Vault hierarchy.\n\nThis depends on the HideVaultUsersTree parameter defined in the dbparam.ini. If HideVaultUsersTree is set to **No**, all groups will be returned (not only those in the same level or lower in the Vault hierarchy). If this parameter is set to **Yes**, only auditors and managers will be allowed to get all groups.\n \t\n**Note:**\n* Filtering for this task is supported only from Vault v10.5.\n* Retrieving more than 1,000 groups may cause a slowdown in response."},"response":[{"id":"af87f17f-7638-44f8-999f-d09e41e01f4d","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","key":"Authorization","value":"{{CyberArkLogonResult}}"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{BaseURL}}/PasswordVault/api/UserGroups?filter=groupType eq Vault&search=Vault Admins","host":["{{BaseURL}}"],"path":["PasswordVault","api","UserGroups"],"query":[{"key":"filter","value":"groupType eq Vault","description":"Filters according to the REST standard.","type":"text"},{"key":"search","value":"Vault Admins","description":"Searches according to the REST standard (searching with \"contains\"). Search matches when all search terms appear in the group name. ","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"135"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=2AD5419BC06CA94A; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000021586071FBD38D585B988B72BE84311737F2BD564DB93AA99FE7E760351C3272300000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 19:58:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": 11,\n            \"groupType\": \"Vault\",\n            \"groupName\": \"Vault Admins\",\n            \"description\": \"Vault Admins group\",\n            \"location\": \"\\\\System\"\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"84852788-b422-4a79-9d80-85a960602b3a"},{"name":"Add Member to Group","id":"b0a373b9-08f6-4e2e-bffd-0d62651b09e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"memberId\": \"string\",\n    \"memberType\": \"<domain|vault>\",\n    \"domainName\": \"{{ldapID}}\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups/:pasGroupID/members","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups",":pasGroupID","members"],"variable":[{"key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"This method adds a user as a member to an existing Vault group. This is relevant for regular Vault users, LDAP mapped groups or LDAP users.\n\nThe user who runs this web service requires the **Add/Update users** permissions in the Vault."},"response":[],"_postman_id":"b0a373b9-08f6-4e2e-bffd-0d62651b09e3"},{"name":"Create Group","id":"7a3ee599-79bc-445d-b3c1-1d6c070842ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"{{pasFolder}}\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/usergroups","description":"This method adds a new Vault group.\n\nTo run this Web service, you must have the following permissions:\n\n* Add Users\n* Update Users"},"response":[{"id":"8f28d7b2-42f6-4808-8974-0a35b27e3626","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"\\\\\"\n}"},"url":"{{BaseURL}}/PasswordVault/api/UserGroups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"151"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=2AD5419BC06CA94A; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000021586071FBD38D585B988B72BE84311737F2BD564DB93AA99FE7E760351C3272300000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 19:59:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 247,\n    \"groupType\": \"Vault\",\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"\\\\\"\n}"}],"_postman_id":"7a3ee599-79bc-445d-b3c1-1d6c070842ae"},{"name":"Update Group","id":"32ec6480-6718-47e0-bebf-aaa2850110f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"UnixAdmins\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups/:pasGroupID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups",":pasGroupID"],"variable":[{"key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"This method updates a Vault group. The user who runs this web service requires the following permissions:\n\n* Add\\Update users"},"response":[],"_postman_id":"32ec6480-6718-47e0-bebf-aaa2850110f7"},{"name":"Delete Group","id":"854fb8ff-f9cc-4f5d-b28b-5106dcb80542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups/:pasGroupID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups",":pasGroupID"],"variable":[{"key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"his method deletes a user group.\n\nIn order to delete a user group, the following authorizations are required:\n\n* Add/Update Users\n"},"response":[],"_postman_id":"854fb8ff-f9cc-4f5d-b28b-5106dcb80542"},{"name":"Remove User from Group","id":"a15de193-4c47-4794-9027-0b3c10a0cf16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/usergroups/:pasGroupID/members/:pasUserID","host":["{{pasBaseURL}}"],"path":["passwordvault","api","usergroups",":pasGroupID","members",":pasUserID"],"variable":[{"key":"pasGroupID","value":"{{pasGroupID}}"},{"key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method removes a specific user from a user group in the Vault."},"response":[],"_postman_id":"a15de193-4c47-4794-9027-0b3c10a0cf16"}],"id":"E3B0F6AD-27D5-4BA3-9BFB-99EF4A29308F","description":"This section includes REST APIs for managing groups.","_postman_id":"E3B0F6AD-27D5-4BA3-9BFB-99EF4A29308F"},{"name":"Public SSH Authentication","item":[{"name":"Get Public SSH Key","id":"644438c6-f5bb-4059-aaf0-360279dac4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Users/:pasUserName/AuthenticationMethods/SSHKeyAuthentication/AuthorizedKeys","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Users",":pasUserName","AuthenticationMethods","SSHKeyAuthentication","AuthorizedKeys"],"variable":[{"key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method retrieves all public SSH keys that are authorized for a specific user.\n\nThe user who runs this web service requires the following permission in the Vault:\n\n* Reset Users' Passwords\n\nIn addition, the user who runs this web service must be in the same Vault Location or higher as the user whose public SSH keys are retrieved.\n\n**Note:** A user cannot manage their own public SSH keys."},"response":[{"id":"6fe59a3b-e208-4e5a-a69a-e3c4d0af634d","name":"200 OK","originalRequest":{"method":"GET","header":[{"type":"text","value":"application/json","key":"Content-Type","disabled":true},{"value":"{{CyberArkLogonResult}}","type":"text","key":"Authorization","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"enabled":false,"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"enabled":false,"key":"Pragma","value":"no-cache"},{"value":"application/json; charset=utf-8","key":"Content-Type","enabled":false},{"key":"Expires","value":"-1","enabled":false},{"enabled":false,"value":"Microsoft-IIS/10.0","key":"Server"},{"key":"Set-Cookie","value":"CA22222=4ABDF2ACF3631783; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=000000023499379417FDD458BE724511B64B9FC15D401D17FC20D9B076FCFDD4A209896D00000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure","enabled":false},{"value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"enabled":false,"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff","enabled":false},{"key":"X-FRAME-Options","value":"SAMEORIGIN","enabled":false},{"value":"Warning","enabled":false,"key":"Access-Control-Expose-Headers"},{"value":"max-age=31536000; includeSubDomains","key":"Strict-Transport-Security","enabled":false},{"value":"Wed, 21 Nov 2018 03:03:15 GMT","enabled":false,"key":"Date"},{"key":"Content-Length","value":"833","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"GetUserAuthorizedKeysResult\": [\n        {\n            \"KeyID\": \"9EE257E234F73FE335DF8049E72DC0F3\",\n            \"PublicSSHKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVhosq/CGJ06Lgj6flNVn9YbKUtilGPqvErArXC8mTNajx9r5rYtNBu5pkz4wuHuaHwR8nQivY2iTS+UO+FdoM/k+9o+VeJ3VtFPQq6/5mIIXCGs3L6IAkDOYvP45T/aEvnh/EG4C8xpZEEku1COfXWO6m3OdWtqoGMwDu8OymppcpXC7acZ/xgcue3aKJAvIQM29y3EGdFc6jFgelJLPCytA9rKY+OZMvLp0MqVL8Ukh2e/5zo+oqmVm9hXsjNiNOUmwdPm9TUxNcdzIETAZJwF65sgBD2ka8YmBKF80Xnb3ZMhDioqABQO9uuEoA3UhQ2M61jyrQ7HY4mXJaKo/If4Mo1q4tcE/0EHiB0uRFgZOSSq8mO22C7Lw8xz+9gTpFQFi7n4HNu5HrTyTsSX0FHv7xi4Z3wbqkrmPlmmXgV5VnyOA+ApqWHzoZqlwxUiUbYrnKHjWaivNqjXSyFHgV/cBYk/yH+f2wJaOlM1Dh8mvGpy6mojWAUHBC8xcENzJ7DIs2AgB43Ri+s6wqYRmNjwe9zBW1yi0IEq51KqVT2f+DYLNQ6FJl9jHBDl7npvZPKnK9uKKZmfZ+6GLgMCX8FRL+WOA9Ft51VcvIOlZeN59AW70AwXe7lh/ZdTRiyveYKmrSdWrFr3XYHaX7CANmIgoH1ZFG4RjG/cQ+e2jYMQ==\"\n        }\n    ]\n}"}],"_postman_id":"644438c6-f5bb-4059-aaf0-360279dac4bd"},{"name":"Add a Public SSH Key","id":"4c8f3937-63b1-4588-9c5e-4608f60d9a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"PublicSSHKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVhosq/CGJ06Lgj6flNVn9YbKUtilGPqvErArXC8mTNajx9r5rYtNBu5pkz4wuHuaHwR8nQivY2iTS+UO+FdoM/k+9o+VeJ3VtFPQq6/5mIIXCGs3L6IAkDOYvP45T/aEvnh/EG4C8xpZEEku1COfXWO6m3OdWtqoGMwDu8OymppcpXC7acZ/xgcue3aKJAvIQM29y3EGdFc6jFgelJLPCytA9rKY+OZMvLp0MqVL8Ukh2e/5zo+oqmVm9hXsjNiNOUmwdPm9TUxNcdzIETAZJwF65sgBD2ka8YmBKF80Xnb3ZMhDioqABQO9uuEoA3UhQ2M61jyrQ7HY4mXJaKo/If4Mo1q4tcE/0EHiB0uRFgZOSSq8mO22C7Lw8xz+9gTpFQFi7n4HNu5HrTyTsSX0FHv7xi4Z3wbqkrmPlmmXgV5VnyOA+ApqWHzoZqlwxUiUbYrnKHjWaivNqjXSyFHgV/cBYk/yH+f2wJaOlM1Dh8mvGpy6mojWAUHBC8xcENzJ7DIs2AgB43Ri+s6wqYRmNjwe9zBW1yi0IEq51KqVT2f+DYLNQ6FJl9jHBDl7npvZPKnK9uKKZmfZ+6GLgMCX8FRL+WOA9Ft51VcvIOlZeN59AW70AwXe7lh/ZdTRiyveYKmrSdWrFr3XYHaX7CANmIgoH1ZFG4RjG/cQ+e2jYMQ==\"\n}"},"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Users/:pasUserName/AuthenticationMethods/SSHKeyAuthentication/AuthorizedKeys","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Users",":pasUserName","AuthenticationMethods","SSHKeyAuthentication","AuthorizedKeys"],"variable":[{"key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method adds an authorized public SSH key for a specific user in the Vault, allowing them to authenticate to the Vault through PSM for SSH using a corresponding private SSH key.\n\nThe user who runs this web service requires **Reset Users' Passwords** permissions in the Vault.\n\nIn addition, the user who runs this web service must be in the same Vault location as or higher than the user whose public SSH keys are added.\n\n**Note:** A user cannot manage their own public SSH keys."},"response":[{"id":"69d5fe17-9e05-4059-9551-b211995f08ae","name":"201 The public SSH key was added successfully","originalRequest":{"method":"POST","header":[{"type":"text","key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","type":"text","value":"{{CyberArkLogonResult}}","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"PublicSSHKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVhosq/CGJ06Lgj6flNVn9YbKUtilGPqvErArXC8mTNajx9r5rYtNBu5pkz4wuHuaHwR8nQivY2iTS+UO+FdoM/k+9o+VeJ3VtFPQq6/5mIIXCGs3L6IAkDOYvP45T/aEvnh/EG4C8xpZEEku1COfXWO6m3OdWtqoGMwDu8OymppcpXC7acZ/xgcue3aKJAvIQM29y3EGdFc6jFgelJLPCytA9rKY+OZMvLp0MqVL8Ukh2e/5zo+oqmVm9hXsjNiNOUmwdPm9TUxNcdzIETAZJwF65sgBD2ka8YmBKF80Xnb3ZMhDioqABQO9uuEoA3UhQ2M61jyrQ7HY4mXJaKo/If4Mo1q4tcE/0EHiB0uRFgZOSSq8mO22C7Lw8xz+9gTpFQFi7n4HNu5HrTyTsSX0FHv7xi4Z3wbqkrmPlmmXgV5VnyOA+ApqWHzoZqlwxUiUbYrnKHjWaivNqjXSyFHgV/cBYk/yH+f2wJaOlM1Dh8mvGpy6mojWAUHBC8xcENzJ7DIs2AgB43Ri+s6wqYRmNjwe9zBW1yi0IEq51KqVT2f+DYLNQ6FJl9jHBDl7npvZPKnK9uKKZmfZ+6GLgMCX8FRL+WOA9Ft51VcvIOlZeN59AW70AwXe7lh/ZdTRiyveYKmrSdWrFr3XYHaX7CANmIgoH1ZFG4RjG/cQ+e2jYMQ==\"\n}"},"url":""},"status":"The public SSH key was added successfully","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","enabled":false,"value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache","enabled":false},{"enabled":false,"key":"Content-Type","value":"application/json; charset=utf-8"},{"value":"-1","enabled":false,"key":"Expires"},{"value":"Microsoft-IIS/10.0","key":"Server","enabled":false},{"key":"Set-Cookie","value":"CA22222=4ABDF2ACF3631783; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA11111=000000023499379417FDD458BE724511B64B9FC15D401D17FC20D9B076FCFDD4A209896D00000000; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"IE=EmulateIE8","enabled":false,"key":"X-UA-Compatible"},{"enabled":false,"key":"X-XSS-Protection","value":"1; mode=block"},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"value":"SAMEORIGIN","enabled":false,"key":"X-FRAME-Options"},{"enabled":false,"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","enabled":false},{"value":"Wed, 21 Nov 2018 03:01:57 GMT","key":"Date","enabled":false},{"value":"830","enabled":false,"key":"Content-Length"}],"cookie":[],"responseTime":"0","body":"{\n    \"AddUserAuthorizedKeyResult\": {\n        \"KeyID\": \"9EE257E234F73FE335DF8049E72DC0F3\",\n        \"PublicSSHKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVhosq/CGJ06Lgj6flNVn9YbKUtilGPqvErArXC8mTNajx9r5rYtNBu5pkz4wuHuaHwR8nQivY2iTS+UO+FdoM/k+9o+VeJ3VtFPQq6/5mIIXCGs3L6IAkDOYvP45T/aEvnh/EG4C8xpZEEku1COfXWO6m3OdWtqoGMwDu8OymppcpXC7acZ/xgcue3aKJAvIQM29y3EGdFc6jFgelJLPCytA9rKY+OZMvLp0MqVL8Ukh2e/5zo+oqmVm9hXsjNiNOUmwdPm9TUxNcdzIETAZJwF65sgBD2ka8YmBKF80Xnb3ZMhDioqABQO9uuEoA3UhQ2M61jyrQ7HY4mXJaKo/If4Mo1q4tcE/0EHiB0uRFgZOSSq8mO22C7Lw8xz+9gTpFQFi7n4HNu5HrTyTsSX0FHv7xi4Z3wbqkrmPlmmXgV5VnyOA+ApqWHzoZqlwxUiUbYrnKHjWaivNqjXSyFHgV/cBYk/yH+f2wJaOlM1Dh8mvGpy6mojWAUHBC8xcENzJ7DIs2AgB43Ri+s6wqYRmNjwe9zBW1yi0IEq51KqVT2f+DYLNQ6FJl9jHBDl7npvZPKnK9uKKZmfZ+6GLgMCX8FRL+WOA9Ft51VcvIOlZeN59AW70AwXe7lh/ZdTRiyveYKmrSdWrFr3XYHaX7CANmIgoH1ZFG4RjG/cQ+e2jYMQ==\"\n    }\n}"}],"_postman_id":"4c8f3937-63b1-4588-9c5e-4608f60d9a2d"},{"name":"Delete Public SSH Key","id":"8a16ea4d-7568-4dd7-b492-9062621b0811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/PasswordVault/WebServices/PIMServices.svc/Users/:pasUserName/AuthenticationMethods/SSHKeyAuthentication/AuthorizedKeys/:pasKeyID","host":["{{pasBaseURL}}"],"path":["PasswordVault","WebServices","PIMServices.svc","Users",":pasUserName","AuthenticationMethods","SSHKeyAuthentication","AuthorizedKeys",":pasKeyID"],"variable":[{"key":"pasUserName","value":"{{pasUserName}}"},{"key":"pasKeyID","value":"{{pasKeyID}}"}]},"description":"This method deletes an authorized public SSH key for a specific user in the Vault, preventing them from authenticating to the Vault via PSM for SSH using a corresponding private SSH key.\n\nThe user who runs this web service requires **Reset Users' Passwords** permission in the Vault.\n\nIn addition, the user who runs this web service must be in the same Vault location as or higher than the user whose public SSH keys are deleted.\n\n**Note:** A user cannot manage their own public SSH keys."},"response":[{"id":"be1e4e6c-4985-4e4a-9872-ef4866405db4","name":"200 The public SSH key was deleted successfully","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true},{"key":"Authorization","type":"text","value":"{{CyberArkLogonResult}}","disabled":true}],"url":""},"status":"The public SSH key was deleted successfully","code":200,"_postman_previewlanguage":"plain","header":[{"value":"no-cache, no-store, must-revalidate","enabled":false,"key":"Cache-Control"},{"value":"no-cache","key":"Pragma","enabled":false},{"enabled":false,"value":"-1","key":"Expires"},{"value":"Microsoft-IIS/10.0","enabled":false,"key":"Server"},{"enabled":false,"value":"CA22222=4ABDF2ACF3631783; path=/PasswordVault/; secure; HttpOnly","key":"Set-Cookie"},{"key":"Set-Cookie","value":"CA11111=000000023499379417FDD458BE724511B64B9FC15D401D17FC20D9B076FCFDD4A209896D00000000; path=/PasswordVault/; secure; HttpOnly","enabled":false},{"value":"CA55555=cyberark; path=/PasswordVault/; secure","key":"Set-Cookie","enabled":false},{"enabled":false,"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly","enabled":false,"key":"Set-Cookie"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8","enabled":false},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"value":"nosniff","enabled":false,"key":"X-Content-Type-Options"},{"value":"SAMEORIGIN","enabled":false,"key":"X-FRAME-Options"},{"value":"Warning","key":"Access-Control-Expose-Headers","enabled":false},{"value":"max-age=31536000; includeSubDomains","enabled":false,"key":"Strict-Transport-Security"},{"key":"Date","enabled":false,"value":"Wed, 21 Nov 2018 03:05:36 GMT"},{"key":"Content-Length","value":"0","enabled":false}],"cookie":[],"responseTime":"0","body":null}],"_postman_id":"8a16ea4d-7568-4dd7-b492-9062621b0811"}],"id":"022A3CD7-08A3-4680-B334-E72A4AAF9A06","description":"This section includes methods that enable you to manage user authorized public SSH keys and allow them to authenticate to PSM for SSH with SSH keys.","_postman_id":"022A3CD7-08A3-4680-B334-E72A4AAF9A06"},{"name":"Private SSH Authentication","item":[{"name":"Generate an MFA Caching SSH Key","id":"3f348cd3-2140-4b33-9d04-feb348fac522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formats\": \"ppk, pem, openssh\",\n    \"keyPassword\": \"Cyberark1\"\n}"},"url":"{{pasBaseURL}}/passwordvault/api/users/secret/sshkeys/cache","description":"This method generates an MFA caching SSH key for you to be used connecting to targets via PSM for SSH."},"response":[],"_postman_id":"3f348cd3-2140-4b33-9d04-feb348fac522"},{"name":"Generate an MFA Caching SSH Key for Another User","id":"3c80723d-0c58-4267-b1a1-5d76712d17d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formats\": \"ppk, pem, openssh\",\n    \"keyPassword\": \"Cyberark1\"\n}"},"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserName/secrets/sshkeys/cache","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserName","secrets","sshkeys","cache"],"variable":[{"key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method can be triggered by a strong user to generate an MFA caching SSH key for a specific user to be used connecting to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords\n\nIn addition, the user who runs this web service must be in the same Vault Location or higher as the user whose public SSH keys are retrieved."},"response":[],"_postman_id":"3c80723d-0c58-4267-b1a1-5d76712d17d3"},{"name":"Delete All MFA Caching SSH Keys","id":"ffc51d56-d4f8-477b-8fec-5c1858f72349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/users/secrets/sshkeys/clearcache","description":"This method can be triggered by a strong user to delete all MFA caching SSH keys used to connect to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords"},"response":[],"_postman_id":"ffc51d56-d4f8-477b-8fec-5c1858f72349"},{"name":"Delete an MFA Caching SSH key","id":"de743d34-169d-4a45-9c33-d936541e78b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{pasBaseURL}}/passwordvault/api/users/secrets/sshkeys/cache"},"response":[],"_postman_id":"de743d34-169d-4a45-9c33-d936541e78b0"},{"name":"Delete an MFA Caching SSH Key for Another User","id":"57766455-6365-4bb8-b82f-957b722ec138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{pasBaseURL}}/passwordvault/api/users/:pasUserName/secrets/sshkeys/cache","host":["{{pasBaseURL}}"],"path":["passwordvault","api","users",":pasUserName","secrets","sshkeys","cache"],"variable":[{"key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method can be triggered by a strong user to delete an MFA caching SSH key for a specific user for connecting to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords\n\nIn addition, the user who runs this web service must be in the same Vault Location or higher as the user whose public SSH keys are retrieved."},"response":[],"_postman_id":"57766455-6365-4bb8-b82f-957b722ec138"}],"id":"e54388ca-b8e7-4ab5-ba32-983a54b773ea","description":"This section includes methods that enable you to manage a user's private SSH key generated in PVWA and enable the user to authenticate to PSM for SSH with SSH keys.","_postman_id":"e54388ca-b8e7-4ab5-ba32-983a54b773ea"}],"id":"1c9bc08c-70bd-433a-9658-9ad92624f96c","description":"This section includes REST APIs for managing users and groups.","_postman_id":"1c9bc08c-70bd-433a-9658-9ad92624f96c"}],"id":"3ac0083f-0128-4c8c-9d62-217446b815c0","description":"# Introduction\n\nCyberArk's Privileged Access Manager - Self-Hosted is a full life-cycle solution for managing the most privileged accounts and SSH Keys in the enterprise. It enables organizations to secure, provision, manage, control and monitor all activities associated with all types of privileged identities, such as:\n\n- Administrator on a Windows server\n    \n- Root on a UNIX server\n    \n- Cisco Enable on a Cisco device\n    \n- Embedded passwords found in applications and scripts","auth":{"type":"apikey","apikey":{"value":"{{pasSessionToken}}","key":"Authorization"}},"_postman_id":"3ac0083f-0128-4c8c-9d62-217446b815c0"},{"name":"Conjur Enterprise","item":[{"name":"Authentication","item":[{"name":"Rotate","item":[{"name":"Rotate Your Own API Key","id":"3c1a9c55-da91-4e2c-b5f1-cc25c915d516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurAPIKey}}","username":"{{conjurUsername}}","showPassword":false}},"method":"PUT","header":[],"url":{"raw":"{{conjurHostname}}/api/authn/:conjurAccount/api_key","host":["{{conjurHostname}}"],"path":["api","authn",":conjurAccount","api_key"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"}]},"description":"Any role can rotate its own API key. The name and password or current API key of the role must be provided via HTTP Basic Authorization.\n\nNote that the body of the request must be the empty string."},"response":[],"_postman_id":"3c1a9c55-da91-4e2c-b5f1-cc25c915d516"},{"name":"Rotate A Host API Key","id":"79848662-d23a-4c47-b887-92d0c6ec8c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurAPIKey}}","username":"{{conjurUsername}}","showPassword":false}},"method":"PUT","header":[],"url":{"raw":"{{conjurHostname}}/api/authn/:conjurAccount/api_key?role=host:hostID","host":["{{conjurHostname}}"],"path":["api","authn",":conjurAccount","api_key"],"query":[{"key":"role","value":"host:hostID","description":"hostID would be the identity without the prefix host/"}],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"}]},"description":"Rotates the API key of a host you can update.\n\nNote that the body of the request must be the empty string."},"response":[],"_postman_id":"79848662-d23a-4c47-b887-92d0c6ec8c0f"}],"id":"A401ECEE-D18B-4F56-BA7A-B5724ADAA299","_postman_id":"A401ECEE-D18B-4F56-BA7A-B5724ADAA299"},{"name":"Login","event":[{"disabled":false,"script":{"id":"1f5d5193-1fe9-44c6-b5e7-698d7b2213f3","exec":["var str=responseBody","postman.setEnvironmentVariable(\"conjurAPIKey\", str);"],"type":"text/javascript"},"listen":"test"}],"id":"669b4aeb-9397-46a1-a1aa-38d7946275e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurPassword}}","username":"{{conjurUsername}}","showPassword":false}},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{conjurHostname}}/api/authn/:conjurAccount/login","host":["{{conjurHostname}}"],"path":["api","authn",":conjurAccount","login"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"}]},"description":"Gets the API key of a user given the username and password via HTTP Basic Authentication.\n\nPasswords are stored in the Conjur database using bcrypt with a work factor of 12. Therefore, login is a fairly expensive operation. However, once the API key is obtained, it may be used to inexpensively obtain access tokens by calling the Authenticate method. An access token is required to use most other parts of the Conjur API.\n\nYour HTTP/REST client probably provides HTTP basic authentication support. For example, curl and all of the Conjur client libraries provide this.\n\nNote that machine roles (Hosts) do not have passwords and do not need to login."},"response":[{"id":"2e1f2b59-6461-44ed-919b-58bd388e3e0f","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"enabled":false,"key":"Server","value":"nginx"},{"enabled":false,"key":"Date","value":"Tue, 18 Feb 2020 01:43:53 GMT"},{"enabled":false,"value":"text/html; charset=utf-8","key":"Content-Type"},{"value":"chunked","key":"Transfer-Encoding","enabled":false},{"value":"keep-alive","enabled":false,"key":"Connection"},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":false},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"key":"ETag","enabled":false,"value":"W/\"8f35b6e793c18b15795ed7cdc1b71529\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":false},{"enabled":false,"key":"X-Request-Id","value":"a2eba1d5-0182-400f-91ed-35af70261f15"},{"enabled":false,"value":"0.550903","key":"X-Runtime"}],"cookie":[],"responseTime":"0","body":"3nqbsaa36jpw802fgzznk2d976t11wfzha12awdrfjrmp1qb28jcfz1"}],"_postman_id":"669b4aeb-9397-46a1-a1aa-38d7946275e9"},{"name":"Login with authn-ldap","event":[{"disabled":false,"script":{"id":"1f5d5193-1fe9-44c6-b5e7-698d7b2213f3","exec":["var str=responseBody","postman.setEnvironmentVariable(\"conjurAPIKey\", str);"],"type":"text/javascript"},"listen":"test"}],"id":"25ebe6d5-8def-4a58-b003-e2e0482863d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurPassword}}","username":"{{conjurUsername}}","showPassword":false}},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{conjurHostname}}/api/authn-ldap/:serviceID/:conjurAccount/login","host":["{{conjurHostname}}"],"path":["api","authn-ldap",":serviceID",":conjurAccount","login"],"variable":[{"key":"serviceID","value":"domain.com","description":"The Service ID to utilize with authn-ldap web service"},{"key":"conjurAccount","value":"{{conjurAccount}}"}]},"description":"Gets the API key of a user given the username and password via HTTP Basic Authentication.\n\nPasswords are stored in the Conjur database using bcrypt with a work factor of 12. Therefore, login is a fairly expensive operation. However, once the API key is obtained, it may be used to inexpensively obtain access tokens by calling the Authenticate method. An access token is required to use most other parts of the Conjur API.\n\nYour HTTP/REST client probably provides HTTP basic authentication support. For example, curl and all of the Conjur client libraries provide this.\n\nNote that machine roles (Hosts) do not have passwords and do not need to login."},"response":[{"id":"4e5f6858-32cb-494a-8cdb-a3c87ee260af","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"enabled":false,"key":"Server","value":"nginx"},{"enabled":false,"key":"Date","value":"Tue, 18 Feb 2020 01:43:53 GMT"},{"enabled":false,"value":"text/html; charset=utf-8","key":"Content-Type"},{"value":"chunked","key":"Transfer-Encoding","enabled":false},{"value":"keep-alive","enabled":false,"key":"Connection"},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":false},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":false},{"value":"nosniff","key":"X-Content-Type-Options","enabled":false},{"key":"ETag","enabled":false,"value":"W/\"8f35b6e793c18b15795ed7cdc1b71529\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":false},{"enabled":false,"key":"X-Request-Id","value":"a2eba1d5-0182-400f-91ed-35af70261f15"},{"enabled":false,"value":"0.550903","key":"X-Runtime"}],"cookie":[],"responseTime":"0","body":"3nqbsaa36jpw802fgzznk2d976t11wfzha12awdrfjrmp1qb28jcfz1"}],"_postman_id":"25ebe6d5-8def-4a58-b003-e2e0482863d9"},{"name":"Whoami","id":"2349ab33-0165-4487-9f4c-2990141f1317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conjurHostname}}/api/whoami","description":"WhoAmI provides information about the client making an API request.\n\nIt can be used to help troubleshoot configuration by verifying authentication and the client IP address for audit and network access restrictions. For more information, see [Host Attributes](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-DAP/Latest/en/Content/Operations/Policy/statement-ref-host.htm#Attribut)."},"response":[],"_postman_id":"2349ab33-0165-4487-9f4c-2990141f1317"},{"name":"Authenticate","event":[{"script":{"id":"25e3373d-6cd9-4a07-9cc1-60dbef05b6bd","exec":[""],"type":"text/javascript"},"listen":"prerequest","disabled":false},{"script":{"id":"e08cbf13-604e-47f7-b8b9-d534b49b4160","exec":["pm.test(\"Response is OK\", function () {","    pm.response.to.not.be.error;","});","","pm.environment.set(\"conjurSessionToken\", pm.response.text());"],"type":"text/javascript"},"disabled":false,"listen":"test"}],"id":"8246de5a-0e68-44b0-b5c7-312b058b7a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Accept-Encoding","value":"base64","description":"Returns token base64-encoded"}],"body":{"mode":"raw","raw":"{{conjurAPIKey}}"},"url":{"raw":"{{conjurHostname}}/api/authn/:conjurAccount/:conjurUsername/authenticate","host":["{{conjurHostname}}"],"path":["api","authn",":conjurAccount",":conjurUsername","authenticate"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurUsername","value":"{{conjurUsername}}"}]},"description":"Gets a short-lived access token, which can be used to authenticate requests to (most of) the rest of the Conjur API. A client can obtain an access token by presenting a valid login name and API key.\n\nThe login must be URL encoded. For example, `alice@devops` must be encoded as `alice%40devops`.\n\nFor host authentication, the login is the host ID with the prefix `host/`. For example, the host webserver would login as `host/webserver`, and would be encoded as `host%2Fwebserver`.\n\nFor API usage, the access token is ordinarily passed as an HTTP Authorization “Token” header.\n\n**Note: Base64-encode the JSON Web Token (JWT) returned in the response for use as the {{dapToken}}.**"},"response":[],"_postman_id":"8246de5a-0e68-44b0-b5c7-312b058b7a89"},{"name":"Change Your Password","id":"03c2db4c-6166-4a7c-8d55-e8e26e726317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurAPIKey}}","username":"{{conjurUsername}}"}},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{{conjurNewPassword}}"},"url":{"raw":"{{conjurHostname}}/api/authn/:conjurAccount/password","host":["{{conjurHostname}}"],"path":["api","authn",":conjurAccount","password"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"}]},"description":"Changes a user’s password. You must provide the login name and current password or API key of the user whose password is to be updated in an HTTP Basic Authentication header. Also replaces the user’s API key with a new securely generated random value. You can fetch the new API key by using Login.\n\nYour HTTP/REST client probably provides HTTP basic authentication support. For example, curl and all of the Conjur client libraries provide this.\n\nNote that machine roles (Hosts) do not have passwords. They authenticate using their API keys, while passwords are only used by human users."},"response":[],"_postman_id":"03c2db4c-6166-4a7c-8d55-e8e26e726317"}],"id":"169B7D99-8579-4ADF-9188-D7541CDEB482","_postman_id":"169B7D99-8579-4ADF-9188-D7541CDEB482"},{"name":"Group Members","item":[{"name":"Get Group Members","id":"560323e5-d339-46d6-a887-e26681906286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{conjurHostname}}/api/roles/:conjurAccount/group/:conjurGroupID","host":["{{conjurHostname}}"],"path":["api","roles",":conjurAccount","group",":conjurGroupID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurGroupID","value":"path/to/group"}]}},"response":[],"_postman_id":"560323e5-d339-46d6-a887-e26681906286"},{"name":"Add Group Member","id":"f8cdfd03-e870-48d6-8389-076feb69f4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":{"raw":"{{conjurHostname}}/api/roles/:conjurAccount/group/:conjurGroupID?members=%5B%5D&member={{conjurAccount}}:host:{{conjurHostID}}","host":["{{conjurHostname}}"],"path":["api","roles",":conjurAccount","group",":conjurGroupID"],"query":[{"key":"members","value":"%5B%5D","description":"Do not edit.  Required."},{"key":"member","value":"{{conjurAccount}}:host:{{conjurHostID}}","description":"The resource to add as a member of the group."}],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurGroupID","value":"path/to/group"}]}},"response":[],"_postman_id":"f8cdfd03-e870-48d6-8389-076feb69f4a8"},{"name":"Delete Group Member","id":"b3a803fa-25dc-46b7-ae64-573490fa58f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"{{conjurHostname}}/api/roles/:conjurAccount/group/:conjurGroupID?members=%5B%5D&member={{conjurAccount}}:host:{{conjurHostID}}","host":["{{conjurHostname}}"],"path":["api","roles",":conjurAccount","group",":conjurGroupID"],"query":[{"key":"members","value":"%5B%5D","description":"Do not edit.  Required."},{"key":"member","value":"{{conjurAccount}}:host:{{conjurHostID}}","description":"The resource to remove as a member of the group."}],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurGroupID","value":"path/to/group"}]}},"response":[],"_postman_id":"b3a803fa-25dc-46b7-ae64-573490fa58f7"}],"id":"bcb2b3a7-cdde-41d3-b097-a9db2be33084","_postman_id":"bcb2b3a7-cdde-41d3-b097-a9db2be33084"},{"name":"Policy","item":[{"name":"Append to a Policy","id":"f1ec7bde-8626-4c0f-be00-c180c468c893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !user george"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root/path/to/policy"}]},"description":"Adds data to the existing Conjur policy. Deletions are not allowed. Any policy objects that exist on the server but are omitted from the policy file will not be deleted and any explicit deletions in the policy file will result in an error."},"response":[],"_postman_id":"f1ec7bde-8626-4c0f-be00-c180c468c893"},{"name":"AWS authn-iam Policy Append to Root Policy","event":[{"listen":"prerequest","script":{"id":"5c61596f-f2c3-44b4-b24a-549e5fe17a76","exec":[""],"type":"text/javascript"},"disabled":false}],"id":"82805269-9503-40d9-a4a9-37209fa9437c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !policy\n  id: authn-iam/prod\n  owner: !group /admins\n  body:\n    - !webservice\n\n    - !group clients\n\n    - !permit\n      role: !group clients\n      privileges: [ read, authenticate ]\n      resource: !webservice\n\n- !policy \n  id: myapp\n  owner: !group /admins\n  body:\n  - &variables\n    - !variable database/username\n    - !variable database/password\n\n  # Create a group that will have permission to retrieve variables\n  - !group secrets-users\n\n  # Give the `secrets-users` group permission to retrieve variables\n  - !permit\n    role: !group secrets-users\n    privilege: [ read, execute ]\n    resource: *variables\n  \n  # Create a layer to hold this application's hosts\n  - !layer\n\n  # The host ID needs to match the AWS ARN of the role we wish to authenticate.\n  - !host 978458609324/MyApp\n\n  # Add our host into our layer\n  - !grant\n    role: !layer\n    member: !host 978458609324/MyApp\n\n  # Give the host in our layer permission to retrieve variables\n  - !grant\n    member: !layer\n    role: !group secrets-users\n  \n- !grant\n  role: !group authn-iam/prod/clients\n  member: !host myapp/978458609324/MyApp"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root"}]}},"response":[],"_postman_id":"82805269-9503-40d9-a4a9-37209fa9437c"},{"name":"Kubernetes authn-k8s Policy Append to Root Policy","event":[{"script":{"id":"5c61596f-f2c3-44b4-b24a-549e5fe17a76","exec":[""],"type":"text/javascript"},"disabled":false,"listen":"prerequest"}],"id":"8cb1592f-1761-4e0c-82c9-9ea8c5046805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !policy\n  id: authn-k8s/k8s-follower\n  body:\n  - !webservice\n  \n  - !variable ca/key\n  \n  - !variable ca/cert\n\n  - !policy\n    id: apps\n    body:\n    - !layer\n\n    - &authenticated-resources-k8s\n      - !host\n        id: dap/service_account/conjur-cluster\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/jenkins\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/python\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/secretless\n        annotations:\n          kubernetes/authentication-container-name: secretless-broker\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/summon\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/curl\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          kubernetes: \"true\"\n\n      - !host\n        id: demoapps/deployment/k8ssecretdap\n        annotations:\n          kubernetes/authentication-container-name: cyberark-secrets-provider\n          kubernetes: \"true\"\n\n    - !grant\n      role: !layer\n      members: *authenticated-resources-k8s\n      \n  - !permit\n    resource: !webservice\n    privilege: [ read, authenticate ]\n    role: !layer apps\n\n\n\n- !policy\n  id: seed-generation\n  body:\n  - !webservice\n  - !layer consumers\n  - !permit\n    role: !layer consumers\n    privilege: [ \"execute\" ]\n    resource: !webservice\n\n- !grant\n  role: !layer seed-generation/consumers\n  member: !host /conjur/authn-k8s/k8s-follower/apps/dap/service_account/conjur-cluster"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root"}]}},"response":[],"_postman_id":"8cb1592f-1761-4e0c-82c9-9ea8c5046805"},{"name":"OpenShift authn-k8s Policy Append to Root Policy","event":[{"script":{"id":"5c61596f-f2c3-44b4-b24a-549e5fe17a76","exec":[""],"type":"text/javascript"},"listen":"prerequest","disabled":false}],"id":"622905ed-9a4f-4dc4-9256-f29145c0bbb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !policy\n  id: authn-k8s/okd-follower\n  body:\n  - !webservice\n  \n  - !variable ca/key\n  \n  - !variable ca/cert\n\n  - !policy\n    id: apps\n    body:\n    - !layer\n\n    - &authenticated-resources-okd\n      - !host\n        id: dap/service_account/conjur-cluster\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          openshift: \"true\"\n          \n      - !host\n        id: demoapps/deployment/jenkins\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          openshift: \"true\"\n\n      - !host\n        id: demoapps/deployment/secretless\n        annotations:\n          kubernetes/authentication-container-name: secretless-broker\n          openshift: \"true\"\n\n      - !host\n        id: demoapps/deployment/summon\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          openshift: \"true\"\n\n      - !host\n        id: demoapps/deployment/pyton\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          openshift: \"true\"\n\n      - !host\n        id: demoapps/deployment/curl\n        annotations:\n          kubernetes/authentication-container-name: authenticator\n          openshift: \"true\"\n          \n      - !host\n        id: demoapps/deployment/k8s_secret\n        annotations:\n          kubernetes/authentication-container-name: cyberark-secrets-provider\n          openshift: \"true\"\n\n    - !grant\n      role: !layer\n      members: *authenticated-resources-okd\n      \n  - !permit\n    resource: !webservice\n    privilege: [ read, authenticate ]\n    role: !layer apps\n\n- !policy\n  id: seed-generation\n  body:\n  - !webservice\n  - !layer consumers\n  - !permit\n    role: !layer consumers\n    privilege: [ \"execute\" ]\n    resource: !webservice\n\n- !grant\n  role: !layer seed-generation/consumers\n  member: !host /conjur/authn-k8s/k8s-follower/apps/dap/service_account/conjur-cluster"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root"}]}},"response":[],"_postman_id":"622905ed-9a4f-4dc4-9256-f29145c0bbb2"},{"name":"Seed Follower Service Policy Append to Root Policy","event":[{"disabled":false,"script":{"id":"5c61596f-f2c3-44b4-b24a-549e5fe17a76","exec":[""],"type":"text/javascript"},"listen":"prerequest"}],"id":"1f89ef38-3439-403c-80fb-c69eacc45ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !policy\n  id: seed-generation\n  body:\n  - !webservice\n  - !layer consumers\n  - !permit\n    role: !layer consumers\n    privilege: [ \"execute\" ]\n    resource: !webservice\n\n- !grant\n  role: !layer seed-generation/consumers\n  member: !host /conjur/authn-k8s/k8s-follower/apps/dap/service_account/conjur-cluster\n\n- !grant\n  role: !layer seed-generation/consumers\n  member: !host /conjur/authn-k8s/okd-follower/apps/dap/service_account/conjur-cluster"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root"}]}},"response":[],"_postman_id":"1f89ef38-3439-403c-80fb-c69eacc45ee0"},{"name":"Replace Policy","event":[{"listen":"prerequest","script":{"id":"5c61596f-f2c3-44b4-b24a-549e5fe17a76","exec":[""],"type":"text/javascript"},"disabled":false}],"id":"94fe5d86-3478-43d9-bead-3a13902dc2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"// BEWARE: This will completely replace the policy entirely!  Use with caution!\n//-----------------------------------------------------------------------------\n// Place your policy below\n\n---\n- !user mike\n\n- !user john\n\n- !user paul\n\n- !user eva\n\n- !group admins\n\n- !group devops\n\n- !grant\n  role: !group admins\n  members:\n   - !user mike\n   - !user eva\n\n- !grant\n  role: !group devops\n  members:\n   - !user john\n   - !user paul\n   - !group admins\n   - !user admin\n\n- !permit\n  role: !group admins\n  privileges:\n   - read\n   - update\n   - create\n  resources:\n   - !policy root\n\n- !policy\n  id: conjur\n  owner: !group /devops\n\n- !policy\n  id: secrets\n  owner: !group /devops\n  \n- !policy\n  id: ansible\n  owner: !group /devops"},"url":{"raw":"{{conjurHostname}}/api/policies/:conjurAccount/policy/:conjurPolicyID","host":["{{conjurHostname}}"],"path":["api","policies",":conjurAccount","policy",":conjurPolicyID"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurPolicyID","value":"root/path/to/policy"}]},"description":"Loads or replaces a Conjur policy document.\n\nAny policy data which already exists on the server but is **not** explicitly specified in the new policy file **will be deleted**."},"response":[],"_postman_id":"94fe5d86-3478-43d9-bead-3a13902dc2fc"}],"id":"87D14429-E4B4-4EDC-ABAC-83469A1D2E21","_postman_id":"87D14429-E4B4-4EDC-ABAC-83469A1D2E21"},{"name":"Secrets","item":[{"name":"Batch Retrieval","id":"2737cd44-5db3-4981-8b71-87b05553c912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{conjurHostname}}/api/secrets?variable_ids={{conjurAccount}}:variable:{{conjurSecretID}},{{conjurAccount}}:variable:ec2_deploy%2Faccess_key_secret","host":["{{conjurHostname}}"],"path":["api","secrets"],"query":[{"key":"variable_ids","value":"{{conjurAccount}}:variable:{{conjurSecretID}},{{conjurAccount}}:variable:ec2_deploy%2Faccess_key_secret","description":"Comma-delimited list of secret variables to return values from"}]},"description":"Fetches multiple secret values in one invocation. It’s faster to fetch secrets in batches than to fetch them one at a time."},"response":[],"_postman_id":"2737cd44-5db3-4981-8b71-87b05553c912"},{"name":"Retrieve A Secret","id":"8f772d9d-97c5-48ec-ba35-5761c4e35245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{conjurHostname}}/api/secrets/:conjurAccount/variable/:conjurSecretID","host":["{{conjurHostname}}"],"path":["api","secrets",":conjurAccount","variable",":conjurSecretID"],"query":[{"key":"version","value":"1","description":"Versions ascend from first value (1 = first value)","disabled":true}],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurSecretID","value":"{{conjurSecretID}}"}]},"description":"Fetches the value of a secret from the specified Variable. The latest version will be retrieved unless the version parameter is specified. The twenty most recent secret versions are retained.\n\nThe secret data is returned in the response body.\n\nNote: Conjur will allow you to add a secret to any resource, but the best practice is to store and retrieve secret data only using Variable resources."},"response":[],"_postman_id":"8f772d9d-97c5-48ec-ba35-5761c4e35245"},{"name":"Add A Secret","id":"1806f270-5c9c-4f37-97ab-5c56316a9f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{{conjurSecretValue}}"},"url":{"raw":"{{conjurHostname}}/api/secrets/:conjurAccount/variable/:conjurSecretID","host":["{{conjurHostname}}"],"path":["api","secrets",":conjurAccount","variable",":conjurSecretID"],"variable":[{"key":"conjurAccount","value":"{{conjurHostname}}"},{"key":"conjurSecretID","value":"{{conjurSecretID}}"}]},"description":"Creates a secret value within the specified Variable.\n\nNote: Conjur will allow you to add a secret to any resource, but the best practice is to store and retrieve secret data only using Variable resources."},"response":[],"_postman_id":"1806f270-5c9c-4f37-97ab-5c56316a9f0e"},{"name":"Add Kubernetes CA Certificate","id":"6c5d7069-390a-409f-8fd1-4ef952dd3a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"-----BEGIN CERTIFICATE-----\nMIICyDCCAbCgAwIBAgIBADANBgkqhkiG9w0BAQsFADAVMRMwEQYDVQQDEwprdWJl\ncm5ldGVzMB4XDTE5MDMxODE5NTE0NloXDTI5MDMxNTE5NTE0NlowFTETMBEGA1UE\nAxMKa3ViZXJuZXRlczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPSr\ni+aUjWdfe7I+snYG2CXEgvP8DVVbLtJn/MzWiIiuqqT14ozkrL7u+a/jLw0GLv4e\nbPXUdVy6Ob80DEuTJZ9Jb+MOPSP7Xsce9nPMwUPN17ucH+m4BLYC/60PuZkrQF95\neLQ38qoQIgnViYYnpyNLI5lY23aNLsqHK6Hk/DgzrfQTaBeIqpsvu0/QKew2Tjq2\n7gRhd8ZRRmwquO/MNyOBxkQ/B0iBq20ZwOoG/3UMw3gynJEcMwGlFcmXETxxxtnj\nlJIGNg3c0L1Lk4CRCRDoi00zE27heHdNXS0nhXSvOnNSM3Pjcr92kLg7NArBv1Oo\ncLDoAeFvt9Hmoc0nwEUCAwEAAaMjMCEwDgYDVR0PAQH/BAQDAgKkMA8GA1UdEwEB\n/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAMEsF+w2wmLGl9EQ0ohtVBMQivmo\nHWsmchSRGoIo9U3Ns+z40Lm7u0qD9mKi3hFS7s73NioRF3XWKZZ2g0BxhUfiX7oe\nKlEN+p8WL2ld4ELHzI+xd5TfYJadn4QYrY0joE65X74TCuCe9quoFtDK7sENn6+R\njkh821YJJH3qy56rwmxmXcmwdtStFoFiF93RLLpBTfKvLiTnIF3Yj5Kf9qcRBd9Z\nKMWaLCavB2OWoE31SfGGetgi5grJxoUcRxVGZX4F/nyIjNEvly/nfg1X0igfn0fz\nB8U+sRYaJN6sD/lFV68qgbXH+BaV/Y+hyrTLLtoPoCXzO16vavVsJSHhvVk=\n-----END CERTIFICATE-----"},"url":{"raw":"{{conjurHostname}}/api/secrets/:conjurAccount/variable/:conjurSecretK8sCaCert","host":["{{conjurHostname}}"],"path":["api","secrets",":conjurAccount","variable",":conjurSecretK8sCaCert"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurSecretK8sCaCert","value":"{{conjurSecretK8sCaCert}}"}]}},"response":[],"_postman_id":"6c5d7069-390a-409f-8fd1-4ef952dd3a60"},{"name":"Add Kubernetes Service Account Token","id":"14956e3f-afe5-4d08-ad0b-f3a271a372c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJkYXAiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlY3JldC5uYW1lIjoiY29uanVyLWNsdXN0ZXItdG9rZW4tYm1ubTkiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC5uYW1lIjoiY29uanVyLWNsdXN0ZXIiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC51aWQiOiI5MDhkN2ExNy1hMjdkLTExZTktYmNkYy0wMjUwMDAwMDAwMDEiLCJzdWIiOiJzeXN0ZW06c2VydmljZWFjY291bnQ6ZGFwOmNvbmp1ci1jbHVzdGVyIn0.VRCYTFoweZb2epcMvOSeTmdyEYzWF595YFAN4aWVBXP5YD__pJ1mRhRieL5H-k0fXgBKznTHXBg8qZVU5Cf1ha9nzyefnnorQQ6DDMGrw_3gZ6zoiIVKr94K9il_wZ7fjYkOgdJCnCmIk_Mnla-4THkQmIhRRIusqtXlfwk9GryHavr4ZqYREJkF8vQ3C6I8mRPSxkSyhJGGDDKEqoW7tM6Dy2D50lP6olUWgHP9o8M2niPv-1FIdn96Ulvwhdx6a87VOqfPIaQKgwDMIa3DkAl-BX2rL5NhdsctmlGR_4Ygz0rSOfwK0_Whfc3vp9ox5tUA5aPcUh465be4u1kawg","options":{"raw":{"language":"text"}}},"url":{"raw":"{{conjurHostname}}/api/secrets/:conjurAccount/variable/:conjurSecretK8sServiceAccountToken","host":["{{conjurHostname}}"],"path":["api","secrets",":conjurAccount","variable",":conjurSecretK8sServiceAccountToken"],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"},{"key":"conjurSecretK8sServiceAccountToken","value":"{{conjurSecretK8sServiceAccountToken}}"}]}},"response":[],"_postman_id":"14956e3f-afe5-4d08-ad0b-f3a271a372c2"}],"id":"6FF648AD-934C-443A-A0F6-707F34DEB6FE","_postman_id":"6FF648AD-934C-443A-A0F6-707F34DEB6FE"},{"name":"Health","id":"3e37cb58-26c5-4f0d-ae0b-0b421fb2f24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conjurHostname}}/health"},"response":[{"id":"23d995d1-0611-4f36-ae34-4496a9eaa71e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"{{conjurHostname}}/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 07 Sep 2023 12:55:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"552"},{"key":"Connection","value":"keep-alive"},{"key":"Conjur-Health","value":"OK"}],"cookie":[],"responseTime":null,"body":"{\n    \"services\": {\n        \"ldap-sync\": \"disabled\",\n        \"possum\": \"ok\",\n        \"ui\": \"ok\",\n        \"ok\": true\n    },\n    \"database\": {\n        \"ok\": true,\n        \"connect\": {\n            \"main\": \"ok\"\n        },\n        \"free_space\": {\n            \"main\": {\n                \"kbytes\": 24772948,\n                \"inodes\": 5764740\n            }\n        },\n        \"replication_status\": {\n            \"pg_current_xlog_location\": \"0/29AAF28\",\n            \"pg_current_xlog_location_bytes\": 43691816\n        }\n    },\n    \"audit\": {\n        \"ok\": true,\n        \"received\": {\n            \"processed\": 0\n        }\n    },\n    \"ok\": true,\n    \"degraded\": false,\n    \"role\": \"master\"\n}"}],"_postman_id":"3e37cb58-26c5-4f0d-ae0b-0b421fb2f24c"},{"name":"Information","id":"6b905202-9c76-4fd7-8755-5ecd3d8025e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conjurHostname}}/info"},"response":[{"id":"186f4ba8-0585-4692-8fdc-7c0d8ff6a4d7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":""},"status":"OK ","code":200,"_postman_previewlanguage":"json","header":[{"value":"nginx","key":"Server","enabled":false},{"value":"Tue, 18 Feb 2020 01:33:54 GMT","key":"Date","enabled":false},{"enabled":false,"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1250","enabled":false},{"key":"Connection","value":"keep-alive","enabled":false}],"cookie":[],"responseTime":"0","body":"{\n    \"release\": \"11.1\",\n    \"version\": \"5.6.0\",\n    \"services\": {\n        \"evoke\": {\n            \"desired\": \"i\",\n            \"status\": \"i\",\n            \"err\": null,\n            \"name\": \"conjur-evoke\",\n            \"version\": \"5.14.2.0-e5cfc56\",\n            \"arch\": \"amd64\"\n        },\n        \"ldap-sync\": {\n            \"desired\": \"i\",\n            \"status\": \"i\",\n            \"err\": null,\n            \"name\": \"conjur-ldap-sync\",\n            \"version\": \"2.1.4.0-3c52a79\",\n            \"arch\": \"amd64\"\n        },\n        \"possum\": {\n            \"desired\": \"i\",\n            \"status\": \"i\",\n            \"err\": null,\n            \"name\": \"conjur-possum\",\n            \"version\": \"1.4.2.0-982edbd\",\n            \"arch\": \"amd64\"\n        },\n        \"ui\": {\n            \"desired\": \"i\",\n            \"status\": \"i\",\n            \"err\": null,\n            \"name\": \"conjur-ui\",\n            \"version\": \"2.10.15.0-5289d616\",\n            \"arch\": \"amd64\"\n        }\n    },\n    \"role\": \"master\",\n    \"configuration\": {\n        \"conjur\": {\n            \"role\": \"master\",\n            \"account\": \"cyberarkdemo\",\n            \"hostname\": \"dap.joegarcia.dev\",\n            \"master_altnames\": [\n                \"dap.joegarcia.dev\",\n                \"localhost\",\n                \"conjur\"\n            ]\n        }\n    },\n    \"authenticators\": {\n        \"installed\": [\n            \"authn\",\n            \"authn-iam\",\n            \"authn-k8s\",\n            \"authn-ldap\",\n            \"authn-oidc\"\n        ],\n        \"configured\": [\n            \"authn\"\n        ],\n        \"enabled\": [\n            \"authn\"\n        ]\n    }\n}"}],"_postman_id":"6b905202-9c76-4fd7-8755-5ecd3d8025e9"},{"name":"List Resources","id":"f7fb52bb-9c58-43cb-8b43-03eebcbafcce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{conjurHostname}}/api/resources/:conjurAccount?kind=variable&search=password","host":["{{conjurHostname}}"],"path":["api","resources",":conjurAccount"],"query":[{"key":"kind","value":"variable","description":"Valid Values: group, host, layer, policy, variable"},{"key":"search","value":"password","description":"Search term used to narrow results"},{"key":"limit","value":"2","description":"Number of results to return (Maximum Value: 1000, Default: 1000)","disabled":true},{"key":"offset","value":"1","description":"Number of results to skip","disabled":true},{"key":"count","value":"false","description":"If true, return only the number of items in the list","disabled":true},{"key":"acting_as","value":"conjur:user:george","description":"The fully qualified identifier for the role whose resource list you want to view","disabled":true}],"variable":[{"key":"conjurAccount","value":"{{conjurAccount}}"}]}},"response":[{"id":"3484e762-e9a2-48eb-843f-bf9919d57101","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"{{dapToken}}\"","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 18 Feb 2020 01:49:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"83711a7f4234325be0940f3667f471c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c4b8fbcb-0a32-4cfa-a85d-47b0832aea71"},{"key":"X-Runtime","value":"0.008289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:root\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n                \"policy_text\": \"- !policy\\n  id: ec2_deploy\\n\",\n                \"policy_sha256\": \"074ae39f5be04db36ad2bb236c802963a4aa08d54501e941b99f8f2196bc2d62\",\n                \"finished_at\": \"2019-09-25T16:38:16.559+00:00\",\n                \"id\": \"cyberarkdemo:policy:root\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"policy\": \"cyberarkdemo:policy:root\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n                \"policy_text\": \"- !host\\n  id: ansible-tower\\n  annotations:\\n    ansible: true\\n\\n- !variable access_key_id\\n- !variable access_key_secret\\n\\n- !permit\\n  role: !host ansible-tower\\n  privileges: [ read, execute ]\\n  resources:\\n    - !variable access_key_id\\n    - !variable access_key_secret\\n\",\n                \"policy_sha256\": \"99dd5680b169825d42e170938f86723b6c5f0f06a564b4629aed56fbf6c614e7\",\n                \"finished_at\": \"2019-09-25T16:40:42.452+00:00\",\n                \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [],\n        \"annotations\": [\n            {\n                \"name\": \"ansible\",\n                \"value\": \"true\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"restricted_to\": []\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_id\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_secret\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"f7fb52bb-9c58-43cb-8b43-03eebcbafcce"}],"id":"8730a2ae-01f3-4745-ac4d-33f347bc043d","description":"# What is Conjur Secrets Manager Enterprise?\n\nConjur Secrets Manager Enterprise (Conjur Enterprise) is the Secrets Manager solution for DevOps, Cloud, and IaaS.\n\nConjur Enterprise manages application identity in your infrastructure.\n\nYou can use Conjur Enterprise to control and audit access to cloud resources. With Conjur Enterprise, your teams and your business will be able to continuously deliver new applications and new functionality using the DevOps techniques and tools you want without compromising the security or compliance of the systems.","auth":{"type":"apikey","apikey":{"value":"Token token=\"{{conjurSessionToken}}\"","key":"Authorization","in":"header"}},"_postman_id":"8730a2ae-01f3-4745-ac4d-33f347bc043d"},{"name":"Credential Providers","item":[{"name":"Central Credential Provider (CCP)","item":[{"name":"GetPassword","id":"97bada25-0588-4660-9fc3-bae9f1087596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"type":"text","value":"application/json","key":"Content-Type"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{pasBaseURL}}/AIMWebService/api/Accounts?AppID={{aamAppID}}&Safe={{pasSafe}}&Object={{pasObjectName}}","host":["{{pasBaseURL}}"],"path":["AIMWebService","api","Accounts"],"query":[{"key":"AppID","value":"{{aamAppID}}"},{"key":"Safe","value":"{{pasSafe}}"},{"key":"Object","value":"{{pasObjectName}}"},{"key":"Username","value":"{{pasUserName}}","type":"text","disabled":true},{"key":"Query","value":"Safe={{pasSafe}};VirtualUsername={{pasUserName}}","description":"Use for Dual Account retrieval. Disable Safe + Object/Username params.","type":"text","disabled":true}]},"description":"GetPassword – This service enables applications to retrieve passwords from the\r\nCentral Credential Provider.\r\n\r\n- AppID (REQUIRED)\r\n  - Specifies the unique ID of the application issuing the password request.\r\n- Safe\r\n  - Specifies the name of the Safe where the password is stored.\r\n- Folder\r\n  - Specifies the name of the folder where the password is stored. (Default: Root)\r\n- Object\r\n  - Specifies the name of the password object to retrieve.\r\n- UserName\r\n  - Defines search criteria according to the UserName account property.\r\n- Address\r\n  - Defines search criteria according to the Address account property.\r\n- Database\r\n  - Defines search criteria according to the Database account property.\r\n- PolicyID\r\n  - Defines the format that will be used in the setPolicyID method.\r\n- Reason\r\n  - The reason for retrieving the password.  This reason will be audited in the Credential Provider audit log.\r\n- ConnectionTimeout\r\n  - The number of seconds that the Central Credential Provider will try to retrieve the password.  The timeout is calculated when the request is sent from the web service to the Vault and returned back to the web service.\r\n    - 30 (Default)\r\n- Query\r\n  - Defines a free query using account properties, including Safe, folder, and object.  When this method is specified, all other search criteria (Safe/Folder/Object/UserName/Address/PolicyID/Database) are ignored and only the account properties that are specified in the query are passed to the Central Credential Provider in the password request.\r\n- QueryFormat\r\n  - Defines the query format, which can optionally use regular expressions.\r\n  - Possible values are:\r\n    - Exact (Default)\r\n    - Regexp\r\n- FailedRequestOnPasswordChange\r\n  - Whether or not an error will be returned if this web service is called when a password change process is underway.\r\n    - True\r\n    - False (Default)"},"response":[],"_postman_id":"97bada25-0588-4660-9fc3-bae9f1087596"}],"id":"cf540cf3-eb00-40dc-9096-a41aa54b6e2e","_postman_id":"cf540cf3-eb00-40dc-9096-a41aa54b6e2e"}],"id":"4d286438-ea5e-42a3-929b-7533b1bcf647","_postman_id":"4d286438-ea5e-42a3-929b-7533b1bcf647"}],"id":"9af1d2ec-538c-473d-9345-0458409dc83d","_postman_id":"9af1d2ec-538c-473d-9345-0458409dc83d"},{"name":"SaaS","item":[{"name":"Identity","item":[{"name":"Authentication","item":[{"name":"Advance Authentication","item":[{"name":"Out-of-Band Authentication","item":[{"name":"Start OOB Authentication","id":"4e553f48-e8bb-4113-b505-3b2c8e956e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantId\": \"{{identityTenantId}}\",\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID2}}\",\n    \"Action\": \"StartOOB\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication","description":"Some mechanisms require the user to interact with a system outside of  \nyour client. These are known as out-of-band (OOB) mechanisms.\n\nOnce the user has chosen an OOB mechanism, call `/Security/AdvanceAuthentication` with the `Action` set to `StartOOB`. This officially begins the waiting period in which the user must either approve the request or provide a code.\n\nWhile you wait for the user to take action, perform a \"short poll\" on `/Security/AdvanceAuthentication`. You build the poll request by simply changing the original request's `Action` from `StartOOB` to `Poll`.\n\nFor example, you would initiate an OOB mechanism using:\n\n``` json\n{\n    \"Action\": \"StartOOB\",\n    \"TenantId\": \"ABC1234\",\n    \"SessionId\": \"3RrrrhXFcUS3UEvl-3wfgMYojGz44P76Or2Ym3zztyM1\",\n    \"MechanismId\": \"bFxWVmtoBTV_h4C26UVfMzOGJa94zHxOqoEG_XrjZE81\"\n}\n\n```\n\nAfter you receive a `Success` response, you would then immediately begin polling with:\n\n``` json\n{\n    \"Action\": \"Poll\",\n    \"TenantId\": \"ABC1234\",\n    \"SessionId\": \"3RrrrhXFcUS3UEvl-3wfgMYojGz44P76Or2Ym3zztyM1\",\n    \"MechanismId\": \"bFxWVmtoBTV_h4C26UVfMzOGJa94zHxOqoEG_XrjZE81\"\n}\n\n```\n\nSend this request once every second until the response `Summary` changes from `OobPending` to either `StartNextChallenge` or `LoginSuccess`."},"response":[],"_postman_id":"4e553f48-e8bb-4113-b505-3b2c8e956e2d"},{"name":"Poll OOB Authentication","event":[{"listen":"test","script":{"id":"5c5dfcc2-12d9-4410-a004-2e3d48eed009","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Token Exists\", function() {","    pm.expect(jsonData).to.have.property('Token');","    pm.environment.set(\"identityToken\", jsonData.Token);","});"],"type":"text/javascript"}}],"id":"97690fa6-2ee3-4760-b5bb-f2cdea8246d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantId\": \"{{identityTenantId}}\",\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID2}}\",\n    \"Action\": \"Poll\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication","description":"Some mechanisms require the user to interact with a system outside of  \nyour client. These are known as out-of-band (OOB) mechanisms.\n\nOnce the user has chosen an OOB mechanism, call `/Security/AdvanceAuthentication` with the `Action` set to `StartOOB`. This officially begins the waiting period in which the user must either approve the request or provide a code.\n\nWhile you wait for the user to take action, perform a \"short poll\" on `/Security/AdvanceAuthentication`. You build the poll request by simply changing the original request's `Action` from `StartOOB` to `Poll`.\n\nFor example, you would initiate an OOB mechanism using:\n\n``` json\n{\n    \"Action\": \"StartOOB\",\n    \"TenantId\": \"ABC1234\",\n    \"SessionId\": \"3RrrrhXFcUS3UEvl-3wfgMYojGz44P76Or2Ym3zztyM1\",\n    \"MechanismId\": \"bFxWVmtoBTV_h4C26UVfMzOGJa94zHxOqoEG_XrjZE81\"\n}\n\n```\n\nAfter you receive a `Success` response, you would then immediately begin polling with:\n\n``` json\n{\n    \"Action\": \"Poll\",\n    \"TenantId\": \"ABC1234\",\n    \"SessionId\": \"3RrrrhXFcUS3UEvl-3wfgMYojGz44P76Or2Ym3zztyM1\",\n    \"MechanismId\": \"bFxWVmtoBTV_h4C26UVfMzOGJa94zHxOqoEG_XrjZE81\"\n}\n\n```\n\nSend this request once every second until the response `Summary` changes from `OobPending` to either `StartNextChallenge` or `LoginSuccess`."},"response":[],"_postman_id":"97690fa6-2ee3-4760-b5bb-f2cdea8246d8"},{"name":"Answer OOB Authentication","event":[{"listen":"test","script":{"id":"5c5dfcc2-12d9-4410-a004-2e3d48eed009","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Token Exists\", function() {","    pm.expect(jsonData).to.have.property('Token');","    pm.environment.set(\"identityToken\", jsonData.Token);","});"],"type":"text/javascript"}}],"id":"9f1adae4-2ca7-4440-be19-796c14171b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantId\": \"{{identityTenantId}}\",\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID2}}\",\n    \"Action\": \"Answer\",\n    \"Answer\": \"123456\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication","description":"Most out-of-band mechanisms provide a one-time passcode (OTP) the user can input into your app. These types of mechanisms are called _answerable_ because you can complete them with an answer instead of waiting for polling.\n\nWhen a user enters an answerable mechanism's OTP into your app, you should call `/Security/AdvanceAuthentication` using the original `MechanismId`. In your request, make sure to also set the `Action` to `Answer` and `Answer` to the user-provided code.\n\nFor example, if a user enters an OATH OTP into your app, your request should look like:\n\n``` json\n{\n    ...\n    \"Action\": \"Answer\",\n    \"Answer\": \"728133\"\n}\n\n```"},"response":[],"_postman_id":"9f1adae4-2ca7-4440-be19-796c14171b58"}],"id":"0a8dacd3-ab29-46d1-9c5d-3d3dd0eb81dd","description":"Some mechanisms require the user to interact with a system outside of your client. These are known as out-of-band (OOB) mechanisms.\n\nOnce the user has chosen an OOB mechanism, call `/Security/AdvanceAuthentication` with the `Action` set to `StartOOB`. This officially begins the waiting period in which the user must either approve the request or provide a code.\n\nWhile you wait for the user to take action, perform a \"short poll\" on `/Security/AdvanceAuthentication`. You build the poll request by simply changing the original request's `Action` from `StartOOB` to `Poll`.","_postman_id":"0a8dacd3-ab29-46d1-9c5d-3d3dd0eb81dd"},{"name":"Password authentication","event":[{"listen":"test","script":{"id":"5c5dfcc2-12d9-4410-a004-2e3d48eed009","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Token Exists\", function() {","    pm.expect(jsonData).to.have.property('Token');","    pm.environment.set(\"identityToken\", jsonData.Token);","});"],"type":"text/javascript"}}],"id":"19be60b4-6dd1-4e82-a968-505bb04da91b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID}}\",\n    \"Action\": \"Answer\",\n    \"Answer\": \"{{identityPassword}}\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication"},"response":[],"_postman_id":"19be60b4-6dd1-4e82-a968-505bb04da91b"},{"name":"Security Question Authentication (Single)","event":[{"listen":"test","script":{"id":"5c5dfcc2-12d9-4410-a004-2e3d48eed009","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Token Exists\", function() {","    pm.expect(jsonData).to.have.property('Token');","    pm.environment.set(\"identityToken\", jsonData.Token);","});"],"type":"text/javascript"}}],"id":"8d42dc00-a94d-4d62-9dc2-3d48ab939ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantId\": \"{{identityTenantId}}\",\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID2}}\",\n    \"Action\": \"Answer\",\n    \"Answer\": \"SecurityQuestionAnswer\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication"},"response":[],"_postman_id":"8d42dc00-a94d-4d62-9dc2-3d48ab939ea8"},{"name":"Security Question Authentication (Multiple)","event":[{"listen":"test","script":{"id":"5c5dfcc2-12d9-4410-a004-2e3d48eed009","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Token Exists\", function() {","    pm.expect(jsonData).to.have.property('Token');","    pm.environment.set(\"identityToken\", jsonData.Token);","});"],"type":"text/javascript"}}],"id":"96fc1f01-f2ab-4d42-94e5-467e86810c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantId\": \"{{identityTenantId}}\",\n    \"SessionId\": \"{{identitySessionID}}\",\n    \"MechanismId\": \"{{identityMechanismID2}}\",\n    \"Action\": \"Answer\",\n    \"Answer\": {\n        \"u_a4ed8e81-8e9b-416b-bc00-44ed5bf87744\": \"Arnold\",\n        \"u_144b2e18-9276-49ed-b67a-9e28692f4375\": \"Smokey\"\n    }\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/AdvanceAuthentication"},"response":[],"_postman_id":"96fc1f01-f2ab-4d42-94e5-467e86810c7b"}],"id":"debc2729-f964-4f05-a04c-e58253b52990","auth":{"type":"noauth"},"_postman_id":"debc2729-f964-4f05-a04c-e58253b52990"},{"name":"Start Authentication","event":[{"listen":"test","script":{"id":"3eb7d97d-2fc2-41b2-baae-b980c4cabfbf","exec":["const jsonData = pm.response.json().Result","","pm.test(\"Identity Session ID Exists\", function() {","    if (jsonData.SessionId) {","        pm.environment.set(\"identitySessionID\", jsonData.SessionId);","    }","});","","pm.test(\"Identity Mechanism ID Exists\", function() {","    if (jsonData.Challenges[0].Mechanisms[0].MechanismId) {","        pm.environment.set(\"identityMechanismID\", jsonData.Challenges[0].Mechanisms[0].MechanismId);","    }","});","","pm.test(\"Identity Mechanism ID 2 Exists\", function() {","    if (jsonData.Challenges[1].Mechanisms[0].MechanismId) {","        pm.environment.set(\"identityMechanismID2\", jsonData.Challenges[1].Mechanisms[0].MechanismId);","    }","});","","pm.test(\"Identity Token Exists\", function() {","    if (jsonData.Token) {","        pm.environment.set(\"identityToken\", jsonData.Token);","    }","});"],"type":"text/javascript"}}],"id":"3ef282a9-a537-499f-ab1d-db8db57c590b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TenantID\": \"{{identityTenantID}}\",\n    \"User\": \"{{identityUsername}}\",\n    \"Version\": \"1.0\"\n}"},"url":"https://{{identityTenantId}}.id.cyberark.cloud/Security/StartAuthentication"},"response":[],"_postman_id":"3ef282a9-a537-499f-ab1d-db8db57c590b"},{"name":"OIDC Authentication","event":[{"listen":"test","script":{"id":"72b4cfe7-c0c8-4698-85f8-f1f183150132","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"identityToken\", jsonData.access_token)"],"type":"text/javascript"}}],"id":"cdf5fe2c-331b-4681-8b79-0b0d9f9f092a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{identityUsername}}","type":"text"},{"key":"client_secret","value":"{{identityPassword}}","type":"text"}]},"url":"https://{{identityTenantId}}.id.cyberark.cloud/oauth2/platformtoken"},"response":[],"_postman_id":"cdf5fe2c-331b-4681-8b79-0b0d9f9f092a"},{"name":"Alt OIDC Authentication","event":[{"listen":"test","script":{"id":"72b4cfe7-c0c8-4698-85f8-f1f183150132","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"identityToken\", jsonData.access_token)"],"type":"text/javascript"}}],"id":"fea01f7b-6628-4f5e-9d9e-0b87b198ca86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{{identityUsername}}","type":"text"},{"key":"client_secret","value":"{{identityPassword}}","type":"text"}]},"url":"https://{{identityTenantId}}.id.cyberark.cloud/oauth2/platformtoken"},"response":[],"_postman_id":"fea01f7b-6628-4f5e-9d9e-0b87b198ca86"},{"name":"Sign Out from Current Session","id":"cbfaddd3-6e48-4b75-8657-fecb4aec7142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/SignOutCurrentSession"},"response":[],"_postman_id":"cbfaddd3-6e48-4b75-8657-fecb4aec7142"}],"id":"b78c12f5-159c-402d-8889-669027167ee1","_postman_id":"b78c12f5-159c-402d-8889-669027167ee1"},{"name":"SCIM","item":[{"name":"Authentication","item":[{"name":"OAuth2 Token - Client Credentials","id":"fabbb457-8f79-492d-a5d4-ec4deefb7651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_id","value":"{{identitySCIMUsername}}","type":"text"},{"key":"client_secret","value":"{{identitySCIMSecret}}","type":"text"}]},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/oauth2/token/:identitySCIMAppID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["oauth2","token",":identitySCIMAppID"],"variable":[{"id":"9eaaa8bc-92fc-491a-b43a-156fb44f8b21","key":"identitySCIMAppID","value":"{{identitySCIMAppID}}"}]},"description":"Allows retrieval of an Oauth2 Token based on the Identity SCIM Username and Identity SCIM Secret.\n\n***Notes:***\n\n*   *Username Default:* identity-privilege-integration-user$@{{identityDomainSuffix}}\n*   *Scope Default:* scim"},"response":[{"id":"620025d7-8e2f-4aac-9500-9d35ef03c7bd","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_id","value":"identity-privilege-integration-user$@example.com","type":"text"},{"key":"client_secret","value":"ValidPassword","type":"text"}]},"url":"https://example.my.idaptive.app/Oauth2/token/examplepamscim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1cc5e2033bca4c9ba6210f56343ea8ec"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6Mjg6MzkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=UFVQOEdCZm91OFp5bUUra1VIbG9EVXZua2RpTUh2YmM5NTlVY1NTU0VyRT0_-3ceXZjpkO8ZcA.M7yrB9Eg__-xe8x4nHKsLhWY5xJJST5_A__-OVVPxM37_LD.4jS9sN9PpA__-ZXDxg_yCad4KXisS4Dmzbw__-OnOzUMW.FuNc32uglL7ZsQ__-LWkWG_cyOF2yOeDPT4M02Q__-U.VNFKp0NyQaNRGWmOWVAA__-btNanZz1uqwdLxhHeHLUPQ__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFLKzY3TTV0djlzV2xSdkFtRFBEazB1emgwU3lYanhLTjJSaU1jM01FNWNSbmdrUTNrZjMvQzZIbnNab0w3a2xuTkNQMWtQM0FuRjdUaFlJUldaU2pVbWg5OStKcFg3TEdNWVpjOHY5eGxLejhmMnR6aVpraDB4bmZYUm55azVlR3c9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:28:39 GMT"},{"key":"Content-Length","value":"759"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\":\"LONG-STRING-EXAMPLE-iOjE2NTIxMDExMzcsImlzcyI6Imh0dHBzOi8vYWFjNDAyNS5teS5pZGFwdGl2ZS5hcHAvIiwiaWF0IjoxNjUyMTI4MzMxLCJhdWQiOiI2MTc4N2Q0ZC0wY2NlLTQ4NTYtYWMyNC0yMjEwYTlhZjBjM2QiLCJ1bmlxdWVfbmFtZSI6ImlkZW50aXR5LXByaXZpbGVnZS1pbLONG-STRING-EXAMPLE\",\n    \"token_type\":\"Bearer\",\n    \"expires_in\":43200,\n    \"scope\":\"scim\"\n}"},{"id":"dfdc0414-d104-42d5-8000-1d43098386d3","name":"400 Bad Request - Client Credentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"WrongSecret","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"89c56594b5974f28af85a50d0c4049a2"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MzM6MDEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=UkZGSVBYbWh0YXl0eXhnT21oR3NHaUc2dmVEV0NBTnVoUFhGNFBsRG51Yz0_-xe8x4nHKsLhWY5xJJST5_A__-OVVPxM37_LD.4jS9sN9PpA__-ZXDxg_yCad4KXisS4Dmzbw__-OnOzUMW.FuNc32uglL7ZsQ__-LWkWG_cyOF2yOeDPT4M02Q__-U.VNFKp0NyQaNRGWmOWVAA__-btNanZz1uqwdLxhHeHLUPQ__-yjcH3CImqDxxE1NFyOYjjw__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFMc1Qyc1NGSXYxS3NOc0g5Qjl6R05nb1dxQ05xV2lVaFNqRGR0U3d5ZWFBRTVRQXJ4ZStxN1VpOEZvSE5BQitHRUdQOUxveGkwRC9sOFlEdCtKN2R3L0lPZndEeVU5L0lERDlUWmRzUElLb0taejBMeHlzZ05oYmVSMCtQeGg2K2s9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:33:01 GMT"},{"key":"Content-Length","value":"90"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"access_denied\",\n    \"error_description\": \"invalid client creds or client not allowed\"\n}"},{"id":"709bb75c-9deb-4e5e-813d-cbcbb4a95c0e","name":"400 Bad Request - Scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"WrongScope","type":"text"},{"key":"client_id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"{{identityScimSecret}}","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"58950e948766410a99d1642cee901f74"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MzM6NDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=QU9LUmNxVnJLMmpnbTBrVVU5OFk3ODRJWmVaTmRCajJuOW1qankwRW9XYz0_-OVVPxM37_LD.4jS9sN9PpA__-ZXDxg_yCad4KXisS4Dmzbw__-OnOzUMW.FuNc32uglL7ZsQ__-LWkWG_cyOF2yOeDPT4M02Q__-U.VNFKp0NyQaNRGWmOWVAA__-btNanZz1uqwdLxhHeHLUPQ__-yjcH3CImqDxxE1NFyOYjjw__-M4acb8cKjlBJ5f1fr..u8g__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFJRHhtVUE1dGE2dTVSWExEbzFPN0pZMmtXTUwvNlRNeWZ1b0F3enppNE4zbnZML3VKQjVIMVY2RXYrMWZmUDBnUFc4bmNoMWwzbGYySUEvS3ZueTc0bW94K0ZzZG01dEY2QnFoTEhFdFZmM2YyZnFIZy95QTEvakhPRFIzR0szeXc9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:33:40 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_scope\",\n    \"error_description\": \"unknown scope requested\"\n}"},{"id":"8a2a28a3-eebd-4d49-a78c-117a5dbe3f06","name":"400 Bad Request - Grant Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"implicit","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"{{identityScimSecret}}","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"456d699e640748fd8fff7597cb9fe486"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MzQ6MDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=WmNIckR4Uk1LMW8zemtqZlpjN2V4L0REMUZENTVSQ1F1NW9ZajVRc2N1dz0_-ZXDxg_yCad4KXisS4Dmzbw__-OnOzUMW.FuNc32uglL7ZsQ__-LWkWG_cyOF2yOeDPT4M02Q__-U.VNFKp0NyQaNRGWmOWVAA__-btNanZz1uqwdLxhHeHLUPQ__-yjcH3CImqDxxE1NFyOYjjw__-M4acb8cKjlBJ5f1fr..u8g__-w1Z1Mb9.UbdEc5quteVpxQ__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFLMmFaZnRMRncxNHp2SE9CcmJkWTdNSkFBU3BnNU1MZ0RLM2VtTkVmcG5MZHlDQmExU2U0VWgwUTE4YzkzUVY4SFRTd1pLaGZDbUdtblpSeFlNMFBkTm5QdkJ6dGtObHFDUzh6eTJYcytJdzNUbEtlNzJFYy8yVldpaG44OU8yVm89; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:34:05 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"invalid grant type - missing assertion\"\n}"}],"_postman_id":"fabbb457-8f79-492d-a5d4-ec4deefb7651"},{"name":"OAuth2 Token - Resource Owner","id":"bb7fc82b-40eb-45e5-9da6-177fd47a2fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"username","value":"{{identityUsername}}","type":"text"},{"key":"password","value":"{{identityPassword}}","type":"text"},{"key":"client_id","value":"{{identitySCIMUsername}}","type":"text"},{"key":"client_secret","value":"{{identitySCIMSecret}}","type":"text"}]},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/oauth2/token/:identitySCIMAppID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["oauth2","token",":identitySCIMAppID"],"variable":[{"id":"7850d715-3cd6-48ed-b17e-49c2b863418f","key":"identitySCIMAppID","value":"{{identitySCIMAppID}}"}]},"description":"Allows retrieval of an Oauth2 Token based on the Identity SCIM Username and Identity SCIM Secret.\n\n***Notes:***\n\n*   *Username Default:* identity-privilege-integration-user$@{{identityDomainSuffix}}\n*   *Scope Default:* scim"},"response":[{"id":"2f85188f-0d0f-49b6-94a6-e16f18d89b8c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_Id","value":"identity-privilege-integration-user$@example.com","type":"text"},{"key":"client_secret","value":"jsca11JSCA!!","type":"text"},{"key":"username","value":"john@example.com","type":"text"},{"key":"password","value":"jsca24JSCA@$","type":"text"}]},"url":"https://example.my.idaptive.app/Oauth2/token/examplepamscim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"8c1a6b5edf24487eb7a9abe0664f9d9c"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MjA6NDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=R3lpOG8rVDJYMkpFWDhlQjRJVjc2QXh3MWo5OVFVWjA4YjZYYmxjUktGWT0_-KrxxWLNhcbmWsGmyDMJYDA__-Z5hnKv4gj48RXkKtvpVwEQ__-UPhv7WrKbpGV7xVBwIx50A__-4Bxs.H3MfFSNUYVD08Mucg__-XFMWzvIDPhsYfq1QQFFgWg__-jNKSIXOcZyyB.IIjjezL9w__-QJTN8kph_J4owvnHqA7Jzg__-sf32GgWGV3on0ODK8FDL9Q__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFJRXliT3FtMW9uT1JMUzdDVi9TMW5oOWt1ZTIrM2gvRDkyb1UzK1U3Y09meDlLNE0zdnV6OEtTT0g5aXV3Uk10aHhieXdDOFZ0TUcwMERSZjNCenZLTk5nMy9hNXZ5dzNkRTNWbFlUTGRxVWNFR2dhd3lxNkdvUEJ5MEpQQWJ6UWc9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:20:48 GMT"},{"key":"Content-Length","value":"768"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\":\"LONG-STRING-EXAMPLE-iOjE2NTIxMDExMzcsImlzcyI6Imh0dHBzOi8vYWFjNDAyNS5teS5pZGFwdGl2ZS5hcHAvIiwiaWF0IjoxNjUyMTI4MzMxLCJhdWQiOiI2MTc4N2Q0ZC0wY2NlLTQ4NTYtYWMyNC0yMjEwYTlhZjBjM2QiLCJ1bmlxdWVfbmFtZSI6ImlkZW50aXR5LXByaXZpbGVnZS1pbLONG-STRING-EXAMPLE\",\n    \"refresh_token\":\"EXAMPLEREFRESHTOKEN-_MASbbGorodseK_QoHWrEuqlJ5Es-EXAMPLE\",\n    \"token_type\":\"Bearer\",\n    \"expires_in\":43200,\n    \"scope\":\"scim\"\n}"},{"id":"6e3f4781-1e44-4568-b9a7-f8a5be7f6763","name":"400 Bad Request - Client Credentials","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_Id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"WrongSecret","type":"text"},{"key":"username","value":"{{identityResourceOwnerUsername}}","type":"text"},{"key":"password","value":"{{identityResourceOwnerPassword}}","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"14834a8b421b4e53897253298160911f"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MjI6NTQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=TGpKZmRmNUJLaUlWZ1UyODB1czRkMGp3T3BDTHFmcUloOGhSZDZEMlZtQT0_-4Bxs.H3MfFSNUYVD08Mucg__-XFMWzvIDPhsYfq1QQFFgWg__-jNKSIXOcZyyB.IIjjezL9w__-QJTN8kph_J4owvnHqA7Jzg__-sf32GgWGV3on0ODK8FDL9Q__-fe9USPZ5R5TDgLjDBn_N1Q__-a5etb2XCzB9qYMjvfOcMDQ__-l_qoBnZ0a5btzoV3.vyUmQ__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFLYjNhcUt3UkZHK1BaVGN5UTZ5WUhXNlJmTVh6SmtnZmd0KzVoeGw4cUI5NVRtdDQxaGVEdXJTLzNYK1pNUmx6VGhPVHFDN1BwdmRHNlB6dTNHd2w0dkVFRi9oLzNiNVRHV29qLzVRcVFvOGlFRFRrOVNoQk5pRTVWZ0hUN2NLcHc9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:22:54 GMT"},{"key":"Content-Length","value":"90"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"access_denied\",\n    \"error_description\": \"invalid client creds or client not allowed\"\n}"},{"id":"e86bd3ff-abf8-41ca-9673-8bb1df8f3ef2","name":"400 Bad Request - Resource Owner Credentials","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"client_Id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"{{identityScimSecret}}","type":"text"},{"key":"username","value":"{{identityResourceOwnerUsername}}","type":"text"},{"key":"password","value":"WrongPassword","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1b4932cbc3f546f6bf80283a1e75ea4f"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MjM6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=ZEJBQm1Eb2J4b1l6L2xhWSswdkYwc1NpZ0p4Tjk1ZUkzMWZkNXBPWjk0dz0_-XFMWzvIDPhsYfq1QQFFgWg__-jNKSIXOcZyyB.IIjjezL9w__-QJTN8kph_J4owvnHqA7Jzg__-sf32GgWGV3on0ODK8FDL9Q__-fe9USPZ5R5TDgLjDBn_N1Q__-a5etb2XCzB9qYMjvfOcMDQ__-l_qoBnZ0a5btzoV3.vyUmQ__-EsXSvDbwiwi_t.6ghfyTog__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFLRzdsUWwzallGNzZSek4xdjJJWGtIYVU4N0l5UGtJM1d5M2dXMDFSTHBBWXllWW4yR1dtUDNUMXNLaWFlVmpvVWtIa09lYWxDWk5xcUFZbTQ4SEo5YXNqaUJHc1FoWnNIZmwwOHFuMzVlakg2aHY2WkhaTkZGdCtJQjh2MlpmRkE9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:23:33 GMT"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"access_denied\",\n    \"error_description\": \"bad creds\"\n}"},{"id":"b6bafcd3-2c3c-488c-8228-44595f4792c3","name":"400 Bad Request - Scope","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"WrongScope","type":"text"},{"key":"username","value":"{{identityResourceOwnerUsername}}","type":"text"},{"key":"password","value":"{{identityResourceOwnerPassword}}","type":"text"},{"key":"client_id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"{{identityScimSecret}}","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"e022ceb8626849929608cda3b6990cce"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MjU6MjYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=WERlVHlPZkxvaFFoVkNNSzVzVVViWEMwTkZoVHJTaWpMeWtjeVRmeDhyYz0_-jNKSIXOcZyyB.IIjjezL9w__-QJTN8kph_J4owvnHqA7Jzg__-sf32GgWGV3on0ODK8FDL9Q__-fe9USPZ5R5TDgLjDBn_N1Q__-a5etb2XCzB9qYMjvfOcMDQ__-l_qoBnZ0a5btzoV3.vyUmQ__-EsXSvDbwiwi_t.6ghfyTog__-34WfoFIjKpjSR_avpieOMw__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFJZkxzM2R5KzhUYWI3V1BRaG52cnErdWFMWWMzS3ZCQm5vMUd1NUtvYzRDdTdZSzd6cHBUc0xtSVBCRXk4R05lOW52M09wUHdJb1pSOUhiVyt2cHlhc3VmYVRwZTY2ZDNYS0pCVDErY1AyOXZYWnhzL0JURHVXTnhoWC96SERGNnc9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:25:25 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_scope\",\n    \"error_description\": \"unknown scope requested\"\n}"},{"id":"4c534fe9-a1d2-4324-be55-abbe1a8ec8e5","name":"400 Bad Request - Grant Type","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"implicit","type":"text"},{"key":"scope","value":"scim","type":"text"},{"key":"username","value":"{{identityResourceOwnerUsername}}","type":"text"},{"key":"password","value":"{{identityResourceOwnerPassword}}","type":"text"},{"key":"client_id","value":"{{identityScimUsername}}","type":"text"},{"key":"client_secret","value":"{{identityScimSecret}}","type":"text"}]},"url":"{{identityBaseUrl}}/Oauth2/token/{{identityScimAppId}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1060befbae1047d4b63cb6c5025d65b3"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6MjY6NDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"antixss=bU5jbTk4UDNlNnhXYUhBa2QvQllnV0oyVzJmbkpXbnRJQlFGcW5seTF3WT0_-sf32GgWGV3on0ODK8FDL9Q__-fe9USPZ5R5TDgLjDBn_N1Q__-a5etb2XCzB9qYMjvfOcMDQ__-l_qoBnZ0a5btzoV3.vyUmQ__-EsXSvDbwiwi_t.6ghfyTog__-34WfoFIjKpjSR_avpieOMw__-k0_PdGcIirN_jvWC3STIHA__-vvEuzGs66zBGCHPIIhUeLg__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVRkROREF5TlFKR1BwdUtjZTlFVVVqQWt5Q1g2QXYrUThrOWEwNUdIL2JWRXg5cXVndFRmS0ovWVhGdjBnN1FVUkRaaWJtR1ZPZlFIamQrUWdOUldBbG1SdDNHcDVuVElzcUhSbHNxUytuZTZkeGZGUFpsVEhzaEVxeDUrcDBzeWxCMXpLaE50WFU9; path=/; secure; HttpOnly"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:26:47 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"invalid grant type - missing assertion\"\n}"}],"_postman_id":"bb7fc82b-40eb-45e5-9da6-177fd47a2fa5"}],"id":"8ed5ec5c-6d95-4a25-b0d2-1b6f7a015d5f","description":"Contains example of authentication using Oauth2.0 with both the Client Credentials workflow and Resource Owner workflow.","auth":{"type":"noauth"},"_postman_id":"8ed5ec5c-6d95-4a25-b0d2-1b6f7a015d5f"},{"name":"Container (Safe) Management","item":[{"name":"Get Containers","id":"be6a407f-1e39-4b4a-8419-352012dd97b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/containers","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"3","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{identitySCIMResourceAttribute}}","description":"Optional: Sort based on keys in the Container Schema (e.g. displayName, meta.created, etc...)","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"{{identitySCIMResourceAttribute}} eq {{identitySCIMAttributeString}}","description":"Optional: Filter based Container Schema Attribute (e.g. displayName)","disabled":true},{"key":"attributes","value":"{{identitySCIMResourceAttribute}},{{identitySCIMResourceAttribute}}","description":"Optional: Return only specific attributes in JSON response","disabled":true}]},"description":"This endpoint allows you to obtain information relating to all containers (safes) in the vault.\n\n#### Permissions Required\n\n*   Requires individual Container (Safe) Audit Permissions\n    \n\n#### Query Parameters\n\n*   **Index:**\n    *   Returns resources specified by an index. Useful when there are large number of returned resources to control pagination.\n        *   startIndex: initial starting offset for returned resources.\n        *   count: total count of returned resources.\n    *   Example: Return Containers 10 through 13 using index.\n        *   `GET https://myTenantUrl/scim/v2/Containers?startIndex=10&count=5`\n*   **Sort:**\n    *   Returns all resources sorted either ascending (default) or descending based on a resource attribute.\n        *   sortBy: resource attribute to sort by.\n        *   sortOrder: ascending (default) or descending.\n    *   Example: Return Containers in ascending order by Container name.\n        *   `GET https://myTenantUrl/scim/v2/Containers?sortBy=name&sortOrder=ascending`\n*   **Filter:**\n    *   Returns a single resource specified by the filter in the response.\n    *   Example: Return a single Container based on the *name* filter.\n        *   `GET https://myTenantUrl/scim/v2/Containers?filter=name eq \"myContainerName\"`\n*   **Attributes:**\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return all Containers with only the *name* attribute.\n        *   `GET https://myTenantUrl/scim/v2/Containers&attributes=name`"},"response":[{"id":"3f2ccd56-5e50-4b1e-b43c-96ecf7b40b22","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/containers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"72fcfbae5cca4715943b84e3125e9b90"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MzQ6MTIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:34:14 GMT"},{"key":"Content-Length","value":"14240"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 23,\n    \"itemsPerPage\": 23,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"name\": \"VaultInternal\",\n            \"displayName\": \"VaultInternal\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"privilegedData\": [\n                {\n                    \"value\": \"2_4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\",\n                    \"display\": \"example.com.pass\"\n                },\n                {\n                    \"value\": \"2_8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\",\n                    \"display\": \"VendorLDAP 'Strickland-Lab'.pass\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"VaultInternal\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:51.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.911Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/VaultInternal\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"Notification Engine\",\n            \"displayName\": \"Notification Engine\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"Notification Engine\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:55.5Z\",\n                \"lastModified\": \"2022-05-16T15:32:18.807Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/Notification%20Engine\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWATicketingSystem\",\n            \"displayName\": \"PVWATicketingSystem\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWATicketingSystem\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWATicketingSystem\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWAPublicData\",\n            \"displayName\": \"PVWAPublicData\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAPublicData\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAPublicData\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWATaskDefinitions1\",\n            \"displayName\": \"PVWATaskDefinitions1\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWATaskDefinitions1\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.919Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWATaskDefinitions1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PasswordManager\",\n            \"displayName\": \"PasswordManager\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.921Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 5,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"PasswordManager_Pending\",\n            \"displayName\": \"PasswordManager_Pending\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManager_Pending\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.934Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManager_Pending\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 0,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"AccountsFeedADAccounts\",\n            \"displayName\": \"AccountsFeedADAccounts\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"AccountsFeedADAccounts\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.935Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/AccountsFeedADAccounts\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 0,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"AccountsFeedDiscoveryLogs\",\n            \"displayName\": \"AccountsFeedDiscoveryLogs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.936Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/AccountsFeedDiscoveryLogs\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 1,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"PSM\",\n            \"displayName\": \"PSM\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSM\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T21:24:55.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.937Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PasswordManagerOP\",\n            \"displayName\": \"PasswordManagerOP\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManagerOP\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-08T19:28:15.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.956Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManagerOP\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 5\n            }\n        },\n        {\n            \"name\": \"PSMUniversalConnectors\",\n            \"displayName\": \"PSMUniversalConnectors\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMUniversalConnectors\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-13T16:31:51.1Z\",\n                \"lastModified\": \"2022-05-16T15:27:18.807Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMUniversalConnectors\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PSMPADBUserProfile\",\n            \"displayName\": \"PSMPADBUserProfile\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMPADBUserProfile\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-29T20:45:20Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.977Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMPADBUserProfile\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PSMPADBridgeCustom\",\n            \"displayName\": \"PSMPADBridgeCustom\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMPADBridgeCustom\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-29T20:45:20Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.977Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMPADBridgeCustom\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWAReports1\",\n            \"displayName\": \"PVWAReports1\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAReports1\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-12-27T18:54:30Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.993Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAReports1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWAReports\",\n            \"displayName\": \"PVWAReports\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAReports\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-01-03T23:47:47.7Z\",\n                \"lastModified\": \"2022-05-16T09:31:40.036Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAReports\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"OLAC_Test_Safe\",\n            \"displayName\": \"OLAC_Test_Safe\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"OLAC_Test_Safe\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-04-28T18:33:14.4Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.003Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/OLAC_Test_Safe\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"RM-MEDSTAR-DC\",\n            \"displayName\": \"RM-MEDSTAR-DC\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:52:09.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.003Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-MEDSTAR-DC\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"RM-CHOP-DC\",\n            \"displayName\": \"RM-CHOP-DC\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\"\n            ],\n            \"id\": \"RM-CHOP-DC\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:53:13.3Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.004Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-CHOP-DC\"\n            }\n        },\n        {\n            \"name\": \"RM-INOVA-C\",\n            \"displayName\": \"RM-INOVA-C\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"RM-INOVA-C\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:54:10Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.005Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-INOVA-C\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"myContainer\",\n            \"displayName\": \"myContainer\",\n            \"description\": \"My Container Description\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"privilegedData\": [\n                {\n                    \"value\": \"138_7\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\",\n                    \"display\": \"myPrivilegeData23\"\n                },\n                {\n                    \"value\": \"138_5\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_5\",\n                    \"display\": \"myPrivilegeDocs2\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainer\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-04T20:50:11.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.005Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainer\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"myContainerDocs\",\n            \"displayName\": \"myContainerDocs\",\n            \"description\": \"My Container Description Docs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainerDocs\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-09T17:49:11.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.007Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainerDocs\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"myContainerDocs2\",\n            \"displayName\": \"myContainerDocs2\",\n            \"description\": \"My Container Description Docs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainerDocs2\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-09T17:53:25.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.008Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainerDocs2\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        }\n    ]\n}"},{"id":"11ea97fa-b8cc-45ef-8d81-ce8298eb924f","name":"200 Ok - Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?startIndex=2&count=3","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset"},{"key":"count","value":"3","description":"Optional: Returned resources"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f42f30b3942a42e59ca3a80c2741c930"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6NDk6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:49:34 GMT"},{"key":"Content-Length","value":"1898"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 23,\n    \"itemsPerPage\": 3,\n    \"startIndex\": 2,\n    \"Resources\": [\n        {\n            \"name\": \"Notification Engine\",\n            \"displayName\": \"Notification Engine\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"Notification Engine\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:55.5Z\",\n                \"lastModified\": \"2022-05-16T15:48:18.801Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/Notification%20Engine\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWATicketingSystem\",\n            \"displayName\": \"PVWATicketingSystem\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWATicketingSystem\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWATicketingSystem\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWAPublicData\",\n            \"displayName\": \"PVWAPublicData\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAPublicData\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAPublicData\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        }\n    ]\n}"},{"id":"2ec538c1-26cf-4389-9901-462c359f7701","name":"200 OK - Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?sortBy=name&sortOrder=ascending","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"3","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)"},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending"},{"key":"filter","value":"","disabled":true},{"key":"attributes","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"78342a546b564d22bd662620f4ac42cc"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6NTE6MjMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:51:24 GMT"},{"key":"Content-Length","value":"14239"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 23,\n    \"itemsPerPage\": 23,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"name\": \"AccountsFeedADAccounts\",\n            \"displayName\": \"AccountsFeedADAccounts\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"AccountsFeedADAccounts\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.935Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/AccountsFeedADAccounts\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 0,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"AccountsFeedDiscoveryLogs\",\n            \"displayName\": \"AccountsFeedDiscoveryLogs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.936Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/AccountsFeedDiscoveryLogs\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 1,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"myContainer\",\n            \"displayName\": \"myContainer\",\n            \"description\": \"My Container Description\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"privilegedData\": [\n                {\n                    \"value\": \"138_7\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\",\n                    \"display\": \"myPrivilegeData23\"\n                },\n                {\n                    \"value\": \"138_5\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_5\",\n                    \"display\": \"myPrivilegeDocs2\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainer\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-04T20:50:11.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.005Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainer\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"myContainerDocs\",\n            \"displayName\": \"myContainerDocs\",\n            \"description\": \"My Container Description Docs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainerDocs\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-09T17:49:11.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.007Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainerDocs\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"myContainerDocs2\",\n            \"displayName\": \"myContainerDocs2\",\n            \"description\": \"My Container Description Docs\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"myContainerDocs2\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-09T17:53:25.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.008Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myContainerDocs2\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"Notification Engine\",\n            \"displayName\": \"Notification Engine\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"Notification Engine\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:55.5Z\",\n                \"lastModified\": \"2022-05-16T15:49:18.81Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/Notification%20Engine\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"OLAC_Test_Safe\",\n            \"displayName\": \"OLAC_Test_Safe\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"OLAC_Test_Safe\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-04-28T18:33:14.4Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.003Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/OLAC_Test_Safe\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"PasswordManager\",\n            \"displayName\": \"PasswordManager\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.921Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 5,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"PasswordManager_Pending\",\n            \"displayName\": \"PasswordManager_Pending\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManager_Pending\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:22:36.6Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.934Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManager_Pending\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 0,\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"PasswordManagerOP\",\n            \"displayName\": \"PasswordManagerOP\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PasswordManagerOP\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-08T19:28:15.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.956Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PasswordManagerOP\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 5\n            }\n        },\n        {\n            \"name\": \"PSM\",\n            \"displayName\": \"PSM\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSM\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T21:24:55.5Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.937Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PSMPADBridgeCustom\",\n            \"displayName\": \"PSMPADBridgeCustom\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMPADBridgeCustom\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-29T20:45:20Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.977Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMPADBridgeCustom\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PSMPADBUserProfile\",\n            \"displayName\": \"PSMPADBUserProfile\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMPADBUserProfile\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-29T20:45:20Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.977Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMPADBUserProfile\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PSMUniversalConnectors\",\n            \"displayName\": \"PSMUniversalConnectors\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PSMUniversalConnectors\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-13T16:31:51.1Z\",\n                \"lastModified\": \"2022-05-16T15:47:53.302Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PSMUniversalConnectors\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWAPublicData\",\n            \"displayName\": \"PVWAPublicData\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAPublicData\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAPublicData\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWAReports\",\n            \"displayName\": \"PVWAReports\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAReports\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-01-03T23:47:47.7Z\",\n                \"lastModified\": \"2022-05-16T09:31:40.036Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAReports\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWAReports1\",\n            \"displayName\": \"PVWAReports1\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWAReports1\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-12-27T18:54:30Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.993Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWAReports1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"PVWATaskDefinitions1\",\n            \"displayName\": \"PVWATaskDefinitions1\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWATaskDefinitions1\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.919Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWATaskDefinitions1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        },\n        {\n            \"name\": \"PVWATicketingSystem\",\n            \"displayName\": \"PVWATicketingSystem\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"PVWATicketingSystem\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T20:20:59.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.918Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/PVWATicketingSystem\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"RM-CHOP-DC\",\n            \"displayName\": \"RM-CHOP-DC\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\"\n            ],\n            \"id\": \"RM-CHOP-DC\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:53:13.3Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.004Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-CHOP-DC\"\n            }\n        },\n        {\n            \"name\": \"RM-INOVA-C\",\n            \"displayName\": \"RM-INOVA-C\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"RM-INOVA-C\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:54:10Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.005Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-INOVA-C\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"ManagingCPM\": \"PasswordManager\"\n            }\n        },\n        {\n            \"name\": \"RM-MEDSTAR-DC\",\n            \"displayName\": \"RM-MEDSTAR-DC\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2022-05-02T16:52:09.9Z\",\n                \"lastModified\": \"2022-05-16T08:00:10.003Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/RM-MEDSTAR-DC\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 7\n            }\n        },\n        {\n            \"name\": \"VaultInternal\",\n            \"displayName\": \"VaultInternal\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"privilegedData\": [\n                {\n                    \"value\": \"2_4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\",\n                    \"display\": \"example.com.pass\"\n                },\n                {\n                    \"value\": \"2_8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\",\n                    \"display\": \"VendorLDAP 'Strickland-Lab'.pass\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"VaultInternal\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:51.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.911Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/VaultInternal\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        }\n    ]\n}"},{"id":"db861e99-5163-4d53-81af-75cf6fcbc7c4","name":"200 OK - Filter (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?filter=name eq \"VaultInternal\"","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"3","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"name eq \"VaultInternal\"","description":"Optional: Filter based Group Schema Attribute (e.g. displayName)"},{"key":"attributes","value":"{{resourceAttribute}} eq \"{{attributeString}}\"","description":"Optional: Return only specific attributes in JSON response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"20c8cbf123ac427e8e28f07e2624eb88"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6NTQ6MzUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:54:37 GMT"},{"key":"Content-Length","value":"958"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"itemsPerPage\": 1,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"name\": \"VaultInternal\",\n            \"displayName\": \"VaultInternal\",\n            \"type\": \"safe\",\n            \"owner\": {\n                \"value\": \"2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                \"display\": \"Administrator\"\n            },\n            \"privilegedData\": [\n                {\n                    \"value\": \"2_4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\",\n                    \"display\": \"example.com.pass\"\n                },\n                {\n                    \"value\": \"2_8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\",\n                    \"display\": \"VendorLDAP 'Strickland-Lab'.pass\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n            ],\n            \"id\": \"VaultInternal\",\n            \"meta\": {\n                \"resourceType\": \"Container\",\n                \"created\": \"2021-09-07T18:18:51.1Z\",\n                \"lastModified\": \"2022-05-16T08:00:09.911Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/VaultInternal\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n                \"NumberOfDaysRetention\": 30\n            }\n        }\n    ]\n}"},{"id":"24483691-ab4e-4670-ad7a-eeeaafeff81e","name":"200 OK - Filter (Failure)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?filter=name eq \"WINSVRLOCAL-A\"","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"3","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"name eq \"WINSVRLOCAL-A\"","description":"Optional: Filter based Group Schema Attribute (e.g. displayName)"},{"key":"attributes","value":"{{resourceAttribute}} eq \"{{attributeString}}\"","description":"Optional: Return only specific attributes in JSON response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"6400cda5588b41789ff5fa6d04c5490e"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6NTI6MzMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:52:34 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"itemsPerPage\": 0,\n    \"startIndex\": 1\n}"},{"id":"84aa4cee-06b9-4cc9-aaf8-2df23bf04cd1","name":"200 OK - Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?attributes=displayName","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"attributes","value":"displayName","description":"Optional: Only returns specified attributes in json response"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f13fd362e46b4afda278586c93515d7e"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MzE6MDcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:31:09 GMT"},{"key":"Content-Length","value":"1472"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 23,\n    \"itemsPerPage\": 23,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"displayName\": \"VaultInternal\",\n            \"id\": \"VaultInternal\"\n        },\n        {\n            \"displayName\": \"Notification Engine\",\n            \"id\": \"Notification Engine\"\n        },\n        {\n            \"displayName\": \"PVWATicketingSystem\",\n            \"id\": \"PVWATicketingSystem\"\n        },\n        {\n            \"displayName\": \"PVWAPublicData\",\n            \"id\": \"PVWAPublicData\"\n        },\n        {\n            \"displayName\": \"PVWATaskDefinitions1\",\n            \"id\": \"PVWATaskDefinitions1\"\n        },\n        {\n            \"displayName\": \"PasswordManager\",\n            \"id\": \"PasswordManager\"\n        },\n        {\n            \"displayName\": \"PasswordManager_Pending\",\n            \"id\": \"PasswordManager_Pending\"\n        },\n        {\n            \"displayName\": \"AccountsFeedADAccounts\",\n            \"id\": \"AccountsFeedADAccounts\"\n        },\n        {\n            \"displayName\": \"AccountsFeedDiscoveryLogs\",\n            \"id\": \"AccountsFeedDiscoveryLogs\"\n        },\n        {\n            \"displayName\": \"PSM\",\n            \"id\": \"PSM\"\n        },\n        {\n            \"displayName\": \"PasswordManagerOP\",\n            \"id\": \"PasswordManagerOP\"\n        },\n        {\n            \"displayName\": \"PSMUniversalConnectors\",\n            \"id\": \"PSMUniversalConnectors\"\n        },\n        {\n            \"displayName\": \"PSMPADBUserProfile\",\n            \"id\": \"PSMPADBUserProfile\"\n        },\n        {\n            \"displayName\": \"PSMPADBridgeCustom\",\n            \"id\": \"PSMPADBridgeCustom\"\n        },\n        {\n            \"displayName\": \"PVWAReports1\",\n            \"id\": \"PVWAReports1\"\n        },\n        {\n            \"displayName\": \"PVWAReports\",\n            \"id\": \"PVWAReports\"\n        },\n        {\n            \"displayName\": \"OLAC_Test_Safe\",\n            \"id\": \"OLAC_Test_Safe\"\n        },\n        {\n            \"displayName\": \"RM-MEDSTAR-DC\",\n            \"id\": \"RM-MEDSTAR-DC\"\n        },\n        {\n            \"displayName\": \"RM-CHOP-DC\",\n            \"id\": \"RM-CHOP-DC\"\n        },\n        {\n            \"displayName\": \"RM-INOVA-C\",\n            \"id\": \"RM-INOVA-C\"\n        },\n        {\n            \"displayName\": \"myContainer\",\n            \"id\": \"myContainer\"\n        },\n        {\n            \"displayName\": \"myContainerDocs\",\n            \"id\": \"myContainerDocs\"\n        },\n        {\n            \"displayName\": \"myContainerDocs2\",\n            \"id\": \"myContainerDocs2\"\n        }\n    ]\n}"},{"id":"e18a0c5a-5da4-4783-b5a3-903083572630","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?filter=name eq Vault-Internal","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"startIndex","value":"2","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"3","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"name eq Vault-Internal","description":"Optional: Filter based Group Schema Attribute (e.g. displayName)"},{"key":"attributes","value":"{{resourceAttribute}} eq \"{{attributeString}}\"-","description":"Optional: Return only specific attributes in JSON response","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"e339e67bceaa4d4f9b46f27631b1f63f"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6NTU6NTIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:55:53 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Could not parse -Internal\"\n}"},{"id":"80e2ee51-206e-47ac-bb49-b70517de68e8","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers?attributes=displayName","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers"],"query":[{"key":"attributes","value":"displayName","description":"Optional: Only returns specified attributes in json response"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1453cbdccf5f451497ca5b1079ab39e9"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MzA6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:30:31 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"be6a407f-1e39-4b4a-8419-352012dd97b7"},{"name":"Get Container By Name","id":"2af5cc0c-b3aa-43c2-88e4-17a0e583bce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/containers/:identitySCIMContainerName","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","containers",":identitySCIMContainerName"],"query":[{"key":"attributes","value":"displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}],"variable":[{"id":"031ff4b6-8927-4ff1-9dec-b7748dd0b2ca","key":"identitySCIMContainerName","value":"{{identitySCIMContainerName}}"}]},"description":"**Requirements:** ***Requires CyberArk Password Vault Web Access (PVWA) version 12.2+***\n\nEach Container object has a unique Container Name which you can find in the response payload of a GET request to [https://myTenantUrl.scim/v2/Containers](https://myTenantUrl.scim/v2/Containers). Adding the Container Name attribute value to the Containers endpoint retrieves attributes for just that Container\n\nStartFragment\n\n#### Permissions Required\n\n*   Requires individual Container (Safe) Audit Permissions\n    \n\nEndFragment"},"response":[{"id":"51f6febd-df9d-4218-9289-c12f57848fe8","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/containers/vaultInternal","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","containers","vaultInternal"],"query":[{"key":"attributes","value":"displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"541fd9e162d14598bda0bdbf0f8659e7"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDM6MDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:03:09 GMT"},{"key":"Content-Length","value":"828"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"VaultInternal\",\n    \"displayName\": \"VaultInternal\",\n    \"type\": \"safe\",\n    \"owner\": {\n        \"value\": \"2\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n        \"display\": \"Administrator\"\n    },\n    \"privilegedData\": [\n        {\n            \"value\": \"2_4\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\",\n            \"display\": \"example.com.pass\"\n        },\n        {\n            \"value\": \"2_8\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\",\n            \"display\": \"VendorLDAP 'Strickland-Lab'.pass\"\n        }\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n    ],\n    \"id\": \"VaultInternal\",\n    \"meta\": {\n        \"resourceType\": \"Container\",\n        \"created\": \"2021-09-07T18:18:51.1Z\",\n        \"lastModified\": \"2022-05-16T08:00:09.911Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/VaultInternal\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n        \"NumberOfDaysRetention\": 30\n    }\n}"},{"id":"172bf668-1431-4793-bc53-b63d157b5bae","name":"500 Internal Server Error - Name Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/containers/vaultInternal2","host":["{{identityBaseUrl}}"],"path":["scim","v2","containers","vaultInternal2"],"query":[{"key":"attributes","value":"displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"79643c61310048c2abd5ec1793bd6022"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDM6MzcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:03:37 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"Object reference not set to an instance of an object. \"\n}"}],"_postman_id":"2af5cc0c-b3aa-43c2-88e4-17a0e583bce5"},{"name":"Add Container","id":"42d6fd83-5cbc-4550-96e3-c3ed35b00046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myContainerName\", // Required\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/containers","description":"With the POST method, you can add Containers with core attributes. This request creates a Container. Include the SCIM schema in the request payload, as shown in the following example.\n\n#### **Required JSON Attributes**\n\n*   name\n*   schemas"},"response":[{"id":"12e0adbe-645c-43d8-9972-24a5cefd94ca","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myDocsContainerName\", // Required\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/containers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"c8a09661f82f442cad3102615f0dd3e3"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDU6MzAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:05:30 GMT"},{"key":"Content-Length","value":"662"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myDocsContainerName\",\n    \"displayName\": \"myDocsContainerName\",\n    \"description\": \"My Container Description\",\n    \"type\": \"safe\",\n    \"owner\": {\n        \"value\": \"104\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n        \"display\": \"identity-privilege-integration-user$\"\n    },\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n    ],\n    \"id\": \"myDocsContainerName\",\n    \"meta\": {\n        \"resourceType\": \"Container\",\n        \"created\": \"2022-05-16T16:04:16.6Z\",\n        \"lastModified\": \"2022-05-16T16:04:16.647Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myDocsContainerName\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n        \"NumberOfDaysRetention\": 7\n    }\n}"},{"id":"f7b02b6a-4bb8-47c0-b7f2-f5cb1a7b3d4e","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //\"name\": \"myDocsContainerName\", // Required\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/containers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"8028a3e86a9246efbce5bc8436767b8c"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDY6MTggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:06:18 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"d029e833-012a-4a60-8495-5d15640732fe","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myDocsContainerName\", // Required\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/containers"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"4c371197dd4a4c25b1f3d1c0267222e1"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDU6NTYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:05:56 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"409\",\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"The request could not be processed because of conflict in the name of the resource\"\n}"},{"id":"ebabccf7-28e3-4979-b160-fc6f8f91ff75","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myContainerName\", // Required\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/containers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"42d6fd83-5cbc-4550-96e3-c3ed35b00046"},{"name":"Update Container","id":"dd89f88b-43d2-4a27-a99b-0bc3441ed670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myNewContainerName\", // Updated Safe Name\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"type\": \"safe\",\r\n    \"owner\": {\r\n        \"value\": \"1\",\r\n        \"$ref\": \"{{identityTenantURL}}/scim/v2/users/1\",\r\n        \"display\": \"identity-privilege-integration-user$\"\r\n    },\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\r\n    ],\r\n    \"id\": \"myContainerName\",\r\n    \"meta\": {\r\n        \"resourceType\": \"Container\",\r\n        \"created\": \"2021-06-18T04:45:08.8Z\",\r\n        \"lastModified\": \"2021-06-18T04:45:09.911Z\",\r\n        \"location\": \"{{identityTenantURL}}/scim/v2/containers/myContainerName\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\r\n        \"NumberOfDaysRetention\": 56\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/containers/:identitySCIMContainerName","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","containers",":identitySCIMContainerName"],"variable":[{"id":"991cdee9-8aec-44f5-b03e-72ad84aaf462","key":"identitySCIMContainerName","value":"{{identitySCIMContainerName}}"}]},"description":"This request navigates to a specific Container endpoint through the Container Name and changes an informational aspect about the Container.\n\n***Note:*** *If you update a container name, the corresponding Container Id and meta.location are updated to reflect the new Name.*\n\n#### **Recommended Attributes**\n\n*   name\n*   schemas\n*   id\n*   meta"},"response":[{"id":"cbf4a047-cc27-4bcd-8b9b-88b2d1f24c15","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myDocsContainerNameNEW\",\r\n    \"displayName\": \"myDocsContainerName\",\r\n    \"description\": \"My Container Description\",\r\n    \"type\": \"safe\",\r\n    \"owner\": {\r\n        \"value\": \"104\",\r\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\r\n        \"display\": \"identity-privilege-integration-user$\"\r\n    },\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\r\n    ],\r\n    \"id\": \"myDocsContainerName\",\r\n    \"meta\": {\r\n        \"resourceType\": \"Container\",\r\n        \"created\": \"2022-05-16T16:04:16.6Z\",\r\n        \"lastModified\": \"2022-05-16T16:04:16.647Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myDocsContainerName\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\r\n        \"NumberOfDaysRetention\": 7\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/containers/104"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b98fd752a52040f9ad8a02b0a218ddcb"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDg6MzEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:08:33 GMT"},{"key":"Content-Length","value":"674"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myDocsContainerNameNEW\",\n    \"displayName\": \"myDocsContainerNameNEW\",\n    \"description\": \"My Container Description\",\n    \"type\": \"safe\",\n    \"owner\": {\n        \"value\": \"104\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n        \"display\": \"identity-privilege-integration-user$\"\n    },\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\n    ],\n    \"id\": \"myDocsContainerNameNEW\",\n    \"meta\": {\n        \"resourceType\": \"Container\",\n        \"created\": \"2022-05-16T16:04:16.6Z\",\n        \"lastModified\": \"2022-05-16T16:07:18.847Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myDocsContainerNameNEW\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\n        \"NumberOfDaysRetention\": 7\n    }\n}"},{"id":"974ad6a1-0b2f-423d-bd76-a570a4522fcf","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myDocsContainerNameNEW\",\r\n    \"displayName\": \"myDocsContainerName\",\r\n    \"description\": \"My Container Description\",\r\n    \"type\": \"safe\",\r\n    \"owner\": {\r\n        \"value\": \"104\",\r\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\r\n        \"display\": \"identity-privilege-integration-user$\"\r\n    },\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\r\n    ],\r\n    \"id\": \"myDocsContainerName\", // Id is not Accurate\r\n    \"meta\": {\r\n        \"resourceType\": \"Container\",\r\n        \"created\": \"2022-05-16T16:04:16.6Z\",\r\n        \"lastModified\": \"2022-05-16T16:04:16.647Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Containers/myDocsContainerName\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\r\n        \"NumberOfDaysRetention\": 7\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/containers/104"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"79a1fb30511345b09c1bda9c89fd42d2"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MDk6MDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:09:04 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"b0dd0466-be1e-4231-92f1-539c4b4fd291","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myNewContainerName\", // Updated Safe Name\r\n    \"displayName\": \"myContainerDisplayName\",\r\n    \"description\": \"My Container Description\",\r\n    \"type\": \"safe\",\r\n    \"owner\": {\r\n        \"value\": \"1\",\r\n        \"$ref\": \"{{identityBaseUrl}}/scim/v2/users/1\",\r\n        \"display\": \"identity-privilege-integration-user$\"\r\n    },\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\r\n    ],\r\n    \"id\": \"myContainerName\",\r\n    \"meta\": {\r\n        \"resourceType\": \"Container\",\r\n        \"created\": \"2021-06-18T04:45:08.8Z\",\r\n        \"lastModified\": \"2021-06-18T04:45:09.911Z\",\r\n        \"location\": \"{{identityBaseUrl}}}}/scim/v2/containers/myContainerName\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\": {\r\n        \"NumberOfDaysRetention\": 56\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/containers/{{myContainerName}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":null,"cookie":[],"responseTime":null,"body":"<!doctype html>\r\n<html>\r\n\r\n<head>\r\n\t<title>Idaptive</title>\r\n\t<link rel=\"stylesheet\" type=\"text/css\"\r\n\t\thref=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head>\r\n\r\n<body class=\"error idaptive\">\r\n\r\n\t<div class=\"wrap\">\r\n\r\n\t\t<img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\">\r\n\r\n\t\t<div class=\"text\">\r\n\t\t\t<h1>Something went wrong &#133;</h1>\r\n\t\t\t<p>Please try again or contact your system administrator for assistance.</p>\r\n\t\t</div>\r\n\r\n\t</div>\r\n\r\n</body>\r\n\r\n</html>"}],"_postman_id":"dd89f88b-43d2-4a27-a99b-0bc3441ed670"},{"name":"Delete Container","id":"274d7bda-39b6-4288-88e6-62eca8b6823c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/containers/:identitySCIMContainerName","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","containers",":identitySCIMContainerName"],"variable":[{"id":"d581f73d-fdca-4af0-8f1c-aeed9ae192df","key":"identitySCIMContainerName","value":"{{identitySCIMContainerName}}"}]},"description":"DELETE Container deletes a Container (Safe). The request uses the Container Name to locate the Container's endpoint."},"response":[{"id":"0251c4ef-afba-486e-8811-820b69d916ca","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"https://example.my.idaptive.app/scim/v2/containers/myDocsContainerNameNEW"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"cb5716722f7c446189db2011ddb3d673"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MTA6MDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:10:08 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"58c2acd0-b9b2-4d08-95da-d47c8145165f","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/containers/myDocsContainerNameNEW"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b62a1eef4abe429697ebe1d761a3bcf4"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MTA6MzQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:10:35 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"31e3690b-71cc-4289-8557-6e6aff53d20d","name":"500 Internal Server Error - Container Permissions","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/containers/exampleSafeName"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"efe50d29a74040d083576d2abedd9e54"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDQ6MTU6MDEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 16:15:01 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"274d7bda-39b6-4288-88e6-62eca8b6823c"}],"id":"bf59182f-924a-4f15-bb19-a39f77eb6162","description":"CyberArk Identity allows you to manage Container (Safe) objects in the Vault through the scim/v2/Containers/ endpoint. Supported requests include:\n\n*   GET: access containers (safes) information\n*   POST: add new containers (safes)\n*   PUT: update the information of existing containers (safes)\n*   DELETE: delete containers (safes)\n    \n\nThe following should be included in any request to the \"Containers\" endpoint:  \n`\"schemas\": [ \"urn:ietf:params:scim:schemas:pam:1.0:Container\" ],`\n\n### **Container Attributes**\n\n| **Attribute** | **Description** | **Data Type** | **Filter?** | **Sort By?** |\n| --- | --- | --- | --- | --- |\n| name | Container Name | String | Supported | Supported |\n| displayName | Container Display Name | String | Supported | Supported |\n| type | Resource Type | String | Not Supported | Supported (2) |\n| **owner** | Container Owner | Complex | \\- | \\- |\n| *.value* | Container Owner User Id | String | Supported | Not Supported |\n| *.$ref* | Container Owner Reference Url | String | Supported (1) | Not Supported |\n| *.display* | Container Owner Display Name | String | Supported | Not Supported |\n| **privilegedData** | Privileged Data | Complex Array | \\- | \\- |\n| *.value* | Privileged Data Id | String | Supported | Not Supported |\n| *.$ref* | Privileged Data Reference Url | String | Supported (1) | Not Supported |\n| *.display* | Privileged Data Display Name | String | Supported | Not Supported |\n| schemas | Container Schemas | String Array | Not Supported | Not Supported |\n| id | Unique Container Id | String | Supported | Supported |\n| **meta** | Container Metadata | Complex | \\- | \\- |\n| *.resourceType* | Static - \"Container\" | String | Supported (2) | Supported (2) |\n| *.created* | Date Created - YYYY-MM-DDTHH:MM:SS.#######Z | String | Supported | Supported |\n| *.lastModified* | Date Last Modified - YYYY-MM-DDTHH:MM:SS.#######Z | String | Supported | Supported |\n| *.location* | Resource Location URL | String | Supported | Not Supported |\n| **urn:ietf:params:scim:schemas:cyberark:1.0:Safe** | CyberArk Container Identifier | Complex | \\- | \\- |\n| *.NumberOfDaysRetention* | Previous Version Privileged Data Retention Days | Integer | Not Supported | Not Supported |\n| *.ManagingCPM* | CPM Assigned to Container | String | Not Supported | Not Supported |\n\n#### Notes\n\n*   *(1) You should enclose the attribute path in quotes to avoid Url encoding issues (e.g. \"owner.$ref\")*\n*   *(2) Although these are supported, the returned results do not differ from a standard request as the value is not unique per Container*","_postman_id":"bf59182f-924a-4f15-bb19-a39f77eb6162"},{"name":"Container (Safe) Permissions Management","item":[{"name":"Get Containers Permissions","id":"7a82aa2c-916c-4ded-802b-0a22146a09a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/ContainerPermissions","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"{{identitySCIMResourceAttribute}},{{identitySCIMResourceAttribute}}","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{identitySCIMResourceAttribute}}","description":"Optional: Sort By Container Permissions Schema Attributes","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"{{identitySCIMResourceAttribute}} eq \"{{identitySCIMAttributeString}}\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)","disabled":true}]},"description":"This endpoint allows you to obtain information relating to all Container (Safe) Permissions in the vault.\n\n#### Permissions Required\n\n*   Requires individual Container (Safe) Audit Permissions\n    \n\n#### Query Parameters\n\n*   **Index:**\n    *   Returns resources specified by an index. Useful when there are large number of returned resources to control pagination.\n        *   startIndex: initial starting offset for returned resources.\n        *   count: total count of returned resources.\n    *   Example: Return Containers 10 through 13 using index.\n        *   `GET https://myTenantUrl/scim/v2/ContainerPermissions?startIndex=10&count=5`\n*   **Sort:**\n    *   Returns all resources sorted either ascending (default) or descending based on a resource attribute.\n        *   sortBy: resource attribute to sort by.\n        *   sortOrder: ascending (default) or descending.\n    *   Example: Return ContainerPermissions in ascending order by Container name.\n        *   `GET https://myTenantUrl/scim/v2/ContainerPermissions?sortBy=container.name&sortOrder=ascending`\n*   **Filter:**\n    *   Returns a single resource specified by the filter in the response.\n    *   Example: Return a single Container based on the *container.name* filter.\n        *   `GET https://myTenantUrl/scim/v2/ContainerPermissions?filter=container.name eq \"exampleContainerName\"`\n*   **Attributes:**\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return all Containers with only the *container.name* attribute.\n        *   `GET https://myTenantUrl/scim/v2/ContainerPermissions&attributes=container.name`"},"response":[{"id":"eaa4fc46-1883-4dc6-9aeb-ee52f9f31698","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/ContainerPermissions","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"098881ea3f57417f87417d681f3d86be"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDU6NTE6MzEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 17:51:36 GMT"},{"key":"Content-Length","value":"73212"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 82,\n    \"itemsPerPage\": 82,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.2297024Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.2297024Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.2297024Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.2297024Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"13\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/13\",\n                \"display\": \"NotificationEngine\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:NotificationEngine\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.3533113Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.3533113Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:NotificationEngine\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.3533113Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.3533113Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.3533113Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.3533113Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.4897098Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.4897098Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.4897098Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.4897098Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.4897098Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.4897098Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.628187Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.628187Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.628187Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.628187Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.628187Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.628187Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.8282876Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.8282876Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.8282876Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.8282876Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.8282876Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.8282876Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.8282876Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.8282876Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"67\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                \"display\": \"karen\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:karen\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.8282876Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.8282876Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:karen\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"createFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.9812865Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.9812865Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.9812865Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.9812865Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:32.9812865Z\",\n                \"lastModified\": \"2022-05-16T17:51:32.9812865Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"group\": {\n                \"value\": \"16\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\",\n                \"display\": \"PVWAUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PVWAUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PVWAUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"92\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                \"display\": \"PTAUser\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PTAUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PTAUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"93\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                \"display\": \"PTAAppUser\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PTAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PTAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"182\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/182\",\n                \"display\": \"PASReporter\"\n            },\n            \"rights\": [\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PASReporter\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.2191932Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.2191932Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PASReporter\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.3525095Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.3525095Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.3525095Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.3525095Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.3680545Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.3680545Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"16\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\",\n                \"display\": \"PVWAUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"47\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                \"display\": \"PVWAAppUser\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.5699627Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.5699627Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountContent\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"34\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/34\",\n                \"display\": \"PSMMaster\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PSMMaster\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PSMMaster\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"47\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                \"display\": \"PVWAAppUser\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountContent\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PVWAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PVWAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.7455844Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.7455844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManagerOP\",\n                \"display\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManagerOP:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.8826992Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.8826992Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManagerOP:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManagerOP\",\n                \"display\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManagerOP:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:33.8826992Z\",\n                \"lastModified\": \"2022-05-16T17:51:33.8826992Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManagerOP:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMUniversalConnectors\",\n                \"display\": \"PSMUniversalConnectors\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMUniversalConnectors:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.0234383Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.0234383Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMUniversalConnectors:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMUniversalConnectors\",\n                \"display\": \"PSMUniversalConnectors\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMUniversalConnectors:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.0234383Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.0234383Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMUniversalConnectors:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBUserProfile\",\n                \"display\": \"PSMPADBUserProfile\"\n            },\n            \"group\": {\n                \"value\": \"66\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/66\",\n                \"display\": \"PSMP_ADB_AppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBUserProfile:PSMP_ADB_AppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.1801844Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.1801844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBUserProfile:PSMP_ADB_AppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBUserProfile\",\n                \"display\": \"PSMPADBUserProfile\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBUserProfile:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.1801844Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.1801844Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBUserProfile:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBridgeCustom\",\n                \"display\": \"PSMPADBridgeCustom\"\n            },\n            \"group\": {\n                \"value\": \"66\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/66\",\n                \"display\": \"PSMP_ADB_AppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBridgeCustom:PSMP_ADB_AppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.3097936Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.3097936Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBridgeCustom:PSMP_ADB_AppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBridgeCustom\",\n                \"display\": \"PSMPADBridgeCustom\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBridgeCustom:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.3097936Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.3097936Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBridgeCustom:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports1\",\n                \"display\": \"PVWAReports1\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports1:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.4679168Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.4679168Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports1:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports1\",\n                \"display\": \"PVWAReports1\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"deleteAccounts\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports1:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.4679168Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.4679168Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports1:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"deleteAccounts\",\n                \"manageSafeMembers\",\n                \"viewSafeMembers\",\n                \"createFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.6362898Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.6362898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.6362898Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.6362898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.6362898Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.6362898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"67\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                \"display\": \"karen\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:karen\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.6362898Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.6362898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:karen\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.814991Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.814991Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.814991Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.814991Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.814991Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.814991Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.814991Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.814991Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.9899467Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.9899467Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.9899467Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.9899467Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.9899467Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.9899467Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"unlockAccounts\",\n                \"manageSafeMembers\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:34.9899467Z\",\n                \"lastModified\": \"2022-05-16T17:51:34.9899467Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.1944842Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.1944842Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.1944842Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.1944842Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.1944842Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.1944842Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.335068Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.335068Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.335068Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.335068Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.335068Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.335068Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.5104444Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.5104444Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.5104444Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.5104444Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.5104444Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.5104444Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.5104444Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.5104444Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.6479557Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.6479557Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.6635543Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.6635543Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.6635543Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.6635543Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs\",\n                \"display\": \"myContainerDocs\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.7831675Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.7831675Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs\",\n                \"display\": \"myContainerDocs\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.7831675Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.7831675Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs2\",\n                \"display\": \"myContainerDocs2\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs2:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.9153524Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.9153524Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs2:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs2\",\n                \"display\": \"myContainerDocs2\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs2:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:51:35.9153524Z\",\n                \"lastModified\": \"2022-05-16T17:51:35.9153524Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs2:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        }\n    ]\n}"},{"id":"0d2d4f2f-fffc-4769-bee6-40144368924b","name":"200 OK - Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?startIndex=10&count=5","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10"},{"key":"count","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"cd6996768d8241be93c43441aa47ea48"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDU6NTI6MTMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 17:52:16 GMT"},{"key":"Content-Length","value":"4984"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 82,\n    \"itemsPerPage\": 5,\n    \"startIndex\": 10,\n    \"Resources\": [\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:52:14.2270425Z\",\n                \"lastModified\": \"2022-05-16T17:52:14.2270425Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:52:14.2270425Z\",\n                \"lastModified\": \"2022-05-16T17:52:14.2270425Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:52:14.4390806Z\",\n                \"lastModified\": \"2022-05-16T17:52:14.4390806Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:52:14.4390806Z\",\n                \"lastModified\": \"2022-05-16T17:52:14.4390806Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:52:14.4390806Z\",\n                \"lastModified\": \"2022-05-16T17:52:14.4390806Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        }\n    ]\n}"},{"id":"60c480b3-dd96-46c1-bd61-26b8d20bd916","name":"200 OK - Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?sortBy=meta.created","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"meta.created","description":"Optional: Sort By Container Permissions Schema Attributes"},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"id eq \"\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"52cf003878af418b95d486f785439510"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDU6NTk6MDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 17:59:11 GMT"},{"key":"Content-Length","value":"73216"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 82,\n    \"itemsPerPage\": 82,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:06.6313968Z\",\n                \"lastModified\": \"2022-05-16T17:59:06.6313968Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:06.6313968Z\",\n                \"lastModified\": \"2022-05-16T17:59:06.6313968Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"13\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/13\",\n                \"display\": \"NotificationEngine\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:NotificationEngine\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:06.8433252Z\",\n                \"lastModified\": \"2022-05-16T17:59:06.8433252Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:NotificationEngine\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:06.8433252Z\",\n                \"lastModified\": \"2022-05-16T17:59:06.8433252Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"Notification Engine\",\n                \"display\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"Notification%20Engine:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:06.8433252Z\",\n                \"lastModified\": \"2022-05-16T17:59:06.8433252Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/Notification%20Engine:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.0817345Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.0817345Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.0817345Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.0817345Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATicketingSystem\",\n                \"display\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATicketingSystem:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.0817345Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.0817345Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATicketingSystem:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.4050119Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.4050119Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.4050119Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.4050119Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAPublicData\",\n                \"display\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAPublicData:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.4050119Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.4050119Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAPublicData:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.6142761Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.6142761Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.6142761Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.6142761Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.6142761Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.6142761Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.6142761Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.6142761Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWATaskDefinitions1\",\n                \"display\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"67\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                \"display\": \"karen\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWATaskDefinitions1:karen\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.6142761Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.6142761Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWATaskDefinitions1:karen\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"createFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.7414335Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.7414335Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.7414335Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.7414335Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager\",\n                \"display\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.7414335Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.7414335Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.9762264Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.9762264Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"group\": {\n                \"value\": \"16\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\",\n                \"display\": \"PVWAUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PVWAUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.9762264Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.9762264Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PVWAUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"92\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                \"display\": \"PTAUser\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PTAUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PTAUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"93\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                \"display\": \"PTAAppUser\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PTAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PTAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManager_Pending\",\n                \"display\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"182\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/182\",\n                \"display\": \"PASReporter\"\n            },\n            \"rights\": [\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManager_Pending:PASReporter\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:07.977232Z\",\n                \"lastModified\": \"2022-05-16T17:59:07.977232Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManager_Pending:PASReporter\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.1582562Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.1582562Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.1582562Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.1582562Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedADAccounts\",\n                \"display\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedADAccounts:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.1582562Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.1582562Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"16\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\",\n                \"display\": \"PVWAUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"47\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                \"display\": \"PVWAAppUser\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:PVWAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"AccountsFeedDiscoveryLogs\",\n                \"display\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"AccountsFeedDiscoveryLogs:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.3843898Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.3843898Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedDiscoveryLogs:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountContent\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"group\": {\n                \"value\": \"34\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/34\",\n                \"display\": \"PSMMaster\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PSMMaster\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PSMMaster\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"47\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                \"display\": \"PVWAAppUser\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountContent\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:PVWAAppUser\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:PVWAAppUser\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSM\",\n                \"display\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSM:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.5943726Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.5943726Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSM:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManagerOP\",\n                \"display\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManagerOP:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.7698755Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.7698755Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManagerOP:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PasswordManagerOP\",\n                \"display\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PasswordManagerOP:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.7698755Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.7698755Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PasswordManagerOP:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMUniversalConnectors\",\n                \"display\": \"PSMUniversalConnectors\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMUniversalConnectors:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.9739775Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.9739775Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMUniversalConnectors:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMUniversalConnectors\",\n                \"display\": \"PSMUniversalConnectors\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMUniversalConnectors:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:08.9739775Z\",\n                \"lastModified\": \"2022-05-16T17:59:08.9739775Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMUniversalConnectors:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBUserProfile\",\n                \"display\": \"PSMPADBUserProfile\"\n            },\n            \"group\": {\n                \"value\": \"66\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/66\",\n                \"display\": \"PSMP_ADB_AppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBUserProfile:PSMP_ADB_AppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.1366367Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.1366367Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBUserProfile:PSMP_ADB_AppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBUserProfile\",\n                \"display\": \"PSMPADBUserProfile\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBUserProfile:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.1366367Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.1366367Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBUserProfile:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBridgeCustom\",\n                \"display\": \"PSMPADBridgeCustom\"\n            },\n            \"group\": {\n                \"value\": \"66\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/66\",\n                \"display\": \"PSMP_ADB_AppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBridgeCustom:PSMP_ADB_AppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.291338Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.291338Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBridgeCustom:PSMP_ADB_AppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PSMPADBridgeCustom\",\n                \"display\": \"PSMPADBridgeCustom\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PSMPADBridgeCustom:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.291338Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.291338Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PSMPADBridgeCustom:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports1\",\n                \"display\": \"PVWAReports1\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports1:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.4319971Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.4319971Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports1:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports1\",\n                \"display\": \"PVWAReports1\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"deleteAccounts\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports1:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.4319971Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.4319971Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports1:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"group\": {\n                \"value\": \"18\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/18\",\n                \"display\": \"PVWAAppUsers\"\n            },\n            \"rights\": [\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"deleteAccounts\",\n                \"manageSafeMembers\",\n                \"viewSafeMembers\",\n                \"createFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:PVWAAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.6158159Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.6158159Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:PVWAAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"group\": {\n                \"value\": \"15\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\",\n                \"display\": \"PVWAMonitor\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:PVWAMonitor\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.6158159Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.6158159Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:PVWAMonitor\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.6158159Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.6158159Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"PVWAReports\",\n                \"display\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"67\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                \"display\": \"karen\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"PVWAReports:karen\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.6158159Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.6158159Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/PVWAReports:karen\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.8045459Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.8045459Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.8045459Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.8045459Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.8045459Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.8045459Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.8045459Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.8045459Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.9711781Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.9711781Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.9711781Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.9711781Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.9711781Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.9711781Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"OLAC_Test_Safe\",\n                \"display\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"unlockAccounts\",\n                \"manageSafeMembers\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"OLAC_Test_Safe:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:09.9711781Z\",\n                \"lastModified\": \"2022-05-16T17:59:09.9711781Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/OLAC_Test_Safe:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.1422217Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.1422217Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.1422217Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.1422217Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-MEDSTAR-DC\",\n                \"display\": \"RM-MEDSTAR-DC\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-MEDSTAR-DC:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.1422217Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.1422217Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-MEDSTAR-DC:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.2990529Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.2990529Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.2990529Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.2990529Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-CHOP-DC\",\n                \"display\": \"RM-CHOP-DC\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-CHOP-DC:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.2990529Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.2990529Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-CHOP-DC:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.4873155Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.4873155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.4873155Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.4873155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"49\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/49\",\n                \"display\": \"PasswordManager\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"viewAuditLog\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:PasswordManager\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.4873155Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.4873155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:PasswordManager\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"RM-INOVA-C\",\n                \"display\": \"RM-INOVA-C\"\n            },\n            \"group\": {\n                \"value\": \"169\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/169\",\n                \"display\": \"BcorpGroup\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"RM-INOVA-C:BcorpGroup\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.4873155Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.4873155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/RM-INOVA-C:BcorpGroup\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.6539948Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.6539948Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.6539948Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.6539948Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainer\",\n                \"display\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                \"display\": \"john\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainer:john\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.6539948Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.6539948Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs\",\n                \"display\": \"myContainerDocs\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.8343791Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.8343791Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs\",\n                \"display\": \"myContainerDocs\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:10.8343791Z\",\n                \"lastModified\": \"2022-05-16T17:59:10.8343791Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs2\",\n                \"display\": \"myContainerDocs2\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"addAccounts\",\n                \"updateAccountContent\",\n                \"updateAccountProperties\",\n                \"initiateCPMAccountManagementOperations\",\n                \"specifyNextAccountContent\",\n                \"renameAccounts\",\n                \"deleteAccounts\",\n                \"unlockAccounts\",\n                \"manageSafe\",\n                \"manageSafeMembers\",\n                \"backupSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\",\n                \"accessWithoutConfirmation\",\n                \"createFolders\",\n                \"deleteFolders\",\n                \"moveAccountsAndFolders\",\n                \"requestsAuthorizationLevel1\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs2:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:11.0110834Z\",\n                \"lastModified\": \"2022-05-16T17:59:11.0110834Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs2:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"myContainerDocs2\",\n                \"display\": \"myContainerDocs2\"\n            },\n            \"group\": {\n                \"value\": \"33\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/33\",\n                \"display\": \"PSMAppUsers\"\n            },\n            \"rights\": [\n                \"listAccounts\",\n                \"unlockAccounts\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"myContainerDocs2:PSMAppUsers\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:11.0110834Z\",\n                \"lastModified\": \"2022-05-16T17:59:11.0110834Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainerDocs2:PSMAppUsers\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        }\n    ]\n}"},{"id":"2c9a209d-e9da-4c64-b4cf-3493fe3d232b","name":"200 OK - Filter (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?filter=container.name eq VaultInternal","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"meta.created","description":"Optional: Sort By Container Permissions Schema Attributes","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"container.name eq VaultInternal","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"cd863ffa241b4bd4beb63e8bbae4de77"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDU6NTk6NTUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 17:59:59 GMT"},{"key":"Content-Length","value":"1755"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 2,\n    \"itemsPerPage\": 2,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"22\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n                \"display\": \"EPMAgent\"\n            },\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:EPMAgent\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:55.551141Z\",\n                \"lastModified\": \"2022-05-16T17:59:55.551141Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:EPMAgent\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        },\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n                \"name\": \"VaultInternal\",\n                \"display\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"104\",\n                \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                \"display\": \"identity-privilege-integration-user$\"\n            },\n            \"rights\": [\n                \"useAccounts\",\n                \"retrieveAccounts\",\n                \"listAccounts\",\n                \"deleteAccounts\",\n                \"manageSafe\",\n                \"viewAuditLog\",\n                \"viewSafeMembers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n            ],\n            \"id\": \"VaultInternal:identity-privilege-integration-user$\",\n            \"meta\": {\n                \"resourceType\": \"ContainerPermission\",\n                \"created\": \"2022-05-16T17:59:55.551141Z\",\n                \"lastModified\": \"2022-05-16T17:59:55.551141Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/VaultInternal:identity-privilege-integration-user$\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n        }\n    ]\n}"},{"id":"46a1633f-8d6c-4105-a984-a233eccbaf2f","name":"200 OK - Filter (Failure)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?filter=container.name eq \"incorrect_container\"","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"meta.created","description":"Optional: Sort By Container Permissions Schema Attributes","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"container.name eq \"incorrect_container\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1964a04ff76345709e0c41ac90357167"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6MDA6NDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:00:49 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"itemsPerPage\": 0,\n    \"startIndex\": 1\n}"},{"id":"85c6748d-1999-415a-9e88-880ab77e20f9","name":"200 OK - Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?attributes=container.value,user.value,id","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response"},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{resourceAttribute}}","description":"Optional: Sort By Container Permissions Schema Attributes","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"id eq \"\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"d1b1fb4812b24385bea978418724abec"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDU6NTg6MTcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 17:58:22 GMT"},{"key":"Content-Length","value":"8064"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 82,\n    \"itemsPerPage\": 82,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"VaultInternal:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"VaultInternal\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"VaultInternal:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"13\"\n            },\n            \"id\": \"Notification%20Engine:NotificationEngine\"\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"Notification%20Engine:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"Notification Engine\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"Notification%20Engine:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\"\n            },\n            \"id\": \"PVWATicketingSystem:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PVWATicketingSystem:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATicketingSystem\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PVWATicketingSystem:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\"\n            },\n            \"id\": \"PVWAPublicData:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PVWAPublicData:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAPublicData\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PVWAPublicData:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\"\n            },\n            \"id\": \"PVWATaskDefinitions1:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PVWATaskDefinitions1:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\"\n            },\n            \"id\": \"PVWATaskDefinitions1:PVWAMonitor\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"PVWATaskDefinitions1:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWATaskDefinitions1\"\n            },\n            \"user\": {\n                \"value\": \"67\"\n            },\n            \"id\": \"PVWATaskDefinitions1:karen\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"PasswordManager:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PasswordManager:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PasswordManager:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"id\": \"PasswordManager_Pending:PVWAMonitor\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"id\": \"PasswordManager_Pending:PVWAUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"PasswordManager_Pending:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"92\"\n            },\n            \"id\": \"PasswordManager_Pending:PTAUser\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"93\"\n            },\n            \"id\": \"PasswordManager_Pending:PTAAppUser\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PasswordManager_Pending:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PasswordManager_Pending:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManager_Pending\"\n            },\n            \"user\": {\n                \"value\": \"182\"\n            },\n            \"id\": \"PasswordManager_Pending:PASReporter\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"AccountsFeedADAccounts:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"AccountsFeedADAccounts:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedADAccounts\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"AccountsFeedADAccounts:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAMonitor\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"47\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:PVWAAppUser\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"AccountsFeedDiscoveryLogs\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"AccountsFeedDiscoveryLogs:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"id\": \"PSM:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"id\": \"PSM:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"id\": \"PSM:PSMMaster\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"47\"\n            },\n            \"id\": \"PSM:PVWAAppUser\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PSM:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSM\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PSM:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PasswordManagerOP:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PasswordManagerOP\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"PasswordManagerOP:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\"\n            },\n            \"id\": \"PSMUniversalConnectors:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMUniversalConnectors\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PSMUniversalConnectors:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\"\n            },\n            \"id\": \"PSMPADBUserProfile:PSMP_ADB_AppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBUserProfile\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PSMPADBUserProfile:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\"\n            },\n            \"id\": \"PSMPADBridgeCustom:PSMP_ADB_AppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PSMPADBridgeCustom\"\n            },\n            \"user\": {\n                \"value\": \"22\"\n            },\n            \"id\": \"PSMPADBridgeCustom:EPMAgent\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\"\n            },\n            \"id\": \"PVWAReports1:PVWAMonitor\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports1\"\n            },\n            \"id\": \"PVWAReports1:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\"\n            },\n            \"id\": \"PVWAReports:PVWAAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\"\n            },\n            \"id\": \"PVWAReports:PVWAMonitor\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"PVWAReports:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"PVWAReports\"\n            },\n            \"user\": {\n                \"value\": \"67\"\n            },\n            \"id\": \"PVWAReports:karen\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"myContainer:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"id\": \"myContainer:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"myContainer:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"myContainer:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"OLAC_Test_Safe:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\"\n            },\n            \"id\": \"OLAC_Test_Safe:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"OLAC_Test_Safe:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"OLAC_Test_Safe\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"OLAC_Test_Safe:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"RM-MEDSTAR-DC:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\"\n            },\n            \"id\": \"RM-MEDSTAR-DC:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-MEDSTAR-DC\"\n            },\n            \"id\": \"RM-MEDSTAR-DC:BcorpGroup\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"RM-CHOP-DC:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\"\n            },\n            \"id\": \"RM-CHOP-DC:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-CHOP-DC\"\n            },\n            \"id\": \"RM-CHOP-DC:BcorpGroup\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"RM-INOVA-C:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\"\n            },\n            \"id\": \"RM-INOVA-C:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\"\n            },\n            \"user\": {\n                \"value\": \"49\"\n            },\n            \"id\": \"RM-INOVA-C:PasswordManager\"\n        },\n        {\n            \"container\": {\n                \"value\": \"RM-INOVA-C\"\n            },\n            \"id\": \"RM-INOVA-C:BcorpGroup\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"myContainer:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"id\": \"myContainer:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainer\"\n            },\n            \"user\": {\n                \"value\": \"36\"\n            },\n            \"id\": \"myContainer:john\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"myContainerDocs:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs\"\n            },\n            \"id\": \"myContainerDocs:PSMAppUsers\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\"\n            },\n            \"user\": {\n                \"value\": \"104\"\n            },\n            \"id\": \"myContainerDocs2:identity-privilege-integration-user$\"\n        },\n        {\n            \"container\": {\n                \"value\": \"myContainerDocs2\"\n            },\n            \"id\": \"myContainerDocs2:PSMAppUsers\"\n        }\n    ]\n}"},{"id":"ebb373ff-dbb4-4167-b807-3a30d97f1b9b","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions?filter=container.name eq incorrect-container","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"10","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"meta.created","description":"Optional: Sort By Container Permissions Schema Attributes","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"container.name eq incorrect-container","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"3785e5392bf5485ba092019e4d051ea7"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6MDE6MjcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:01:31 GMT"},{"key":"Content-Length","value":"138"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Could not parse -container\"\n}"},{"id":"97f06165-1544-4825-b051-f1b8a2f51154","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions"],"query":[{"key":"attributes","value":"container.value,user.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"7a82aa2c-916c-4ded-802b-0a22146a09a2"},{"name":"Get Containers Permissions By Name","id":"839d3159-6117-4eb8-8e93-0d677e40b647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/ContainerPermissions/{{identitySCIMContainerName}}:{{identitySCIMObjectName}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","ContainerPermissions","{{identitySCIMContainerName}}:{{identitySCIMObjectName}}"],"query":[{"key":"attributes","value":"container.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]},"description":"**Requirements:** ***Requires CyberArk Password Vault Web Access (PVWA) version 12.2+***\n\nThis scenario is unique in that it requires two arguments as each container may have many users or groups mapped to it from a permissions perspective. The two attributes required are one of two options:\n\n1.  Container Name and User Name\n2.  Container Name and Group Name\n    \n\nThe combination of the two variables is the Container Permission Id. (e.g. ContainerName:UserName is the Id of a specific Container Permission resource)"},"response":[{"id":"e787a395-ade1-48c7-8db2-871b89f6325f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/ContainerPermissions/AccountsFeedADAccounts:EPMAgent","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","ContainerPermissions","AccountsFeedADAccounts:EPMAgent"],"query":[{"key":"attributes","value":"container.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"2b19618ace79446a83eacc9e5b08903b"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6Mjk6MjggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:29:28 GMT"},{"key":"Content-Length","value":"755"}],"cookie":[],"responseTime":null,"body":"{\n    \"container\": {\n        \"value\": \"AccountsFeedADAccounts\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n        \"name\": \"AccountsFeedADAccounts\",\n        \"display\": \"AccountsFeedADAccounts\"\n    },\n    \"user\": {\n        \"value\": \"22\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/22\",\n        \"display\": \"EPMAgent\"\n    },\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n    ],\n    \"id\": \"AccountsFeedADAccounts:EPMAgent\",\n    \"meta\": {\n        \"resourceType\": \"ContainerPermission\",\n        \"created\": \"2022-05-16T18:29:29.2135085Z\",\n        \"lastModified\": \"2022-05-16T18:29:29.2135085Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/AccountsFeedADAccounts:EPMAgent\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {}\n}"},{"id":"14372f5c-0123-4332-ae90-1e7ef8d1ace5","name":"404 Not Found - Account","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/AccountsFeedADAccounts:EPMAgent2","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions","AccountsFeedADAccounts:EPMAgent2"],"query":[{"key":"attributes","value":"container.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"405cefefbff1454499c50b687a00d2c7"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6Mjk6NTUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:29:55 GMT"},{"key":"Content-Length","value":"142"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Owner EPMAgent2 does not exist in AccountsFeedADAccounts\"\n}"},{"id":"11ade860-9de0-428a-b497-2bf4c03fbce9","name":"404 Not Found - Container","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/AccountsFeedADAccounts2:EPMAgent","host":["{{identityBaseUrl}}"],"path":["scim","v2","ContainerPermissions","AccountsFeedADAccounts2:EPMAgent"],"query":[{"key":"attributes","value":"container.value,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f0e145b558d444a79a3c80690b0030f6"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6MzA6MjcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:30:27 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"}],"_postman_id":"839d3159-6117-4eb8-8e93-0d677e40b647"},{"name":"Add Container Permissions","id":"5a4322cd-c3d9-48ff-bb9f-7073686c1230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/ContainerPermissions/","description":"With the POST method, you can add Container Permissions for a User or Group. Include the SCIM schema in the request payload, as shown in the following example.\n\n#### **Required JSON Attributes**\n\n*   rights\n*   container.name\n*   user or group identifier (e.g. user.display, user.id, group.id, etc...)\n*   schemas"},"response":[{"id":"4d1d5677-254c-45e6-8388-123cf25c11f0","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"315cc74aecdc43fabc82cee952391121"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDg6NDMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:48:44 GMT"},{"key":"Content-Length","value":"1089"}],"cookie":[],"responseTime":null,"body":"{\n    \"container\": {\n        \"value\": \"myContainer\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n        \"name\": \"myContainer\",\n        \"display\": \"myContainer\"\n    },\n    \"user\": {\n        \"value\": \"36\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n        \"display\": \"john\"\n    },\n    \"rights\": [\n        \"useAccounts\",\n        \"retrieveAccounts\",\n        \"listAccounts\",\n        \"updateAccountProperties\",\n        \"initiateCPMAccountManagementOperations\",\n        \"specifyNextAccountContent\",\n        \"unlockAccounts\",\n        \"manageSafe\",\n        \"manageSafeMembers\",\n        \"backupSafe\",\n        \"viewAuditLog\",\n        \"viewSafeMembers\",\n        \"accessWithoutConfirmation\",\n        \"createFolders\",\n        \"deleteFolders\",\n        \"moveAccountsAndFolders\",\n        \"requestsAuthorizationLevel1\"\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n    ],\n    \"id\": \"myContainer:john\",\n    \"meta\": {\n        \"resourceType\": \"ContainerPermission\",\n        \"created\": \"2022-05-16T19:48:44.2941081Z\",\n        \"lastModified\": \"2022-05-16T19:48:44.2941081Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {\n        \"membershipExpirationDate\": -62135568000\n    }\n}"},{"id":"f2932ce1-c286-4e75-b41c-580c0906a6f9","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"noUser\" // User does not exist\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"a83048a57c8b4807b8df99df8fc372c5"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDM6MjAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:43:21 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"3a603514-75b5-4d0f-9c9c-a70cf4d8c8ed","name":"400 Bad Request - Container","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"noUser\"\r\n   },\r\n   //\"container\":{\r\n   //   \"name\":\"myContainer\"\r\n   //},\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"bbe6f9e9d35a45df9f29dec92aa48bc8"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDQ6NTkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:44:59 GMT"},{"key":"Content-Length","value":"161"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"Missing mandatory parameter container identifier\"\n}"},{"id":"468236ae-07d4-4571-8423-70b88516cee5","name":"400 Bad Request - Rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"noUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"41cffc99198e4e8fa2615f692a073408"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDU6MzYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:45:35 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"Missing mandatory parameter Rights\"\n}"},{"id":"55b36f8f-d016-4f5a-8703-f25cac139423","name":"409 Bad Request - User or Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   //\"user\":{\r\n   //   \"display\":\"noUser\"\r\n   //},\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"4aa97a655abb4de2b1ea7ee664867f92"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDQ6MTUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:44:15 GMT"},{"key":"Content-Length","value":"165"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"Missing mandatory parameter User or Group identifier\"\n}"},{"id":"28d1cfe0-3ccf-479d-9793-5aabaaa5cb2d","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"8cd652a5ac3544039718782aef8061d3"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDE6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:41:32 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"409\",\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"The request could not be processed because of conflict in the name of the resource\"\n}"},{"id":"6eb2344a-f2f1-4638-9feb-505485d8fdd1","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"Example Safe\" // User does not have permission to modify this Safe\r\n   },\r\n   \"rights\":[\r\n      \"ListAccounts\",\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1eb3822309a14d94af1dba9f6fb9f377"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDI6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:42:32 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"5a4322cd-c3d9-48ff-bb9f-7073686c1230"},{"name":"Update Container Permissions","id":"f71ed959-9e8b-4049-9a30-9b84745524f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myExampleUserDisplayName\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myExampleContainerName\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/ContainerPermissions/{{identitySCIMContainerName}}:{{identitySCIMObjectName}}","description":"PUT Container Permission updates a Container (Safe) Permission for a single Container. The request uses the Container Permission Id which is the combination of the Container Name and the User Name or Group Name to locate the Container Permission's endpoint.\n\n#### **Recommended JSON Attributes**\n\n*   container attribute (e.g. container.name)\n*   user attribute (e.g. user.display, user.id)\n*   schemas"},"response":[{"id":"1a37f4e9-c8f8-4050-8155-9d75e56dadbe","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"7b54c6db509a4d7a9a344f84167beda8"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDk6NDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:49:46 GMT"},{"key":"Content-Length","value":"950"}],"cookie":[],"responseTime":null,"body":"{\n    \"container\": {\n        \"value\": \"myContainer\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Containers/ContainerPermission\",\n        \"name\": \"myContainer\",\n        \"display\": \"myContainer\"\n    },\n    \"user\": {\n        \"value\": \"36\",\n        \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n        \"display\": \"john\"\n    },\n    \"rights\": [\n        \"useAccounts\",\n        \"retrieveAccounts\",\n        \"updateAccountProperties\",\n        \"initiateCPMAccountManagementOperations\",\n        \"accessWithoutConfirmation\",\n        \"createFolders\",\n        \"deleteFolders\",\n        \"moveAccountsAndFolders\",\n        \"requestsAuthorizationLevel1\"\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\n    ],\n    \"id\": \"myContainer:john\",\n    \"meta\": {\n        \"resourceType\": \"ContainerPermission\",\n        \"created\": \"2022-05-16T19:49:46.4699945Z\",\n        \"lastModified\": \"2022-05-16T19:49:46.4699945Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/ContainerPermissions/myContainer:john\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\": {\n        \"membershipExpirationDate\": -62135568000\n    }\n}"},{"id":"cc707864-22a0-4aea-b7a2-2886a5a27801","name":"400 Bad Request - User or Group","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myExampleUserDisplayName\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myExampleContainerName\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"c5aadee315f0476db0e6adb8d70bdbf8"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NTY6MjggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:56:28 GMT"},{"key":"Content-Length","value":"179"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Container and Member(User or Group) info in request body is invalid\"\n}"},{"id":"99bdd6c7-a80a-4c9d-818a-fd9b878a2403","name":"400 Bad Request - Container","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myExampleContainerName\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"SpecifyNextAccountContent\",\r\n      \"UnlockAccounts\",\r\n      \"ManageSafe\",\r\n      \"ManageSafeMembers\",\r\n      \"BackupSafe\",\r\n      \"ViewAuditLog\",\r\n      \"ViewSafeMembers\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b82c0196c505477a9d6bb941360bf3e8"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NTc6MTAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:57:10 GMT"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Container info in request body is invalid\"\n}"},{"id":"abacd91d-c45a-4cd7-8fbc-617074545e7e","name":"400 Bad Request - Rights","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"noUser\"\r\n   },\r\n   \"container\":{\r\n      \"value\":\"myContainer\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"38cd2d17c3aa4f8eb994a0363177ee30"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NTU6MzEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:55:30 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidSyntax\",\n    \"detail\": \"Missing mandatory parameter Rights\"\n}"},{"id":"10774a2b-7ce5-4a0f-a27d-a474c5bc8d19","name":"500 Internal Server Error - Missing Required Attribute","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   //\"user\":{\r\n   //   \"display\":\"john\"\r\n   //},\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:50:14 GMT"},{"key":"Content-Length","value":"559"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Something went wrong &#133;</h1><p>Please try again or contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"},{"id":"311554e2-43c8-47b6-b12b-c90501dd9818","name":"500 Internal Server Error - Permissions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"john\"\r\n   },\r\n   \"container\":{\r\n      \"value\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\",\r\n      \"UpdateAccountProperties\",\r\n      \"InitiateCPMAccountManagementOperations\",\r\n      \"AccessWithoutConfirmation\",\r\n      \"CreateFolders\",\r\n      \"DeleteFolders\",\r\n      \"MoveAccountsAndFolders\",\r\n      \"RequestsAuthorizationLevel1\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"44f6d5c4962345eebca1c8429dee9a97"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NTM6MzUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:53:35 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"Object reference not set to an instance of an object. \"\n}"}],"_postman_id":"f71ed959-9e8b-4049-9a30-9b84745524f8"},{"name":"Delete Container Permissions","id":"8afd996b-59ed-451b-8c7f-210c3595d368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/ContainerPermissions/{{identitySCIMContainerName}}:{{identitySCIMObjectName}}","description":"DELETE Container Permission deletes a Container (Safe) Permission from a single Container. The request uses the Container Permission Id which is the combination of the Container Name and the User Name or Group Name to locate the Container Permission's endpoint."},"response":[{"id":"73480fff-df1e-450d-8802-1cb32f18b755","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b7f3c72999a84fdf9d4f9d81cd6d22f4"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDY6MzkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:46:38 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"43529390-ed5e-49fa-8b2e-1a69f400d386","name":"404 Not Found - User Id","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"891c67ecc07943bea0ba0a8f0a83611e"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDc6MTQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:47:14 GMT"},{"key":"Content-Length","value":"133"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"ContainerPermission [myContainer] was not found\"\n}"},{"id":"95f8eb4d-fa62-44aa-a767-b2a902ff6e76","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/john:myContainer"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"fbb1041ef75a40c287adb9fef9283997"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDY6MDkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:46:09 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"8bce915f-0af0-457a-b192-05551c8a9391","name":"500 Internal Server Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"schemas\":[\r\n      \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n   ],\r\n   \"user\":{\r\n      \"display\":\"myUser\"\r\n   },\r\n   \"container\":{\r\n      \"name\":\"myContainer\"\r\n   },\r\n   \"rights\":[\r\n      \"UseAccounts\",\r\n      \"RetrieveAccounts\"\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/ContainerPermissions/myContainer:john"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f0376b66a56b442e80be8c9703867eda"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6NDg6MTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:48:12 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"Object reference not set to an instance of an object. \"\n}"}],"_postman_id":"8afd996b-59ed-451b-8c7f-210c3595d368"}],"id":"224a227d-4d50-4239-8618-64bf7d8c7821","description":"CyberArk Identity allows you to manage Container (Safe) Permissions objects in the Vault through the scim/v2/ContainerPermissions/ endpoint. Supported requests include:\n\n*   GET: access container (safe) permission information\n*   POST: add new container (safe) permission\n*   PUT: update the information of existing container (safe) permission\n*   DELETE: delete container (safe) permission\n    \n\n***Note:*** *The Container Permissions Id attribute is a combination of the Container Name and the Object Name with associated permission. The Object Name should refer to a User or Group. The Container Permissions Id may be retrieved using the Get Container Permissions request or may be generated manually.*\n\nThe following should be included in any request to the \"Container Permmissions\" endpoint:  \n`\"schemas\": [ \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\" ],`\n\n### **Container Permissions Attributes**\n\n| **Attribute** | **Description** | **Data Type** | **Filter?** | **Sort By?** |\n| --- | --- | --- | --- | --- |\n| **container** | Container Details | Complex | \\- | \\- |\n| *.value* | Container Id (1) | String | Supported | Not Supported |\n| *.$ref* | Container Path Reference | String | Not Supported | Not Supported |\n| *.name* | Container Name (1) | String | Supported | Not Supported |\n| *.display* | Container Display (1) | String | Supported | Not Supported |\n| **user** | User Details for Container | Complex | \\- | \\- |\n| *.value* | User Id | String | Supported | Not Supported |\n| *.$ref* | User Path Reference | String | Supported (2) | Not Supported |\n| *.display* | User Display Name | String | Supported | Not Supported |\n| rights | Container Permissions for User | String Array |  | Not Supported |\n| schemas | Container Schemas | String Array | Not Supported | Not Supported |\n| id | Unique ContainerPermissions Id (containerName:userName) (3) | String | Not Supported | Supported |\n| **meta** | Container Permissions Metadata | Complex | \\- | \\- |\n| *.resourceType* | Static - \"ContainerPermission\" | String | Not Supported | Supported |\n| *.created* | Date Created - YYYY-MM-DDTHH:MM:SS.#######Z | String | Not Supported | Supported |\n| *.lastModified* | Date Last Modified - YYYY-MM-DDTHH:MM:SS.######Z | String | Not Supported | Supported |\n| *.location* | Resource Location URL | String | Not Supported | Supported |\n| **urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember** | CyberArk Safe Member Identifier | Complex | \\- | \\- |\n\n##### Notes:\n*   *(1) Container Value, Name, and Id are typically the same string in most scenarios.*\n*   *(2) You should enclose the attribute path in quotes to avoid Url encoding issues (e.g. \"user.$ref\").*\n*   *(3) If the Container Name or User Name has a space you may have issues filtering based on the value. (e.g. \"Notification Engine\" shows up as \"Notification Engine\" in the id attribute)*","_postman_id":"224a227d-4d50-4239-8618-64bf7d8c7821"},{"name":"Group Management","item":[{"name":"Get Groups","id":"7b720f77-b4ee-4749-b646-3e0c59411bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","groups"],"query":[{"key":"sortBy","value":"displayName","description":"Optional: Sort by Group Schema Attribute (e.g. displayName)","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"startIndex","value":"28","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"attributes","value":"{{identitySCIMResourceAttribute}},{{identitySCIMResourceAttribute}}","description":"Optional: Return only specific attributes in JSON response","disabled":true},{"key":"filter","value":"{{identitySCIMResourceAttribute}} eq \"{{identitySCIMAttributeString}}","description":"Optional: Filter based Group Schema Attribute (e.g. displayName)","disabled":true}]},"description":"This endpoint allows you to obtain information relating to all groups in Vault. Group names, users involved in the group, and group specifications are outlined in the response.\n\n#### Permissions Required\n\n*   User Rights\n    *   Audit Users\n\n#### Query Parameters\n\n*   **Index:**\n    *   Returns resources specified by an index. Useful when there are large number of returned resources to control pagination.\n        *   startIndex: initial starting offset for returned resources.\n        *   count: total count of returned resources. (**NOTE: Pagination is currently not working for Groups)**\n    *   Example: Return users 10 through 13 using index.\n        *   `GET https://myTenantUrl/scim/v2/Groups?startIndex=10&count=5`\n*   **Sort:**\n    *   Returns all resources sorted either ascending (default) or descending based on a resource attribute.\n        *   sortBy: resource attribute to sort by.\n        *   sortOrder: ascending (default) or descending.\n    *   Example: Return Groups sorted by *displayName* in *ascending* order.\n        *   `GET https://myTenantUrl/scim/v2/Groups?sortBy=displayName&sortOrder=ascending`\n*   **Filter:**\n    *   Returns a single resource specified by the filter in the response.\n    *   Example: Return a single Group based on the *displayName* filter.\n        *   `GET https://myTenantUrl/scim/v2/Groups?filter=displayName eq \"myGroupName\"`\n*   **Attributes:**\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return all Groups with only the *displayName* attribute.\n        *   `GET https://myTenantUrl/scim/v2/Groups&attributes=displayName`"},"response":[{"id":"c9f90edd-e75f-468b-91eb-e0261b41bb67","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"c220f546f1a54acca58d1a663a876ff0"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDg6MDM6NDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 20:03:40 GMT"},{"key":"Content-Length","value":"19670"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 32,\n    \"Resources\": [\n        {\n            \"displayName\": \"Auditors\",\n            \"members\": [\n                {\n                    \"value\": \"3\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/3\",\n                    \"display\": \"Auditor\"\n                },\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"8\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/8\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Notification Engines\",\n            \"members\": [\n                {\n                    \"value\": \"13\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/13\",\n                    \"display\": \"NotificationEngine\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"12\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/12\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAMonitor\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/25\",\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"value\": \"27\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/27\",\n                    \"display\": \"CyberArk Safe Managers\"\n                },\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"15\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/15\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAUsers\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"16\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/16\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAGWAccounts\",\n            \"members\": [\n                {\n                    \"value\": \"48\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/48\",\n                    \"display\": \"PVWAGWUser\"\n                },\n                {\n                    \"value\": \"62\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/62\",\n                    \"display\": \"PSMGw_d1f08a5\"\n                },\n                {\n                    \"value\": \"69\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/69\",\n                    \"display\": \"PSMPGw_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"215\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/215\",\n                    \"display\": \"PSMPGW_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"17\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/17\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"47\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                    \"display\": \"PVWAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"18\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/18\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Admins\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"25\",\n            \"externalId\": \"CN=CyberArk Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/25\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Safe Managers\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"27\",\n            \"externalId\": \"CN=CyberArk Safe Managers,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/27\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Auditors\",\n            \"members\": [\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"29\",\n            \"externalId\": \"CN=CyberArk Auditors,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/29\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"PSMAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"61\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/61\",\n                    \"display\": \"PSMApp_d1f08a5\"\n                },\n                {\n                    \"value\": \"68\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/68\",\n                    \"display\": \"PSMPApp_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"99\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/99\",\n                    \"display\": \"OPM_astgt01.example.com\"\n                },\n                {\n                    \"value\": \"214\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/214\",\n                    \"display\": \"PSMPApp_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"33\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/33\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMMaster\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"34\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/34\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMLiveSessionTerminators\",\n            \"members\": [\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"35\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/35\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMP_ADB_AppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"70\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/70\",\n                    \"display\": \"PSMPADB_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"216\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/216\",\n                    \"display\": \"PSMP_ADB_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"66\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/66\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMPTAAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"82\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/82\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Security Admins\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"84\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/84\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Security Operators\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"85\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/85\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Windows Admins\",\n            \"members\": [\n                {\n                    \"value\": \"97\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/97\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"94\",\n            \"externalId\": \"CN=Windows Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/94\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Cloud Admins\",\n            \"members\": [\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"95\",\n            \"externalId\": \"CN=Cloud Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/95\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Linux Admins\",\n            \"members\": [\n                {\n                    \"value\": \"100\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/100\",\n                    \"display\": \"paul\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"96\",\n            \"externalId\": \"CN=Linux Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/96\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Windows Safe Managers\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"98\",\n            \"externalId\": \"CN=Windows Safe Managers,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2316308Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2316308Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/98\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"ADB_users\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"100\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/100\",\n                    \"display\": \"paul\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"101\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/101\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Linux Super Users\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"103\",\n            \"externalId\": \"CN=Linux Super Users,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/103\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"BcorpGroup\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"169\",\n            \"externalId\": \"cn=BcorpGroup,ou=groups,dc=alero,dc=local\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/169\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"VendorLDAP 'Strickland-Lab'\"\n            }\n        },\n        {\n            \"displayName\": \"Vendor Approvers\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"170\",\n            \"externalId\": \"CN=Vendor Approvers,OU=Approval Groups,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/170\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Domain Admins\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"171\",\n            \"externalId\": \"CN=Domain Admins,CN=Users,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/171\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"exampleGroup\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"199\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/199\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"ExampleGroup2\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"200\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/200\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"testing123\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"201\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/201\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Backup Users\",\n            \"members\": [\n                {\n                    \"value\": \"1\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/1\",\n                    \"display\": \"Backup\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"7\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Operators\",\n            \"members\": [\n                {\n                    \"value\": \"4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/4\",\n                    \"display\": \"Operator\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"9\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/9\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"DR Users\",\n            \"members\": [\n                {\n                    \"value\": \"6\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/6\",\n                    \"display\": \"DR\"\n                },\n                {\n                    \"value\": \"46\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/46\",\n                    \"display\": \"DR1\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"10\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/10\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Vault Admins\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/25\",\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                },\n                {\n                    \"value\": \"104\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                    \"display\": \"identity-privilege-integration-user$\"\n                },\n                {\n                    \"value\": \"217\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/217\",\n                    \"display\": \"testLocalAdmin\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"11\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:03:41.2475196Z\",\n                \"lastModified\": \"2022-05-11T20:03:41.2475196Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/11\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"4228c4e9-cd71-44d3-95ed-ee853158ad5c","name":"200 OK - Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/Groups?sortBy=displayName&sortOrder=descending","host":["{{identityBaseUrl}}"],"path":["scim","v2","Groups"],"query":[{"key":"sortBy","value":"displayName","description":"Optional: Sort by Group Schema Attribute (e.g. displayName)"},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"8040288359664c45b9a619a28265bca4"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDg6NTQ6NDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 20:54:41 GMT"},{"key":"Content-Length","value":"19662"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 32,\n    \"Resources\": [\n        {\n            \"displayName\": \"Windows Safe Managers\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"98\",\n            \"externalId\": \"CN=Windows Safe Managers,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.477009Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.477009Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/98\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Windows Admins\",\n            \"members\": [\n                {\n                    \"value\": \"97\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/97\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"94\",\n            \"externalId\": \"CN=Windows Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.477009Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.477009Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/94\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Vendor Approvers\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"170\",\n            \"externalId\": \"CN=Vendor Approvers,OU=Approval Groups,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.477009Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.477009Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/170\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Vault Admins\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/25\",\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                },\n                {\n                    \"value\": \"104\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                    \"display\": \"identity-privilege-integration-user$\"\n                },\n                {\n                    \"value\": \"217\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/217\",\n                    \"display\": \"testLocalAdmin\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"11\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.477009Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.477009Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/11\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"testing123\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"201\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/201\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Security Operators\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"85\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/85\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Security Admins\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"84\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/84\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAUsers\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"16\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/16\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAMonitor\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/25\",\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"value\": \"27\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/27\",\n                    \"display\": \"CyberArk Safe Managers\"\n                },\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"15\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/15\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAGWAccounts\",\n            \"members\": [\n                {\n                    \"value\": \"48\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/48\",\n                    \"display\": \"PVWAGWUser\"\n                },\n                {\n                    \"value\": \"62\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/62\",\n                    \"display\": \"PSMGw_d1f08a5\"\n                },\n                {\n                    \"value\": \"69\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/69\",\n                    \"display\": \"PSMPGw_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"215\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/215\",\n                    \"display\": \"PSMPGW_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"17\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/17\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PVWAAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"47\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/47\",\n                    \"display\": \"PVWAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"18\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/18\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMPTAAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"82\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/82\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMP_ADB_AppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"70\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/70\",\n                    \"display\": \"PSMPADB_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"216\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/216\",\n                    \"display\": \"PSMP_ADB_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"66\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/66\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMMaster\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"34\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/34\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMLiveSessionTerminators\",\n            \"members\": [\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"35\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/35\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"PSMAppUsers\",\n            \"members\": [\n                {\n                    \"value\": \"61\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/61\",\n                    \"display\": \"PSMApp_d1f08a5\"\n                },\n                {\n                    \"value\": \"68\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/68\",\n                    \"display\": \"PSMPApp_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"99\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/99\",\n                    \"display\": \"OPM_astgt01.example.com\"\n                },\n                {\n                    \"value\": \"214\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/214\",\n                    \"display\": \"PSMPApp_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"33\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/33\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Operators\",\n            \"members\": [\n                {\n                    \"value\": \"4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/4\",\n                    \"display\": \"Operator\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"9\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/9\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Notification Engines\",\n            \"members\": [\n                {\n                    \"value\": \"13\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/13\",\n                    \"display\": \"NotificationEngine\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"12\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/12\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Linux Super Users\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"103\",\n            \"externalId\": \"CN=Linux Super Users,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/103\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Linux Admins\",\n            \"members\": [\n                {\n                    \"value\": \"100\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/100\",\n                    \"display\": \"paul\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"96\",\n            \"externalId\": \"CN=Linux Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/96\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"ExampleGroup2\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"200\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/200\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"exampleGroup\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"199\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/199\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"DR Users\",\n            \"members\": [\n                {\n                    \"value\": \"6\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/6\",\n                    \"display\": \"DR\"\n                },\n                {\n                    \"value\": \"46\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/46\",\n                    \"display\": \"DR1\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"10\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/10\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Domain Admins\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"171\",\n            \"externalId\": \"CN=Domain Admins,CN=Users,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/171\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Safe Managers\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"27\",\n            \"externalId\": \"CN=CyberArk Safe Managers,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/27\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Auditors\",\n            \"members\": [\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"29\",\n            \"externalId\": \"CN=CyberArk Auditors,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/29\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"CyberArk Admins\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"25\",\n            \"externalId\": \"CN=CyberArk Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/25\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"Cloud Admins\",\n            \"members\": [\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"95\",\n            \"externalId\": \"CN=Cloud Admins,OU=Personel,DC=EXAMPLE,DC=COM\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/95\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"example.com\"\n            }\n        },\n        {\n            \"displayName\": \"BcorpGroup\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"169\",\n            \"externalId\": \"cn=BcorpGroup,ou=groups,dc=alero,dc=local\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/169\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Directory\",\n                \"directoryName\": \"VendorLDAP 'Strickland-Lab'\"\n            }\n        },\n        {\n            \"displayName\": \"Backup Users\",\n            \"members\": [\n                {\n                    \"value\": \"1\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/1\",\n                    \"display\": \"Backup\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"7\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Auditors\",\n            \"members\": [\n                {\n                    \"value\": \"3\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/3\",\n                    \"display\": \"Auditor\"\n                },\n                {\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"67\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n                    \"display\": \"karen\"\n                },\n                {\n                    \"value\": \"92\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"value\": \"93\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"8\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/8\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"ADB_users\",\n            \"members\": [\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"100\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/100\",\n                    \"display\": \"paul\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"101\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:54:41.4925731Z\",\n                \"lastModified\": \"2022-05-11T20:54:41.4925731Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/101\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"2561c69f-9058-4f80-b75a-1b1a999d8326","name":"200 OK - Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/Groups?startIndex=28&count=5","host":["{{identityBaseUrl}}"],"path":["scim","v2","Groups"],"query":[{"key":"startIndex","value":"28","description":"Optional: Initial offset"},{"key":"count","value":"5","description":"Optional: Returned resources"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"3491c43c5f964ddb9fec88d2bcf79bc2"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDg6NDk6MTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 20:49:11 GMT"},{"key":"Content-Length","value":"3225"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 32,\n    \"itemsPerPage\": 5,\n    \"startIndex\": 28,\n    \"Resources\": [\n        {\n            \"displayName\": \"testing123\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"201\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:49:11.9865357Z\",\n                \"lastModified\": \"2022-05-11T20:49:11.9865357Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/201\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Backup Users\",\n            \"members\": [\n                {\n                    \"value\": \"1\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/1\",\n                    \"display\": \"Backup\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"7\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:49:12.002155Z\",\n                \"lastModified\": \"2022-05-11T20:49:12.002155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Operators\",\n            \"members\": [\n                {\n                    \"value\": \"4\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/4\",\n                    \"display\": \"Operator\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"9\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:49:12.002155Z\",\n                \"lastModified\": \"2022-05-11T20:49:12.002155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/9\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"DR Users\",\n            \"members\": [\n                {\n                    \"value\": \"6\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/6\",\n                    \"display\": \"DR\"\n                },\n                {\n                    \"value\": \"46\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/46\",\n                    \"display\": \"DR1\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"10\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:49:12.002155Z\",\n                \"lastModified\": \"2022-05-11T20:49:12.002155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/10\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"displayName\": \"Vault Admins\",\n            \"members\": [\n                {\n                    \"value\": \"2\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/25\",\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"value\": \"36\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/36\",\n                    \"display\": \"john\"\n                },\n                {\n                    \"value\": \"102\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/102\",\n                    \"display\": \"mike\"\n                },\n                {\n                    \"value\": \"104\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/104\",\n                    \"display\": \"identity-privilege-integration-user$\"\n                },\n                {\n                    \"value\": \"217\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/217\",\n                    \"display\": \"testLocalAdmin\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"11\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T20:49:12.002155Z\",\n                \"lastModified\": \"2022-05-11T20:49:12.002155Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/11\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"d4b946ae-2446-476b-bca6-db70113fbdb6","name":"200 OK - Filter (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/groups?filter=displayName eq PVWAGWAccounts","host":["{{identityBaseUrl}}"],"path":["scim","v2","groups"],"query":[{"key":"filter","value":"displayName eq PVWAGWAccounts"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b691971661124fcdb39e9c1e8ac38593"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NTk6MDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:59:05 GMT"},{"key":"Content-Length","value":"931"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"Resources\": [\n        {\n            \"displayName\": \"PVWAGWAccounts\",\n            \"members\": [\n                {\n                    \"value\": \"48\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/48\",\n                    \"display\": \"PVWAGWUser\"\n                },\n                {\n                    \"value\": \"62\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/62\",\n                    \"display\": \"PSMGw_d1f08a5\"\n                },\n                {\n                    \"value\": \"69\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/69\",\n                    \"display\": \"PSMPGw_db1d567cf39a\"\n                },\n                {\n                    \"value\": \"215\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/215\",\n                    \"display\": \"PSMPGW_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n            ],\n            \"id\": \"17\",\n            \"meta\": {\n                \"resourceType\": \"Group\",\n                \"created\": \"2022-05-11T19:59:06.696722Z\",\n                \"lastModified\": \"2022-05-11T19:59:06.696722Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/17\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"2ac6db2b-1745-4b2f-99ec-d78a47493808","name":"200 OK - Filter (Failure)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/Groups?filter=displayName eq incorrectName","host":["{{identityBaseUrl}}"],"path":["scim","v2","Groups"],"query":[{"key":"filter","value":"displayName eq incorrectName","description":"Optional: "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"ce04242eb619488c8f0a6894fa343a93"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDg6NDY6NDQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 20:46:44 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0\n}"},{"id":"0539b554-1432-42b1-abf9-43426b7ebf34","name":"200 OK - Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/Groups?attributes=displayName,members.display","host":["{{identityBaseUrl}}"],"path":["scim","v2","Groups"],"query":[{"key":"attributes","value":"displayName,members.display"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"214434c5f57545e7ac2431b9de6e7ae5"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDg6NDU6NDMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 20:45:43 GMT"},{"key":"Content-Length","value":"3159"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 32,\n    \"Resources\": [\n        {\n            \"displayName\": \"Auditors\",\n            \"members\": [\n                {\n                    \"display\": \"Auditor\"\n                },\n                {\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"display\": \"karen\"\n                },\n                {\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"id\": \"8\"\n        },\n        {\n            \"displayName\": \"Notification Engines\",\n            \"members\": [\n                {\n                    \"display\": \"NotificationEngine\"\n                }\n            ],\n            \"id\": \"12\"\n        },\n        {\n            \"displayName\": \"PVWAMonitor\",\n            \"members\": [\n                {\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"display\": \"CyberArk Safe Managers\"\n                },\n                {\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"display\": \"john\"\n                },\n                {\n                    \"display\": \"karen\"\n                },\n                {\n                    \"display\": \"mike\"\n                }\n            ],\n            \"id\": \"15\"\n        },\n        {\n            \"displayName\": \"PVWAUsers\",\n            \"members\": [\n                {\n                    \"display\": \"Administrator\"\n                }\n            ],\n            \"id\": \"16\"\n        },\n        {\n            \"displayName\": \"PVWAGWAccounts\",\n            \"members\": [\n                {\n                    \"display\": \"PVWAGWUser\"\n                },\n                {\n                    \"display\": \"PSMGw_d1f08a5\"\n                },\n                {\n                    \"display\": \"PSMPGw_db1d567cf39a\"\n                },\n                {\n                    \"display\": \"PSMPGW_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"id\": \"17\"\n        },\n        {\n            \"displayName\": \"PVWAAppUsers\",\n            \"members\": [\n                {\n                    \"display\": \"PVWAAppUser\"\n                }\n            ],\n            \"id\": \"18\"\n        },\n        {\n            \"displayName\": \"CyberArk Admins\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                },\n                {\n                    \"display\": \"mike\"\n                }\n            ],\n            \"id\": \"25\"\n        },\n        {\n            \"displayName\": \"CyberArk Safe Managers\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                }\n            ],\n            \"id\": \"27\"\n        },\n        {\n            \"displayName\": \"CyberArk Auditors\",\n            \"members\": [\n                {\n                    \"display\": \"karen\"\n                }\n            ],\n            \"id\": \"29\"\n        },\n        {\n            \"displayName\": \"PSMAppUsers\",\n            \"members\": [\n                {\n                    \"display\": \"PSMApp_d1f08a5\"\n                },\n                {\n                    \"display\": \"PSMPApp_db1d567cf39a\"\n                },\n                {\n                    \"display\": \"OPM_astgt01.example.com\"\n                },\n                {\n                    \"display\": \"PSMPApp_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"id\": \"33\"\n        },\n        {\n            \"displayName\": \"PSMMaster\",\n            \"id\": \"34\"\n        },\n        {\n            \"displayName\": \"PSMLiveSessionTerminators\",\n            \"members\": [\n                {\n                    \"display\": \"CyberArk Auditors\"\n                },\n                {\n                    \"display\": \"karen\"\n                },\n                {\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"id\": \"35\"\n        },\n        {\n            \"displayName\": \"PSMP_ADB_AppUsers\",\n            \"members\": [\n                {\n                    \"display\": \"PSMPADB_db1d567cf39a\"\n                },\n                {\n                    \"display\": \"PSMP_ADB_ip-172-16-100-33.example.com\"\n                }\n            ],\n            \"id\": \"66\"\n        },\n        {\n            \"displayName\": \"PSMPTAAppUsers\",\n            \"members\": [\n                {\n                    \"display\": \"PTAUser\"\n                },\n                {\n                    \"display\": \"PTAAppUser\"\n                }\n            ],\n            \"id\": \"82\"\n        },\n        {\n            \"displayName\": \"Security Admins\",\n            \"id\": \"84\"\n        },\n        {\n            \"displayName\": \"Security Operators\",\n            \"id\": \"85\"\n        },\n        {\n            \"displayName\": \"Windows Admins\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                }\n            ],\n            \"id\": \"94\"\n        },\n        {\n            \"displayName\": \"Cloud Admins\",\n            \"members\": [\n                {\n                    \"display\": \"mike\"\n                }\n            ],\n            \"id\": \"95\"\n        },\n        {\n            \"displayName\": \"Linux Admins\",\n            \"members\": [\n                {\n                    \"display\": \"paul\"\n                }\n            ],\n            \"id\": \"96\"\n        },\n        {\n            \"displayName\": \"Windows Safe Managers\",\n            \"id\": \"98\"\n        },\n        {\n            \"displayName\": \"ADB_users\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                },\n                {\n                    \"display\": \"paul\"\n                }\n            ],\n            \"id\": \"101\"\n        },\n        {\n            \"displayName\": \"Linux Super Users\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                }\n            ],\n            \"id\": \"103\"\n        },\n        {\n            \"displayName\": \"BcorpGroup\",\n            \"id\": \"169\"\n        },\n        {\n            \"displayName\": \"Vendor Approvers\",\n            \"members\": [\n                {\n                    \"display\": \"john\"\n                }\n            ],\n            \"id\": \"170\"\n        },\n        {\n            \"displayName\": \"Domain Admins\",\n            \"id\": \"171\"\n        },\n        {\n            \"displayName\": \"exampleGroup\",\n            \"id\": \"199\"\n        },\n        {\n            \"displayName\": \"ExampleGroup2\",\n            \"id\": \"200\"\n        },\n        {\n            \"displayName\": \"testing123\",\n            \"id\": \"201\"\n        },\n        {\n            \"displayName\": \"Backup Users\",\n            \"members\": [\n                {\n                    \"display\": \"Backup\"\n                }\n            ],\n            \"id\": \"7\"\n        },\n        {\n            \"displayName\": \"Operators\",\n            \"members\": [\n                {\n                    \"display\": \"Operator\"\n                },\n                {\n                    \"display\": \"john\"\n                }\n            ],\n            \"id\": \"9\"\n        },\n        {\n            \"displayName\": \"DR Users\",\n            \"members\": [\n                {\n                    \"display\": \"DR\"\n                },\n                {\n                    \"display\": \"DR1\"\n                }\n            ],\n            \"id\": \"10\"\n        },\n        {\n            \"displayName\": \"Vault Admins\",\n            \"members\": [\n                {\n                    \"display\": \"Administrator\"\n                },\n                {\n                    \"display\": \"CyberArk Admins\"\n                },\n                {\n                    \"display\": \"john\"\n                },\n                {\n                    \"display\": \"mike\"\n                },\n                {\n                    \"display\": \"identity-privilege-integration-user$\"\n                },\n                {\n                    \"display\": \"testLocalAdmin\"\n                }\n            ],\n            \"id\": \"11\"\n        }\n    ]\n}"},{"id":"03d7cc9d-d60c-48cc-a8be-70056bdd525e","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/groups?filter=displayName ne PVWAGWAccounts","host":["{{identityBaseUrl}}"],"path":["scim","v2","groups"],"query":[{"key":"filter","value":"displayName ne PVWAGWAccounts"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"de5c5ed76b6c4eac890adc5ed2cc12e0"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NTg6MjggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:58:28 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"ea0be56e-7b0f-4e81-bf5e-3b06f7b71095","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/Groups","host":["{{identityBaseUrl}}"],"path":["scim","v2","Groups"],"query":[{"key":"sortBy","value":"displayName","description":"Optional: Sort by Group Schema Attribute (e.g. displayName)","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"startIndex","value":"28","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned resources","disabled":true},{"key":"attributes","value":"{{resourceAttribute}},{{resourceAttribute}}","description":"Optional: Return only specific attributes in JSON response","disabled":true},{"key":"filter","value":"{{resourceAttribute}} eq \"{{attributeString}}\"","description":"Optional: Filter based Group Schema Attribute (e.g. displayName)","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"ae9885e330fd4954bbad42e4c0a29c71"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MTg6NTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:18:51 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"7b720f77-b4ee-4749-b646-3e0c59411bb5"},{"name":"Get Group by ID","id":"2d6c1eea-f288-4b38-8707-c797e7e717a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups/:identitySCIMGroupID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","groups",":identitySCIMGroupID"],"query":[{"key":"attributes","value":"displayName,id","description":"Optional: Only returns specified attributes in json response","disabled":true}],"variable":[{"id":"b45cea32-12ac-40c7-843f-60a9522a85ed","key":"identitySCIMGroupID","value":"{{identitySCIMGroupID}}"}]},"description":"#### **Get Group By Group Id**\n\n**Requirements:** ***Requires CyberArk Password Vault Web Access (PVWA) version 12.2+***\n\n`GET https://myTenantUrl/scim/v2/Groups/{{id}}`\n\nEach Group object has a unique Group Id (attribute id) generated by the SCIM server, which you can find in the response payload of a GET request to [https://myTenantUrl.scim/v2/Groups](https://myTenantUrl.scim/v2/Groups). Adding the id attribute value to the Groups endpoint retrieves attributes for just that Group.\n\n#### Permissions Required\n\n*   User Rights\n    *   Audit Users\n\n#### Query Parameters\n\n*   **Attributes:**\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return Group 8 with only the *displayName* attribute.\n        *   `GET https://myTenantUrl/scim/v2/Groups/8&attributes=displayName`"},"response":[{"id":"7c55f6e7-2446-4145-bb43-b87a55622f1e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/groups/8","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","groups","8"],"query":[{"key":"attributes","value":"displayName,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"a3965668568441bdb04addcd21a87163"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NDc6MzYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:47:36 GMT"},{"key":"Content-Length","value":"975"}],"cookie":[],"responseTime":null,"body":"{\n    \"displayName\": \"Auditors\",\n    \"members\": [\n        {\n            \"value\": \"3\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/3\",\n            \"display\": \"Auditor\"\n        },\n        {\n            \"value\": \"29\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/29\",\n            \"display\": \"CyberArk Auditors\"\n        },\n        {\n            \"value\": \"2\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/2\",\n            \"display\": \"Administrator\"\n        },\n        {\n            \"value\": \"67\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/67\",\n            \"display\": \"karen\"\n        },\n        {\n            \"value\": \"92\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/92\",\n            \"display\": \"PTAUser\"\n        },\n        {\n            \"value\": \"93\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/93\",\n            \"display\": \"PTAAppUser\"\n        }\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n    ],\n    \"id\": \"8\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-05-09T16:35:40.7667766Z\",\n        \"lastModified\": \"2022-05-09T16:35:40.7667766Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/8\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"d060bf03-6a80-4bef-8285-9f9655acb9d0","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/groups/100","host":["{{identityBaseUrl}}"],"path":["scim","v2","groups","100"],"query":[{"key":"attributes","value":"displayName,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b18db418fed64c31b39f5b7ea1cd3b00"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NDg6MzMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:48:33 GMT"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Group with id:100 not found\"\n}"},{"id":"9dfe3824-a50e-4f13-9b98-9814f2ef2b3e","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/groups/231","host":["{{identityBaseUrl}}"],"path":["scim","v2","groups","231"],"query":[{"key":"attributes","value":"displayName,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"78222859df144b208feb74f08d3f88a5"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MTY6MjkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:16:29 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"2d6c1eea-f288-4b38-8707-c797e7e717a1"},{"name":"Add Group","id":"aefc4b1f-7693-459f-95dc-46c9c8fe5759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupName\", // Required\r\n    \"members\": [\r\n        {\r\n            \"value\":\"1\",\r\n            \"$ref\":\"{{identityTenantURL}}/scim/v2/Users/1\",\r\n            \"display\":\"myUserName1\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups","description":"With the POST method, you can add groups with core attributes.\n\nThis request creates a group and optionally adds a user to that group. More than one user can be added to a created group as long as all of the user IDs are listed as members of the group. Include the SCIM schema in the request payload.\n\n#### Required Permissions\n\n*   User Rights\n    *   Audit Users\n    *   Add/Update Users\n\n#### **Required Body Attributes**\n\n*   displayName\n*   schemas"},"response":[{"id":"8c4e2858-50df-4f90-9151-2cbfd4c4a6b6","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupNameDocs\",\r\n    \"members\": [\r\n        {\r\n            \"value\":\"231\",\r\n            \"$ref\":\"{{identityBaseUrl}}/scim/v2/Users/231  \",\r\n            \"display\":\"first10.last10@example.com\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"d10d19a996cf4b90a77ba0fc5bdb53b2"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NTM6NDcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:53:47 GMT"},{"key":"Content-Length","value":"409"}],"cookie":[],"responseTime":null,"body":"{\n    \"displayName\": \"myGroupNameDocs\",\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n    ],\n    \"id\": \"232\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-05-16T13:53:48.2496507Z\",\n        \"lastModified\": \"2022-05-16T13:53:48.2496507Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/232\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"ae24481c-ebdc-458d-b7ed-233478a72901","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    //\"displayName\": \"myGroupNameDocs\", // Required - Missing Parameter causes 400 Bad Request\r\n    \"members\": [\r\n        {\r\n            \"value\":\"231\",\r\n            \"$ref\":\"{{identityBaseUrl}}/scim/v2/Users/231  \",\r\n            \"display\":\"first10.last10@example.com\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b96763d329b44db6822ce02c092e0a1f"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NTU6MDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:55:09 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"8fd8c0d6-f04c-43ec-b538-fd0485d2497e","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupNameDocs\",\r\n    \"members\": [\r\n        {\r\n            \"value\":\"231\",\r\n            \"$ref\":\"{{identityBaseUrl}}/scim/v2/Users/231  \",\r\n            \"display\":\"first10.last10@example.com\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/groups"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"4f3de1fd0a02457096223bb2037ab173"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NTQ6MzcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:54:37 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"409\",\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"The request could not be processed because of conflict in the name of the resource\"\n}"},{"id":"94e22b41-1628-48fc-96f0-2dda26dca0a5","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupNameDocs\",\r\n    \"members\": [\r\n        {\r\n            \"value\":\"231\",\r\n            \"$ref\":\"{{identityBaseUrl}}/scim/v2/Users/231  \",\r\n            \"display\":\"first10.last10@example.com\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"4cfb41599fcf48e6993e35cab659fca5"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MTU6MjYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:15:25 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"aefc4b1f-7693-459f-95dc-46c9c8fe5759"},{"name":"Update Group","id":"26ee331d-0529-4617-b8b6-ca118719f266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupName\", // Required\r\n    \"members\": [\r\n        {\r\n            \"value\":\"2\",\r\n            \"$ref\":\"{{identityTenantURL}}/scim/v2/Users/2\",\r\n            \"display\":\"myUserName2\"\r\n        }\r\n    ],\r\n    \"id\":\"{{identitySCIMGroupID}}\", // Required\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups/:identitySCIMGroupID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","groups",":identitySCIMGroupID"],"variable":[{"id":"f1e6417a-145b-46ac-9fa0-9972d4e333fe","key":"identitySCIMGroupID","value":"{{identitySCIMGroupID}}"}]},"description":"This request navigates to a specific group endpoint through the group ID and changes an informational aspect about the group or user associated with the group. The PUT one group method replaces an existing group with an updated version, or creates a new group entirely.\n\n***Note:*** *If you want to keep existing group memberships they must be sent as part of the request.*\n\n#### Required Permissions\n\n*   User Rights\n    *   Audit Users\n    *   Add/Update Users\n\n#### **Recommended Body Attributes**\n\n*   displayName\n*   schemas\n*   id\n*   meta"},"response":[{"id":"ce0a67f1-7d69-4124-91fd-91a1c165f502","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupNameDocs\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\r\n    ],\r\n    \"id\": \"232\",\r\n    \"meta\": {\r\n        \"resourceType\": \"Group\",\r\n        \"created\": \"2022-05-16T13:56:59.0490208Z\",\r\n        \"lastModified\": \"2022-05-16T13:56:59.0490208Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/232\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/groups/232"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"2205db2fbfac493382fcf5fed39bb403"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDE6NTg6MjkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 13:58:30 GMT"},{"key":"Content-Length","value":"534"}],"cookie":[],"responseTime":null,"body":"{\n    \"displayName\": \"myGroupNameDocs\",\n    \"members\": [\n        {\n            \"value\": \"231\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Users/231\",\n            \"display\": \"first10.last10@example.com\"\n        }\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\n    ],\n    \"id\": \"232\",\n    \"meta\": {\n        \"resourceType\": \"Group\",\n        \"created\": \"2022-05-16T13:58:30.0656445Z\",\n        \"lastModified\": \"2022-05-16T13:58:30.0656445Z\",\n        \"location\": \"{{identityBaseUrl}}}}/Scim/v2/Group/232\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\": {\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"72563d41-defe-491f-924c-e50287d19ce4","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupNameDocs1\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\"\r\n    ],\r\n    \"id\": \"233\",\r\n    \"meta\": {\r\n        \"resourceType\": \"Group\",\r\n        \"created\": \"2022-05-16T13:56:59.0490208Z\",\r\n        \"lastModified\": \"2022-05-16T13:56:59.0490208Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Group/232\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/groups/232"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"d449f1578dff499cb51943a8fbe98b41"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDI6MDA6MjkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 14:00:29 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"c60cd5be-f8ab-4eeb-997a-2a714af8f33c","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"myGroupName\", // Required\r\n    \"members\": [\r\n        {\r\n            \"value\":\"2\",\r\n            \"$ref\":\"{{identityBaseUrl}}/scim/v2/Users/2\",\r\n            \"display\":\"myUserName2\"\r\n        }\r\n    ],\r\n    \"id\":\"{{myGroupId}}\", // Required\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:Group\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/groups/{{myGroupId}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:14:20 GMT"},{"key":"Content-Length","value":"559"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Something went wrong &#133;</h1><p>Please try again or contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"26ee331d-0529-4617-b8b6-ca118719f266"},{"name":"Patch Group","id":"45207e95-9359-4079-9dd0-378244f56929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\r\n    ],\r\n    \"Operations\": [ \r\n        {\r\n            \"op\": \"replace\", \r\n            \"path\": \"members\",\r\n            \"value\": [\r\n                {\r\n                    \"display\":\"Mike Doe\",\r\n                    \"value\": \"f1a63804-e6e8-49ec-a0a6-0cfbd3f0849f\"\r\n                },\r\n                {\r\n                    \"display\":\"John Doe\",\r\n                    \"value\": \"0c6c40b7-f77e-4eb2-b800-3629e9540ee5\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups/:identitySCIMGroupID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","groups",":identitySCIMGroupID"],"variable":[{"id":"829607e1-3227-4249-ae35-5d34f9be9e86","key":"identitySCIMGroupID","value":"{{identitySCIMGroupID}}"}]},"description":"This request navigates to a specific group endpoint through the group ID and changes an informational aspect about the group or user associated with the group. The PUT one group method replaces an existing group with an updated version, or creates a new group entirely.\n\n***Note:*** *If you want to keep existing group memberships they must be sent as part of the request.*\n\n#### Required Permissions\n\n*   User Rights\n    *   Audit Users\n    *   Add/Update Users\n\n#### **Recommended Body Attributes**\n\n*   displayName\n*   schemas\n*   id\n*   meta"},"response":[],"_postman_id":"45207e95-9359-4079-9dd0-378244f56929"},{"name":"Delete Group","id":"35388d2d-4619-496a-8d01-48d80f9e41bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/groups/:identitySCIMGroupID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","groups",":identitySCIMGroupID"],"variable":[{"id":"6fec2b6d-1088-434f-8d33-82aa6ebe94de","key":"identitySCIMGroupID","value":"{{identitySCIMGroupID}}"}]},"description":"DELETE one group deletes a group. The request uses a group ID to locate the group's endpoint. DELETE one group is the only request that returns no information in the HTTP response body. Requesting DELETE twice will yield an error, since the group ID no longer exists.\n\nDeleting a group will not delete the users involved, but will delete the connections the users have to the nonexistent group.\n\n#### **Required Permissions**\n\n*   User Rights\n    *   Audit Users\n    *   Add/Update Users\n\n#### **Valid Examples**\n\nDelete Group with Group Id 1:\n\n`DELETE https://myTenantUrl/scim/v2/Groups/1`"},"response":[{"id":"64736be3-abe8-411b-8980-2b05b050bf05","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"https://example.my.idaptive.app/scim/v2/groups/232"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"2d2cd3c8f55642c1b6407e2a858ea9b4"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDI6MDE6MzIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 14:01:32 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"b2e94bb6-e28a-4adc-b4c1-b26386b0198f","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/groups/232"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"2c1359886c414986aa2f801cd2100021"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDI6MDI6MDEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 14:02:01 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"7d713c9e-bfbf-4e93-8c7f-b43a32d539cd","name":"500 Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/groups/232"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"5407fad09dbb444ab3a1f46ee9d1c641"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDM6MTQ6NTggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 15:14:59 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"35388d2d-4619-496a-8d01-48d80f9e41bd"}],"id":"39f258d2-2ba1-4036-bc7f-4091443c0167","description":"CyberArk Identity allows you to manage Group objects in the Vault through the scim/v2/Groups/ endpoint. Supported requests include:\n\n*   GET: access group information\n*   POST: add new groups\n*   PUT: update the information of existing groups\n*   DELETE: delete groups\n    \n\nThe following should be included in any request to the \"Groups\" endpoint:  \n`\"schemas\": [ \"urn:ietf:params:scim:schemas:core:2.0:Group\" ],`\n\n### **Group Attributes**\n\n| **Attribute** | **Description** | **Data Type** | **Filter?** | **Sort By?** |\n| --- | --- | --- | --- | --- |\n| displayName | Group Display Name | String | Supported | Supported |\n| **members** | Group Members | Complex Array | \\- | \\- |\n| *.value* | Group Member User Id | String | Not Supported | Not Supported |\n| *.$ref* | Group Member User Path Reference | String | Not Supported | Not Supported |\n| *.display* | Group Member User Display Name | String | Not Supported | Not Supported |\n| id | Unique User Id | String | Not Supported (1) | Not Supported |\n| schemas | User Schemas | String Array | Not Supported | Not Supported |\n| **meta** | User Metadata | Complex | \\- | \\- |\n| *.resourceType* | Static - \"User\" | String | Not Supported | Not Supported |\n| *.created* | Date Created -YYYY-MM-DDTHH:MM:SS.123456Z | String | Not Supported | Not Supported |\n| *.lastModified* | Date Last Modified -YYYY-MM-DDTHH:MM:SS.123456Z | String | Not Supported | Not Supported |\n| *.location* | Resource Location URL | String | Not Supported | Not Supported |\n| **urn:ietf:params:scim:schemas:cyberark:1.0:Group** | CyberArk Group Identifier | Complex | \\- | \\- |\n| *.directoryType* | Directory Type | String | Not Supported | Not Supported |\n| *.directoryName* | Directory Name | String | Not Supported | Not Supported |\n\n**Notes:**\n\n1.  Support for filter by Id is provided using basic filtering (e.g. `{{identityBaseUrl}}/scimv/v2/Groups?id={{groupId}}`)","_postman_id":"39f258d2-2ba1-4036-bc7f-4091443c0167"},{"name":"Privileged Data (Accounts) Management","item":[{"name":"Get Priviledged Data","id":"ab3a0473-cc04-4c23-8b53-94dd2daed52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","privilegeddata"],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort By Attribute from Privileged Data Schema","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"{{identitySCIMResourceAttribute}} eq \"{{identitySCIMAttributeString}}\"","disabled":true}]},"description":"### **Get All Privileged Data**\n\nThis endpoint allows you to obtain information relating to all Privileged Data (Accounts) in the vault.\n\n#### Query Parameters\n\n*   **Index:**\n    *   Returns resources specified by an index. Useful when there are large number of returned resources to control pagination.\n        *   startIndex: initial starting offset for returned resources.\n        *   count: total count of returned resources.\n    *   Example: Return Privileged Data resources 10 through 15 using index.\n        *   `GET https://myTenantUrl/scim/v2/PrivilegedData?startIndex=10&count=5`\n*   **Sort:**\n    *   Returns all resources sorted either ascending (default) or descending based on a resource attribute.\n        *   sortBy: resource attribute to sort by.\n        *   sortOrder: ascending (default) or descending.\n    *   Example: Return Privileged Data resources in *ascending* order by *name*.\n        *   `GET https://myTenantUrl/scim/v2/PrivilegedData?sortBy=name&sortOrder=ascending`\n*   **Filter:**\n    *   Returns a single resource specified by the filter in the response.\n    *   Example: Return a single Privileged Data resource based on the *name* filter.\n        *   `GET https://myTenantUrl/scim/v2/PrivilegedData?filter=name eq \"exampleResourceName\"`\n*   **Attributes:**\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return all Privileged Data resources with only the *name* attribute.\n        *   `GET https://myTenantUrl/scim/v2/PrivilegedData=container.name`"},"response":[{"id":"2b8e6e69-369e-47c0-a1c1-f58927720fbd","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/PrivilegedData/","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f70c6d4756544d899b2a50c0b4e04f40"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6NDA6MDMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:40:04 GMT"},{"key":"Content-Length","value":"2446"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 4,\n    \"Resources\": [\n        {\n            \"name\": \"myPrivilegeData23\",\n            \"type\": \"key\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"138_7\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2022-05-12T19:28:01Z\",\n                \"lastModified\": \"2022-05-12T19:28:01Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"myContainer\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"user1\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"192.0.2.1\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"UNIXSSHKEY-A\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"myPrivilegeDocs2\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"138_5\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2022-05-09T20:15:45Z\",\n                \"lastModified\": \"2022-05-09T20:15:45Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_5\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"myContainer\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"user_docs\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"192.0.2.1\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"WINDOMAIN-A-V\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"example.com.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_4\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-09-07T20:49:13Z\",\n                \"lastModified\": \"2021-09-08T15:11:12Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"svc.cyberarkbind@example.com\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DC01.EXAMPLE.COM\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"WINDOMAIN-SVC\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"VendorLDAP 'Strickland-Lab'.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_8\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-10-19T18:29:16Z\",\n                \"lastModified\": \"2021-11-23T17:21:24Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DOCKER\"\n                    },\n                    {\n                        \"key\": \"platformId\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"6e68dc93-8752-41d7-9fc1-f741803ad467","name":"200 OK - Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?startIndex=1&count=2","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset"},{"key":"count","value":"2","description":"Optional: Returned resources"},{"key":"sortBy","value":"name","description":"Optional:","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"7f79b9abb3a548c3b2d23495ef28efee"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDY6NDI6NDQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 18:42:44 GMT"},{"key":"Content-Length","value":"1273"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 2,\n    \"Resources\": [\n        {\n            \"name\": \"example.com.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_4\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-09-07T20:49:13Z\",\n                \"lastModified\": \"2021-09-08T15:11:12Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"svc.cyberarkbind@example.com\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DC01.EXAMPLE.COM\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"WINDOMAIN-SVC\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"VendorLDAP 'Strickland-Lab'.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_8\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-10-19T18:29:16Z\",\n                \"lastModified\": \"2021-11-23T17:21:24Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DOCKER\"\n                    },\n                    {\n                        \"key\": \"platformId\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"a9705e5d-9f18-4442-9448-fa917ef280e8","name":"200 OK - Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?sortBy=name&sortOrder=descending","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"name","description":"Optional: Sort By Attribute from Privileged Data Schema"},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending"},{"key":"filter","value":"{{resourceAttribute}} eq \"{{attributeString}}\"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"24917f05528345a1a4bc2eb07bd9be5b"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDQ6MzUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:04:35 GMT"},{"key":"Content-Length","value":"2446"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 4,\n    \"Resources\": [\n        {\n            \"name\": \"VendorLDAP 'Strickland-Lab'.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_8\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-10-19T18:29:16Z\",\n                \"lastModified\": \"2021-11-23T17:21:24Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_8\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DOCKER\"\n                    },\n                    {\n                        \"key\": \"platformId\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"example.com.pass\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"2_4\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2021-09-07T20:49:13Z\",\n                \"lastModified\": \"2021-09-08T15:11:12Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/2_4\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"VaultInternal\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"svc.cyberarkbind@example.com\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"DC01.EXAMPLE.COM\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"WINDOMAIN-SVC\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"myPrivilegeDocs2\",\n            \"type\": \"password\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"138_5\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2022-05-09T20:15:45Z\",\n                \"lastModified\": \"2022-05-09T20:15:45Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_5\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"myContainer\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"user_docs\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"192.0.2.1\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"WINDOMAIN-A-V\"\n                    }\n                ]\n            }\n        },\n        {\n            \"name\": \"myPrivilegeData23\",\n            \"type\": \"key\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"138_7\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2022-05-12T19:28:01Z\",\n                \"lastModified\": \"2022-05-12T19:28:01Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"myContainer\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"user1\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"192.0.2.1\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"UNIXSSHKEY-A\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"6bd8d36d-7007-4737-ab33-9fd41d1a637e","name":"200 OK - Filter (success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?filter=type eq key","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{resourceAttribute}}","description":"Optional: Sort By Attribute from Privileged Data Schema","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"type eq key","description":"Optional: Atrribute from Privileged Data Schema to filter by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"7439493e0d3c434799efb4380533480d"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDE6MDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:01:07 GMT"},{"key":"Content-Length","value":"679"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 4,\n    \"Resources\": [\n        {\n            \"name\": \"myPrivilegeData23\",\n            \"type\": \"key\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n            ],\n            \"id\": \"138_7\",\n            \"meta\": {\n                \"resourceType\": \"PrivilegedData\",\n                \"created\": \"2022-05-12T19:28:01Z\",\n                \"lastModified\": \"2022-05-12T19:28:01Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n                \"safe\": \"myContainer\",\n                \"properties\": [\n                    {\n                        \"key\": \"username\",\n                        \"value\": \"user1\"\n                    },\n                    {\n                        \"key\": \"address\",\n                        \"value\": \"192.0.2.1\"\n                    },\n                    {\n                        \"key\": \"platformId\",\n                        \"value\": \"UNIXSSHKEY-A\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"ce526fee-32f7-4409-9070-5c3ed7142824","name":"200 OK - Filter (Failure)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?filter=type eq api","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{resourceAttribute}}","description":"Optional: Sort By Attribute from Privileged Data Schema","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"type eq api","description":"Optional: Atrribute from Privileged Data Schema to filter by"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"c8045a9f463649b0ac0dc98c7e5a60c0"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDE6NDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:01:45 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 4\n}"},{"id":"ed3059cc-e305-46b4-ab2f-5be595573249","name":"200 OK - Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?attributes={{resourceAttribute}},{{resourceAttribute}}","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"{{resourceAttribute}},{{resourceAttribute}}","description":"Optional: Only returns specified attributes in json response"},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{resourceAttribute}}","description":"Optional: Sort By Attribute from Privileged Data Schema","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"{{resourceAttribute}} eq \"{{attributeString}}\"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1c693abddade48e7bc82dd2ce428f848"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDM6MzEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:03:31 GMT"},{"key":"Content-Length","value":"272"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 4,\n    \"Resources\": [\n        {\n            \"name\": \"myPrivilegeData23\",\n            \"id\": \"138_7\"\n        },\n        {\n            \"name\": \"myPrivilegeDocs2\",\n            \"id\": \"138_5\"\n        },\n        {\n            \"name\": \"example.com.pass\",\n            \"id\": \"2_4\"\n        },\n        {\n            \"name\": \"VendorLDAP 'Strickland-Lab'.pass\",\n            \"id\": \"2_8\"\n        }\n    ]\n}"},{"id":"343796bc-cd1c-4df4-80d3-ad71bb2f21ea","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/?filter=name eq incorrect-name","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData",""],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true},{"key":"startIndex","value":"1","description":"Optional: Initial offset","disabled":true},{"key":"count","value":"2","description":"Optional: Returned resources","disabled":true},{"key":"sortBy","value":"{{resourceAttribute}}","description":"Optional: Sort By Attribute from Privileged Data Schema","disabled":true},{"key":"sortOrder","value":"descending","description":"Optional: ascending or descending","disabled":true},{"key":"filter","value":"name eq incorrect-name"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"0153d91ccd9d403c88dca69e5be96661"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDI6MjUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:02:25 GMT"},{"key":"Content-Length","value":"133"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Could not parse -name\"\n}"}],"_postman_id":"ab3a0473-cc04-4c23-8b53-94dd2daed52f"},{"name":"Get Priviledged Data By ID","id":"04408a16-cf99-44b8-a3cc-59c3c12928f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata/:identitySCIMPrivilegedDataID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","privilegeddata",":identitySCIMPrivilegedDataID"],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true}],"variable":[{"id":"337d8fc8-d82c-4b56-8dff-f2bef06753c9","key":"identitySCIMPrivilegedDataID","value":"{{identitySCIMPrivilegedDataID}}"}]},"description":"**Requirements:** ***Requires CyberArk Password Vault Web Access (PVWA) version 12.2+***\n\nReturns a specific Privileged Data Resource."},"response":[{"id":"9828199d-f999-4090-b73b-606c3579e13a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/PrivilegedData/138_7","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","PrivilegedData","138_7"],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"6f13a58bfef74a0d8e5c738abbc12b02"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDY6MDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:06:05 GMT"},{"key":"Content-Length","value":"581"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myPrivilegeData23\",\n    \"type\": \"key\",\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n    ],\n    \"id\": \"138_7\",\n    \"meta\": {\n        \"resourceType\": \"PrivilegedData\",\n        \"created\": \"2022-05-12T19:28:01Z\",\n        \"lastModified\": \"2022-05-12T19:28:01Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_7\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n        \"safe\": \"myContainer\",\n        \"properties\": [\n            {\n                \"key\": \"username\",\n                \"value\": \"user1\"\n            },\n            {\n                \"key\": \"address\",\n                \"value\": \"192.0.2.1\"\n            },\n            {\n                \"key\": \"platformId\",\n                \"value\": \"UNIXSSHKEY-A\"\n            }\n        ]\n    }\n}"},{"id":"0a4bbfb3-8a10-4800-a269-b03bc6685cf4","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/PrivilegedData/142_2","host":["{{identityBaseUrl}}"],"path":["scim","v2","PrivilegedData","142_2"],"query":[{"key":"attributes","value":"name,id","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f7ecbc32a47c444da429116935e5f317"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDY6MjkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:06:28 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"}],"_postman_id":"04408a16-cf99-44b8-a3cc-59c3c12928f6"},{"name":"Add Priviledged Data","id":"6406f0c4-eadd-4e9c-9db0-b056e6f2b775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeData23\",\r\n    \"type\": \"password\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            },\r\n            {\r\n                \"key\": \"secret\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata","description":"With the POST method, you can add Privileged Data with core attributes. This request creates a Privileged Data resource in a specific Container (Safe). Include the SCIM schema in the request payload, as shown in the following example.\n\n#### **Required JSON Attributes**\n\n*   name\n*   type\n*   schemas\n*   urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData"},"response":[{"id":"4427382d-bd55-4918-a46c-269d6244988a","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocs\",\r\n    \"type\": \"password\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            },\r\n            {\r\n                \"key\": \"secret\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/PrivilegedData"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"c7c1bfec3c7d4695a113a5b091df5f96"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDY6NTcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:06:58 GMT"},{"key":"Content-Length","value":"583"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myPrivilegeDataDocs\",\n    \"type\": \"key\",\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n    ],\n    \"id\": \"138_8\",\n    \"meta\": {\n        \"resourceType\": \"PrivilegedData\",\n        \"created\": \"2022-05-16T19:05:43Z\",\n        \"lastModified\": \"2022-05-16T19:05:43Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_8\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n        \"safe\": \"myContainer\",\n        \"properties\": [\n            {\n                \"key\": \"username\",\n                \"value\": \"user1\"\n            },\n            {\n                \"key\": \"address\",\n                \"value\": \"192.0.2.1\"\n            },\n            {\n                \"key\": \"platformId\",\n                \"value\": \"UNIXSSHKEY-A\"\n            }\n        ]\n    }\n}"},{"id":"31a3a7d1-e2e6-465c-84c5-2643094f678f","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocs\",\r\n    \"type\": \"password\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer23\", // Container does not exist\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            },\r\n            {\r\n                \"key\": \"secret\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"743a24bd878c43359d0b0dba3ee31612"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDc6NDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:07:40 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"cbfbc8d5-1c5a-4c10-92da-e14ba0c0d7ea","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocs\",\r\n    \"type\": \"password\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            },\r\n            {\r\n                \"key\": \"secret\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"5928fe7078db4d5f992162a2fc9d2aef"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDc6MTUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:07:16 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"409\",\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"The request could not be processed because of conflict in the name of the resource\"\n}"},{"id":"ef771649-201e-455a-8c2d-99a266341c0d","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocs\",\r\n    \"type\": \"password\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            },\r\n            {\r\n                \"key\": \"secret\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"69fc838720234f98b2364bcbb5cb08f8"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDg6MjIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:08:23 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"6406f0c4-eadd-4e9c-9db0-b056e6f2b775"},{"name":"Update Priviledged Data","id":"195d0b08-6341-4b48-827d-2223c9d366a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeData\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"myUsername\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"WinDesktopLocal\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata/:identitySCIMPrivilegedDataID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","privilegeddata",":identitySCIMPrivilegedDataID"],"variable":[{"id":"9bafdbbc-20ab-4b84-9319-c5eb5aab8616","key":"identitySCIMPrivilegedDataID","value":"{{identitySCIMPrivilegedDataID}}"}]},"description":"PUT Privileged Data updates a Privileged Data Resource. The request uses the Privileged Data Id. The PUT request only allows you to update core attributes of the Privileged Data resource such as the name. To replace attributes of the resource itself you must use the PATCH operation.\n\n#### **Required JSON Attributes**\n\n*   name\n*   schemas\n*   urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData"},"response":[{"id":"4263bf1b-e238-4d76-a400-0406696dea53","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocsNew\",\r\n    \"type\": \"key\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"id\": \"138_8\",\r\n    \"meta\": {\r\n        \"resourceType\": \"PrivilegedData\",\r\n        \"created\": \"2022-05-16T19:05:43Z\",\r\n        \"lastModified\": \"2022-05-16T19:05:43Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_8\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/PrivilegedData/138_8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"86fd0e2a58b343b68db23a20262a48e6"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MDk6MjIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:09:22 GMT"},{"key":"Content-Length","value":"586"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myPrivilegeDataDocsNew\",\n    \"type\": \"key\",\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n    ],\n    \"id\": \"138_8\",\n    \"meta\": {\n        \"resourceType\": \"PrivilegedData\",\n        \"created\": \"2022-05-16T19:05:43Z\",\n        \"lastModified\": \"2022-05-16T19:05:43Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_8\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n        \"safe\": \"myContainer\",\n        \"properties\": [\n            {\n                \"key\": \"username\",\n                \"value\": \"user1\"\n            },\n            {\n                \"key\": \"address\",\n                \"value\": \"192.0.2.1\"\n            },\n            {\n                \"key\": \"platformId\",\n                \"value\": \"UNIXSSHKEY-A\"\n            }\n        ]\n    }\n}"},{"id":"a4a77978-f325-42fb-ad5b-f4f6edb3039b","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeDataDocsNew\",\r\n    \"type\": \"key\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n    ],\r\n    \"id\": \"138_9\", // Id mismatch\r\n    \"meta\": {\r\n        \"resourceType\": \"PrivilegedData\",\r\n        \"created\": \"2022-05-16T19:05:43Z\",\r\n        \"lastModified\": \"2022-05-16T19:05:43Z\",\r\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_8\"\r\n    },\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"user1\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"UNIXSSHKEY-A\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/138_8"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"5f3f88b3b50d4530992a5a2a35493afb"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MTA6MjQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:10:24 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"33c67803-fc62-473a-b94a-5e8e9758a520","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"myPrivilegeData\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\"\r\n    ],\r\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\r\n        \"safe\": \"myContainer\",\r\n        \"properties\": [\r\n            {\r\n                \"key\": \"username\",\r\n                \"value\": \"myUsername\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\"\r\n            },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"WinDesktopLocal\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/106_4"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"df4173c1dc2e47869e7113ae7b0816ef"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MzI6MDIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:32:02 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"195d0b08-6341-4b48-827d-2223c9d366a7"},{"name":"Modify Priviledged Data","id":"d5ce8c72-0a24-44d7-83ef-9e15741953a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\r\n    ],\r\n    \"Operations\": [ // operations (add, replace, etc...)\r\n        // Add operation\r\n        {\r\n            \"op\": \"add\", \r\n            \"path\": \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData.properties\",\r\n            \"value\": [\r\n                {\r\n                \"key\": \"username\",\r\n                \"value\": \"new user 3\"\r\n            },\r\n            {\r\n                \"key\": \"address\",\r\n                \"value\": \"192.0.2.1\" \r\n                },\r\n            {\r\n                \"key\": \"platformId\",\r\n                \"value\": \"WinDomain\"\r\n            }\r\n            ]\r\n        },\r\n        // Replace operation\r\n        {\r\n            \"op\": \"replace\",\r\n            \"path\": \"name\",\r\n            \"value\": \"myPrivilegeData1\"\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata/:identitySCIMPrivilegedDataID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","privilegeddata",":identitySCIMPrivilegedDataID"],"variable":[{"id":"5960a5d9-df53-4ea7-9bca-50c75b4459e4","key":"identitySCIMPrivilegedDataID","value":"{{identitySCIMPrivilegedDataID}}"}]},"description":"Use PATCH to modify a Privileged Data resource.  \nThe following example adds a platformID attribute\n\n***Note:*** *Privileged data is the only Resource Type that accepts a Patch and the patch body conforms to the following json template as defined in the SCIM Schemas response.*"},"response":[{"id":"e5bba763-712f-437f-8d8e-827d76b1b536","name":"200 OK - Replace","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\r\n    ],\r\n    \"Operations\": [ \r\n        {\r\n            \"op\": \"replace\", \r\n            \"path\": \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData.properties\",\r\n            \"value\": [\r\n                {\r\n                    \"key\": \"username\",\r\n                    \"value\": \"userNew\"\r\n                },\r\n                {\r\n                    \"key\": \"address\",\r\n                    \"value\": \"192.0.2.1\"\r\n                },\r\n                {\r\n                    \"key\": \"platformId\",\r\n                    \"value\": \"UNIXSSHKEY-A\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"op\": \"replace\",\r\n            \"path\": \"name\",\r\n            \"value\": \"myPrivilegeDataNewName2\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/PrivilegedData/138_8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"73e8024c1cbd4018b801b7c62b012639"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MTU6MzkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:15:40 GMT"},{"key":"Content-Length","value":"589"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"myPrivilegeDataNewName2\",\n    \"type\": \"key\",\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\n    ],\n    \"id\": \"138_8\",\n    \"meta\": {\n        \"resourceType\": \"PrivilegedData\",\n        \"created\": \"2022-05-16T19:05:43Z\",\n        \"lastModified\": \"2022-05-16T19:14:25Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/PrivilegedData/138_8\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\": {\n        \"safe\": \"myContainer\",\n        \"properties\": [\n            {\n                \"key\": \"username\",\n                \"value\": \"userNew\"\n            },\n            {\n                \"key\": \"address\",\n                \"value\": \"192.0.2.1\"\n            },\n            {\n                \"key\": \"platformId\",\n                \"value\": \"UNIXSSHKEY-A\"\n            }\n        ]\n    }\n}"},{"id":"16660e94-3385-4c55-97c2-5ce24893f21a","name":"400 Bad Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\r\n    ],\r\n    \"Operations\": [ \r\n        {\r\n            \"op\": \"replace\", \r\n            \"path\": \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData.properties\",\r\n            \"value\": [\r\n                {\r\n                    \"key\": \"username\",\r\n                    \"value\": \"newUserNameViaPatch\"\r\n                },\r\n                {\r\n                    \"key\": \"address\",\r\n                    \"value\": \"192.0.2.1\" \r\n                    },\r\n                {\r\n                    \"key\": \"platformId\",\r\n                    \"value\": \"WINDOMAIN-A-SVC\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"op\": \"replace\",\r\n            \"path\": \"name\",\r\n            \"value\": \"myPrivilegeDataNewName2\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/138_8"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"7bb22f4a74ff4eb6b38cc6c1e8adc1d0"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MTQ6MTggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:14:18 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"3a49d4a9-dc8f-4c16-9153-c5e6646aac83","name":"500 Internal Server Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:PatchOp\"\r\n    ],\r\n    \"Operations\": [ \r\n        {\r\n            \"op\": \"replace\",\r\n            \"path\": \"name\",\r\n            \"value\": \"myPrivilegeDataNewName2\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/106_4"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"81aefc4ae5c04168828f6676bdc088cb"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MzE6MjcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:31:27 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"d5ce8c72-0a24-44d7-83ef-9e15741953a4"},{"name":"Delete Priviledged Data","id":"9476ba30-7f4b-460b-ae3f-88ff0e81925c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/privilegeddata/:identitySCIMPrivilegedDataID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","privilegeddata",":identitySCIMPrivilegedDataID"],"variable":[{"id":"267eea35-e183-46da-9bef-923a9731a954","key":"identitySCIMPrivilegedDataID","value":"{{identitySCIMPrivilegedDataID}}"}]},"description":"The DELETE request deletes a single Privileged Data resource specified in the SCIM URL. You can only delete a single resource per request."},"response":[{"id":"1ded2489-766a-40ec-9522-9267076a3d84","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://example.my.idaptive.app/scim/v2/PrivilegedData/138_9"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"97c7f991a4d441cbaf640c7c7742174d"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MzY6MTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:36:12 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"f7f675e2-0436-4307-a706-7c792371e621","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/138_7"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"990ce79ae5d149419055ae2aa6e3ff8d"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6Mzc6NDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:37:46 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"91dfc977-a4d3-47e9-b60a-ad171584aa96","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/138_9"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"20903a382d2140da92b879eb5b1acdfe"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6MzY6MzEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:36:30 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"c9a4276b-778b-4381-b909-00c0388aa5c1","name":"500 Internal Server Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{identityBaseUrl}}/scim/v2/PrivilegedData/106_4"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"9e74e17b554d446e88f6aa3c16adf79e"},{"key":"X-CFY-TX-DT","value":"NS8xNi8yMDIyIDc6Mzc6MTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Mon, 16 May 2022 19:37:10 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"9476ba30-7f4b-460b-ae3f-88ff0e81925c"}],"id":"e3c3d234-5146-4151-a466-ddb58f7f8126","description":"CyberArk Identity allows you to manage Privileged Data (Accounts) objects in the Vault through the scim/v2/PrivilegedData/ endpoint. Supported requests include:\n\n*   GET: access Privileged Data information\n*   POST: add new Privileged Data\n*   PUT: update the information of existing Privileged Data\n*   PATCH: modify the information of existing Privileged Data\n*   DELETE: delete Privileged Data\n    \n\nThe following should be included in any request to the \"PrivilegedData\" endpoint:  \n`\"schemas\": [ \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\" ],`\n\n### **Privileged Data Attributes**\n\n| **Attribute** | **Description** | **Data Type** | **Filter?** | **Sort By?** |\n| --- | --- | --- | --- | --- |\n| name | Privileged Data Name | String | Supported | Supported |\n| type | Privileged Data Type (1) | String | Supported | Supported |\n| schemas | Container Schemas | String Array | Not Supported | Not Supported |\n| id | Unique PrivilegedData Id | String | Supported (2) | Supported |\n| **meta** | Container Permissions Metadata | Complex | \\- | \\- |\n| *.resourceType* | Static - \"PrivilegedData\" | String | Supported | Supported |\n| *.created* | Date Created - YYYY-MM-DDTHH:MM:SS.#######Z | String | Supported | Supported |\n| *.lastModified* | Date Last Modified - YYYY-MM-DDTHH:MM:SS.######Z | String | Supported | Supported |\n| *.location* | Resource Location URL | String | Supported | Supported |\n| **urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData** | CyberArk Privileged Data Identifier | Complex | \\- | \\- |\n| *.safe* | Safe Name | String | Not Supported | Not Supported |\n| *.properties* | Privileged Data Properties | Complex Array | \\- | \\- |\n| *..key* | Privileged Data Properties Key (3) | String | Not Supported | Not Supported |\n| *..value* | Privileged Data Properties Value | String | Not Supported | Not Supported |\n\n##### Notes\n\n*   *(1) Example types: password, key*\n*   *(2) The Privileged Data Id should be put in quotes as the underscore may cause issues with Url encoding.*\n*   *(3) Example Property Keys: address, username, platformId, secret*","_postman_id":"e3c3d234-5146-4151-a466-ddb58f7f8126"},{"name":"SCIM Server Details","item":[{"name":"SCIM Config","id":"d9d8034d-26e9-405a-8b5a-3a315ef490be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/serviceproviderconfig","description":"SCIM provides a schema for representing the service provider's configuration, identified using the following schema URI:\n\n> urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig\n\nThe service provider configuration resource enables a service provider to discover SCIM specification features in a standardized form as well as provide additional implementation details to clients. All attributes have a mutability of \"readOnly\". Unlike other core resources, the \"id\" attribute is not required for the service provider configuration resource."},"response":[{"id":"4a634b03-a7b7-4b1d-b508-9e77483ae168","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/ServiceProviderConfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"6be760497b6346b296384bbfac2e8582"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6Mzk6MjMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:39:23 GMT"},{"key":"Content-Length","value":"671"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig\"\n    ],\n    \"patch\": {\n        \"supported\": false\n    },\n    \"bulk\": {\n        \"supported\": false,\n        \"maxOperations\": 1,\n        \"maxPayloadSize\": 0\n    },\n    \"filter\": {\n        \"supported\": true,\n        \"maxResults\": 1000\n    },\n    \"changePassword\": {\n        \"supported\": false\n    },\n    \"sort\": {\n        \"supported\": false\n    },\n    \"etag\": {\n        \"supported\": false\n    },\n    \"authenticationSchemes\": [\n        {\n            \"type\": \"oauthbearertoken\",\n            \"name\": \"OAuth Bearer Token\",\n            \"description\": \"Authentication scheme using the OAuth Bearer Token Standard\"\n        }\n    ],\n    \"meta\": {\n        \"resourceType\": \"ServiceProviderConfig\",\n        \"created\": \"2022-05-11T19:39:23.2769059Z\",\n        \"lastModified\": \"2022-05-11T19:39:23.2769059Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/ServiceProviderConfig\"\n    }\n}"},{"id":"21980436-266c-42b9-8124-95432a10cda1","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/ServiceProviderConfig"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f8d032f3250c4a10ba10bc536a33b0a9"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6Mzg6MjkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:38:28 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"d9d8034d-26e9-405a-8b5a-3a315ef490be"},{"name":"SCIM ResourceTypes","id":"92b8b9ab-525d-42dd-88d2-a3232ea998c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/resourcetypes","description":"The \"ResourceType\" schema specifies the metadata about a resource type. Resource type resources are READ-ONLY and identified using the following schema URI:\n\n> urn:ietf:params:scim:schemas:core:2.0:ResourceType\n\nThe following example is a GET request to the /scim/ResourceTypes endpoint.\n\n`GET https://myTenantUrl/scim/v2/ResourceTypes`"},"response":[{"id":"45385f51-e09b-4258-84dc-7432148efcf0","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/ResourceTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"5aa5422c2bd9492f80a3c2feb159f916"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDE6MDkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:41:09 GMT"},{"key":"Content-Length","value":"3307"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 6,\n    \"itemsPerPage\": 6,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"name\": \"User\",\n            \"endpoint\": \"/Users\",\n            \"schema\": \"urn:ietf:params:scim:schemas:core:2.0:User\",\n            \"schemaExtensions\": [\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                    \"required\": false\n                },\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                    \"required\": false\n                },\n                {\n                    \"schema\": \"urn:scim:schemas:extension:custom:2.0\",\n                    \"required\": false\n                },\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:User\",\n                    \"required\": false\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"User\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.8961706Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.8961706Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/User\"\n            }\n        },\n        {\n            \"name\": \"Group\",\n            \"endpoint\": \"/Groups\",\n            \"schema\": \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n            \"schemaExtensions\": [\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\",\n                    \"required\": false\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"Group\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.9246985Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.9246985Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/Group\"\n            }\n        },\n        {\n            \"name\": \"Container\",\n            \"endpoint\": \"/Containers\",\n            \"schema\": \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\n            \"schemaExtensions\": [\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\",\n                    \"required\": false\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"Container\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.9317064Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.9317064Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/Container\"\n            }\n        },\n        {\n            \"name\": \"ContainerPermission\",\n            \"endpoint\": \"/ContainerPermissions\",\n            \"schema\": \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\n            \"schemaExtensions\": [\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\",\n                    \"required\": false\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"ContainerPermission\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.9375101Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.9375101Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/ContainerPermission\"\n            }\n        },\n        {\n            \"name\": \"PrivilegedData\",\n            \"endpoint\": \"/PrivilegedData\",\n            \"schema\": \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\n            \"schemaExtensions\": [\n                {\n                    \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\",\n                    \"required\": false\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"PrivilegedData\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.9406988Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.9406988Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/PrivilegedData\"\n            }\n        },\n        {\n            \"name\": \"PrivilegedDataPermission\",\n            \"endpoint\": \"/PrivilegedDataPermissions\",\n            \"schema\": \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedDataPermission\",\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n            ],\n            \"id\": \"PrivilegedDataPermission\",\n            \"meta\": {\n                \"resourceType\": \"ResourceType\",\n                \"created\": \"2022-05-11T19:41:09.9406988Z\",\n                \"lastModified\": \"2022-05-11T19:41:09.9406988Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/PrivilegedDataPermission\"\n            }\n        }\n    ]\n}"},{"id":"91b113b5-db13-4c68-8b99-a65cbed5f8d3","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/ResourceTypes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b566b4e00aa848c9ad41f19fd5da731b"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDA6MzcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:40:37 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"92b8b9ab-525d-42dd-88d2-a3232ea998c8"},{"name":"SCIM ResourceTypes By Type","id":"19829560-10d1-4520-ad28-eb4dd8a79828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/resourcetypes/:identitySCIMResourceType","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","resourcetypes",":identitySCIMResourceType"],"variable":[{"id":"c395c698-a8a2-4323-ae35-8c2d13cc2193","key":"identitySCIMResourceType","value":"{{identitySCIMResourceType}}"}]},"description":"For details on only one Resource Type, use /scim/v2/ResourceTypes/{{resourceType}}."},"response":[{"id":"7f48a541-2083-4ddb-8090-0272cac74e31","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/ResourceTypes/Group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"9ddacd406d7e4539ac7bce535e982f19"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDY6MDEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:46:01 GMT"},{"key":"Content-Length","value":"467"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Group\",\n    \"endpoint\": \"/Groups\",\n    \"schema\": \"urn:ietf:params:scim:schemas:core:2.0:Group\",\n    \"schemaExtensions\": [\n        {\n            \"schema\": \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\",\n            \"required\": false\n        }\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:ResourceType\"\n    ],\n    \"id\": \"Group\",\n    \"meta\": {\n        \"resourceType\": \"ResourceType\",\n        \"created\": \"2022-05-11T19:46:01.3194524Z\",\n        \"lastModified\": \"2022-05-11T19:46:01.3194524Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/ResourceTypes/Group\"\n    }\n}"},{"id":"049cac3d-59ce-4dbe-a63d-8894414d469b","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/ResourceTypes/Group"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"3b9cc8a2775646c7842faeb835a1d57e"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDU6MzAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:45:30 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"19829560-10d1-4520-ad28-eb4dd8a79828"},{"name":"SCIM Schemas","id":"f44454ae-c26d-4e4e-9caf-3043eaee0860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/schemas","description":"This section defines a way to specify the schema in use by resources available and accepted by a SCIM service provider. For each \"schemas\" URI value, this schema specifies the defined attribute(s) and their characteristics (mutability, returnability, etc). For every schema URI used in a resource object, there is a corresponding \"Schema\" resource. \"Schema\" resources are not modifiable, and their associated attributes have a mutability of \"readOnly\". Except for \"id\" (which is always returned), all attributes have a \"returned\" characteristic of \"default\". Unless otherwise specified, all schema attributes are case insensitive. These resources have a \"schemas\" attribute with the following schema URI:\n\n> urn:ietf:params:scim:schemas:core:2.0:Schema\n\nUnlike other core resources, the \"Schema\" resource MAY contain a complex object within a sub-attribute, and all attributes are REQUIRED unless otherwise specified.\n\nA GET request to the /scim/v2/Schemas endpoint returns attributes for all objects."},"response":[{"id":"5adb0457-efec-4e54-876e-15f05bad3d36","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://identity.example.us/scim/v2/Schemas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\r\n    ],\r\n    \"totalResults\": 14,\r\n    \"itemsPerPage\": 14,\r\n    \"startIndex\": 1,\r\n    \"Resources\": [\r\n        {\r\n            \"name\": \"User\",\r\n            \"description\": \"User Account\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"userName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true\r\n                },\r\n                {\r\n                    \"name\": \"name\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"formatted\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"familyName\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"givenName\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"middleName\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"honorificPrefix\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"honorificSuffix\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"displayName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"nickName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"profileUrl\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"title\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"userType\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"preferredLanguage\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"locale\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"timezone\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"active\",\r\n                    \"type\": \"boolean\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"password\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false,\r\n                    \"mutability\": \"writeOnly\"\r\n                },\r\n                {\r\n                    \"name\": \"emails\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"phoneNumbers\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"ims\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"photos\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"addresses\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"formatted\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"streetAddress\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"locality\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"region\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"postalCode\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"country\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"groups\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"entitlements\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"roles\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"x509Certificates\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"primary\",\r\n                            \"type\": \"boolean\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:core:2.0:User\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"LinkedObject\",\r\n            \"description\": \"Linked Object attributes for external user\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"source\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"nativeIdentifier\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"EnterpriseUser\",\r\n            \"description\": \"Enterprise User\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"employeeNumber\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"costCenter\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"organization\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"division\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"department\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"manager\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"displayName\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"readOnly\"\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CustomData\",\r\n            \"description\": \"Custom Data for User\",\r\n            \"id\": \"urn:scim:schemas:extension:custom:2.0\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:scim:schemas:extension:custom:2.0\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CyberArk User\",\r\n            \"description\": \"CyberArk attributes for User\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"authenticationMethod\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"expiryDate\",\r\n                    \"type\": \"integer\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"changePassOnNextLogon\",\r\n                    \"type\": \"boolean\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"passwordNeverExpires\",\r\n                    \"type\": \"boolean\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"distinguishedName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"directoryType\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:cyberark:1.0:User\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:cyberark:1.0:User\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"Group\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"displayName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"members\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false,\r\n                            \"mutability\": \"immutable\"\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:core:2.0:Group\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Group\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CyberArk Group\",\r\n            \"description\": \"CyberArk attributes for Group\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"directoryType\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"directoryName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:cyberark:1.0:Group\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7078997Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:cyberark:1.0:Group\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"Container\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"name\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"displayName\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"description\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"type\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"parent\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"owner\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"privilegedData\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"type\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:pam:1.0:Container\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:pam:1.0:Container\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CyberArkSafe\",\r\n            \"description\": \"Extension Schema from CyberArk Safe\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"NumberOfDaysRetention\",\r\n                    \"type\": \"integer\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"ManagingCPM\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:cyberark:1.0:Safe\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:cyberark:1.0:Safe\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"ContainerPermission\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"container\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"name\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"name\": \"user\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"group\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"rights\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:pam:1.0:ContainerPermission\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CyberArk ContainerPermission\",\r\n            \"description\": \"CyberArk attributes for SafeMember/ContainerPermission\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"membershipExpirationDate\",\r\n                    \"type\": \"integer\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"memberType\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"searchIn\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:cyberark:1.0:SafeMember\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"PrivilegedData\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"name\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"description\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"type\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:pam:1.0:PrivilegedData\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"CyberArkPrivilegedData\",\r\n            \"description\": \"Custom Schema from CyberArk Privileged data\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"safe\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"folder\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"password\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"properties\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"key\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": true,\r\n                    \"required\": false\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:cyberark:1.0:PrivilegedData\"\r\n            }\r\n        },\r\n        {\r\n            \"name\": \"PrivilegedDataPermission\",\r\n            \"attributes\": [\r\n                {\r\n                    \"name\": \"privilegedData\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                },\r\n                {\r\n                    \"name\": \"user\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"group\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"value\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"$ref\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"display\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": false\r\n                },\r\n                {\r\n                    \"name\": \"rights\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"schemas\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": true,\r\n                    \"required\": true,\r\n                    \"caseExact\": false\r\n                },\r\n                {\r\n                    \"name\": \"id\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": true,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readOnly\",\r\n                    \"returned\": \"always\"\r\n                },\r\n                {\r\n                    \"name\": \"externalId\",\r\n                    \"type\": \"string\",\r\n                    \"multiValued\": false,\r\n                    \"required\": false,\r\n                    \"caseExact\": true,\r\n                    \"mutability\": \"readWrite\"\r\n                },\r\n                {\r\n                    \"name\": \"meta\",\r\n                    \"type\": \"complex\",\r\n                    \"subAttributes\": [\r\n                        {\r\n                            \"name\": \"resourceType\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": true,\r\n                            \"caseExact\": true,\r\n                            \"mutability\": \"readOnly\"\r\n                        },\r\n                        {\r\n                            \"name\": \"created\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"lastModified\",\r\n                            \"type\": \"dateTime\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"location\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": false\r\n                        },\r\n                        {\r\n                            \"name\": \"version\",\r\n                            \"type\": \"string\",\r\n                            \"multiValued\": false,\r\n                            \"required\": false,\r\n                            \"caseExact\": true\r\n                        }\r\n                    ],\r\n                    \"multiValued\": false,\r\n                    \"required\": true\r\n                }\r\n            ],\r\n            \"id\": \"urn:ietf:params:scim:schemas:pam:1.0:PrivilegedDataPermission\",\r\n            \"meta\": {\r\n                \"resourceType\": \"Schema\",\r\n                \"created\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"lastModified\": \"2022-05-04T19:43:28.7235256Z\",\r\n                \"location\": \"{{identityBaseUrl}]/Scim/v2/Schemas/urn:ietf:params:scim:schemas:pam:1.0:PrivilegedDataPermission\"\r\n            }\r\n        }\r\n    ]\r\n}"},{"id":"6a6be8cd-a2b8-464c-842d-bb5b5a8c2c06","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/Schemas"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"05e75490c2e341c0a8933480eaea88c1"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDM6MDggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:43:07 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"f44454ae-c26d-4e4e-9caf-3043eaee0860"},{"name":"SCIM Schemas By Object","id":"4ae25d49-41ec-4c77-8bbe-0c83dc8e515d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/schemas/:identitySCIMObjectType","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","schemas",":identitySCIMObjectType"],"variable":[{"id":"9657a3dd-34c7-4c3d-9c3a-2dd2f2b34d1f","key":"identitySCIMObjectType","value":"{{identitySCIMObjectType}}"}]},"description":"For details on only one object, use /scim/v2/Schemas/{{object}}."},"response":[{"id":"5b1e2a7a-f8bc-4fdd-9aea-3393f4148a07","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/Schemas/User"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"fed5a11716034103b66093ae11c6876a"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDQ6MDYgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:44:06 GMT"},{"key":"Content-Length","value":"7351"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"User\",\n    \"description\": \"User Account\",\n    \"attributes\": [\n        {\n            \"name\": \"userName\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": true,\n            \"caseExact\": true\n        },\n        {\n            \"name\": \"name\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"formatted\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"familyName\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"givenName\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"middleName\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"honorificPrefix\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"honorificSuffix\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": false,\n            \"required\": false\n        },\n        {\n            \"name\": \"displayName\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"nickName\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"profileUrl\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"title\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"userType\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"preferredLanguage\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"locale\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"timezone\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"active\",\n            \"type\": \"boolean\",\n            \"multiValued\": false,\n            \"required\": false\n        },\n        {\n            \"name\": \"password\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": false,\n            \"mutability\": \"writeOnly\"\n        },\n        {\n            \"name\": \"emails\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"phoneNumbers\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"ims\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"photos\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"addresses\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"formatted\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"streetAddress\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"locality\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"region\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"postalCode\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"country\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"groups\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"entitlements\",\n            \"type\": \"string\",\n            \"multiValued\": true,\n            \"required\": false,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"roles\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"x509Certificates\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"type\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"primary\",\n                    \"type\": \"boolean\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"display\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false,\n                    \"mutability\": \"immutable\"\n                },\n                {\n                    \"name\": \"value\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"$ref\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                }\n            ],\n            \"multiValued\": true,\n            \"required\": false\n        },\n        {\n            \"name\": \"schemas\",\n            \"type\": \"string\",\n            \"multiValued\": true,\n            \"required\": true,\n            \"caseExact\": false\n        },\n        {\n            \"name\": \"id\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": true,\n            \"caseExact\": true,\n            \"mutability\": \"readOnly\",\n            \"returned\": \"always\"\n        },\n        {\n            \"name\": \"externalId\",\n            \"type\": \"string\",\n            \"multiValued\": false,\n            \"required\": false,\n            \"caseExact\": true,\n            \"mutability\": \"readWrite\"\n        },\n        {\n            \"name\": \"meta\",\n            \"type\": \"complex\",\n            \"subAttributes\": [\n                {\n                    \"name\": \"resourceType\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": true,\n                    \"caseExact\": true,\n                    \"mutability\": \"readOnly\"\n                },\n                {\n                    \"name\": \"created\",\n                    \"type\": \"dateTime\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"lastModified\",\n                    \"type\": \"dateTime\",\n                    \"multiValued\": false,\n                    \"required\": false\n                },\n                {\n                    \"name\": \"location\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": false\n                },\n                {\n                    \"name\": \"version\",\n                    \"type\": \"string\",\n                    \"multiValued\": false,\n                    \"required\": false,\n                    \"caseExact\": true\n                }\n            ],\n            \"multiValued\": false,\n            \"required\": true\n        }\n    ],\n    \"id\": \"urn:ietf:params:scim:schemas:core:2.0:User\",\n    \"meta\": {\n        \"resourceType\": \"Schema\",\n        \"created\": \"2022-05-11T19:44:06.339273Z\",\n        \"lastModified\": \"2022-05-11T19:44:06.339273Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Schemas/User\"\n    }\n}"},{"id":"31af17e2-1ade-4083-8974-7584af6a127e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/Schemas/User"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"ff1855ccb4fc42a28539cea0a1bdb77f"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDc6NDM6NDUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 19:43:45 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"}],"_postman_id":"4ae25d49-41ec-4c77-8bbe-0c83dc8e515d"}],"id":"21c73c50-a4b1-4e60-b431-606975317c02","description":"## SCIM Server Details\n\nYou can use the following endpoints to discover the implementation details of CyberArk's SCIM server.\n\n| **Endpoint** | **SCIM Spec** |\n| --- | --- |\n| {{identityBaseUrl}}/scim/ServiceProviderConfig | [https://tools.ietf.org/html/rfc7643#section-5](https://tools.ietf.org/html/rfc7643#section-5) |\n| {{identityBaseUrl}}/scim/ServiceProviderConfig | [https://tools.ietf.org/html/rfc7643#section-6](https://tools.ietf.org/html/rfc7643#section-6) |\n| {{identityBaseUrl}}/scim/ServiceProviderConfig | [https://tools.ietf.org/html/rfc7643#section-6](https://tools.ietf.org/html/rfc7643#section-6) |\n\nRemember to include the bearer token in the header for authorization when making requests to SCIM endpoints.","auth":{"type":"noauth"},"_postman_id":"21c73c50-a4b1-4e60-b431-606975317c02"},{"name":"User Management","item":[{"name":"Get Users","id":"b501e69b-1290-4fa3-bc15-16be473cd0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/users","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","users"],"query":[{"key":"startIndex","value":"5","description":"Optional: Initial Offset","disabled":true},{"key":"count","value":"5","description":"Optional: Returned Resources","disabled":true},{"key":"filter","value":"{{identitySCIMResourceAttribute}} eq \"{{identitySCIMAttributeString}}\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)","disabled":true},{"key":"sortBy","value":"{{identitySCIMResourceAttribute}}","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)","disabled":true},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending","disabled":true},{"key":"attributes","value":"{{identitySCIMResourceAttribute}}","description":"Optional: Return only specific attributes in JSON response","disabled":true}]},"description":"This endpoint allows you to obtain information relating to all users in Vault, including the user's id attribute that you need for PUT, and DELETE requests.\n\n#### Query Parameters\n\n*   Index:\n    *   Returns users specified by an index. Useful when there are large number of returned resources to control pagination.\n        *   startIndex: initial starting offset for returned resources.\n        *   count: total count of returned resources.\n    *   Example: Return users 10 through 13 using index.\n        *   `GET https://myTenantUrl/scim/v2/Users?startIndex=10&count=5`\n*   Sort:\n    *   Returns all resources sorted either ascending (default) or descending based on a resource attribute.\n        *   sortBy: resource attribute to sort by.\n        *   sortOrder: ascending (default) or descending.\n    *   Example: Return users sorted by *userName* in *ascending* order.\n        *   `GET https://myTenantUrl/scim/v2/Users?sortBy=userName&sortOrder=ascending`\n*   Filter:\n    *   Returns a single resource specified by the filter in the response.\n    *   Example: Return a single user based on the *userName* filter.\n        *   `GET https://myTenantUrl/scim/v2/Users?filter=userName eq \"Administrator\"`\n*   Attributes:\n    *   Returns only the specified attributes in the JSON response.\n    *   Example: Return all Users with only userName and displayName.\n        *   `GET https://myTenantUrl/scim/v2/Users&attributes=userName,displayName`"},"response":[{"id":"eb4b7690-5112-4b5c-a7e2-5396d38dcf68","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://example.my.idaptive.app/scim/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"ee76d088d302442ebcac893f5c841e17"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDQ6NTc6NDMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 16:57:45 GMT"},{"key":"Content-Length","value":"14633"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 18,\n    \"itemsPerPage\": 18,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"userName\": \"Administrator\",\n            \"displayName\": \"Administrator\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAUsers\",\n                    \"value\": \"16\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageDirectoryMapping\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"2\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7749011Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7749011Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/2\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Auditor\",\n            \"displayName\": \"Auditor\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": false,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"3\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7749011Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7749011Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/3\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"EPMAgent\",\n            \"displayName\": \"EPMAgent\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"22\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7749011Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7749011Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/22\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"john\",\n            \"name\": {\n                \"familyName\": \"Strickland\",\n                \"givenName\": \"Joe\"\n            },\n            \"displayName\": \"john\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Admins\",\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/25\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Safe Managers\",\n                    \"value\": \"27\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/27\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"ADB_users\",\n                    \"value\": \"101\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/101\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Linux Super Users\",\n                    \"value\": \"103\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/103\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Vendor Approvers\",\n                    \"value\": \"170\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/170\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Operators\",\n                    \"value\": \"9\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/9\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"36\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/36\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Joe Strickland,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\": {\n                \"organization\": \"CyberArk\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"karen\",\n            \"name\": {\n                \"familyName\": \"Jefferson\",\n                \"givenName\": \"Karen\"\n            },\n            \"displayName\": \"karen\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Auditors\",\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/29\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"67\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/67\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Karen Jefferson,OU=Auditors,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"PTAUser\",\n            \"displayName\": \"PTAUser\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMPTAAppUsers\",\n                    \"value\": \"82\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/82\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"92\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/92\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"john\",\n            \"name\": {\n                \"familyName\": \"Smith\",\n                \"givenName\": \"John\"\n            },\n            \"displayName\": \"john\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Windows Admins\",\n                    \"value\": \"94\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/94\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"97\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/97\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=John Smith,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"paul\",\n            \"name\": {\n                \"familyName\": \"Jones\",\n                \"givenName\": \"Paul\"\n            },\n            \"displayName\": \"paul\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Linux Admins\",\n                    \"value\": \"96\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/96\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"ADB_users\",\n                    \"value\": \"101\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/101\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"100\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/100\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Paul Jones,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"mike\",\n            \"name\": {\n                \"familyName\": \"Meyers\",\n                \"givenName\": \"Mike\"\n            },\n            \"displayName\": \"mike\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Admins\",\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/25\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Cloud Admins\",\n                    \"value\": \"95\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/95\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"102\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/102\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Mike Meyers,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"PASReporter\",\n            \"displayName\": \"PASReporter\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"182\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/182\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"first.last@example.com\",\n            \"name\": {\n                \"familyName\": \"last\",\n                \"givenName\": \"first\",\n                \"middleName\": \"middle\"\n            },\n            \"displayName\": \"first.last@example.com\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"203\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/203\"\n            },\n            \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\": {\n                \"organization\": \"Sample\",\n                \"department\": \"123\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"testLocalAdmin\",\n            \"displayName\": \"testLocalAdmin\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"217\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/217\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"myUserNameDocs\",\n            \"displayName\": \"myUserNameDocs\",\n            \"userType\": \"EPVUser\",\n            \"active\": false,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"221\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/221\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"docsExample\",\n            \"name\": {\n                \"familyName\": \"Example\",\n                \"givenName\": \"Docs\"\n            },\n            \"displayName\": \"docsExample\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"224\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/224\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Backup\",\n            \"displayName\": \"Backup\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Backup Users\",\n                    \"value\": \"7\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/7\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"1\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.7905221Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.7905221Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Operator\",\n            \"displayName\": \"Operator\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": false,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Operators\",\n                    \"value\": \"9\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/9\"\n                }\n            ],\n            \"entitlements\": [\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"4\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.8061558Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.8061558Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/4\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"DR\",\n            \"displayName\": \"DR\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"DR Users\",\n                    \"value\": \"10\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/10\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"6\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.8061558Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.8061558Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/6\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"DR1\",\n            \"displayName\": \"DR1\",\n            \"userType\": \"DR_User\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"DR Users\",\n                    \"value\": \"10\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/10\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"46\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T16:57:45.8061558Z\",\n                \"lastModified\": \"2022-05-11T16:57:45.8061558Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/46\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"f86e2907-2788-49f2-8131-77d500400d82","name":"200 OK - Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?startIndex=5&count=5","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"startIndex","value":"5","description":"Optional: Initial Offset"},{"key":"count","value":"5","description":"Optional: Returned Resources"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"f75fb40e3691453981af50a5afe77ca5"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MTQ6MjMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:14:24 GMT"},{"key":"Content-Length","value":"5259"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 18,\n    \"itemsPerPage\": 5,\n    \"startIndex\": 5,\n    \"Resources\": [\n        {\n            \"userName\": \"karen\",\n            \"name\": {\n                \"familyName\": \"Jefferson\",\n                \"givenName\": \"Karen\"\n            },\n            \"displayName\": \"karen\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Auditors\",\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/29\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"67\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:14:24.9414606Z\",\n                \"lastModified\": \"2022-05-11T17:14:24.9414606Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/67\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Karen Jefferson,OU=Auditors,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"PTAUser\",\n            \"displayName\": \"PTAUser\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMPTAAppUsers\",\n                    \"value\": \"82\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/82\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"92\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:14:24.9434742Z\",\n                \"lastModified\": \"2022-05-11T17:14:24.9434742Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/92\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"john\",\n            \"name\": {\n                \"familyName\": \"Smith\",\n                \"givenName\": \"John\"\n            },\n            \"displayName\": \"john\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Windows Admins\",\n                    \"value\": \"94\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/94\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"97\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:14:24.9449607Z\",\n                \"lastModified\": \"2022-05-11T17:14:24.9449607Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/97\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=John Smith,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"paul\",\n            \"name\": {\n                \"familyName\": \"Jones\",\n                \"givenName\": \"Paul\"\n            },\n            \"displayName\": \"paul\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Linux Admins\",\n                    \"value\": \"96\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/96\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"ADB_users\",\n                    \"value\": \"101\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/101\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"100\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:14:24.9459343Z\",\n                \"lastModified\": \"2022-05-11T17:14:24.9459343Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/100\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Paul Jones,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"mike\",\n            \"name\": {\n                \"familyName\": \"Meyers\",\n                \"givenName\": \"Mike\"\n            },\n            \"displayName\": \"mike\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Admins\",\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/25\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Cloud Admins\",\n                    \"value\": \"95\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/95\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"102\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:14:24.9479192Z\",\n                \"lastModified\": \"2022-05-11T17:14:24.9479192Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/102\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Mike Meyers,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        }\n    ]\n}"},{"id":"bef5c07a-a518-4e1e-86aa-ae0efb657fd1","name":"200 OK - Sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?sortBy=userName&sortOrder=ascending","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"sortBy","value":"userName","description":"Optional: Sort based on keys in the User Schema (e.g. displayName, meta.created, etc...)"},{"key":"sortOrder","value":"ascending","description":"Optional: ascending or descending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"98d3da1a5b9a406796127f5701ed3ca1"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MTY6MDkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:16:10 GMT"},{"key":"Content-Length","value":"14633"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 18,\n    \"itemsPerPage\": 18,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"userName\": \"Administrator\",\n            \"displayName\": \"Administrator\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAUsers\",\n                    \"value\": \"16\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageDirectoryMapping\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"2\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/2\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Auditor\",\n            \"displayName\": \"Auditor\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": false,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"3\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/3\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Backup\",\n            \"displayName\": \"Backup\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Backup Users\",\n                    \"value\": \"7\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/7\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"1\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/1\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"docsExample\",\n            \"name\": {\n                \"familyName\": \"Example\",\n                \"givenName\": \"Docs\"\n            },\n            \"displayName\": \"docsExample\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"224\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/224\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"DR\",\n            \"displayName\": \"DR\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"DR Users\",\n                    \"value\": \"10\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/10\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"6\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/6\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"DR1\",\n            \"displayName\": \"DR1\",\n            \"userType\": \"DR_User\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"DR Users\",\n                    \"value\": \"10\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/10\"\n                }\n            ],\n            \"entitlements\": [\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"46\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3315964Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3315964Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/46\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"EPMAgent\",\n            \"displayName\": \"EPMAgent\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"22\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/22\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"first.last@example.com\",\n            \"name\": {\n                \"familyName\": \"last\",\n                \"givenName\": \"first\",\n                \"middleName\": \"middle\"\n            },\n            \"displayName\": \"first.last@example.com\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"203\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/203\"\n            },\n            \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\": {\n                \"organization\": \"Sample\",\n                \"department\": \"123\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"john\",\n            \"name\": {\n                \"familyName\": \"Strickland\",\n                \"givenName\": \"Joe\"\n            },\n            \"displayName\": \"john\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Admins\",\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/25\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Safe Managers\",\n                    \"value\": \"27\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/27\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"ADB_users\",\n                    \"value\": \"101\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/101\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Linux Super Users\",\n                    \"value\": \"103\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/103\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Vendor Approvers\",\n                    \"value\": \"170\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/170\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Operators\",\n                    \"value\": \"9\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/9\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"36\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/36\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Joe Strickland,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User\": {\n                \"organization\": \"CyberArk\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"john\",\n            \"name\": {\n                \"familyName\": \"Smith\",\n                \"givenName\": \"John\"\n            },\n            \"displayName\": \"john\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Windows Admins\",\n                    \"value\": \"94\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/94\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"97\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/97\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=John Smith,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"karen\",\n            \"name\": {\n                \"familyName\": \"Jefferson\",\n                \"givenName\": \"Karen\"\n            },\n            \"displayName\": \"karen\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Auditors\",\n                    \"value\": \"29\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/29\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"67\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/67\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Karen Jefferson,OU=Auditors,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"mike\",\n            \"name\": {\n                \"familyName\": \"Meyers\",\n                \"givenName\": \"Mike\"\n            },\n            \"displayName\": \"mike\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"CyberArk Admins\",\n                    \"value\": \"25\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/25\"\n                },\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Cloud Admins\",\n                    \"value\": \"95\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/95\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"102\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/102\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Mike Meyers,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"myUserNameDocs\",\n            \"displayName\": \"myUserNameDocs\",\n            \"userType\": \"EPVUser\",\n            \"active\": false,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"221\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/221\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"Operator\",\n            \"displayName\": \"Operator\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": false,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Operators\",\n                    \"value\": \"9\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/9\"\n                }\n            ],\n            \"entitlements\": [\n                \"RestoreAllSafes\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"4\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/4\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"PASReporter\",\n            \"displayName\": \"PASReporter\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"182\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/182\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"paul\",\n            \"name\": {\n                \"familyName\": \"Jones\",\n                \"givenName\": \"Paul\"\n            },\n            \"displayName\": \"paul\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Directory\",\n                    \"display\": \"Linux Admins\",\n                    \"value\": \"96\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/96\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"ADB_users\",\n                    \"value\": \"101\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/101\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"100\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/100\"\n            },\n            \"urn:ietf:params:scim:schemas:pam:1.0:LinkedObject\": {\n                \"source\": \"LDAP\",\n                \"nativeIdentifier\": \"CN=Paul Jones,OU=Domain users,OU=Personel,DC=EXAMPLE,DC=COM\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"LDAP\"\n            }\n        },\n        {\n            \"userName\": \"PTAUser\",\n            \"displayName\": \"PTAUser\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMLiveSessionTerminators\",\n                    \"value\": \"35\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/35\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PSMPTAAppUsers\",\n                    \"value\": \"82\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/82\"\n                }\n            ],\n            \"entitlements\": [\n                \"AuditUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"92\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/92\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        },\n        {\n            \"userName\": \"testLocalAdmin\",\n            \"displayName\": \"testLocalAdmin\",\n            \"userType\": \"EPVUser\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"217\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:16:11.3471617Z\",\n                \"lastModified\": \"2022-05-11T17:16:11.3471617Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/217\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"9bab047e-4a3d-44eb-89c9-254d86f44983","name":"200 OK - Filter (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?filter=userName eq \"Administrator\"","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"filter","value":"userName eq \"Administrator\"","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"ac84e0ee66fa44658042f9fb4a1abda9"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MDU6NDMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:05:44 GMT"},{"key":"Content-Length","value":"1254"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 1,\n    \"itemsPerPage\": 1,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"userName\": \"Administrator\",\n            \"displayName\": \"Administrator\",\n            \"userType\": \"Built-InAdmins\",\n            \"active\": true,\n            \"groups\": [\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Auditors\",\n                    \"value\": \"8\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAMonitor\",\n                    \"value\": \"15\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"PVWAUsers\",\n                    \"value\": \"16\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\"\n                },\n                {\n                    \"type\": \"Vault\",\n                    \"display\": \"Vault Admins\",\n                    \"value\": \"11\",\n                    \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n                }\n            ],\n            \"entitlements\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageDirectoryMapping\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"BackupAllSafes\",\n                \"RestoreAllSafes\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"schemas\": [\n                \"urn:ietf:params:scim:schemas:core:2.0:User\",\n                \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n            ],\n            \"id\": \"2\",\n            \"meta\": {\n                \"resourceType\": \"User\",\n                \"created\": \"2022-05-11T17:05:45.2468833Z\",\n                \"lastModified\": \"2022-05-11T17:05:45.2468833Z\",\n                \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/2\"\n            },\n            \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n                \"directoryType\": \"Vault\"\n            }\n        }\n    ]\n}"},{"id":"a094512c-824b-4097-9dc1-a9b29f576578","name":"200 OK - Filter (Failure)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?filter=name eq unkownName","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"filter","value":"name eq unkownName","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"75cd93dc154e4a099eb49fffa296d20f"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MDQ6NTkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:05:00 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 0,\n    \"itemsPerPage\": 0,\n    \"startIndex\": 1\n}"},{"id":"856399eb-59cc-4c64-b7ed-0da7eeb1c64c","name":"200 OK - Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?attributes=userName,id","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"attributes","value":"userName,id","description":"Optional: Return only specific attributes in JSON response"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"4411e0457f3246f386408d3db472d1eb"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MDI6MzMgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:02:34 GMT"},{"key":"Content-Length","value":"745"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:ListResponse\"\n    ],\n    \"totalResults\": 18,\n    \"itemsPerPage\": 18,\n    \"startIndex\": 1,\n    \"Resources\": [\n        {\n            \"userName\": \"Administrator\",\n            \"id\": \"2\"\n        },\n        {\n            \"userName\": \"Auditor\",\n            \"id\": \"3\"\n        },\n        {\n            \"userName\": \"EPMAgent\",\n            \"id\": \"22\"\n        },\n        {\n            \"userName\": \"john\",\n            \"id\": \"36\"\n        },\n        {\n            \"userName\": \"karen\",\n            \"id\": \"67\"\n        },\n        {\n            \"userName\": \"PTAUser\",\n            \"id\": \"92\"\n        },\n        {\n            \"userName\": \"john\",\n            \"id\": \"97\"\n        },\n        {\n            \"userName\": \"paul\",\n            \"id\": \"100\"\n        },\n        {\n            \"userName\": \"mike\",\n            \"id\": \"102\"\n        },\n        {\n            \"userName\": \"PASReporter\",\n            \"id\": \"182\"\n        },\n        {\n            \"userName\": \"first.last@example.com\",\n            \"id\": \"203\"\n        },\n        {\n            \"userName\": \"testLocalAdmin\",\n            \"id\": \"217\"\n        },\n        {\n            \"userName\": \"myUserNameDocs\",\n            \"id\": \"221\"\n        },\n        {\n            \"userName\": \"docsExample\",\n            \"id\": \"224\"\n        },\n        {\n            \"userName\": \"Backup\",\n            \"id\": \"1\"\n        },\n        {\n            \"userName\": \"Operator\",\n            \"id\": \"4\"\n        },\n        {\n            \"userName\": \"DR\",\n            \"id\": \"6\"\n        },\n        {\n            \"userName\": \"DR1\",\n            \"id\": \"46\"\n        }\n    ]\n}"},{"id":"bd8496d2-fd79-4ddd-80ae-39eb9cb32323","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users?filter=name eq test-name","host":["{{identityBaseUrl}}"],"path":["scim","v2","users"],"query":[{"key":"filter","value":"name eq test-name","description":"Optional: Filter based User Schema Attribute (e.g. name, displayName, etc...)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"b53ae5d92d084374bd87737307848990"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MDQ6MjAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:04:21 GMT"},{"key":"Content-Length","value":"133"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Could not parse -name\"\n}"},{"id":"61046519-aa5f-494d-8d82-c0ef6c6078a9","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"910d497603cc4585ae7d335f56f36243"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NDI6MTAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Set-Cookie","value":".ASPXAUTH=; expires=Tue, 12-Oct-1999 00:00:00 GMT; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:42:09 GMT"},{"key":"Content-Length","value":"568"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html><head><title>Idaptive</title><link rel=\"stylesheet\" type=\"text/css\" href=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/style.css\" />\r\n\r\n</head><body class=\"error idaptive\"><div class=\"wrap\"><img src=\"https://pod####.idaptive.app/vfslow/lib/branding/idaptive/errorpages/cyberark-logo.svg\"><div class=\"text\"><h1>Error 401</h1><p>You do not have access to this content. Please contact your system administrator for assistance.</p></div>\r\n\r\n  </div>\r\n\r\n</body>\r\n</html>"},{"id":"0dd93afa-2266-4571-9f0b-4817db2c78b5","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"{{identityBaseUrl}}/scim/v2/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"bf3e3fcc75ae4cfdad8ece152176ed8f"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NDM6MjUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:43:25 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"b501e69b-1290-4fa3-bc15-16be473cd0e5"},{"name":"Get User By ID","id":"75e295a3-d93a-4cbc-a916-77e5c16ad557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/users/:identitySCIMUserID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","users",":identitySCIMUserID"],"query":[{"key":"attributes","value":"userName,displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}],"variable":[{"id":"3618189a-7f48-40ae-9605-966f6f5d3579","key":"identitySCIMUserID","value":"{{identitySCIMUserID}}"}]},"description":"**Requirements:** ***Requires CyberArk Password Vault Web Access (PVWA) version 12.2+***\n\nAdding the id attribute value to the Users endpoint retrieves attributes for just that user.\n\n**Optional Fields:**\n\n*Attributes:* If attributes are specified only those specific attributes will be returned in the JSON response."},"response":[{"id":"784c8c7e-fa5a-46ab-a0ef-6380fd2bc2b4","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://example.my.idaptive.app/scim/v2/users/2","protocol":"https","host":["example","my","idaptive","app"],"path":["scim","v2","users","2"],"query":[{"key":"attributes","value":"userName,displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"0caf8473501549fb834a834cc0b72c9f"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MjM6MTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:23:11 GMT"},{"key":"Content-Length","value":"1248"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"Administrator\",\n    \"displayName\": \"Administrator\",\n    \"userType\": \"Built-InAdmins\",\n    \"active\": true,\n    \"groups\": [\n        {\n            \"type\": \"Vault\",\n            \"display\": \"Auditors\",\n            \"value\": \"8\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/8\"\n        },\n        {\n            \"type\": \"Vault\",\n            \"display\": \"PVWAMonitor\",\n            \"value\": \"15\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/15\"\n        },\n        {\n            \"type\": \"Vault\",\n            \"display\": \"PVWAUsers\",\n            \"value\": \"16\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/16\"\n        },\n        {\n            \"type\": \"Vault\",\n            \"display\": \"Vault Admins\",\n            \"value\": \"11\",\n            \"$ref\": \"{{identityBaseUrl}}/Scim/v2/Groups/11\"\n        }\n    ],\n    \"entitlements\": [\n        \"AddUpdateUsers\",\n        \"AddSafes\",\n        \"AddNetworkAreas\",\n        \"ManageDirectoryMapping\",\n        \"ManageServerFileCategories\",\n        \"AuditUsers\",\n        \"BackupAllSafes\",\n        \"RestoreAllSafes\",\n        \"ResetUsersPasswords\",\n        \"ActivateUsers\"\n    ],\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n    ],\n    \"id\": \"2\",\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2022-05-11T17:23:11.9378901Z\",\n        \"lastModified\": \"2022-05-11T17:23:11.9378901Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/2\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n        \"authenticationMethod\": [\n            \"AuthTypePass\"\n        ],\n        \"expiryDate\": -62135568000,\n        \"changePassOnNextLogon\": false,\n        \"passwordNeverExpires\": true,\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"125853e1-9399-4761-ae2b-e8c76bb93ec0","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users/220","host":["{{identityBaseUrl}}"],"path":["scim","v2","users","220"],"query":[{"key":"attributes","value":"userName,displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"848bbc81fd7e4c5f9b923889c2cc2dc5"},{"key":"X-CFY-TX-DT","value":"NS8xMS8yMDIyIDU6MjU6NDcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 11 May 2022 17:25:47 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"6072ccba-847a-40b0-a265-d9096db5d378","name":"500 Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{identityBaseUrl}}/scim/v2/users/36","host":["{{identityBaseUrl}}"],"path":["scim","v2","users","36"],"query":[{"key":"attributes","value":"userName,displayName","description":"Optional: Only returns specified attributes in json response","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"a2a215a2afe145c4b2c539cf1a0e03ce"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NDQ6MTkgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:44:19 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"75e295a3-d93a-4cbc-a916-77e5c16ad557"},{"name":"Add User","id":"4f0bcf7d-a5ca-436f-af6c-8d71210d2b6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2.last2@example.com\",\r\n    \"name\": {\r\n        \"familyName\": \"last2\",\r\n        \"givenName\": \"first2\"\r\n    },\r\n    \"password\": \"SaeP@$$w0rd12\",\r\n    \"userType\": \"EPVUser\",\r\n    \"active\": true,\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/users","description":"With the POST method, you can add users with core and custom attributes. Include the SCIM schema in the request payload, as shown in the following example.\n\n**Required JSON Attributes:**\n\n*   userName\n*   Password\n*   schemas"},"response":[{"id":"8d1907af-7d41-452c-ace1-d4c3394dcada","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2.last2@example.com\",\r\n    \"name\": {\r\n        \"familyName\": \"last2\",\r\n        \"givenName\": \"first2\"\r\n    },\r\n    \"password\": \"SaeP@$$w0rd12\",\r\n    \"userType\": \"EPVUser\",\r\n    \"active\": true,\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"72f5239f83e34099b0c11e68c7a1166b"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NTE6NTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:51:51 GMT"},{"key":"Content-Length","value":"662"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"first2.last2@example.com\",\n    \"name\": {\n        \"familyName\": \"last2\",\n        \"givenName\": \"first2\"\n    },\n    \"displayName\": \"first2.last2@example.com\",\n    \"userType\": \"EPVUser\",\n    \"active\": true,\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n    ],\n    \"id\": \"226\",\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2022-05-12T17:51:52.3173819Z\",\n        \"lastModified\": \"2022-05-12T17:51:52.3173819Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/226\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n        \"authenticationMethod\": [\n            \"AuthTypePass\"\n        ],\n        \"expiryDate\": -62135568000,\n        \"changePassOnNextLogon\": true,\n        \"passwordNeverExpires\": false,\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"cbfee407-4f3d-47e4-be25-baf459867055","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first7.last7@example.com\",\r\n    \"name\": {\r\n        \"familyName\": \"last4\",\r\n        \"givenName\": \"first4\"\r\n    },\r\n    \"displayName\":\"first\",\r\n    \"password\": \"\",\r\n    \"userType\": \"EPVUser\",\r\n    \"active\": true,\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"1c8ae0a7fa674df4a83a4df9cb8cc7bc"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NTU6NTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:55:51 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"400\",\n    \"scimType\": \"invalidValue\",\n    \"detail\": \"Invalid input prameter\"\n}"},{"id":"f6c12de2-1710-42eb-8c4b-846535f1d1c7","name":"409 Conflict","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2.last2@example.com\",\r\n    \"name\": {\r\n        \"familyName\": \"last2\",\r\n        \"givenName\": \"first2\"\r\n    },\r\n    \"password\": \"SaeP@$$w0rd12\",\r\n    \"userType\": \"EPVUser\",\r\n    \"active\": true,\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"3fe3c59deb7d4c99b76edad391b89244"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NTI6NTEgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:52:51 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"409\",\n    \"scimType\": \"uniqueness\",\n    \"detail\": \"The request could not be processed because of conflict in the name of the resource\"\n}"},{"id":"7107cc36-fd84-43d7-b224-9c48300a8baa","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first.last@example.com\",\r\n    \"name\": {\r\n        \"familyName\": \"last\",\r\n        \"givenName\": \"first\"\r\n    },\r\n    \"displayName\": \"first\",\r\n    \"password\": \"SampleP@$$w0rd1\",\r\n    \"userType\": \"EPVUser\",\r\n    \"active\": true,\r\n    \"emails\": [\r\n        {\r\n            \"type\": \"work\",\r\n            \"primary\": true,\r\n            \"value\": \"first.last@example.com\"\r\n        }\r\n    ],\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"78ddef87124741f6887ac1e6ce961bb0"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NDY6MDIgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:46:02 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"4f0bcf7d-a5ca-436f-af6c-8d71210d2b6b"},{"name":"Update User","id":"fb3b8b40-ae28-4d13-97cf-23d08dbbf6f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first.last@example.com\", // Required\r\n    \"active\": false,\r\n    \"id\":\"{{identitySCIMUserID}}\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\" // Required\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/users/:identitySCIMUserID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","users",":identitySCIMUserID"],"variable":[{"id":"60154b1d-119d-44fb-a783-e428fd6582e5","key":"identitySCIMUserID","value":"{{identitySCIMUserID}}"}]},"description":"Use a PUT request to update all attributes of an existing user. Null values are supported, so you can use a PUT request to remove user attribute values.\n\nPUT requests require the same amount of user information as POST requests.\n\n**Required JSON Attributes:**\n\n*   userName\n*   schemas\n*   id\n*   meta"},"response":[{"id":"06a7bb5f-6fba-41ee-a86a-e44adec182e7","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2.last2@example.com\", \r\n    \"active\": false,\r\n    \"id\":\"226\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.my.idaptive.app/scim/v2/users/226"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"cf68658a1cd0435aa50e44c356b02e2b"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NTc6MzUgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:57:35 GMT"},{"key":"Content-Length","value":"610"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"first2.last2@example.com\",\n    \"displayName\": \"first2.last2@example.com\",\n    \"userType\": \"EPVUser\",\n    \"active\": false,\n    \"schemas\": [\n        \"urn:ietf:params:scim:schemas:core:2.0:User\",\n        \"urn:ietf:params:scim:schemas:cyberark:1.0:User\"\n    ],\n    \"id\": \"226\",\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2022-05-12T17:57:35.454026Z\",\n        \"lastModified\": \"2022-05-12T17:57:35.454026Z\",\n        \"location\": \"{{identityBaseUrl}}/Scim/v2/Users/226\"\n    },\n    \"urn:ietf:params:scim:schemas:cyberark:1.0:User\": {\n        \"authenticationMethod\": [\n            \"AuthTypePass\"\n        ],\n        \"expiryDate\": -62135568000,\n        \"changePassOnNextLogon\": true,\n        \"passwordNeverExpires\": false,\n        \"directoryType\": \"Vault\"\n    }\n}"},{"id":"16b26c5d-5a68-4689-8f3c-0d7fd6c11acc","name":"404 Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2@example.com\",\r\n    \"displayName\": \"first2.last3@example.com\",\r\n    \"active\": true,\r\n    \"id\":\"219\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/users/219"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"9d88e8c995a74149910c0ea2fad296f6"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDY6MDA6MDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 18:00:00 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"46bcdf2a-a53a-43cc-9f94-73951d1d1183","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"first2@example.com\",\r\n    \"displayName\": \"first2.last3@example.com\",\r\n    \"active\": true,\r\n    \"id\":\"219\",\r\n    \"schemas\": [\r\n        \"urn:ietf:params:scim:schemas:core:2.0:User\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{identityBaseUrl}}/scim/v2/users/219"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"e4e3333128a94b758fea430eb2603b61"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDY6MDM6MTggUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 18:03:17 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"fb3b8b40-ae28-4d13-97cf-23d08dbbf6f9"},{"name":"Delete User","id":"d14731e4-9381-4e95-9dfd-20d31050d23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/scim/v2/users/:identitySCIMUserID","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["scim","v2","users",":identitySCIMUserID"],"variable":[{"id":"309a36f8-355f-4c97-bb85-df470ec18369","key":"identitySCIMUserID","value":"{{identitySCIMUsername}}"}]},"description":"The DELETE request deletes a single user specified in the SCIM URL. You can only delete a single user. Trying to delete all users results in an error.\n\nDELETE is the only request that does not return a response. Running DELETE twice receives an error; you cannot delete a user if the user ID no longer exists in Vault.\n\n**Valid Examples:**\n\nDelete user with User Id = 1:\n\n`DELETE https://myTenantUrl/scim/v2/Users/1`"},"response":[{"id":"6572c2db-1c38-4ddc-a984-7c6f12436d16","name":"204 No Content","originalRequest":{"method":"DELETE","header":[],"url":"https://example.my.idaptive.app/scim/v2/users/226"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"private"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"3e6440bf50a1485ba25e9c3cb0019ec0"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDY6MDE6MzcgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 18:01:37 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"66ee2b41-0116-43ac-a2bd-fa17ae91b838","name":"404 Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/users/226"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"e70e70809e5d46c98f27241a8aa53e0c"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDY6MDI6MDAgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 18:02:00 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"404\",\n    \"detail\": \"Object not found.\"\n}"},{"id":"da75824a-a7f4-4ac3-97ee-626661fa549d","name":"500 Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":"{{identityBaseUrl}}/scim/v2/users/222"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/scim+json; charset=utf-8"},{"key":"X-CFY-TX-PN","value":"pod####"},{"key":"X-CFY-TX-ID","value":"94264a86d7d447df8f51ffa4c41abf12"},{"key":"X-CFY-TX-DT","value":"NS8xMi8yMDIyIDU6NDg6MDQgUE0_"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Thu, 12 May 2022 17:48:03 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"schemas\": [\n        \"urn:ietf:params:scim:api:messages:2.0:Error\"\n    ],\n    \"status\": \"500\",\n    \"detail\": \"The remote server returned an error: (403) Forbidden. \"\n}"}],"_postman_id":"d14731e4-9381-4e95-9dfd-20d31050d23a"}],"id":"888c7475-af93-48a2-bb0a-1771f7e11b65","description":"## User Management\n\nCyberArk Identity allows you to manage User objects in the Vault through the scim/Users/ endpoint. Supported requests include:\n\n*   GET: access user information\n*   POST: add new users\n*   PUT: update the information of existing users\n*   DELETE: delete users\n*   LINKEDOBJECT\n    \n\nThe CyberArk Identity SCIM server supports the SCIM User core schema. To address use cases which need management of additional custom attributes for user objects that are not part of the SCIM User core schema, the CyberArk Identity SCIM server provides support for the custom schema (urn:scim:schemas:extension:custom:2.0).\n\nIn addition, CyberArk Identity supports attributes defined by the LinkedObject schema. These attributes are available only through GET requests - you can't modify them. Refer to [https://tools.ietf.org/id/draft-grizzle-scim-pam-ext-01.html#linked-object](https://tools.ietf.org/id/draft-grizzle-scim-pam-ext-01.html#linked-object) for more information.\n\nFor testing the above methods, you need to send a header with a bearer token for authentication (retrieved through Actions in your SCIM App Settings) and a tenant ID for navigating to the correct endpoint. When you update User attributes using the Users/ endpoint, be sure to specify the schema in the request payload.\n\nThe following should be included in any request to the \"Users\" endpoint:  \n`\"schemas\": [ \"urn:ietf:params:scim:schemas:core:2.0:User\" ],`\n\n### **User Attributes**\n\n| **Attribute** | **Description** | **Data Type** | **Filter?** | **Sort By?** |\n| --- | --- | --- | --- | --- |\n| userName | User Name | String | Supported (1) | Supported |\n| displayName | User Display Name | String | Supported | Supported |\n| userType | System User Type (e.g. BuiltIn-Admins, EPVUser, etc..) | String | Supported | Supported |\n| active | User Enabled or Disabled | Boolean | Supported | Supported |\n| **groups** | Groups that user is a member of. | Array Complex | \\- | \\- |\n| *.type* | Groups Sub Attribute - Group Type (e.g. Vault or LDAP) | String | Supported | Not Supported |\n| *.display* | Groups Sub Attribute - Group Display Name | String | Supported | Not Supported |\n| *.value* | Groups Sub Attribute - Group Id | String | Supported | Not Supported |\n| *.$ref* | Groups Sub Attribute - Group Endpoint URL | String | Supported (2) | Not Supported |\n| **name** | User Name Fields | Complex | \\- | \\- |\n| *.givenName* | Name Sub Attribute - First Name | String | Supported | Supported |\n| *.middleName* | Name Sub Attribute - Middle Name | String | Supported | Supported |\n| *.familyName* | Name Sub Attribute - Last Name | String | Supported | Supported |\n| *.formatted* | Name Sub Attribute - Formatted Name | String | Supported | Supported |\n| entitlements | User's entitlements | Array | Not Supported | Not Supported |\n| id | Unique User Id | String | Supported | Not Supported |\n| schemas | User Schemas | Array | Not Supported | Not Supported |\n| meta | User Metadata | Complex | \\- | \\- |\n| *.resourceType* | Static - \"User\" | String | Supported | Supported |\n| *meta.created* | Date Created - YYYY-MM-DDTHH:MM:SS.######Z | String | Not Supported | Supported |\n| *.lastModified* | Date Last Modified - YYYY-MM-DDTHH:MM:SS.######Z | String | Not Supported | Supported |\n| *.location* | Resource Location URL | String | Supported | Supported |\n| **urn:ietf:params:scim:schemas:cyberark:1.0:User** | Core User Information | Complex | \\- | \\- |\n| *.directoryType* | User Sub Attribute - (e.g Vault) | string | Not Supported | Not Supported |\n| **urn:ietf:params:scim:schemas:pam:1.0:LinkedObject** | Contains External Directory Information | Complex | \\- | \\- |\n| *.source* | LinkedObject Sub Attribute - User Source (e.g. LDAP) | String | Not Supported | Not Supported |\n| *.nativeIdentifier* | LinkedObject Sub Attirbute - User Native Identifier (e.g. CN=xyz,dc=abc,dc=com) | String | Not Supported | Not Supported |\n| **urn:ietf:params:scim:schemas:extension:enterprise:2.0:User** | Contains Enterprise User Information | Complex | \\- | \\- |\n| *.organization* | Enterprise User Sub Attribute - Organization | String | Not Supported | Not Supported |\n| *.department* | Enterprise User Sub Attribute - Department | String | Not Supported | Not Supported |\n\n#### Notes\n\n*   *(1) Case Sensitive*\n*   *(2) You should enclose the attribute path in quotes to avoid Url encoding issues (e.g. \"groups.$ref\")*\n    \n\n### **Custom schema requirements**\n\nNote the following pre-requisites for using the custom SCIM schema.\n\n*   The SCIM schema must be specified in the request payload.","_postman_id":"888c7475-af93-48a2-bb0a-1771f7e11b65"}],"id":"a6c0b667-49e8-45eb-959d-bb4795cf14e6","description":"# Introduction\n\nThe CyberArk Identity SCIM (System for Cross-Domain Identity Management) server provides API endpoints for SCIM-compliant clients (for example, an Identity and Access Governance solution such as Sailpoint) to manage privileged accounts and its related objects in CyberArk Privilege Cloud.\n\n# Overview\n\nThe CyberArk Identity SCIM server currently supports the following endpoints to manage privileged accounts and related objects.\n\nNote Managing Users or Groups in Privilege Cloud or PAS requires the SCIM service user to be in a role with the Vault Management Administrative Right. Refer to SCIM Server configuration for more information.\n\nRefer to Privilege Cloud or PAS documentation for details on supported request methods for each endpoint.\n\nPrivilege Cloud Documentation: [https://docs.cyberark.com/Product-Doc/OnlineHelp/PrivCloud/Latest/en/Content/Resources/_TopNav/cc_Home.htm](https://docs.cyberark.com/Product-Doc/OnlineHelp/PrivCloud/Latest/en/Content/Resources/_TopNav/cc_Home.htm)\n\nPrivilege Access Manager Documentation: [https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/Resources/_TopNav/cc_Home.htm](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/Resources/_TopNav/cc_Home.htm)\n\n# Authentication\n\nProvide an existing Oauth2 Bearer Token or provide a Username and Secret capable of requesting a new Bearer Token via the Authentication request.\n\n# Status Codes\n\n## Status Coder Overview\n\n| Status Name | Status Code | Status Description |\n| --- | --- | --- |\n| Success | 200 | The request succeeded. The actual response will depend on the request method used. |\n| Created | 201 | The request was fulfilled and resulted in a new resource being created. |\n| Bad Request | 400 | The request could not be understood by the server due to incorrect syntax. |\n| Unauthorized | 401 | The request requires user authentication. |\n| Forbidden | 403 | The server received and understood the request, but will not fulfill it. Authorization will not help and the request MUST NOT be repeated. |\n| Not Found | 404 | The server did not find anything that matches the Request-URI. No indication is given of whether the condition is temporary or permanent. |\n| Conflict | 409 | The request could not be completed due to a conflict with the current state of the resource. |\n| Internal Server Error | 500 | The server encountered an unexpected condition which prevented it from fulfilling the request. |\n\n## Error Code Breakdown\n\n#### 400 Bad Request\n\nEncountered primarily in GET, POST, and PATCH Operations for all REST API End Points. Reasons include:\n\n- GET - You may receive this error in a GET request when attempting to use a filter where the filter query has a hyphen or space and the query is not enclosed in quotation marks.\n- POST - You may receive this error when attempting a POST if you are missing a required parameter in the body of the POST.\n- PATCH - You may receive this error when attempting a PATCH if you have a parameter that does not exist in the Body of the PATCH (e.g. Incorrect Platform Id in the PATCH Operation).\n    \n\n#### 404 Not Found\n\nEncountered primarily in GET, POST, and PATCH Operations for all REST API End Points. Reasons include:\n\n- GET - You may receive this error in a GET request specifically if trying to perform a GET by Name or Id and providing a Name or Id that does not exist.\n- POST - You may receive this error when attempting a POST if you are missing a required parameter in the body of the POST. This typically only occurs with the ContainerPermissions endpoint if a parameter in the body is misspelled (e.g. User - displayName is incorrect).\n- PUT - You may receive this error in a PUT operation if there is an attribute mismatch (e.g. the resource ID in the URL does not match the resource Id in the JSON Body)\n- DEL - You may receive this error when attempting a DELETE operation if the resource does not exist.\n    \n\n#### 409 Conflict\n\nEncountered only in POST Operations for all REST API End Points. Reasons include:\n\n- POST - If you attempt to process the same POST operation twice you will receive a 409 conflict as the Resource will already exist.\n    \n\n#### 500 Internal Server Error\n\nEncountered primarily in GET, POST, PUT, and PATCH Operations for all REST API End Points. The primary reason is normally the permissions assigned to the Identity SCIM User and if this is the case will return a JSON with \"Forbidden\" in the details. Additionally, you may receive no JSON in response and instead receive and HTML document in certain situations (often attribute mismatch or errors). Additional reasons include:\n\n- GET - You may receive this error in a GET request when trying to filter by an attribute that does not exist for the resource type or if the Identity SCIM User does not have the appropriate authorizations.\n- POST - You may receive this error when attempting a POST operation if the Identity SCIM User does not have the appropriate authorizations.\n- PUT - You may receive this error in a PUT operation if there is an attribute mismatch (e.g. the displayName is misspelled in the PUT Body) or if the Identity SCIM User does not have the appropriate authorizations.\n- PATCH - You may receive this error in a PATCH operation when attempting an invalid operation (e.g. Delete)\n- DEL - You may receive this error when attempting a DELETE operation if the Identity SCIM user does not have the appropriate permissions on the resource.","auth":{"type":"oauth2","oauth2":{"client_authentication":"body","scope":"scim","clientSecret":"{{identitySCIMSecret}}","clientId":"{{identitySCIMUsername}}","accessTokenUrl":"{{identityTenantURL}}/oauth2/token/identitypamscim","grant_type":"client_credentials","tokenName":"SCIM-TEST","addTokenTo":"header"}},"_postman_id":"a6c0b667-49e8-45eb-959d-bb4795cf14e6"},{"name":"Users","item":[{"name":"Bulk Import","item":[{"name":"Start bulk user import","event":[{"listen":"test","script":{"id":"cf07ee8a-e680-4d93-b82f-3f7ca5ab9ea1","exec":["var jsonData = JSON.parse(responseBody);\r","if(jsonData.success == true) {\r","pm.collectionVariables.set(\"return_id\", jsonData.Result.ReturnID);\r","} else {\r","    console.error(jsonData.Message);\r","}"],"type":"text/javascript"}}],"id":"49bea68e-e781-47c8-b894-f9d5e90eac34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"formdata","formdata":[{"key":"FileName","value":"{{bulk_import_file_name}}","type":"text"},{"key":"FileName","type":"file","value":null}]},"url":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/GetUsersFromCsvFile","description":"The **GetUsersFromCsvFile** API is used to read the users from the CSV file. \n\nWhen this API is invoked the users will be read from the CSV file sent as a request to this API and the Identity cloud will store the file in the cloud storage and returns a **ReturnID** that contains the formatted name of the CSV.\n\nThe CSV file will be validated to make sure the data is correct in the CSV file and validation errors will be thrown if the data is not properly formatted.\n\nExample of some errors: The suffix of the user is not correct, the email ID of the user in not correct etc.,\n\nRequest Body contains:\n\n1. **FileName** (Text) : The file_name to be uploaded Ex: 10KUsers\n2. **FileName** (File) : Select the file and upload it\n\nResponse:\n\nThe response contains the parsed CSV file with a return ID"},"response":[{"id":"7cf8ba4a-4820-440c-a77e-168b732597f1","name":"Start bulk user import","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"formdata","formdata":[{"key":"FileName","value":"{{File_Name}}","type":"text"}]},"url":"{{tenant_url}}/CDirectoryService/GetUsersFromCsvFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-CFY-TX-PN","value":"Pod0"},{"key":"X-CFY-TX-ID","value":"5c64f53d14cf47e7bf51e25511c8b5ed"},{"key":"X-CFY-TX-DT","value":"Mi8yLzIwMjIgNTo1NDoyOSBBTQ__"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"P3P","value":"CP=\"NON COR ADMa CURa DEVa OUR IND COM UNI NAV INT PRE LOC ONL PHY STA ONL\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-CFY-TX-TM","value":"53"},{"key":"Set-Cookie","value":"antixss=V0x6Mm5xemo1SjR0cUlJR095OGF5WVJlcEEyb0hZZ1Y1dWFETkxMSHJJdz0_-2UfOfjwGw2ed554VYZCW6g__-g9W48ybD26uE7oji5yYhQw__-WPVXWqgJ..P_t0AuVUl7Yw__-0TpVx.4QuATEmAbHO3Ijxw__-z0MhEEdtml2sS6mPLeb.5w__-otORuqlWtMrzlZ1cVOtEzg__-CxiDljCVnLY_b7Hz0j2chg__-cUAUpqup1yR93wmB7c_Lrg__; path=/; secure"},{"key":"Set-Cookie","value":"sessdata=L3dVSFFVSkRNREV5TXdLK1RmaWk0NzlmWXFDT3V3YlN2VGpuZEVzMDk3RlBPeVRJYkVYL2ZCNkVDaUF3S1RuaDlXNnRHRVNham5NazI2M1l6dkJjQi95djBpOXUrZVplRWM5dHpZWExSbUhueEVobmhaOThpTy9ES3M4dWdKak43Qm9kM2VFRXJiWitQQXkzbEt6WXYwUmVNMEwwYWM5Y1lCWkJ1VjRCNEV5cHhxL1QvV3pVZ2tISmFkaTJUb3RVNmVqbER3TFZCRStNbHlBPQ__; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"podloc=eyJDTE9VRC1ERVYtVk0uQ0xPVURERVYuVEVTVCI6ImFiYzAxMjMtc2F0eWFnaS5teS5sb2NhbGRldi5pZGFwdGl2ZS5hcHAifQ__; domain=idaptive.app; expires=Fri, 31-Dec-9999 23:59:59 GMT; path=/; secure"},{"key":"Set-Cookie","value":"userdata=eyJEYXRhIjoiL3dVSFFVSkRNREV5TXdKbUo5Nk9EMmgrbDViOXZOZUdDd2VzSDJ3VUM4bytpUUZJY3RhdUdwQWZMbG0yUkppTHVHeDJsSzhaYytQeExobjRCb3d0c09ORlVwOStFRXo2bDFhNCIsIkxpY2Vuc2VkIjpbIjBFN0QwQjY0LUYwMzQtNDQ2OC05N0NCLTBENzc2NjQ5OUJFMCIsIjBFN0QwQjY0LUYwMzQtNDQ2OC05N0NCLTBENzc2NjQ5OUJFMSIsIjE3QTk5NDI3LTg1MDctNEI0OS1BOTQ5LTkwRjc4MDc5QzQ2MyIsIjIzQkRFRUVGLTYyRDktNEMwMC1CMjlELUZFMzNEQTJBOTY1NyIsIjI2NkFCQkU4LTExODUtMTFFMi1BNTRDLTIxQTM2MTg4NzA5QiIsIjM2QzE5NEZCLThFMzItNDFFNS1BQ0M3LTY2MEM1MjYwQzFEOSIsIjM2QzE5NEZCLThFMzItNDFFNS1BQ0M3LTY2MEM1MjYwQzFEQSIsIjQ4OTBBNTgyLTBFQzAtNDM3RS1CQzczLUM5NTRDOTIxNjJEMiIsIjY5ODY2NENDLTZFQzQtNDNDQy05RTlELTczQTcxMzJEMDM4NCIsIjc2Qjk2QjUxLTMzMzAtNEE4NS05NjgyLTRBNDc4MTQxNUQ1QSIsIjdFMDAzQzRBLTlCNTctNDE3NS1BQjM1LTI2MjVEMkZFRjQ3MiIsIkQ2NjBERUNELTdGODktNDhERC05RUE3LTlDNUJENDNDMjU0RiIsIkVGMTIwMzc5LUY2MTMtNDI3RS1CODVELUZFNjM5NzQ0NERGOSJdfQ__; expires=Fri, 04-Mar-2022 05:54:29 GMT; path=/; secure"},{"key":"X-Robots-Tag","value":"noindex, nofollow"},{"key":"Date","value":"Wed, 02 Feb 2022 05:54:29 GMT"},{"key":"Content-Length","value":"681"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"IsAggregate\": false,\n        \"Count\": 15,\n        \"Columns\": [\n            {\n                \"Name\": \"Login Name\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Login Name\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Email Address\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Email Address\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Display Name\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Display Name\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Description\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Description\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Office Number\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Office Number\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Mobile Number\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Mobile Number\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Home Number\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Home Number\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Roles\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Roles\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Password\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Password\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Require Password Change\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Require Password Change\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Expiration Date\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Expiration Date\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 0,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            }\n        ],\n        \"FullCount\": 10000,\n        \"Results\": [\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User1\",\n                    \"Mobile Number\": \"918..\",\n                    \"Login Name\": \"User1\",\n                    \"Office Number\": \"111-222-3333\",\n                    \"Home Number\": \"222-333-4444\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User2\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User2\",\n                    \"Office Number\": \"111-222-3334\",\n                    \"Home Number\": \"222-333-4445\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User3\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User3\",\n                    \"Office Number\": \"111-222-3335\",\n                    \"Home Number\": \"222-333-4446\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User4\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User4\",\n                    \"Office Number\": \"111-222-3336\",\n                    \"Home Number\": \"222-333-4447\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User5\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User5\",\n                    \"Office Number\": \"111-222-3337\",\n                    \"Home Number\": \"222-333-4448\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User6\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User6\",\n                    \"Office Number\": \"111-222-3338\",\n                    \"Home Number\": \"222-333-4449\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User7\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User7\",\n                    \"Office Number\": \"111-222-3339\",\n                    \"Home Number\": \"222-333-4450\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User8\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User8\",\n                    \"Office Number\": \"111-222-3340\",\n                    \"Home Number\": \"222-333-4451\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User9\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User9\",\n                    \"Office Number\": \"111-222-3341\",\n                    \"Home Number\": \"222-333-4452\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User10\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User10\",\n                    \"Office Number\": \"111-222-3342\",\n                    \"Home Number\": \"222-333-4453\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User11\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User11\",\n                    \"Office Number\": \"111-222-3343\",\n                    \"Home Number\": \"222-333-4454\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User12\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User12\",\n                    \"Office Number\": \"111-222-3344\",\n                    \"Home Number\": \"222-333-4455\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User13\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User13\",\n                    \"Office Number\": \"111-222-3345\",\n                    \"Home Number\": \"222-333-4456\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User14\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User14\",\n                    \"Office Number\": \"111-222-3346\",\n                    \"Home Number\": \"222-333-4457\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Expiration Date\": null,\n                    \"Roles\": \"10KRole\",\n                    \"Display Name\": \"User15\",\n                    \"Mobile Number\": \"XXXX\",\n                    \"Login Name\": \"User15\",\n                    \"Office Number\": \"111-222-3347\",\n                    \"Home Number\": \"222-333-4458\",\n                    \"Email Address\": \"XXXX\",\n                    \"Description\": \"Test User\",\n                    \"Password\": \"XXXX\",\n                    \"Require Password Change\": \"TRUE\"\n                }\n            }\n        ],\n        \"ReturnID\": \"XXXX.csv\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"49bea68e-e781-47c8-b894-f9d5e90eac34"},{"name":"Advance bulk user import","id":"72dfeff0-9429-4b5c-8c09-5baa6493c7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"AdminEmail\" : \"{{email_id}}\",\r\n    \"ReturnID\": \"{{return_id}}\",\r\n    \"SendEmailInvite\": true,\r\n    \"SendSMSInvite\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/SubmitUploadedFile?importType=ImportBulkUser","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["CDirectoryService","SubmitUploadedFile"],"query":[{"key":"importType","value":"ImportBulkUser"}]},"description":"The **SubmitUploadedFile** API is used to submit the file uploaded to cloud using the **GetUsersFromCSVFile**\n\nRequest body for this API contains:\n\n1. **AdminEmail**: The email address of the admin user\n2. **ReturnID**: The return ID. We get this as a response of **GetUsersFromCSVFile** API\n3. **SendEmailInvite**: True/False - If the email invite has to be sent to the user\n4. **SendSMSInvite**: True/False - If the SMS invite has to be sent to the user\n\nResponse:\n\nThe response contains whether the job creation was successful or not"},"response":[{"id":"0cce3226-e74d-4a2d-a07f-eeffe9303899","name":"Advance bulk user import","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"AdminEmail\" : \"{{email_id}}\",\r\n    \"ReturnID\": \"{{return_id}}\",\r\n    \"SendEmailInvite\": true,\r\n    \"SendSMSInvite\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{tenant_url}}/Security/cdirectoryservice/SubmitUploadedFile?importType=ImportBulkUser","host":["{{tenant_url}}"],"path":["Security","cdirectoryservice","SubmitUploadedFile"],"query":[{"key":"importType","value":"ImportBulkUser"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": \"{\\\"success\\\":true,\\\"Result\\\":\\\"Your job for creating users has been submitted successfully. An email will be sent to you after the job has been completed.\\\",\\\"Message\\\":null,\\\"MessageID\\\":null,\\\"Exception\\\":null,\\\"ErrorID\\\":null,\\\"ErrorCode\\\":null,\\\"IsSoftError\\\":false,\\\"InnerExceptions\\\":null}\",\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"72dfeff0-9429-4b5c-8c09-5baa6493c7af"}],"id":"e7d46c85-bb64-4898-9ea4-d1e93b7863e0","_postman_id":"e7d46c85-bb64-4898-9ea4-d1e93b7863e0"},{"name":"Create users","item":[{"name":"Create User","id":"2d0aeb18-6939-4f4c-b73b-05709c190fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"{{user_name}}\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/CreateUser","description":"For more information about the API please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-createuser](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-createuser)"},"response":[{"id":"57ec54a9-34a8-428b-9588-e67489af55fc","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"{{user_name}}\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/CDirectoryService/CreateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": \"1be6...\",\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"2d0aeb18-6939-4f4c-b73b-05709c190fa4"}],"id":"489cbbce-77ff-4a72-a113-e8dabc156dae","description":"This folder can be used to try out the User Creation APIs in Cloud Directory Service of CyberArk Identity.\n\nPlease refer to the documentation link for more details on User Creation  \n[https://identity-developer.cyberark.com/docs/create-and-manage-cloud-directory-users-_new#create-a-user](https://identity-developer.cyberark.com/docs/create-and-manage-cloud-directory-users-_new#create-a-user)\n\nFor more information on the User Creation API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-createuser](https://identity-developer.cyberark.com/reference/post_cdirectoryservice-createuser)","_postman_id":"489cbbce-77ff-4a72-a113-e8dabc156dae"},{"name":"Delete users","item":[{"name":"Delete users","id":"19770b05-773c-4676-a1ac-f4ffc09a459a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Users\": [\"{{user_uuid}}\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/RemoveUsers","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-removeusers](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-removeusers)"},"response":[{"id":"cf446a2c-acc1-4a8d-afa0-3912c347303f","name":"Delete users","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Users\": [\"{{user_uuid}}\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/UserMgmt/RemoveUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"19770b05-773c-4676-a1ac-f4ffc09a459a"}],"id":"161079f2-7d50-40e4-95b8-c8480d80af18","_postman_id":"161079f2-7d50-40e4-95b8-c8480d80af18"},{"name":"Manage User Data","item":[{"name":"Get users","id":"658a4e4a-5049-4ee8-a5d1-09b7a629c1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/GetUsers","description":"For more information about this API please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getusers](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getusers)"},"response":[{"id":"89cabd54-12d8-4d0d-8b95-b83a18f9a526","name":"Get Users","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/CDirectoryService/GetUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"IsAggregate\": false,\n        \"Count\": 11,\n        \"Columns\": [\n            {\n                \"Name\": \"Uuid\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Uuid\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"DisplayName\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"DisplayName\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Description\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Description\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Mail\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Mail\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Name\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Name\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"OfficeNumber\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"OfficeNumber\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"MobileNumber\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"MobileNumber\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"HomeNumber\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"HomeNumber\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"StartDate\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"StartDate\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 0,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"EndDate\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"EndDate\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 0,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"ReportsTo\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"ReportsTo\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"PictureUri\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"PictureUri\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"PreferredCulture\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"PreferredCulture\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            }\n        ],\n        \"FullCount\": 11,\n        \"Results\": [\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"CDUser\",\n                        \"Key\": \"??\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"Uuid\": \"fad6...\",\n                    \"DisplayName\": \"XXXX\",\n                    \"Name\": \"XXXX\",\n                    \"Mail\": \"XXXX\",\n                    \"ReportsTo\": \"Unassigned\",\n                    \"PreferredCulture\": null,\n                    \"HomeNumber\": null,\n                    \"StartDate\": null,\n                    \"MobileNumber\": null,\n                    \"EndDate\": null,\n                    \"PictureUri\": null,\n                    \"Description\": null,\n                    \"OfficeNumber\": null\n                }\n            }\n        ],\n        \"ReturnID\": \"\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"658a4e4a-5049-4ee8-a5d1-09b7a629c1a7"},{"name":"Get user","id":"40fcb400-1e09-4719-a1d1-26568bee5182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\":\"{{user_uuid}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/GetUser","description":"For more information about this API please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getuser](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getuser)"},"response":[{"id":"1e3964fe-6380-460c-ac90-11c9f384249e","name":"Get User","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\":\"{{user_uuid}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/CDirectoryService/GetUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"State\": \"None\",\n        \"DisplayName\": \"key\",\n        \"Version\": \"1\",\n        \"Name\": \"key\",\n        \"Mail\": \"key@XXXX.com\",\n        \"ReportsTo\": \"Unassigned\",\n        \"CreateDate\": \"/Date(1667670611972)/\",\n        \"HomeNumber\": \"XXXX\",\n        \"MobileNumber\": \"XXXX\",\n        \"Description\": \"Test user\",\n        \"OfficeNumber\": \"XXXX\",\n        \"InEverybodyRole\": true,\n        \"LastPasswordChangeDate\": \"/Date(1667670611972)/\",\n        \"OauthClient\": false\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"40fcb400-1e09-4719-a1d1-26568bee5182"},{"name":"Get users information","event":[{"listen":"test","script":{"id":"65bcf731-c19c-4077-98fa-211d76c7a759","exec":["var jsonData = JSON.parse(responseBody);\r","if(jsonData.success == true) {\r","    pm.collectionVariables.set(\"directoryServiceUuid\", jsonData.Result.DirectoryServiceId);\r","} else {\r","    console.error(jsonData.Message);\r","}"],"type":"text/javascript"}}],"id":"ad8dd7c5-ba1f-488c-92aa-79ace95fde40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/GetUserInfo?ID={{user_uuid}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["UserMgmt","GetUserInfo"],"query":[{"key":"ID","value":"{{user_uuid}}"}]},"description":"For more information about this API please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getuserinfo](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getuserinfo)"},"response":[{"id":"57ea2cb3-9251-430a-8383-1c1a7fd0ceb9","name":"GetUserInfo","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"*/*"},{"key":"X-IDAP-NATIVE-CLIENT","value":"true"},{"key":"Content-Type","value":" application/json"}],"url":{"raw":"{{tenant_url}}/UserMgmt/GetUserInfo?ID={{user_uuid}}","host":["{{tenant_url}}"],"path":["UserMgmt","GetUserInfo"],"query":[{"key":"ID","value":"{{user_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"TenantId\": \"XXXX\",\n        \"Id\": \"851fa...\",\n        \"ExternalUuid\": \"851fa...\",\n        \"Name\": \"key\",\n        \"DisplayName\": \"key\",\n        \"EmailAddress\": \"key@XXXX.com\",\n        \"MobileNumber\": \"XXXX\",\n        \"DirectoryServiceType\": \"CDS\",\n        \"DirectoryServiceId\": \"09B9...\",\n        \"DirectoryServiceName\": \"CDS\",\n        \"DirectoryServiceLocalizedName\": \"Emac Brokers Cloud Directory\",\n        \"IsSysAdmin\": false,\n        \"CanChangePassword\": false,\n        \"PasswordExpDate\": \"/Date(1699206611972)/\",\n        \"LastPasswordChangeDate\": \"/Date(1667670611972)/\",\n        \"ThirdPartyOathConfigured\": false,\n        \"SqEnabled\": false,\n        \"SecurityQuestion\": null,\n        \"SecurityQuestionsLastUpdate\": null,\n        \"PhonePinLastChangeDate\": null,\n        \"LastLoginDate\": null,\n        \"LastLastLoginDate\": null,\n        \"PasswordChangeSoftDays\": 14,\n        \"PasswordChangeHardHours\": 48,\n        \"PasswordResetFlag\": 0,\n        \"SelfUnlocked\": false,\n        \"HasPicture\": false,\n        \"Settings\": {\n            \"uisection\": {\n                \"nav-state-IsPinned\": true,\n                \"doNotShowIdaptiveWelcomeWizard\": true,\n                \"User-Portal-Apps-Tabs-Order\": [\n                    \"All Apps\"\n                ],\n                \"nav-part-Core-Services-expanded\": true,\n                \"floating-nav-part-Core-Services-expanded\": true,\n                \"floating-nav-part-Settings-expanded\": false,\n                \"nav-part-Settings-expanded\": true,\n                \"showedOTPQRCode\": true\n            }\n        },\n        \"HasU2fDeviceWithFacetIdMatched\": false,\n        \"SecurityKeyConfigured\": false,\n        \"OnDeviceAuthenticatorConfigured\": false,\n        \"PreferredCulture\": null,\n        \"DisplayPreferredCulture\": null,\n        \"EnablePurchasedLicenseMenu\": false,\n        \"MfaSetupWizardSettings\": {\n            \"ShowMfaSetupWizard\": false,\n            \"MobileNumberAttribute\": \"\",\n            \"ShowU2fInMfaSetupWizard\": false,\n            \"ShowSecurityQuestionInMfaSetupWizard\": false,\n            \"SaveMobileNumberToCloud\": false,\n            \"RequiredFactorSetupCount\": 0,\n            \"ShowSmsMessageInMfaSetupWizard\": false,\n            \"ShowOathPassCodeInMfaSetupWizard\": false\n        },\n        \"IsMobileAttributeConfigured\": false,\n        \"MobileDeviceAuthCapableCount\": 0,\n        \"SlackAuthEnabled\": false,\n        \"SlackMemberIdSet\": false\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"ad8dd7c5-ba1f-488c-92aa-79ace95fde40"},{"name":"Get user by name","id":"1148db95-38b3-43b4-bd13-bec869af4f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/GetUserByName?username={{user_name}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["CDirectoryService","GetUserByName"],"query":[{"key":"username","value":"{{user_name}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getuserbyname](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-getuserbyname)"},"response":[{"id":"1f0cccd4-0396-4734-8e38-543a96200679","name":"Get user by name","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{tenant_url}}/CDirectoryService/GetUserByName?username={{user_name}}","host":["{{tenant_url}}"],"path":["CDirectoryService","GetUserByName"],"query":[{"key":"username","value":"{{user_name}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"DisplayName\": \"XXXX\",\n        \"InEverybodyRole\": true,\n        \"OauthClient\": false,\n        \"MobileNumber\": \"XXXX\",\n        \"LastModifiedDate\": \"/Date(1667627710438)/\",\n        \"LastPasswordChangeDate\": \"/Date(1655732989759)/\",\n        \"CreateDate\": \"/Date(1655732703283)/\",\n        \"ReportsTo\": \"Unassigned\",\n        \"Name\": \"XXXX\",\n        \"Version\": \"1\",\n        \"Mail\": \"XXXX\",\n        \"State\": \"None\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"1148db95-38b3-43b4-bd13-bec869af4f7a"},{"name":"Change user","id":"f7a0333a-b884-4203-8636-42cd2710ac0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"{{alternate_user_name}}\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/cdirectoryservice/changeuser","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-changeuser](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-changeuser)"},"response":[{"id":"40138e78-0d24-47ae-9ced-8bbbcb6326cb","name":"ChangeUser","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"abc\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/cdirectoryservice/changeuser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"f7a0333a-b884-4203-8636-42cd2710ac0a"},{"name":"Change user attributes","id":"fa2c563b-cfb0-4e9d-a4a2-b98299d5f0af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"{{user_name}}\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/ChangeUserAttributes","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-changeuserattributes](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-changeuserattributes)"},"response":[{"id":"5f66dac1-eb81-43c7-9a17-0c8c8ba1e6a4","name":"Change user attributes","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"CloudState\": {{cloud_state}},\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"EndDate\": {{end_date}},\r\n    \"EndDate_count\": {{end_date_count}},\r\n    \"EndDate_hour\": \"{{end_date_hour}}\",\r\n    \"EndDate_meridiem\": \"{{end_date_meridiem}}\",\r\n    \"EndDate_minute\": \"{{end_date_minute}}\",\r\n    \"EndDate_unit\": \"{{end_date_unit}}\",\r\n    \"ForcePasswordChangeNext\": {{change_password_on_next_login}},\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"InEverybodyRole\": {{in_everybody_role}},\r\n    \"LoginName\": \"{{login_name}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"Name\": \"{{user_name}}\",\r\n    \"OauthClient\": {{oauth_client}},\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"OrgPath\": \"{{organization}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\",\r\n    \"PasswordNeverExpire\": {{password_never_expires}},\r\n    \"ReportsTo\": \"{{reports_to}}\",\r\n    \"SendEmailInvite\": {{send_email_invite}},\r\n    \"StartDate\": {{start_date}},\r\n    \"StartDate_count\": {{start_date_count}},\r\n    \"StartDate_hour\": \"{{start_date_hour}}\",\r\n    \"StartDate_meridiem\": \"{{start_date_meridiem}}\",\r\n    \"StartDate_minute\": \"{{start_date_minute}}\",\r\n    \"StartDate_unit\": \"{{start_date_unit}}\",\r\n    \"fileName\": \"{{user_photo_file_name}}\",\r\n    \"security_image\": \"{{security_image}}\",\r\n    \"state\": \"{{user_state}}\",\r\n    \"useAlternateMfaAccount\": {{use_alternate_mfa_account}},\r\n    \"CmaRedirectedUserUuid\": \"{{redirect_user_uuid}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/UserMgmt/ChangeUserAttributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"fa2c563b-cfb0-4e9d-a4a2-b98299d5f0af"},{"name":"Set additional attributes","id":"29701c82-9ba2-4632-bd43-d7992ff6ce9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"users\",\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"Columns\":\r\n    {\r\n        \"{{additional_attribute_name}}\":\"{{additional_attribute_value}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/ExtData/SetColumns","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_extdata-setcolumns](https://identity-developer.cyberark.com/v3.0/reference/post_extdata-setcolumns)"},"response":[{"id":"9f841c04-fad1-49f7-848d-34240b4da8e2","name":"Set additional attributes","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"users\",\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"Columns\":\r\n    {\r\n        \"{{additional_attribute_name}}\":\"{{additional_attribute_value}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/ExtData/SetColumns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"29701c82-9ba2-4632-bd43-d7992ff6ce9a"},{"name":"Update profile","id":"695c3105-c38f-402e-b339-30a1f5126f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"{{additional_attribute_name}}\": \"{{additional_attribute_value}}\",\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/User/UpdateProfile","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_user-updateprofile](https://identity-developer.cyberark.com/v3.0/reference/post_user-updateprofile)"},"response":[{"id":"069889c2-b700-40b1-9c0f-3dbdf1be692a","name":"UpdateProfile","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"{{additional_attribute_name}}\": \"{{additional_attribute_value}}\",\r\n    \"Description\": \"{{user_description}}\",\r\n    \"DisplayName\": \"{{display_name}}\",\r\n    \"HomeNumber\": \"{{home_number}}\",\r\n    \"Mail\": \"{{email_id}}\",\r\n    \"MobileNumber\": \"{{mobile_number}}\",\r\n    \"OfficeNumber\": \"{{office_number}}\",\r\n    \"Password\": \"{{password}}\",\r\n    \"confirmPassword\": \"{{confirm_password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/User/UpdateProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"695c3105-c38f-402e-b339-30a1f5126f96"},{"name":"Get users roles and administrative rights","id":"70cb11f8-5717-4d68-9d3b-bfde4e4bbb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/GetUsersRolesAndAdministrativeRights?user_uuid={{user_uuid}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["UserMgmt","GetUsersRolesAndAdministrativeRights"],"query":[{"key":"user_uuid","value":"{{user_uuid}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getusersrolesandadministrativerights](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getusersrolesandadministrativerights)"},"response":[{"id":"519c9576-e4c7-4d17-a3e5-4f7d44c9c5a0","name":"Get users roles and administrative rights","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"{{tenant_url}}/UserMgmt/GetUsersRolesAndAdministrativeRights?user_uuid={{user_uuid}}","host":["{{tenant_url}}"],"path":["UserMgmt","GetUsersRolesAndAdministrativeRights"],"query":[{"key":"user_uuid","value":"{{user_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"IsAggregate\": false,\n        \"Count\": 3,\n        \"Columns\": [\n            {\n                \"Name\": \"ID\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"ID\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Name\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Name\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Description\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Description\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"AdministrativeRights\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"AdministrativeRights\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 16,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"Role\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"Role\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"RoleName\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"RoleName\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 12,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            },\n            {\n                \"Name\": \"OrgPath\",\n                \"IsHidden\": false,\n                \"DDName\": null,\n                \"Title\": \"OrgPath\",\n                \"DDTitle\": null,\n                \"Description\": null,\n                \"Type\": 0,\n                \"Format\": null,\n                \"Width\": 0,\n                \"TableKey\": null,\n                \"ForeignKey\": null,\n                \"TableName\": null\n            }\n        ],\n        \"FullCount\": 3,\n        \"Results\": [\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"Role\",\n                        \"Key\": \"c145...\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"RoleName\": \"123\",\n                    \"Name\": \"123\",\n                    \"ID\": \"c145b...\",\n                    \"AdministrativeRights\": [],\n                    \"OrgPath\": null,\n                    \"Description\": \"\",\n                    \"Role\": \"c145b...\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"Role\",\n                        \"Key\": \"Everybody\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"RoleName\": \"Everybody\",\n                    \"Name\": \"Everybody\",\n                    \"ID\": \"Everybody\",\n                    \"AdministrativeRights\": [],\n                    \"OrgPath\": null,\n                    \"Description\": \"All authenticated users\",\n                    \"Role\": \"Everybody\"\n                }\n            },\n            {\n                \"Entities\": [\n                    {\n                        \"Type\": \"Role\",\n                        \"Key\": \"sysadmin\",\n                        \"IsForeignKey\": false\n                    }\n                ],\n                \"Row\": {\n                    \"RoleName\": \"System Administrator\",\n                    \"Name\": \"System Administrator\",\n                    \"ID\": \"sysadmin\",\n                    \"AdministrativeRights\": [\n                        {\n                            \"Description\": \"All Rights\",\n                            \"Scope\": \"\",\n                            \"Path\": \"\"\n                        }\n                    ],\n                    \"OrgPath\": null,\n                    \"Description\": \"The primary administrative role for the Admin Portal. Users in this role can delegate specific administrative rights to other roles who require more limited administrative access.\",\n                    \"Role\": \"sysadmin\"\n                }\n            }\n        ],\n        \"ReturnID\": \"\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"70cb11f8-5717-4d68-9d3b-bfde4e4bbb2e"}],"id":"a9965649-39a1-4809-88d1-a550bcd21b62","_postman_id":"a9965649-39a1-4809-88d1-a550bcd21b62"},{"name":"Manage User State","item":[{"name":"Change user state","id":"8570a0e3-c51e-4d57-b29a-aefeceb4077f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"{{user_uuid}}\",\r\n    \"state\": {{cloud_state}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/ChangeUserState","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-changeuserstate](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-changeuserstate)"},"response":[{"id":"646ab2b3-3b0b-47af-ab26-6cdfece098f4","name":"Change user state","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"{{user_uuid}}\",\r\n    \"state\": {{user_state}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/CDirectoryService/ChangeUserState"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"8570a0e3-c51e-4d57-b29a-aefeceb4077f"},{"name":"Set cloud lock","id":"979aba4e-3bc0-425d-82e4-c15431f573c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/SetCloudLock?user={{user_uuid}}&lockUser={{cloud_state}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["UserMgmt","SetCloudLock"],"query":[{"key":"user","value":"{{user_uuid}}"},{"key":"lockUser","value":"{{cloud_state}}"}]},"description":"For more information about this API, please refer to:\n\n[https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-setcloudlock](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-setcloudlock)"},"response":[{"id":"c7449c99-e700-44ea-bb64-0359b584bd30","name":"Set cloud lock","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"{{tenant_url}}/UserMgmt/SetCloudLock?user={{user_uuid}}&lockUser={{cloud_state}}","host":["{{tenant_url}}"],"path":["UserMgmt","SetCloudLock"],"query":[{"key":"user","value":"{{user_uuid}}"},{"key":"lockUser","value":"{{cloud_state}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": true,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"979aba4e-3bc0-425d-82e4-c15431f573c2"},{"name":"Set user state","id":"501848b7-0fac-43a8-8fb6-a363f5db2935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n\"ID\": \"{{user_uuid}}\",\r\n\"state\": \"{{user_state}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/cdirectoryservice/setuserstate","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-setuserstate](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-setuserstate)"},"response":[{"id":"6609dffb-b7ef-4930-bd4e-70b03be57781","name":"Set user state","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n\"ID\": \"{{user_uuid}}\",\r\n\"state\": \"{{user_state}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/cdirectoryservice/setuserstate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"501848b7-0fac-43a8-8fb6-a363f5db2935"},{"name":"Is the user locked?","id":"5637ea5a-a483-4f16-8bfc-43a0df6a839a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/IsUserLockedOutByPolicy?user={{user_uuid}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["UserMgmt","IsUserLockedOutByPolicy"],"query":[{"key":"user","value":"{{user_uuid}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-isusercloudlocked](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-isusercloudlocked)"},"response":[{"id":"0cde301c-2913-4077-8d76-fa63b2143820","name":"Is the user locked?","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{tenant_url}}/UserMgmt/IsUserLockedOutByPolicy?user={{user_uuid}}","host":["{{tenant_url}}"],"path":["UserMgmt","IsUserLockedOutByPolicy"],"query":[{"key":"user","value":"{{user_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": false,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"5637ea5a-a483-4f16-8bfc-43a0df6a839a"}],"id":"8d853d20-8f85-4034-9097-87165c416d2a","_postman_id":"8d853d20-8f85-4034-9097-87165c416d2a"},{"name":"Manage User Attributes","item":[{"name":"Get user attributes","id":"a4df7e0c-cb24-473d-bee6-6b7a89392385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/GetUserAttributes?ID={{user_uuid}}&directoryServiceUuid={{directoryServiceUuid}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["CDirectoryService","GetUserAttributes"],"query":[{"key":"ID","value":"{{user_uuid}}"},{"key":"directoryServiceUuid","value":"{{directoryServiceUuid}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getuserattributes](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-getuserattributes)"},"response":[{"id":"bb1edaa1-0e7b-43bb-b126-faddcfd813e5","name":"Get user attributes","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":"{{tenant_url}}/CDirectoryService/GetUserAttributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"directoryServiceUuid\": \"09B9A...\",\n        \"ForcePasswordChangeNext\": \"False\",\n        \"DisplayName\": \"XXXX\",\n        \"PictureUri\": null,\n        \"InEverybodyRole\": true,\n        \"OrgPath\": null,\n        \"OauthClient\": false,\n        \"imageName\": null,\n        \"MobileNumber\": \"XXXX\",\n        \"LastModifiedDate\": \"/Date(1662365153668)/\",\n        \"LastPasswordChangeDate\": \"/Date(1655732989759)/\",\n        \"CreateDate\": \"/Date(1655732703283)/\",\n        \"PrimaryIdentifier\": \"Name\",\n        \"SubjectToCloudLocks\": false,\n        \"ReportsTo\": \"Unassigned\",\n        \"Name\": \"XXXX\",\n        \"PreferredCulture\": \"\",\n        \"Version\": \"1\",\n        \"Mail\": \"XXXX\",\n        \"Uuid\": \"c2c7bc...\",\n        \"State\": \"None\",\n        \"ExternalUuid\": \"c2c7bc...\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"a4df7e0c-cb24-473d-bee6-6b7a89392385"},{"name":"Set users picture","id":"3287e500-606b-461b-aedb-bdf0beb6b651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"formdata","formdata":[{"key":"Picture","type":"file","value":null}]},"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/SetUserPicture?ID={{user_uuid}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["CDirectoryService","SetUserPicture"],"query":[{"key":"ID","value":"{{user_uuid}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-setuserpicture](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-setuserpicture)"},"response":[{"id":"2204ce06-750a-4bd7-bc11-7006aca7aa95","name":"Set users picture","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"formdata","formdata":[{"key":"Picture","type":"file","src":"la40ovuLd/download.png"}]},"url":{"raw":"{{tenant_url}}/CDirectoryService/SetUserPicture?ID={{user_uuid}}","host":["{{tenant_url}}"],"path":["CDirectoryService","SetUserPicture"],"query":[{"key":"ID","value":"{{user_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": \"/UserMgmt/GetUserPicture?id=a2a0...\",\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"3287e500-606b-461b-aedb-bdf0beb6b651"},{"name":"Get additional attributes","id":"2bbedf14-382f-416b-88d9-5eb1ce7cbeca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"users\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/ExtData/GetSchema","description":"The [GetSchema](https://identity-developer.cyberark.com/v3.0/reference/post_extdata-getschema) API is used to get the list of all the extensible attributes available for any user in tenant.\n\nWhen this API is invoked for the users table, the list of all extensible attributes with details is returned. This is necessary because all existing attributes must be included when adding/updating the Tenant schema in the next step.\n\nExample of some errors: The name of the table is not correct or empty.\n\nRequest Body contains:\n\n1. **Table** (String) : Name of the table containing all users\n    \n\nResponse:\n\nThe response contains the parsed JSON with list of the current attributes in the Tenant's extended schema"},"response":[{"id":"78cfb8df-4b90-4c44-96c4-a94cd4cb576d","name":"Success Call","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"{{Table_Name}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/ExtData/GetSchema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"Columns\": [\n            {\n                \"Title\": \"{{Attribute_Title}}\",\n                \"Name\": \"{{Attribute_Name}}\",\n                \"Description\": \"{{Description}}\",\n                \"Type\": \"Text\",\n                \"UserEditable\": false\n            },\n            {\n                \"Title\": \"{{Attribute_Title}}\",\n                \"Name\": \"{{Attribute_Name}}\",\n                \"Description\": \"{{Description}}\",\n                \"Type\": \"Text\",\n                \"UserEditable\": false\n            }\n        ],\n        \"ColumnLimit\": 25\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"2bbedf14-382f-416b-88d9-5eb1ce7cbeca"},{"name":"Get additional attributes for the user","id":"dcd390fa-acc4-4106-95d7-bee5d5e405d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"users\",\r\n    \"ID\": \"{{user_uuid}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/ExtData/GetColumns","description":"The [GetColumns](https://identity-developer.cyberark.com/v3.0/reference/post_extdata-getcolumns) API is used to get the list of all the current attributes and values for a user.\n\nWhen this API is invoked for the user, the list of all extensible attributes that are set for that particular user with details is returned. Note that extended attributes that are unset (i.e. null values) for the user in the **GetColumns** request are not returned in the response.\n\nExample of some errors: The name of the table is not correct or empty, the user id is empty.\n\nRequest Body contains:\n\n1. **Table** (String) : Name of the table containing all users\n2. **ID** (String) : UUID of the user to check the attributes and value for\n    \n\nResponse:\n\nThe response contains the parsed JSON with list of the all the current attributes with their value."},"response":[{"id":"2ba65dcc-296c-402a-a8c8-1d8cfb1a252f","name":"Success Call","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\":\"{{Table_Name}}\",\r\n    \"ID\": \"{{Uuid}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/ExtData/GetColumns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": {\n        \"{{Attribute_Name}}\": \"{{Value}}\"\n    },\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"dcd390fa-acc4-4106-95d7-bee5d5e405d1"},{"name":"Set additional attributes for user","id":"3ad96be4-5750-42dd-994a-0086bf3f8458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\": \"users\",\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"Columns\": {\r\n    {{additional_attribute_name}}: \"{{additional_attribute_value}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/ExtData/SetColumns","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_extdata-setcolumns](https://identity-developer.cyberark.com/v3.0/reference/post_extdata-setcolumns)"},"response":[{"id":"e39d35c6-1fd5-48d3-a61e-ad1e72ffdc32","name":"Set additional attributes for user","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"Table\": \"users\",\r\n    \"ID\": \"{{user_uuid}}\",\r\n    \"Columns\": {\r\n    {{additional_attribute_name}}: \"{{additional_attribute_value}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/ExtData/SetColumns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"3ad96be4-5750-42dd-994a-0086bf3f8458"}],"id":"69dc2d64-ad44-4c93-b553-f83a0a331732","_postman_id":"69dc2d64-ad44-4c93-b553-f83a0a331732"},{"name":"Send user invites","item":[{"name":"Send user invites","id":"2cfd8f0a-84b6-4c82-912f-368ae974347c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"EmailInvite\": {{send_email_invite}},\r\n    \"SmsInvite\": {{send_sms_invite}},\r\n    \"Entities\": [\r\n        {\r\n            \"Type\": \"user\",\r\n            \"Guid\": \"{{user_uuid}}\",\r\n            \"Name\": \"{{user_name}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{identityTenantId}}.id.cyberark.cloud/UserMgmt/InviteUsers","description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-inviteusers](https://identity-developer.cyberark.com/v3.0/reference/post_usermgmt-inviteusers)"},"response":[{"id":"6735d34e-03fe-4afe-9c20-6e240a8faf3f","name":"Send user invites","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"body":{"mode":"raw","raw":"{\r\n    \"EmailInvite\": {{send_email_invite}},\r\n    \"SmsInvite\": {{send_sms_invite}},\r\n    \"Entities\": [\r\n        {\r\n            \"Type\": \"user\",\r\n            \"Guid\": \"{{user_uuid}}\",\r\n            \"Name\": \"{{user_name}}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{tenant_url}}/UserMgmt/InviteUsers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"2cfd8f0a-84b6-4c82-912f-368ae974347c"}],"id":"50b8e24f-eaef-4dd8-8092-118dbfaef4e7","_postman_id":"50b8e24f-eaef-4dd8-8092-118dbfaef4e7"}],"id":"430e5431-fe0a-4a97-8a53-7e24f2fcbf62","_postman_id":"430e5431-fe0a-4a97-8a53-7e24f2fcbf62"},{"name":"Exempt users from MFA","id":"6c6fa59c-a902-4a5d-96bf-42a2b4cf5228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"https://{{identityTenantId}}.id.cyberark.cloud/CDirectoryService/ExemptUserFromMfa?ID={{user_uuid}}&timespan={{time_span}}","protocol":"https","host":["{{identityTenantId}}","id","cyberark","cloud"],"path":["CDirectoryService","ExemptUserFromMfa"],"query":[{"key":"ID","value":"{{user_uuid}}"},{"key":"timespan","value":"{{time_span}}"}]},"description":"For more information about this API, please refer to: [https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-exemptuserfrommfa](https://identity-developer.cyberark.com/v3.0/reference/post_cdirectoryservice-exemptuserfrommfa)"},"response":[{"id":"ea53c6cc-75eb-4eda-bc55-2b3afc7f9f41","name":"Exempt users from MFA","originalRequest":{"method":"POST","header":[{"key":"X-IDAP-NATIVE-CLIENT","value":"true"}],"url":{"raw":"{{tenant_url}}/CDirectoryService/ExemptUserFromMfa?ID={{user_uuid}}&timespan={{time_span}}","host":["{{tenant_url}}"],"path":["CDirectoryService","ExemptUserFromMfa"],"query":[{"key":"ID","value":"{{user_uuid}}"},{"key":"timespan","value":"{{time_span}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"Result\": null,\n    \"Message\": null,\n    \"MessageID\": null,\n    \"Exception\": null,\n    \"ErrorID\": null,\n    \"ErrorCode\": null,\n    \"IsSoftError\": false,\n    \"InnerExceptions\": null\n}"}],"_postman_id":"6c6fa59c-a902-4a5d-96bf-42a2b4cf5228"}],"id":"496a95e4-5be9-4f94-b3cf-a63a985c90d5","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"_postman_id":"496a95e4-5be9-4f94-b3cf-a63a985c90d5"},{"name":"Privilege Cloud","item":[{"name":"Accounts","item":[{"name":"Account Actions","item":[{"name":"Ad-Hoc Connect through PSM","id":"73fce7c7-6b70-41dc-bbd1-03666a7b2646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"UserName\":\"{{pasUsername}}\",\n\t\"Secret\":\"<password>\",\n\t\"Address\":\"{{pasAddress}}\",\n\t\"PlatformId\":\"{{pasPlatformName}}\",\n\t\"extraFields\":{},\n\t\"PSMConnectPrerequisites\": {\n\t\t\"ConnectionComponent\":\"<Connection Component ID>\",\n\t\t\"ConnectionType\":\"<RDPFile or PSMGW>\"\n\t}\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/adhocconnect","description":"This method allows you to connect through PSM without using an existing account, by returning settings that can be used with an RDP client application or for the HTML5 gateway.\n\nYou must enable Privileged Session Monitoring and ad-hoc connection via PVWA configuration. For more details, see [Configure ad hoc connections](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Secure-Connect.htm)."},"response":[],"_postman_id":"73fce7c7-6b70-41dc-bbd1-03666a7b2646"},{"name":"Change Password Immediately","id":"f4b59f13-8a1a-4ab0-bc16-067ebc50b3b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeEntireGroup\" : true\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/change","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","change"],"variable":[{"id":"73880a60-cda1-4548-8845-bdaf2f9c731d","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for an immediate credentials change by the CPM to a new random value.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"f4b59f13-8a1a-4ab0-bc16-067ebc50b3b6"},{"name":"Change Password in the Vault Only","id":"80765d00-2d2b-4112-b4dc-5fe6393e4c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeEntireGroup\": false,\n\t\"NewCredentials\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/password/update","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","password","update"],"variable":[{"id":"d08a8a7c-e441-41d5-8414-aff6368f82a0","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to set account credentials and change them  \nin the Vault. This will not affect credentials on the target device.\n\nThe user who runs this web service requires **Update password value** permission in the Safe where the privileged account is stored:"},"response":[],"_postman_id":"80765d00-2d2b-4112-b4dc-5fe6393e4c13"},{"name":"Change Password, Set Next Password","id":"517ed58c-726b-48a4-913e-60366d5b1366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ChangeImmediately\" : true,\n\t\"NewCredentials\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/setnextpassword","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","setnextpassword"],"variable":[{"id":"f5a3d4a2-735c-4567-8537-4c7339828809","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to set the account's credentials to use for the next CPM change.\n\nThe user who runs this web service requires the following permissions in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations  \n- Specify next password value"},"response":[],"_postman_id":"517ed58c-726b-48a4-913e-60366d5b1366"},{"name":"Check In an Exclusive Account","id":"7103c268-82bc-4b56-875a-269f240ffc05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/checkin","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","checkin"],"variable":[{"id":"f3dad340-932f-48d0-b36f-8606cbb11f06","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method checks an exclusive account into the Vault.\n\n- If the account is managed automatically by the CPM, after it is checked in, the password is changed immediately.\n- If the account is managed manually, a notification is sent to a user who is authorized to change the password. The account is checked in automatically after it has been changed.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"7103c268-82bc-4b56-875a-269f240ffc05"},{"name":"Connect Using PSM","id":"966a6539-6e8c-4824-a087-492c12a05d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"RDP"}],"body":{"mode":"raw","raw":"{\n\t\"reason\":\"<Reason>\",\n\t\"TicketingSystemName\":\"<Ticketing system>\",\n\t\"TicketId\":\"<Ticketid>\",\n\t\"ConnectionComponent\":\"<Connection component id>\",\n\t\"ConnectionParams\": {\n\t\t\"<Connection parameter name>\": {\n\t\t\t\"value\":\"<Connection parameter value>\",\n\t\t\t\"ShouldSave\":<true\\false>\n\t\t},\n\t\t\"<Connection parameter name>\": {\n\t\t\t\"value\":\"<Connection parameter value>\",\n\t\t\t\"ShouldSave\":<true\\false>\n\t\t}\n\t}\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/psmconnect","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","psmconnect"],"variable":[{"id":"00a581e3-a66c-4ee8-a75d-037d5b4f5f46","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables you to connect to an account through PSM (PSMConnect) using a connection method defined in the PVWA.\n\nA response header defines which connection method is returned.\n\nFor more information, refer to [Privileged Session Management Interface](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-the-Privileged-Session-Management-Interface.htm)."},"response":[],"_postman_id":"966a6539-6e8c-4824-a087-492c12a05d5d"},{"name":"Generate Password","id":"a9fa9e8f-2ec9-42f1-9297-0e96f8af3132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/secret/generate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","secret","generate"],"variable":[{"id":"72ca6e52-7c7e-432d-b4f3-3361ae3db948","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method generates a new password for an existing account.\n\nThe user must have **Retrieve files from safe** permissions for the safe where the account is stored. If using the **PreventSameCharPerPrevPassPosition** parameter, the user must have **Use Password** permissions."},"response":[],"_postman_id":"a9fa9e8f-2ec9-42f1-9297-0e96f8af3132"},{"name":"Get Just in Time Access","id":"5eb636a8-65cc-429f-9a55-8ffe11b57546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/grantadministrativeaccess","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","grantadministrativeaccess"],"variable":[{"id":"ee20c93c-bcfc-4cca-acd0-72f5724bdc6d","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method requests and receives access to a target Windows machine with administrative rights.  \n  \nThe domain user who runs this web service will be added to the local Administrators group of the target machine.  \n\n### [Supported target machine environments](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nJust in Time access (JIT) is supported on the following end user machine environments:  \n  \n- Windows Server 2012/2012R2/2016  \n- Windows 8, Windows 10  \n    \n### [Configuration](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nConfigure Just in Time access as described in [Configure Just in Time access to Windows machines](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/adhoc_access_admin.htm).\n\n### [User permissions](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetAccess.htm?tocpath=Developer|REST%20APIs|Accounts|Account%20actions|%20_1#)  \n  \nUsers who want to request access to the target Windows machine must have the following permissions in the Safe:\n\n- List  \n- Use Password"},"response":[],"_postman_id":"5eb636a8-65cc-429f-9a55-8ffe11b57546"},{"name":"Get Password Value","id":"5ddc2872-facd-4bd5-8a2e-352ecffe29e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"<Reason>\",\n    \"TicketingSystem\": \"<Ticketing system>\",\n    \"TicketId\": \"<Ticketid>\",\n    \"Version\": <version number>,\n    \"ActionType\": \"<action type - show\\copy\\connect>\",\n    \"isUse\": <true\\false>,\n    \"Machine\": \"<my remote machine address>\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/password/retrieve","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","password","retrieve"],"variable":[{"id":"3e1b9b4f-d455-4c2e-9bba-a0fd4efea581","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables users to retrieve the password or SSH key of an existing account that is identified by its Account ID. It enables users to specify a reason and ticket ID, if required.\n\n**Note:** To retrieve a private SSH key account, see the [Retrieve private SSH key account](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/Retrieve_Private_SSH_Key_Account.htm#Return) REST API.\n\nThe ability to retrieve credentials using this REST API is intended for human use only and is not recommended for applications or automated processes, where application-based authentication is required. For application or automated processes use cases, see the [Secrets Manager Credential Providers Docs](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-CP/Latest/en/Default.htm)."},"response":[],"_postman_id":"5ddc2872-facd-4bd5-8a2e-352ecffe29e5"},{"name":"Reconcile Password","id":"b342998f-38cc-4374-aab1-cb04aaa5dba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/reconcile","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","reconcile"],"variable":[{"id":"1557bc28-da06-472f-9c5d-b1c603f80580","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for automatic reconciliation by the CPM.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"b342998f-38cc-4374-aab1-cb04aaa5dba4"},{"name":"Retrieve Private SSH Key Account","id":"8248a786-4645-411a-be2d-f2e82b4f2ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"<Reason>\",\n    \"TicketingSystemName\": \"<Ticketing system>\",\n    \"TicketId\": \"<Ticketid>\",\n    \"Version\": <version number>,\n    \"ActionType\": \"<action type - download>\",\n    \"isUse\": <true\\false>,\n    \"Machine\": \"<my remote machine address>\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/secret/retrieve","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","secret","retrieve"],"variable":[{"id":"30043fd7-778c-4570-9048-00e6eb828fcd","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method allows users to retrieve a private SSH key file to their local computer. It enables users to specify a reason and Ticket ID. The private SSH key file is from an existing account that is identified by its Account ID.\n\n**Note:** To get a password value, see the [Get password value](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/WebServices/GetPasswordValueV10.htm#Return) REST API."},"response":[],"_postman_id":"8248a786-4645-411a-be2d-f2e82b4f2ab6"},{"name":"Revoke Just in Time Access","id":"43a7d322-45ed-4346-9d6b-605d066e9cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/revokeadministrativeaccess","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","revokeadministrativeaccess"],"variable":[{"id":"0a2f8006-b8fd-4a2c-8bc7-1ee295a69aba","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method revokes administrative rights for Just in Time (JIT) access to a target Windows machine. The domain user who runs this web service will be removed from the local Administrators group of the target machine."},"response":[],"_postman_id":"43a7d322-45ed-4346-9d6b-605d066e9cfc"},{"name":"Verify Password","id":"5ce0d1c6-5fc6-4ad1-98c5-139718baec49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/verify","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","verify"],"variable":[{"id":"2b733483-df7f-4ce4-bd23-6af745da30c4","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method marks an account for verification by the CPM.\n\nFrom version v9.10.\n\nThe user who runs this web service requires the following permission in the Safe where the privileged account is stored:\n\n- Initiate CPM password management operations"},"response":[],"_postman_id":"5ce0d1c6-5fc6-4ad1-98c5-139718baec49"}],"id":"15560555-27d8-4000-818f-1525e9cb044b","description":"This section includes REST APIs for managing account activities.","_postman_id":"15560555-27d8-4000-818f-1525e9cb044b"},{"name":"Account Groups","item":[{"name":"Get Account Group by Safe","id":"f19d4d02-b8bb-4af6-b1f9-3aaac76433e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accountgroups?safe={{pasSafe}}","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accountgroups"],"query":[{"key":"safe","value":"{{pasSafe}}"}]},"description":"This method returns all the account groups in a specific Safe. The user performing this task must have the following permissions in the Safe:\r\n\r\n* Add accounts\r\n* Update account content\r\n* Update account properties\r\n* Create folders"},"response":[],"_postman_id":"f19d4d02-b8bb-4af6-b1f9-3aaac76433e0"},{"name":"Get Account Group Members","id":"5ca87fbc-bf08-44f5-95cb-cb52e1424287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accountgroups/:pasGroupName/members","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accountgroups",":pasGroupName","members"],"variable":[{"id":"1e99a71b-eb19-44f5-a0f0-1d9c008acb68","key":"pasGroupName","value":"{{pasGroupName}}"}]},"description":"This method returns all the members of an existing account group. These accounts can be either password accounts or SSH Key accounts.\n\n__NOTE: All members of account groups must be stored in the same Safe as the group itself.__\n\nThe user performing this task must have the following permissions in the Safe:\n\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders"},"response":[],"_postman_id":"5ca87fbc-bf08-44f5-95cb-cb52e1424287"},{"name":"Add Account Group","id":"a80db74c-396d-47e6-9340-1389daf6e365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"GroupName\":\"{{pasGroupName}}\",\r\n  \"GroupPlatform\":\"{{pasPlatformName}}\",\r\n  \"Safe\":\"{{pasSafe}}\"\r\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accountgroups/","description":"This method enables application managers to define a new account group automatically, and manage accounts as part of a group.\n\nTo create an account group, users require the following permissions in the Safe where the group is created:\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders\n\n**Note:** _The following characters are not supported in URL values in the Body:_ **+ & % #**"},"response":[],"_postman_id":"a80db74c-396d-47e6-9340-1389daf6e365"},{"name":"Add Account to Account Group","id":"0657a4c7-bd91-41ae-b81c-0b68f4f6cb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountID\":\"{{pasAccountID}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accountgroups/:pasGroupName/members","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accountgroups",":pasGroupName","members"],"variable":[{"id":"c2d2263f-8cc3-4569-9a50-52d779730a5a","key":"pasGroupName","value":"{{pasGroupName}}"}]},"description":"This method adds an account as a member to an existing account group.  The account can contain either a password or SSH key.  All members of an account group must be stored in the same Safe as the group itself.\n\nTo add an account as a member to an account group, users require the following permissions to the Safe where the group is created:\n* Add accounts\n* Update account content\n* Update account properties\n\n**Note:** _The following characters are not support in URL values in the Body:_ **+ & % #**"},"response":[],"_postman_id":"0657a4c7-bd91-41ae-b81c-0b68f4f6cb63"},{"name":"Delete Member from Account Group","id":"29248fcd-da4f-4303-9325-275f1a79b67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accountgroups/:pasGroupName/members/:pasAccountID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accountgroups",":pasGroupName","members",":pasAccountID"],"variable":[{"id":"b68007bf-e33e-4e52-98fa-bc188927b186","key":"pasGroupName","value":"{{pasGroupName}}"},{"id":"144d61f6-4470-47e3-927d-7b30b1379363","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method removes an account member from an account group. This account can be either a password account or an SSH Key account.\r\n\r\nThe user performing this task must have the following permissions in the Safe:\r\n\r\n* Add accounts\r\n* Update account content\r\n* Update account properties\r\n* Create folders"},"response":[],"_postman_id":"29248fcd-da4f-4303-9325-275f1a79b67c"}],"id":"c876c82f-f26f-4457-be1a-4c67f4ac1e94","_postman_id":"c876c82f-f26f-4457-be1a-4c67f4ac1e94"},{"name":"Bulk Upload of Accounts","item":[{"name":"Get All Bulk Account Uploads for User","id":"2bf8e871-3145-4986-bdeb-41b95e77cdaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/bulkactions/accounts","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","bulkactions","accounts"],"query":[{"key":"filter","value":"","description":"status - returns all bulk account uploads that meet the required status","disabled":true},{"key":"limit","value":"50","description":"number of accounts to return, starting from first account","disabled":true}]},"description":"This method gets the status of all bulk account uploads that the user performed.\n\n**Note:** Bulk account uploads are returned sorted by their creation time in descending order - from the most recent to the oldest. The bulk account uploads that are returned are ones that a specific user created and has authorization to view."},"response":[],"_postman_id":"2bf8e871-3145-4986-bdeb-41b95e77cdaa"},{"name":"Get Bulk Account Upload Result","id":"7f404edd-74f2-4bd7-9006-f409456e90cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/bulkactions/accounts/:pasBulkID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","bulkactions","accounts",":pasBulkID"],"variable":[{"id":"a5639fbf-e67d-4a4c-a25a-448f68dceb7b","key":"pasBulkID","value":"{{pasBulkID}}"}]},"description":"This method returns the result of the bulk account upload, which is identified by the ID of the bulk account upload. When the upload has finished, the API returns the result. The result contains a list of all the accounts that succeeded or failed to upload.\n  \t\n\n**Note:** Only the user that created the bulk account upload can receive the result of the upload using this API."},"response":[],"_postman_id":"7f404edd-74f2-4bd7-9006-f409456e90cc"},{"name":"Create Bulk Upload of Accounts","id":"d893fbaa-c0f6-4f30-a420-92ddef48262c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"filename.csv\",\n    \"accountsList\": [\n        {\n            \"uploadIndex\": \"1\",\n            \"username\": \"JohnDoe\",\n            \"address\": \"192.0.2.0\",\n            \"platformId\": \"WinDomain\",\n            \"safeName\": \"WinDomainSafe\",\n            \"secret\": \"123456\",\n            \"platformAccountProperties\": {\n                \"port\": \"111\"\n            },\n            \"secretManagement\": {\n                \"automaticManagementEnabled\": true,\n                \"manualManagementReason\": \"\"\n            },\n            \"remoteMachinesAccess\": {\n                \"accessRestrictedToRemoteMachines\": true,\n                \"remoteMachines\": \"example.com\"\n            },\n            \"groupName\": \"DomainGroup\"\n        },\n        {\n            \"uploadIndex\": \"2\",\n            \"username\": \"JaneDoe\",\n            \"address\": \"198.51.100.0\",\n            \"platformId\": \"WinDesktopLocal\",\n            \"safeName\": \"WinUsersSafe\",\n            \"secret\": \"123456\",\n            \"platformAccountProperties\": {\n                \"port\": \"222\"\n            },\n            \"secretManagement\": {\n                \"automaticManagementEnabled\": true,\n                \"manualManagementReason\": \"\"\n            },\n            \"remoteMachinesAccess\": {\n                \"accessRestrictedToRemoteMachines\": true,\n                \"remoteMachines\": \"example.net\"\n            },\n            \"groupName\": \"WinGroup\"\n        }\n    ]\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/bulkactions/accounts","description":"This method allows a developer to add multiple accounts to existing Safes. The response contains the ID of the bulk account upload that was performed.\n  \t\n**Note:** This option is only available if you have **Add accounts**, **Update account content**, and **Update account properties** authorization in at least one Safe."},"response":[],"_postman_id":"d893fbaa-c0f6-4f30-a420-92ddef48262c"}],"id":"33cb2416-5c35-4dc3-adf8-9e896a81f75b","description":"This section includes three methods that enable you to perform a bulk upload of multiple accounts, and review the results.\n\nFirst, to add multiple accounts at one time to the system, use the Create bulk upload of accounts REST API.\n\nNext, to check the status of all the bulk account uploads that were performed by a user, use the Get all bulk account uploads for user REST API.\n\nLast, to review a summary of uploaded accounts and accounts that failed for a specific bulk upload, use the Get bulk account upload result REST API.","_postman_id":"33cb2416-5c35-4dc3-adf8-9e896a81f75b"},{"name":"Discovered Accounts","item":[{"name":"Get Discovered Account Details","id":"f5c6d667-6a05-40c2-9397-cb161620f87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/discoveredaccounts/:pasAccountID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","discoveredaccounts",":pasAccountID"],"variable":[{"id":"fae3e55c-9dde-4e0d-8f0e-7de9e0e96493","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns information about a discovered account and its dependencies from the Pending Accounts list. The discovered account is identified by its ID.\n\nTo run this web service, the user must be a member of the Vault admins group.\n\n**Note:** Discovered accounts that were onboarded either manually or automatically, according to predefined rules, won't be returned using this method."},"response":[],"_postman_id":"f5c6d667-6a05-40c2-9397-cb161620f87c"},{"name":"Get Discovered Accounts","id":"921980a5-dd23-4c28-96f4-6cd7a6de6e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/discoveredaccounts?filter=platformType eq Windows Server Local AND privileged eq true AND accountEnabled eq true&search=admin&searchType=contains&offset=0&limit=100","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","discoveredaccounts"],"query":[{"key":"filter","value":"platformType eq Windows Server Local AND privileged eq true AND accountEnabled eq true","description":"search accounts using platformType, privileged, and/or accountEnabled values"},{"key":"search","value":"admin","description":"search is supported for username and address"},{"key":"searchType","value":"contains","description":"keyword is contained (contains, DEFAULT) or beginning (startswith)"},{"key":"offset","value":"0","description":"the offset of the first returned account in the list of results"},{"key":"limit","value":"100","description":"the maximum number of accounts to return (maximum value allowed is 1000)"}]},"description":"This method returns a list of all the discovered accounts from the Pending Accounts list. To run this web service, the user must be a member of the Vault admins group.\n  \t\n**Note:** Discovered accounts that were onboarded either manually or automatically, according to predefined rules, won't be returned using this method.\n\nFor more information on available filters, please visit [Filter Parameters](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/11.6/en/Content/WebServices/Get-discovered-accounts.htm#filter-parameters) in the CyberArk API Documentation."},"response":[],"_postman_id":"921980a5-dd23-4c28-96f4-6cd7a6de6e4c"},{"name":"Add Discovered Accounts (v10.8+)","id":"4bcb3caa-502b-4ebc-870f-7ce489adecdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"userName\": \"{{pasUsername}}\",\n        \"address\": \"{{pasAddress}}\",\n        \"platformTypeAccountProperties\": {\n            \"SID\": \"S-1-5-21-304654729-3147011263-1431158397-3154\"\n        },\n        \"accountEnabled\": true,\n        \"osGroups\": \"Backup Operators,IIS_IUSRS,Network Configuration Operators\",\n        \"platformType\": \"{{pasPlatformName}}\",\n        \"domain\": \"example.com\",\n        \"lastLogonDateTime\": \"1530635686\",\n        \"lastPasswordSetDateTime\": \"1530635786\",\n        \"passwordNeverExpires\": false,\n        \"osVersion\": \"Windows Server 2012 R2 Standard\",\n        \"privileged\": false,\n        \"userDisplayName\": \"User Display Name\",\n        \"description\": \"User Description\",\n        \"passwordExpirationDateTime\": \"1530645686\",\n        \"osFamily\": \"Server\",\n        \"OrganizationalUnit\": \"CN=Users,DC=example,DC=com\",\n        \"additionalProperties\": {\n            \"Port\": 445,\n            \"UserDN\": \"CN=user1,CN=Users,DC=example,DC=com\"\n        },\n        \"Dependencies\": [\n            {\n                \"name\": \"ServiceDep\",\n                \"address\": \"{{pasAddress}}\",\n                \"type\": \"Windows Service\"\n            }\n        ]\n    },\n    {\n        \"userName\": \"amazon_accesskey_user\",\n        \"address\": \"aws.com\",\n        \"discoveryDate\": \"2018-05-03T13:00:00Z\",\n        \"platformType\": \"AWS Access Keys\",\n        \"privileged\": true,\n        \"platformTypeAccountProperties\": {\n            \"awsAccessKeyID\": \"ASASASASSA\",\n            \"awsAccountID\": \"123123123123\"\n        }\n    },\n    {\n        \"userName\": \"amazon_dashboard_user\",\n        \"address\": \"aws.com\",\n        \"discoveryDate\": \"2018-05-03T13:00:00Z\",\n        \"platformType\": \"AWS\",\n        \"privileged\": true,\n        \"platformTypeAccountProperties\": {\n            \"awsAccountID\": \"123123123123\"\n        }\n    },\n    {\n        \"userName\": string,\n        \"address\": string,\n        \"discoveryDate\": \"1530635689\",\n        \"platformType\": \"Azure Password Management\",\n        \"accountEnabled\": true,\n        \"privileged\": true,\n        \"privilegedCriteria\": string,\n        \"platformTypeAccountProperties\": {\n            \"activeDirectoryID\": string\n        }\n    }\n]"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/discoveredaccounts","description":"This method adds newly discovered accounts and their dependencies.\n\n| Action | Description |\n| --- | --- |\n| Discovered account | Discovered accounts are added to the Pending Accounts list. |\n| Discovered dependency | Discovered dependencies are added to the Pending Accounts list or are automatically added to the corresponding master account that has already been onboarded. |\n| Automatic onboarding | Discovered accounts are onboarded according to matching onboarding rules. If automatic onboarding fails for any reason, the account is added to the Pending Accounts list. |\n\nCurrently, Private SSH Keys are not supported.\n\nThe user who runs this web service requires the following users and permissions:\n\nTo add pending accounts:\n\n* **User:** Owner of PasswordManager_Pending Safe\n* **Permissions:**\n  * Add account\n  * List files\n  * Update account properties\n\nTo onboard the account:\n\n* **User:** Owner of the target Safe of the onboarding rule.\n* **Permissions:**\n  * Add account\n  * Update account properties\n  * Initiate CPM account management operations"},"response":[],"_postman_id":"4bcb3caa-502b-4ebc-870f-7ce489adecdb"}],"id":"a07c0172-8b76-4a0a-90fb-4b69c8278536","description":"This section includes REST APIs for discovered accounts.","_postman_id":"a07c0172-8b76-4a0a-90fb-4b69c8278536"},{"name":"Linked Accounts","item":[{"name":"Link an Account","id":"38c35510-5dfe-4cda-9b77-c3d153a9784c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"{{pasObjectName}}\",\n    \"ExtraPassID\": \"1/2/3\",\n    \"Folder\": \"{{pasFolder}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/linkaccount","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","linkaccount"],"variable":[{"id":"203defc6-8309-437a-9a27-ace7ab400c76","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method enables a user to associate a linked account to an existing source account. The linked account can be a Reconcile account, Logon account, or other type of linked account that is defined in the platform configuration.\n  \t\n_**Note:** The type of linked accounts that are allowed are determined by the Platform settings. Each platform can support different types of linked accounts._\n\nTo run this service, the user must have the following Safe member authorizations:\n\n* List accounts - For both the Safe of the linked account and the Safe of the source account\n* Update account properties - For the Safe of the source account"},"response":[],"_postman_id":"38c35510-5dfe-4cda-9b77-c3d153a9784c"},{"name":"Unlink an Account","id":"4f9c9bc2-b770-48c6-9165-b06d434c592b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/linkaccount/:pasExtraPassIndex","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","linkaccount",":pasExtraPassIndex"],"variable":[{"id":"5da70636-5325-4439-86a3-bb55d561b967","key":"pasAccountID","value":"{{pasAccountID}}"},{"id":"5750b638-26ae-418d-adc2-d36870139602","key":"pasExtraPassIndex","value":"1","description":"Valid Values: 1, 2, 3"}]},"description":"This method enables a user to remove the association between a linked account and a source account.\n\nTo run this service, the user must have the following Safe member authorizations for the Safe where the source account is stored:\n\n- List accounts\n- Update account properties\n- Manage Safe - This authorization is needed only when **RequireManageSafeToClearLinkedAccount** is enabled in the configuration."},"response":[],"_postman_id":"4f9c9bc2-b770-48c6-9165-b06d434c592b"}],"id":"053b9914-0dc1-4f10-8b0b-0f9151d7c20f","description":"This section includes REST APIs for linked accounts.","_postman_id":"053b9914-0dc1-4f10-8b0b-0f9151d7c20f"},{"name":"Extended Account Overview","id":"b328d719-65f6-4251-8289-a420991fc923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/extendedaccounts/:pasAccountID/overview","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","extendedaccounts",":pasAccountID","overview"],"variable":[{"id":"4a1dfb29-163c-4676-96c4-c22d20dd539d","key":"pasAccountID","value":"{{pasAccountID}}"}]}},"response":[],"_postman_id":"b328d719-65f6-4251-8289-a420991fc923"},{"name":"Get Accounts","id":"f05e031b-be16-42c2-8a37-02e97a197f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts"],"query":[{"key":"search","value":"{{pasKeywords}}","description":"List of keywords to search for in accounts, separated by a space.","disabled":true},{"key":"searchType","value":"contains","description":"Get accounts that either contain or start with the value specified in the Search parameter. Valid values: contains (default) or startswith.","disabled":true},{"key":"sort","value":"UserName","description":"Property or properties by which to sort returned accounts, followed by asc (default) or desc to control sort direction. Separate multiple properties with commas, up to a maximum of three properties.","disabled":true},{"key":"offset","value":"0","description":"Offset of the first account that is returned in the collection of results.","disabled":true},{"key":"limit","value":"1000","description":"Maximum number of returned accounts. If not specified, the default value is 50. The maximum number that can be specified is 1000.","disabled":true},{"key":"filter","value":"safeName eq {{pasSafe}}","description":"Get accounts from a specific safe, using the safe name.","disabled":true}]},"description":"This method returns a list of all the accounts in the Vault.\n\nThe user who runs this web service requires **List Accounts** permissions in the Safe."},"response":[],"_postman_id":"f05e031b-be16-42c2-8a37-02e97a197f0d"},{"name":"Get Account Details","id":"21f48e04-a4d8-430a-9e80-a66dafac43a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"id":"ea47d2c4-2cb8-46cd-a531-194211e8fc2d","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns information about an account identified by its ID.\n\nThe user who runs this web service requires **List Accounts** permissions in the Safe where the account is located inside the Vault."},"response":[{"id":"91f9eb32-7d27-43aa-bd74-ac1f03bce28c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:27:37 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"24_3\",\n    \"name\": \"ANSIBLE-RESTAPI-USER\",\n    \"address\": \"192.168.3.101\",\n    \"userName\": \"Svc_AnsibleREST\",\n    \"platformId\": \"JG-CyberArkVault\",\n    \"safeName\": \"D-CYBR-RESTAPI-ACCTS\",\n    \"secretType\": \"password\",\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": true,\n        \"status\": \"success\",\n        \"lastModifiedTime\": 1541876282\n    },\n    \"createdTime\": 1541876282\n}"}],"_postman_id":"21f48e04-a4d8-430a-9e80-a66dafac43a4"},{"name":"Get Account Activity","id":"99e7bd02-175f-4ce2-a8c0-936b81c5099d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Accounts/:pasAccountID/Activities","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Accounts",":pasAccountID","Activities"],"variable":[{"id":"7e8a86fc-af8b-46af-8777-fa7b0cf74b2a","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method returns the activities of a specific account that is identified by its account ID."},"response":[{"id":"78e76578-bc69-43da-8108-364299a8d8d8","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:28:13 GMT"},{"key":"Content-Length","value":"6876"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetAccountActivitiesResult\": [\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Change Password\",\n            \"ActivityCode\": 24,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"11/10/2018 23:58:03\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Store password\",\n            \"ActivityCode\": 294,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/10/2018 23:58:02\",\n            \"UserName\": \"PasswordManagerNG\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"LastTask\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[VerifyTask]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CPMStatus\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[success]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[-1]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[ChangeTask]\",\n            \"Time\": \"11/10/2018 23:57:41\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"(Action: Show Password)\",\n            \"Time\": \"11/10/2018 23:57:30\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Verify Password\",\n            \"ActivityCode\": 22,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"11/04/2018 15:49:12\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM internal process\",\n            \"Time\": \"11/04/2018 15:49:12\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"11/04/2018 15:49:10\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"LastTask\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[VerifyTask]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Delete File Category\",\n            \"ActivityCode\": 107,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CPMStatus\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Old Value=[success]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Update File Category\",\n            \"ActivityCode\": 106,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[-1] Old Value=[-1]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[VerifyTask]\",\n            \"Time\": \"11/04/2018 15:45:58\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Update File Category\",\n            \"ActivityCode\": 106,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"PolicyID\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[JG-CyberArkVault] Old Value=[CyberArk]\",\n            \"Time\": \"11/04/2018 15:45:51\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"AppPrv\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Application provider background refresh job\",\n            \"Time\": \"10/21/2018 13:39:22\",\n            \"UserName\": \"Prov_COMPONENTS\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"AppPrv\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"AIM password request\",\n            \"Time\": \"10/21/2018 13:38:57\",\n            \"UserName\": \"Prov_COMPONENTS\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"CPM Verify Password\",\n            \"ActivityCode\": 22,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"address=192.168.3.101;username=Svc_AnsibleREST;\",\n            \"Path\": \"Root\",\n            \"Reason\": \"ImmediateTask\",\n            \"Time\": \"10/21/2018 13:04:25\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM internal process\",\n            \"Time\": \"10/21/2018 13:04:25\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Retrieve password\",\n            \"ActivityCode\": 295,\n            \"ClientID\": \"CPM\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"CPM\",\n            \"Time\": \"10/21/2018 13:04:24\",\n            \"UserName\": \"PasswordManager\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"RetriesCount\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[-1]\",\n            \"Time\": \"10/21/2018 13:02:31\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"ResetImmediately\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[VerifyTask]\",\n            \"Time\": \"10/21/2018 13:02:31\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"CreationMethod\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[PVWA]\",\n            \"Time\": \"10/21/2018 13:02:23\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"Address\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[192.168.3.101]\",\n            \"Time\": \"10/21/2018 13:02:23\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"DeviceType\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[Application]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"UserName\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[Svc_AnsibleREST]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Add File Category\",\n            \"ActivityCode\": 105,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"PolicyID\",\n            \"Path\": \"Root\",\n            \"Reason\": \"Value=[CyberArk]\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        },\n        {\n            \"AccountName\": \"ANSIBLE-RESTAPI-USER\",\n            \"Activity\": \"Store password\",\n            \"ActivityCode\": 294,\n            \"ClientID\": \"PVWA\",\n            \"MoreInfo\": \"\",\n            \"Path\": \"Root\",\n            \"Reason\": \"\",\n            \"Time\": \"10/21/2018 13:02:22\",\n            \"UserName\": \"mike\"\n        }\n    ]\n}"}],"_postman_id":"99e7bd02-175f-4ce2-a8c0-936b81c5099d"},{"name":"Get Secret Versions","id":"45dd6450-1937-4317-b43b-babe9d351f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID/secret/versions","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID","secret","versions"],"query":[{"key":"showTemporary","value":"true","description":"Boolean value whether to return both permanent and temporary secret versions (Default: False)","disabled":true}],"variable":[{"id":"9bb82c92-f16e-41f3-9d88-2bc5b664ae01","key":"pasAccountID","value":"{{pasAccountID}}"}]}},"response":[],"_postman_id":"45dd6450-1937-4317-b43b-babe9d351f3d"},{"name":"Add Account","id":"be7d4e0c-2b7c-4ea9-a7e0-02e5cb08e3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"{{pasObjectName}}\",\n\t\"address\": \"{{pasAddress}}\",\n\t\"userName\": \"{{pasUsername}}\",\n\t\"platformId\": \"{{pasPlatformName}}\",\n\t\"safeName\": \"{{pasSafe}}\",\n\t\"secretType\": \"password\",\n\t\"secret\": \"string\",\n\t\"platformAccountProperties\": {\n\t\t\"LogonDomain\": \"string\",\n\t\t\"Port\": \"integer\"\n\t},\n\t\"secretManagement\": {\n\t\t\"automaticManagementEnabled\": true,\n\t\t\"manualManagementReason\": \"string\"\n\t},\n\t\"remoteMachinesAccess\": {\n\t\t\"remoteMachines\": \"string\",\n\t\t\"accessRestrictedToRemoteMachines\": true\n\t}\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts","description":"This method adds a new privileged account or SSH key to the Vault.\n\nTo run this web service, a user requires the following permission in the Vault:\n\n* Add account\n\nAND either\n\n* Update password\n\nOR\n\n* Update password properties\n\n**Note:** You require an additional license to add SSH keys to the Vault. For more information, contact your CyberArk representative."},"response":[{"id":"c95300cd-fa89-44da-8de7-c9b4b002a535","name":"Add Dual Account - 201 Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Database-MySQL-db2.joegarcia.dev-cluster02sqluser01\",\n\t\"address\": \"db2.joegarcia.dev\",\n\t\"userName\": \"cluster02sqluser01\",\n\t\"platformId\": \"MySQLServer-DualAccounts\",\n\t\"safeName\": \"D-MySQL-Users\",\n\t\"secretType\": \"password\",\n\t\"secret\": \"Cyberark1\",\n\t\"platformAccountProperties\": {\n\t\t\"VirtualUsername\": \"cluster02sqluser\",\n\t\t\"Index\": \"1\",\n\t\t\"DualAccountStatus\": \"Active\"\n\t},\n\t\"secretManagement\": {\n\t\t\"automaticManagementEnabled\": false,\n\t\t\"manualManagementReason\": \"testing\"\n\t}\n}"},"url":""},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://cyberark.joegarcia.dev/PasswordVault/api/Accounts/29_7"},{"key":"Set-Cookie","value":"CA22222=5CD7FDF700FD44E2; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002BD847BB673806B6186BE3FB6EB49CFE4EAB00A619FE17D78321027A47916681700000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=radius; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"api-supported-versions","value":"11.0"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Fri, 07 Feb 2020 19:04:06 GMT"},{"key":"Content-Length","value":"481"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"29_7\",\n    \"name\": \"Database-MySQL-db2.joegarcia.dev-cluster02sqluser01\",\n    \"address\": \"db2.joegarcia.dev\",\n    \"userName\": \"cluster02sqluser01\",\n    \"platformId\": \"MySQLServer-DualAccounts\",\n    \"safeName\": \"D-MySQL-Users\",\n    \"secretType\": \"password\",\n    \"platformAccountProperties\": {\n        \"Index\": \"1\",\n        \"DualAccountStatus\": \"Active\",\n        \"VirtualUsername\": \"cluster02sqluser\"\n    },\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": false,\n        \"manualManagementReason\": \"testing\",\n        \"lastModifiedTime\": 1581084295\n    },\n    \"createdTime\": 1581084295\n}"}],"_postman_id":"be7d4e0c-2b7c-4ea9-a7e0-02e5cb08e3cb"},{"name":"Add Pending Account","id":"d29017bb-1b6b-49ef-8099-20a0bfd880bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"pendingAccount\": {\n\t\t\"UserName\":\"{{pasUsername}}\",\n\t\t\"Address\":\"{{pasAddress}}\",\n\t\t\"AccountDiscoveryDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountEnabled\":\"<enabled/disabled>\", \n\t\t\"AccountOSGroups\":\"<group name>\",\n\t\t\"AccountType\":\"<domain/local>\",\n\t\t\"Domain\":\"<domain name>\",\n\t\t\"PasswordNeverExpires\":\"<true/false>\",\n\t\t\"OSVersion\":\"<OS version>\",\n\t\t\"OU\":\"<OU>\",\n\t\t\"AccountCategory\":\"<Privileged/Non-privileged>\",\n\t\t\"UserDisplayName\":\"<user display name>\",\n\t\t\"AccountDescription\":\"<description>\",\n\t\t\"GID\":\"<GID>\",\n\t\t\"UID\":\"<UID>\",\n\t\t\"OSType\":\"<Windows/Unix>\",\n\t\t\"DiscoveryPlatformType\":\"<platform name>\",\n\t\t\"MachineOSFamily\":\"<workstation/server>\",\n\t\t\"LastLogonDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"LastPasswordSetDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountExpirationDate\":\"<YYYY-MM-DDThh:mm:ssZ>\",\n\t\t\"AccountCategoryCriteria\":\"<criteria>\"\n\t}\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/PendingAccounts","description":"This method enables an account or SSH key that is discovered by an external scanner to be added as a pending account to the Accounts Feed. This facilitates the privileged account workflow, during which users can identify privileged accounts and determine which are onboarded to the Vault.\n\n**Note:** In order to add SSH keys to the Vault, you require an additional license. For more information, contact your CyberArk representative."},"response":[],"_postman_id":"d29017bb-1b6b-49ef-8099-20a0bfd880bf"},{"name":"Update Account","id":"a4969a29-2dbf-4976-a0cd-6a5eac680aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"op\": \"replace\",\n\t\t\"path\": \"/address\",\n\t\t\"value\": \"{{pasAddress}}\"\n\t},\n\t{\n\t\t\"op\": \"add\",\n\t\t\"path\": \"/platformAccountProperties/port\",\n\t\t\"value\": \"3306\"\n\t},\n\t{\n\t\t\"op\": \"remove\",\n\t\t\"path\": \"/ticketnumber\",\n\t\t\"value\": \"\"\n\t}\n]"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"id":"1b8f02c0-63a7-4587-b0fc-e921de58ba85","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method updates an existing account's details. It is not mandatory to send all the account’s details. Any changed values sent in the request will be updated. All other properties values will remain the same.\n\nOn each property, the following operations can be performed:\n\n* Replace - replace the existing value of a property\n* Remove (to remove the property from the account)\n* Add (to add that property to the account)\n\nIt is possible to set several properties using the same command using the following structure:\n\n```json\n[\n\t{\n\t    \"op\": \"replace\",\n\t    \"path\": \"/platformaccountproperties\",\n\t    \"value\": \"{\n\t        \\\"{PropertyID1}\\\":\\\"{Value}\\\",\n\t        \\\"{PropertyID2}\\\":\\\"{Value}\\\",\n\t        \\\"{PropertyID3}\\\":\\\"{Value}\\\"\n\t    }\"\n\t}\n]\n```\n\nWhen sending several operations on the same property, only the last operation will affect the property."},"response":[{"id":"60227be0-c2e8-4e43-9a29-b1db750f95ff","name":"200 OK","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"op\": \"replace\",\n\t\t\"path\": \"/address\",\n\t\t\"value\": \"NewAddress\"\n\t}\n]"},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=16FEA5F59A5A4E3A; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C10DFF4C7D9E95730A852C9200D8288EE70B01258A83CE498AB47E7A3515211200000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Tue, 15 Jan 2019 17:39:16 GMT"},{"key":"Content-Length","value":"271"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"29_3\",\n    \"name\": \"TEST-RESTAPI-uadmin\",\n    \"address\": \"NewAddress\",\n    \"userName\": \"u_admin\",\n    \"platformId\": \"WinDomain\",\n    \"safeName\": \"TEST-RESTAPI\",\n    \"secretType\": \"password\",\n    \"secretManagement\": {\n        \"automaticManagementEnabled\": true,\n        \"lastModifiedTime\": 1547468682\n    },\n    \"createdTime\": 1547468682\n}"}],"_postman_id":"a4969a29-2dbf-4976-a0cd-6a5eac680aa9"},{"name":"Delete Account","id":"ba269af2-16df-4d2b-9f29-d0d242328e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/accounts/:pasAccountID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","accounts",":pasAccountID"],"variable":[{"id":"0f8f415b-9037-476f-96bc-7db2db95c410","key":"pasAccountID","value":"{{pasAccountID}}"}]},"description":"This method deletes a specific account in the Vault.\n\nThe user who runs this web service requires **Delete Accounts** permissions in the Vault."},"response":[],"_postman_id":"ba269af2-16df-4d2b-9f29-d0d242328e3a"}],"id":"e11156a4-4e80-496b-952f-0257b2f67272","description":"This section includes REST APIs for managing accounts, account groups, account activities, and discovered accounts.","_postman_id":"e11156a4-4e80-496b-952f-0257b2f67272"},{"name":"Applications","item":[{"name":"List Applications","id":"4024a77e-eb45-4f42-ad91-82fb0870a19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications"],"query":[{"key":"Location","value":"\\","description":"Location of the application in the Vault hierarchy. (Default: \\)","disabled":true},{"key":"IncludeSublocations","value":"false","description":"Whether or not the search will be performed in sublocations of the specified location. (Default: True)","disabled":true}]},"description":"This method returns a list of all the applications in the Vault.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"62a8201d-3306-4164-9544-6d9b49d2e892","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Length","value":"771"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Jun 2017 18:49:26 GMT"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"}],"cookie":[],"responseTime":null,"body":"{\n  \"application\": [\n    {\n      \"AccessPermittedFrom\": 0,\n      \"AccessPermittedTo\": 24,\n      \"AllowExtendedAuthenticationRestrictions\": false,\n      \"AppID\": \"AIMWebService\",\n      \"BusinessOwnerEmail\": \"\",\n      \"BusinessOwnerFName\": \"\",\n      \"BusinessOwnerLName\": \"\",\n      \"BusinessOwnerPhone\": \"\",\n      \"Description\": \"This application is for the web service installed for the Central Credential Provider.\",\n      \"Disabled\": false,\n      \"ExpirationDate\": null,\n      \"Location\": \"\\\\\"\n    },\n    {\n      \"AccessPermittedFrom\": 0,\n      \"AccessPermittedTo\": 24,\n      \"AllowExtendedAuthenticationRestrictions\": false,\n      \"AppID\": \"RESTExamples\",\n      \"BusinessOwnerEmail\": \"john.doe@cyberark.com\",\n      \"BusinessOwnerFName\": \"John\",\n      \"BusinessOwnerLName\": \"Doe\",\n      \"BusinessOwnerPhone\": \"555-555-1212\",\n      \"Description\": \"AppID for all AIM and REST Examples\",\n      \"Disabled\": false,\n      \"ExpirationDate\": null,\n      \"Location\": \"\\\\Applications\"\n    }\n  ]\n}"},{"id":"dfbbae1f-2086-48ae-ba21-bed781dc2163","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:25:20 GMT"},{"key":"Content-Length","value":"1532"}],"cookie":[],"responseTime":null,"body":"{\n    \"application\": [\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Account-Factory\",\n            \"BusinessOwnerEmail\": \"\",\n            \"BusinessOwnerFName\": \"\",\n            \"BusinessOwnerLName\": \"\",\n            \"BusinessOwnerPhone\": \"\",\n            \"Description\": \"\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Ansible\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Identity assigned to all Ansible retrieved credentials for audit.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"AIMWebService\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Defining MFA for AIM Central Credential Provider\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        },\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"HelloWorldPHP\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Application ID for Hello World PHP script deployed automatically by Ansible.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        }\n    ]\n}"}],"_postman_id":"4024a77e-eb45-4f42-ad91-82fb0870a19e"},{"name":"List a Specific Application","id":"78c21b99-a61a-47bc-b3fc-c018f75031ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID"],"variable":[{"id":"e85994f5-a68c-4aee-85b8-fa0fea5ba9ec","key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method returns information about a specific application.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"87fa9ae3-5b88-4b0e-9efa-7a62e8873a86","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:25:46 GMT"},{"key":"Content-Length","value":"423"}],"cookie":[],"responseTime":null,"body":"{\n    \"application\": [\n        {\n            \"AccessPermittedFrom\": 0,\n            \"AccessPermittedTo\": 24,\n            \"AllowExtendedAuthenticationRestrictions\": false,\n            \"AppID\": \"Ansible\",\n            \"BusinessOwnerEmail\": \"joe.garcia@cyberark.com\",\n            \"BusinessOwnerFName\": \"Joe\",\n            \"BusinessOwnerLName\": \"Garcia\",\n            \"BusinessOwnerPhone\": \"222-UWISHUKNEW\",\n            \"Description\": \"Identity assigned to all Ansible retrieved credentials for audit.\",\n            \"Disabled\": false,\n            \"ExpirationDate\": null,\n            \"Location\": \"\\\\Applications\"\n        }\n    ]\n}"}],"_postman_id":"78c21b99-a61a-47bc-b3fc-c018f75031ca"},{"name":"List all Authentication Methods of a Specific Application","id":"1a1b2453-a3f5-4369-8e5d-a21e49599b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications"],"variable":[{"id":"5ccb0ccc-3338-401d-82c5-a1749b1f5d17","key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method returns information about all the authentications methods of a specific application.\r\nThe user who runs this web service requires the following permission in the Vault:\r\n- Audit Users"},"response":[{"id":"de3cdf76-068a-412f-b799-98d104b48489","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:26:06 GMT"},{"key":"Content-Length","value":"472"}],"cookie":[],"responseTime":null,"body":"{\n    \"authentication\": [\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"ansible.192.168.3.103.xip.io\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 1\n        },\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"192.168.3.103\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 2\n        },\n        {\n            \"AllowInternalScripts\": null,\n            \"AppID\": \"Ansible\",\n            \"AuthType\": \"machineAddress\",\n            \"AuthValue\": \"ansibletower\",\n            \"Comment\": null,\n            \"IsFolder\": null,\n            \"authID\": 3\n        }\n    ]\n}"}],"_postman_id":"1a1b2453-a3f5-4369-8e5d-a21e49599b86"},{"name":"Add Application","id":"50f3e7f9-a18b-402f-83a1-b0063c2633c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"application\":\r\n  {\r\n    \"AppID\":\"{{aamAppID}}\",\r\n    \"Description\":\"Testing DevOps Deployments with CyberArk\",\r\n    \"Location\":\"{{pasFolder}}\",\r\n    \"AccessPermittedFrom\":0,\r\n    \"AccessPermittedTo\":23,\r\n    \"ExpirationDate\":\"\",\r\n    \"Disabled\":\"No\",\r\n    \"BusinessOwnerFName\":\"John\",\r\n    \"BusinessOwnerLName\":\"Doe\",\r\n    \"BusinessOwnerEmail\":\"John.Doe@CyberArk.com\",\r\n    \"BusinessOwnerPhone\":\"555-555-1212\"\r\n  }\r\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications","description":"This method adds a new application to the Vault.\r\nThe user who adds this application requires the following permission in the Vault:\r\n- Manage Users"},"response":[{"id":"4509f192-6bbb-4524-95a4-54ff37dc1ff6","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\r\n  \"application\":\r\n  {\r\n    \"AppID\":\"{{AppID}}2\",\r\n    \"Description\":\"Testing DevOps Deployments with CyberArk\",\r\n    \"Location\":\"/Applications\",\r\n    \"AccessPermittedFrom\":0,\r\n    \"AccessPermittedTo\":23,\r\n    \"ExpirationDate\":\"\",\r\n    \"Disabled\":\"No\",\r\n    \"BusinessOwnerFName\":\"John\",\r\n    \"BusinessOwnerLName\":\"Doe\",\r\n    \"BusinessOwnerEmail\":\"John.Doe@CyberArk.com\",\r\n    \"BusinessOwnerPhone\":\"555-555-1212\"\r\n  }\r\n}"},"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Length","value":"1647"},{"key":"Content-Type","value":"text/html"},{"key":"Date","value":"Mon, 05 Jun 2017 18:46:42 GMT"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; HttpOnly"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n  <head>\r\n    <title>Request Error</title>\r\n    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>\r\n  </head>\r\n  <body>\r\n    <div id=\"content\">\r\n      <p class=\"heading1\">Request Error</p>\r\n      <p>The server encountered an error processing the request. See server logs for more details.</p>\r\n    </div>\r\n  </body>\r\n</html>"}],"_postman_id":"50f3e7f9-a18b-402f-83a1-b0063c2633c2"},{"name":"Add Authentication Method","id":"c8e2b286-7c18-4048-acb9-6244630f8268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"authentication\":\r\n  {\r\n    \"AuthType\":\"path/osuser/hash/machineAddress\",\r\n    \"AuthValue\":\"<Path string>/<OSUser Name>/<Hash Value>/<Machine Address/CIDR>\",\r\n    \"IsFolder\":<true/false>,\r\n    \"AllowInternalScripts\":<true/false>\r\n  }\r\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications"],"variable":[{"id":"85712350-25ea-4df0-8d03-d99d689cebae","key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method adds a new authentication method to a specific application in the Vault.\r\nThe user who adds this authentication method requires the following permissions in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"c8e2b286-7c18-4048-acb9-6244630f8268"},{"name":"Delete a Specific Application","id":"1358658c-6b07-4a20-9362-546719b05ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID"],"variable":[{"id":"0138a9b8-a7a1-412a-a475-1ed27f67e146","key":"aamAppID","value":"{{aamAppID}}"}]},"description":"This method deletes a specific application.\r\nThe user requires the following permission in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"1358658c-6b07-4a20-9362-546719b05ab5"},{"name":"Delete a Specific Authentication","id":"731ffeae-c35f-42ef-80f5-427ee3f5d1ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Applications/:aamAppID/Authentications/:aamAuthMethodID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Applications",":aamAppID","Authentications",":aamAuthMethodID"],"variable":[{"id":"9ea5b865-9bbf-4172-a5d4-876809071e39","key":"aamAppID","value":"{{aamAppID}}"},{"id":"787a31de-cbf4-477e-ab5a-1c95a2ea5e71","key":"aamAuthMethodID","value":"{{aamAuthMethodID}}"}]},"description":"This method deletes a specific authentication method from a defined application.\r\nThe user requires the following permission in the Vault:\r\n- Manage Users"},"response":[],"_postman_id":"731ffeae-c35f-42ef-80f5-427ee3f5d1ff"}],"id":"4c14be14-01bc-493b-9fe5-f86b918b2a03","_postman_id":"4c14be14-01bc-493b-9fe5-f86b918b2a03"},{"name":"BYOK - Self-Managed Encryption Key","item":[{"name":"BYOK Status","id":"60d1f4e4-a5a0-4c58-930f-15753d1d5b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/api/byok","description":"This API retrieves the BYOK status of the system, access policy, current key in use, and customer details.\n\n### First time call - Retrieved details\n\n- The policy to be used for the BYOK service in the encryption key. To be copied into your KMS key.\n    \n- Integration status with your key\n    \n- The key currently in use for encryption: Your key or CyberArk KMS Key\n    \n\n### Subsequent Calls - Retrieved Details\n\n- As in the initial response, with the addition of your customer details\n    \n\n### Required User Permissions\n\nTo run this API, the user must be assigned to one of the following roles:\n\n- Privilege Cloud Administrator\n    \n- Privilege Cloud Administrator Basic\n    \n- Privilege Cloud Administrator Lite"},"response":[],"_postman_id":"60d1f4e4-a5a0-4c58-930f-15753d1d5b0b"},{"name":"Configure BYOK","id":"d72e6010-096b-40a4-b831-e4031fa0e06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"kms_arn\": \"arn:aws:kms:us-east-1:1234567890:key/016c94ca-e5cc-4894-b7ce-b4458382a91c\"\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/api/byok/configure","description":"This API configures your KMS key in the Privilege Cloud BYOK service. In response, Privilege Cloud verifies access to your key.\n\nThe result indicates if Privilege Cloud successfully accessed your key, and that it can be used for data encryption within Privilege Cloud.\n\n### Required user permissions\n\nTo run this API, the user must be assigned to one of the following roles:\n\n- Privilege Cloud Administrator\n    \n- Privilege Cloud Administrator Basic\n    \n- Privilege Cloud Administrator Lite"},"response":[],"_postman_id":"d72e6010-096b-40a4-b831-e4031fa0e06f"},{"name":"Disable BYOK","id":"d7c7e877-7f20-46c0-b0ca-52b8b557631b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/api/byok/disable","description":"This API stops data encryption within Privilege Cloud using your AWS key.\n\nAs a result of this action, Privilege Cloud stops using your encryption key and switches to the Privilege Cloud encryption key.\n\n### Important\n\nThe Disable BYOK API deactivates BYOK and the system encryption and decryption mechanisms are reset to use the CyberArk key.\n\nSystem functionality is stopped and returns to full operational functionality within a short while.\n\n### Required user permissions\n\nTo run this API, the user must be assigned to one of the following roles:\n\n- Privilege Cloud Administrator\n    \n- Privilege Cloud Administrator Basic\n    \n- Privilege Cloud Administrator Lite"},"response":[],"_postman_id":"d7c7e877-7f20-46c0-b0ca-52b8b557631b"},{"name":"Enable BYOK","id":"e444e57e-0245-4a2a-b30e-516e3417315a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/api/byok/enable","description":"This API starts data encryption within Privilege Cloud using your KMS key.\n\nThe result indicates that your key is used for data encryption within Privilege Cloud.\n\n### Important\n\nThe Enable BYOK API activates BYOK and the system encryption and decryption mechanisms are reset to use your encryption key.\n\nAfter enabling BYOK, system functionality is stopped to set the encryption and returns to full operational functionality within 5 minutes. After approximately 5 minutes, sign in to Privilege Cloud Portal, check your accounts are accessible, and continue working as usual.\n\n### Warning\n\nWhen employing BYOK, the customer is solely responsible for safeguarding the encryption key.\n\nIn case CyberArk does not have access to your key, for example, in case of deletion, loss, or alteration of the key, you will not be able to access your encrypted data.\n\nCyberArk does not store a copy of your encryption key, does not maintain any alternate means of accessing your encrypted data, and will not be able to recover your encrypted secrets or recorded sessions.\n\nThe Bring Your Own Key service is subject to the \"Bring Your Own Key\" provision in [CyberArk's SaaS Terms of Service](https://www.cyberark.com/SaaS-Terms-of-Service.pdf).\n\n### Required user permissions\n\nTo run this API, the user must be assigned to one of the following roles:\n\n- Privilege Cloud Administrator\n    \n- Privilege Cloud Administrator Basic\n    \n- Privilege Cloud Administrator Lite"},"response":[],"_postman_id":"e444e57e-0245-4a2a-b30e-516e3417315a"}],"id":"bf222c21-0f53-4d1c-98ce-3114239947a0","description":"This section includes REST APIs for the Privilege Cloud BYOK solution, using AWS KMS encryption keys.\n\nIn this section:\n\n- [BYOK Status](https://docs.cyberark.com/PrivCloud-SS/Latest/en/Content/Privilege Cloud/PrivCloud-BYOK-API-Status.htm)\n    \n- [Configure BYOK](https://docs.cyberark.com/PrivCloud-SS/Latest/en/Content/Privilege Cloud/PrivCloud-BYOK-API-Configure.htm)\n    \n- [Enable BYOK](https://docs.cyberark.com/PrivCloud-SS/Latest/en/Content/Privilege Cloud/PrivCloud-BYOK-API-Enable.htm)\n    \n- [Disable BYOK](https://docs.cyberark.com/PrivCloud-SS/Latest/en/Content/Privilege Cloud/PrivCloud-BYOK-API-Disable.htm)","_postman_id":"bf222c21-0f53-4d1c-98ce-3114239947a0"},{"name":"Onboarding Rules","item":[{"name":"Get Onboarding Rule","id":"a253cd7e-ae33-4bb0-8b87-71d571b56a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/automaticonboardingrules","description":"This method returns information about all the defined onboarding rules.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"a253cd7e-ae33-4bb0-8b87-71d571b56a8c"},{"name":"Add Onboarding Rule","id":"39b6cb28-03a3-4c6c-8bad-39897a02c06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"DecisionPlatformId\":\"{{pasPlatformName}}\",\r\n  \"DecisionSafeName\":\"{{pasSafe}}\",\r\n  \"IsAdminUIDFilter\":\"true\",\r\n  \"MachineTypeFilter\":\"Server\",\r\n  \"SystemTypeFilter\":\"Windows\",\r\n  \"UserNameFilter\":\"\"\r\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/automaticonboardingrules","description":"This method adds a new onboarding rule to the Vault that filters discovered local privileged pending accounts. When a discovered pending account matches a rule, it will automatically be onboarded to the Safe that is defined in the rule and the password will be reconciled.\r\nNote: The Safe and the reconcile account must be created according to the rule’s definition before you run this API in order to onboard the pending account automatically. The reconcile account must be associated to the platform that is defined in the rule.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"39b6cb28-03a3-4c6c-8bad-39897a02c06c"},{"name":"Update Onboarding Rule","id":"5c03956d-c706-47fc-bd45-2554c68115fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"TargetPlatformId\": \"{{pasPlatformName}}\",\n\t\"TargetSafeName\": \"{{pasSafe}}\",\n\t\"IsAdminIDFilter\": <False>,\n\t\"MachineTypeFilter\": \"<Server>\",\n\t\"SystemTypeFilter\": \"<Windows>\",\n\t\"UserNameFilter\": \"<filter>\",\n\t\"UserNameMethod\": \"<Begins>\",\n\t\"AddressFilter\": \"<filter>\",\n\t\"AddressMethod\": \"<Equals>\",\n\t\"AccountCategoryFilter\": \"<Any>\",\n\t\"RuleName\": \"<rule name>\",\n\t\"RuleDescription\": \"<description>\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/automaticonboardingrules?id=1","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","automaticonboardingrules"],"query":[{"key":"id","value":"1"}]}},"response":[],"_postman_id":"5c03956d-c706-47fc-bd45-2554c68115fc"},{"name":"Delete Onboarding Rule","id":"2e4f8b5f-5e9b-4825-b4b2-3c6acd699869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/automaticonboardingrules?id=1","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","automaticonboardingrules"],"query":[{"key":"id","value":"1"}]},"description":"This method deletes an automatic onboarding rule from the Vault.\r\nThe user who runs this web service must belong to the following group:\r\n- Vault Admins"},"response":[],"_postman_id":"2e4f8b5f-5e9b-4825-b4b2-3c6acd699869"}],"id":"82bddb0b-81b2-46e9-8d29-39eeec0f6770","_postman_id":"82bddb0b-81b2-46e9-8d29-39eeec0f6770"},{"name":"Platforms","item":[{"name":"Target Platforms","item":[{"name":"Get Target Platforms","id":"994f2bd1-5dbd-4ab0-ab63-ac9fe4e3c8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets","description":"This method allows users to retrieve basic information of all existing target platforms.\n\nYou can use filters to retrieve a subset of the target platforms or search for a specific target platform. For details, see [URL parameters](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/11.6/en/Content/SDK/rest-api-get-target-platforms.htm#URL%C2%A0para)."},"response":[{"id":"8474f216-eaef-44f1-9170-4971e22431a0","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/passwordvault/api/platforms/targets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"33875"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Fri, 25 Sep 2020 16:07:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": true,\n            \"SystemType\": \"*NIX\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PSM\"\n            },\n            \"ID\": 2,\n            \"PlatformID\": \"UnixSSH\",\n            \"Name\": \"Unix via SSH\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"*NIX\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 23,\n            \"PlatformID\": \"UnixSSHKeys\",\n            \"Name\": \"Unix via SSH Keys\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 35,\n            \"PlatformID\": \"ConjurHost\",\n            \"Name\": \"Conjur Host\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 48,\n            \"PlatformID\": \"ConjurUser\",\n            \"Name\": \"Conjur User\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 32,\n            \"PlatformID\": \"CyberArkPTA\",\n            \"Name\": \"CyberArk PTA\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 9,\n            \"PlatformID\": \"CyberArk\",\n            \"Name\": \"CyberArk Vault\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 28,\n            \"PlatformID\": \"RSAManagement\",\n            \"Name\": \"RSA Authentication Manager\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Application\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 5,\n            \"PlatformID\": \"SAP\",\n            \"Name\": \"SAP\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 25,\n            \"PlatformID\": \"AWS\",\n            \"Name\": \"Amazon Web Services - AWS\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 26,\n            \"PlatformID\": \"AWSAccessKeys\",\n            \"Name\": \"Amazon Web Services - AWS - Access Keys\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 30,\n            \"PlatformID\": \"AzurePasswordManagement\",\n            \"Name\": \"Microsoft Azure Password Management\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 37,\n            \"PlatformID\": \"GCPServiceAccount\",\n            \"Name\": \"Google Cloud Platfrom - Service Account\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Cloud Service\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 29,\n            \"PlatformID\": \"AzureApplicationKeys\",\n            \"Name\": \"Microsoft Azure Application Keys Management\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 17,\n            \"PlatformID\": \"MySQL\",\n            \"Name\": \"MySQL Server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 15,\n            \"PlatformID\": \"DB2UnixSSH\",\n            \"Name\": \"DB2 on Unix via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 16,\n            \"PlatformID\": \"InformixUnixSSH\",\n            \"Name\": \"Informix on Unix via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 3,\n            \"PlatformID\": \"MSSql\",\n            \"Name\": \"Microsoft SQL Server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 8,\n            \"PlatformID\": \"Oracle\",\n            \"Name\": \"Oracle Database\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 31,\n            \"PlatformID\": \"SAPHANA\",\n            \"Name\": \"SAP HANA\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Database\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 4,\n            \"PlatformID\": \"Sybase\",\n            \"Name\": \"Sybase ASE\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Directory\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 21,\n            \"PlatformID\": \"Novell-eDirectory\",\n            \"Name\": \"Novell eDirectory server\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Directory\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 20,\n            \"PlatformID\": \"SunOneDirectorySSL\",\n            \"Name\": \"SunOne directory via SSL\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Network Device\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 19,\n            \"PlatformID\": \"CiscoSSH\",\n            \"Name\": \"Cisco router via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 12,\n            \"PlatformID\": \"as400\",\n            \"Name\": \"AS400\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 13,\n            \"PlatformID\": \"OS390SSH\",\n            \"Name\": \"OS390 via SSH\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Operating System\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 14,\n            \"PlatformID\": \"VMWareESX-API\",\n            \"Name\": \"VMWare ESX Account API\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"PSM Secure Connect\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 22,\n            \"PlatformID\": \"PSMSecureConnect\",\n            \"Name\": \"PSM Secure Connect\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Security Appliance\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 18,\n            \"PlatformID\": \"Firewall1\",\n            \"Name\": \"Check Point FireWall-1\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Security Appliance\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 24,\n            \"PlatformID\": \"GAiASSH\",\n            \"Name\": \"Check Point GAiA via SSH\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 42,\n            \"PlatformID\": \"DockerRegistry\",\n            \"Name\": \"Docker Registry\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 38,\n            \"PlatformID\": \"GenericWebApp\",\n            \"Name\": \"Generic Web App\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Website\",\n            \"AllowedSafes\": \"BZ_I_*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 36,\n            \"PlatformID\": \"BusinessWebsite\",\n            \"Name\": \"Business Website\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 10,\n            \"PlatformID\": \"WinDesktopLocal\",\n            \"Name\": \"Windows Desktop Local Accounts\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PSM\"\n            },\n            \"ID\": 7,\n            \"PlatformID\": \"WinDomain\",\n            \"Name\": \"Windows Domain Account\"\n        },\n        {\n            \"Active\": true,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": true,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": true,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 6,\n            \"PlatformID\": \"WinServerLocal\",\n            \"Name\": \"Windows Server Local Accounts\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": true\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"ID\": 11,\n            \"PlatformID\": \"WinLocalWMI\",\n            \"Name\": \"Windows Local Accounts WMI\"\n        },\n        {\n            \"Active\": false,\n            \"SystemType\": \"Windows\",\n            \"AllowedSafes\": \".*\",\n            \"PrivilegedAccessWorkflows\": {\n                \"RequireDualControlPasswordAccessApproval\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceCheckinCheckoutExclusiveAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"EnforceOnetimePasswordAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                },\n                \"RequireUsersToSpecifyReasonForAccess\": {\n                    \"IsActive\": false,\n                    \"IsAnException\": false\n                }\n            },\n            \"CredentialsManagementPolicy\": {\n                \"Verification\": {\n                    \"PerformAutomatic\": false,\n                    \"RequirePasswordEveryXDays\": 7,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": false\n                },\n                \"Change\": {\n                    \"PerformAutomatic\": true,\n                    \"RequirePasswordEveryXDays\": 90,\n                    \"AutoOnAdd\": false,\n                    \"AllowManual\": true\n                },\n                \"Reconcile\": {\n                    \"AutomaticReconcileWhenUnsynced\": false,\n                    \"AllowManual\": false\n                },\n                \"SecretUpdateConfiguration\": {\n                    \"ChangePasswordInResetMode\": false\n                }\n            },\n            \"PrivilegedSessionManagement\": {\n                \"PSMServerId\": \"PSMServer_a91999c\",\n                \"PSMServerName\": \"PSM Server on PASAAS-PVWA\"\n            },\n            \"ID\": 27,\n            \"PlatformID\": \"WinLooselyDevice\",\n            \"Name\": \"Windows Loosely Device\"\n        }\n    ],\n    \"Total\": 37\n}"}],"_postman_id":"994f2bd1-5dbd-4ab0-ab63-ac9fe4e3c8a0"},{"name":"Activate Target Platform","id":"ba4f98fc-6d5d-49b6-82c4-9a190e753e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName/activate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","activate"],"variable":[{"id":"f723f2c7-2696-4796-ae48-6a691c4dab36","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a target platform."},"response":[],"_postman_id":"ba4f98fc-6d5d-49b6-82c4-9a190e753e11"},{"name":"Deactivate Target Platform","id":"372f8682-e21a-46d9-84ed-014eb463228c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName/deactivate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","deactivate"],"variable":[{"id":"cbb668a4-71bd-44ef-a54e-2a9747202769","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a target platform."},"response":[],"_postman_id":"372f8682-e21a-46d9-84ed-014eb463228c"},{"name":"Duplicate Target Platforms","id":"cbca1ed4-5f62-4701-bd3d-c15b62d515f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName/duplicate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","duplicate"],"variable":[{"id":"1bfcc7a5-07cf-4714-a158-ced29689b16a","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate target platforms."},"response":[],"_postman_id":"cbca1ed4-5f62-4701-bd3d-c15b62d515f3"},{"name":"Delete Target Platform","id":"5cf49c68-76c5-433f-a5b4-5ce9b4704bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName"],"variable":[{"id":"b0aac7ad-ed93-483e-b938-fbe71ac7f12c","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a target platform."},"response":[],"_postman_id":"5cf49c68-76c5-433f-a5b4-5ce9b4704bac"}],"id":"a20848a8-a84e-4ad7-a78b-4eb973e3fb4d","description":"This section includes REST APIs for managing target platforms.","_postman_id":"a20848a8-a84e-4ad7-a78b-4eb973e3fb4d"},{"name":"Dependent Platforms","item":[{"name":"Get Dependent Platforms","id":"1fe4d51f-c25f-4a51-aa06-2e4a616819d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/dependents?search={{pasPlatformName}}","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","dependents"],"query":[{"key":"search","value":"{{pasPlatformName}}","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing dependent platforms."},"response":[],"_postman_id":"1fe4d51f-c25f-4a51-aa06-2e4a616819d3"},{"name":"Duplicate Dependent Platforms","id":"1d6e3e60-7769-473a-bb90-7ff1f739ab48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/dependent/:pasPlatformName/duplicate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","dependent",":pasPlatformName","duplicate"],"variable":[{"id":"ac4f56a4-8bb4-42a4-aa8e-83a09af838e6","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate dependent platforms."},"response":[],"_postman_id":"1d6e3e60-7769-473a-bb90-7ff1f739ab48"},{"name":"Delete Dependent Platform","id":"20d1bf56-dbd0-4553-bc9b-39685f7ef84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/dependents/:pasPlatformName","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","dependents",":pasPlatformName"],"variable":[{"id":"4748ef6c-cb9c-4efd-9fa2-3bed84d0a5e1","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a dependent platform."},"response":[],"_postman_id":"20d1bf56-dbd0-4553-bc9b-39685f7ef84d"}],"id":"ef3cda58-e713-40bc-a4fe-2bde83d8733f","description":"This section includes REST APIs for managing dependent platforms.","_postman_id":"ef3cda58-e713-40bc-a4fe-2bde83d8733f"},{"name":"Group Platforms","item":[{"name":"Get Group Platforms","id":"5e797069-4eb0-4d89-aed7-ab6e66806f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/groups?search=SSH","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","groups"],"query":[{"key":"search","value":"SSH","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing group platforms."},"response":[{"id":"1617dc78-a38e-4c80-9d22-d21bc6ceb299","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{BaseURL}}/passwordvault/api/platforms/groups?search=SSH","host":["{{BaseURL}}"],"path":["passwordvault","api","platforms","groups"],"query":[{"key":"search","value":"SSH","description":"Platform Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"124"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Wed, 30 Sep 2020 13:09:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": false,\n            \"ID\": 34,\n            \"PlatformID\": \"SampleSSHKeyGroup\",\n            \"Name\": \"[Sample SSH Key Group Platform]\"\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"5e797069-4eb0-4d89-aed7-ab6e66806f4a"},{"name":"Activate Group Platform","id":"722d1c8f-6224-4032-b9cb-fe17f5f62807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/groups/:pasPlatformName/activate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","activate"],"variable":[{"id":"f66201de-13b1-4a3d-90a0-59c4d70bf1e5","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a group platform."},"response":[],"_postman_id":"722d1c8f-6224-4032-b9cb-fe17f5f62807"},{"name":"Deactivate Group Platform","id":"04bd7215-8a7d-47fe-8495-0f7e95f43b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/groups/:pasPlatformName/deactivate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","deactivate"],"variable":[{"id":"f3bc8740-0120-4003-8670-0814d0a74286","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a group platform."},"response":[],"_postman_id":"04bd7215-8a7d-47fe-8495-0f7e95f43b7e"},{"name":"Duplicate Group Platforms","id":"466c3be0-42b7-45d4-b4bb-69ef6740cd3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/groups/:pasPlatformName/duplicate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","groups",":pasPlatformName","duplicate"],"variable":[{"id":"f625f9d3-a071-440c-b8ca-0e92b14a3967","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate group platforms."},"response":[],"_postman_id":"466c3be0-42b7-45d4-b4bb-69ef6740cd3b"},{"name":"Delete Group Platform","id":"6f70ff30-dc2d-418d-a683-1755ad40ad77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/groups/:pasPlatformName","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","groups",":pasPlatformName"],"variable":[{"id":"44c84192-03e6-4323-8717-1c7eaf4fadff","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a group platform."},"response":[],"_postman_id":"6f70ff30-dc2d-418d-a683-1755ad40ad77"}],"id":"a6e95ef0-7a22-4e9e-82ef-a6bd6c9514bb","description":"This section includes REST APIs for managing group platforms.","_postman_id":"a6e95ef0-7a22-4e9e-82ef-a6bd6c9514bb"},{"name":"Rotational Group Platforms","item":[{"name":"Get Rotational Group Platforms","id":"442dba1c-200f-4e58-8e38-dd9f18be8096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/rotationalGroups?search=MySQL","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","rotationalGroups"],"query":[{"key":"search","value":"MySQL","description":"Platform Name"}]},"description":"This method allows Vault Admins to retrieve basic information about all existing rotational group platforms."},"response":[{"id":"6b5adf18-15c5-4831-8e9e-e1e3878c856e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{BaseURL}}/passwordvault/api/platforms/rotationalGroups?search=MySQL","host":["{{BaseURL}}"],"path":["passwordvault","api","platforms","rotationalGroups"],"query":[{"key":"search","value":"MySQL","description":"Platform Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"145"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Wed, 30 Sep 2020 13:15:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Platforms\": [\n        {\n            \"Active\": true,\n            \"GracePeriod\": 540,\n            \"ID\": 40,\n            \"PlatformID\": \"MySQLServer-DualAccounts\",\n            \"Name\": \"MySQL Server - Dual Accounts\"\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"442dba1c-200f-4e58-8e38-dd9f18be8096"},{"name":"Activate Rotational Group Platform","id":"cb014423-f990-421f-8d46-9ccf5c2c5f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/activate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","activate"],"variable":[{"id":"35ec87a0-ff03-4909-8345-b96581d1006d","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to activate a rotational group platform."},"response":[],"_postman_id":"cb014423-f990-421f-8d46-9ccf5c2c5f21"},{"name":"Deactivate Rotational Group Platform","id":"4dc76798-69c7-4e91-9a0a-ee533d237971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/deactivate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","deactivate"],"variable":[{"id":"d7c90eca-fa0e-47b2-93ca-f441b5248432","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to deactivate a rotational group platform."},"response":[],"_postman_id":"4dc76798-69c7-4e91-9a0a-ee533d237971"},{"name":"Duplicate Rotational Group Platforms","id":"b7fdb05b-8d16-4e52-a0ef-cb29913ee8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"test Platform\",\n    \"Description\": \"\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/rotationalGroups/:pasPlatformName/duplicate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName","duplicate"],"variable":[{"id":"9d890711-109a-4547-bcec-44c15e666ff8","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to duplicate rotational group platforms."},"response":[],"_postman_id":"b7fdb05b-8d16-4e52-a0ef-cb29913ee8f3"},{"name":"Delete Rotational Group Platform","id":"ed600122-96b3-43c2-b4b4-c78dfa2d52fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/rotationalGroups/:pasPlatformName","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","rotationalGroups",":pasPlatformName"],"variable":[{"id":"2f4857fd-d9dd-41ad-9d6d-2b94b2e3938f","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault Admins to delete a rotational group platform."},"response":[],"_postman_id":"ed600122-96b3-43c2-b4b4-c78dfa2d52fd"}],"id":"0fa8bb4e-7074-4c90-9eff-97537e02832f","description":"This section includes REST APIs for managing rotational group platforms.","_postman_id":"0fa8bb4e-7074-4c90-9eff-97537e02832f"},{"name":"Get Platform Details","id":"5ffe1ca2-0774-4479-b205-4664f0dbcd0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/:pasPlatformName","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms",":pasPlatformName"],"variable":[{"id":"068ed9aa-4b3c-49e2-8b7a-2c3fee37fbba","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method retrieves details of a specified platform from the Vault."},"response":[{"id":"39813208-1f7f-4697-a3a6-fc1fed08756a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:08:20 GMT"},{"key":"Content-Length","value":"1419"}],"cookie":[],"responseTime":null,"body":"{\n    \"PlatformID\": \"WinDomain\",\n    \"Details\": {\n        \"PolicyID\": \"WinDomain\",\n        \"PolicyName\": \"Windows Domain Account\",\n        \"SearchForUsages\": \"Yes\",\n        \"PolicyType\": \"regular\",\n        \"ImmediateInterval\": \"5\",\n        \"Interval\": \"1440\",\n        \"MaxConcurrentConnections\": \"3\",\n        \"AllowedSafes\": \".*\",\n        \"MinValidityPeriod\": \"60\",\n        \"ResetOveridesMinValidity\": \"yes\",\n        \"ResetOveridesTimeFrame\": \"yes\",\n        \"Timeout\": \"30\",\n        \"UnlockIfFail\": \"no\",\n        \"UnrecoverableErrors\": \"2103,2105,2121\",\n        \"MaximumRetries\": \"5\",\n        \"MinDelayBetweenRetries\": \"90\",\n        \"DllName\": \"PMWindows.dll\",\n        \"XMLFile\": \"yes\",\n        \"AllowManualChange\": \"Yes\",\n        \"PerformPeriodicChange\": \"No\",\n        \"HeadStartInterval\": \"5\",\n        \"FromHour\": \"-1\",\n        \"ToHour\": \"-1\",\n        \"ChangeNotificationPeriod\": \"-1\",\n        \"DaysNotifyPriorExpiration\": \"7\",\n        \"VFAllowManualVerification\": \"Yes\",\n        \"VFPerformPeriodicVerification\": \"No\",\n        \"VFFromHour\": \"-1\",\n        \"VFToHour\": \"-1\",\n        \"RCAllowManualReconciliation\": \"Yes\",\n        \"RCAutomaticReconcileWhenUnsynched\": \"No\",\n        \"RCReconcileReasons\": \"2114,2115,2106,2101\",\n        \"RCFromHour\": \"-1\",\n        \"RCToHour\": \"-1\",\n        \"NFNotifyPriorExpiration\": \"No\",\n        \"NFPriorExpirationRecipients\": \"\",\n        \"NFNotifyOnPasswordDisable\": \"Yes\",\n        \"NFOnPasswordDisableRecipients\": \"\",\n        \"NFNotifyOnVerificationErrors\": \"Yes\",\n        \"NFOnVerificationErrorsRecipients\": \"\",\n        \"NFNotifyOnPasswordUsed\": \"No\",\n        \"NFOnPasswordUsedRecipients\": \"\",\n        \"PasswordLength\": \"8\",\n        \"MinUpperCase\": \"2\",\n        \"MinLowerCase\": \"2\",\n        \"MinDigit\": \"1\",\n        \"MinSpecial\": \"1\",\n        \"OneTimePassword\": \"False\",\n        \"ExpirationPeriod\": \"90\",\n        \"VFVerificationPeriod\": \"7\",\n        \"PasswordLevelRequestTimeframe\": \"False\"\n    },\n    \"Active\": true\n}"}],"_postman_id":"5ffe1ca2-0774-4479-b205-4664f0dbcd0f"},{"name":"Get Platforms","id":"484a956f-b67e-4163-bd93-ca127b51bfc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms?active=true&platformType=Regular&platformName={{pasPlatformName}}","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms"],"query":[{"key":"active","value":"true","description":"Filter according to whether the platform is active or not. Valid values: true or false"},{"key":"platformType","value":"Regular","description":"Filter according to the platform type. Valid values: Group or Regular"},{"key":"platformName","value":"{{pasPlatformName}}","description":"Searching according to the platform name."}]},"description":"This method returns all existing account platforms from the Vault.\n\nYou can use filters to retrieve a subset of the platforms or search for a specific platform. For details, see URL parameters.\n\n**Note:** The [Get Platform Details](#585553e8-dea9-4617-9313-297aac8d7273) API, used to retrieve details for a specific platform, returns a different set of parameters."},"response":[],"_postman_id":"484a956f-b67e-4163-bd93-ca127b51bfc0"},{"name":"Export Platform","id":"84d04329-e5b7-4e64-9219-bfd6451261f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/:pasPlatformName/export","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms",":pasPlatformName","export"],"variable":[{"id":"2d89bfd1-3c89-4088-9f51-3a819f8e26e0","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"If testing this in the Postman application, click the \"Download\" button after receiving the zip file stream to download the ZIP file locally."},"response":[{"id":"67d7d258-3e94-4bbe-9a3a-8e0aff01bc4c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"2498"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"Content-Disposition","value":"attachment; filename=WinDomain.zip"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:10:06 GMT"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\u0000\u0000\b\u0000C�kMZ�\u0017Gf\u0002\u0000\u0000�\n\u0000\u0000\u0014\u0000$\u0000Policy-WinDomain.xml\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001�V�n�@\u0010�#�\u000e���\u0006q��I\u0015\u0012�\"5�e��ykO�U�\u001d��N�g��#�\n���8��\u0007�\u0010��d�|3�ͯ���\u001f��%K�\u0015(-Pv�\u000f�{�\u0001\u0019c\"���\u0016f~�ɽ��\u0001�D\fΘg�q'9(n\b�D�6��]\u0016`*b\u0001z�W:��`���\u0005Ld/I:�\u0018ݵp\u0006J�ˆp8��\u000fB\u000e0�B�N�r3G�}�\u001aΨ\u0002�\u0006cL׀\u0004���zZ��Wu߾qv\u001f#SJ�Tl�r҄��\u0010\n�#�ަ�T��+�\u0014ӿ\b�נ$����?\u0011�MrC���E�w��]yBИ������\u0019\u000e�� \u0003TƖ��/�O\u0014��\t��$�Z?�JZ]����zq����[6C��\u000bͪ�J�6�\u0018e,R8e��؞�瘱{�\u0017��YK7!i�\"PզX�5�Q�\u0004ɔ��\u0005�p\u0018��<@L/\u0000CX\bmTy\u0001��,H\u000b�T��J�e�m(�-e`S\u0011/��\b�Ap�H\u0003j'\u001c�9ֻ>��H��Z5.�GP��?�Q���- �h�i�F\\R�\f�9��QJ��\u0001��r�\u0004i5ɂq�t�ht\u0013\u000e\u0002�=�\u0013:�J$P-G�\u0015Յ2:�[S�j�K\u0012�B�����OB�(�Ǩ_R�=����5�Ej�\u0007x���K�sE��L�\u0003/\u0007<�9��������r�%h'GYz\r\u001f��;��z|��z�|Ks���������TC�{t�R0����b��J^]I+���\u001e!��hw��~���k��\u000bPK\u0003\u0004\u0014\u0000\u0000\u0000\b\u0000C�kM\u0019g�2�\u0005\u0000\u0000�\u0015\u0000\u0000\u0014\u0000$\u0000Policy-WinDomain.ini\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001�X�o�6\u0010~v��\u000f|l\u0003ǵ���\u001a�!�#�@�\u0018v�n(��Hg��D�$����wGQ��3ֺ\u0001\u0011\f��������;���̄a����4K�e*\u0011ќe\\�\u0014,h6\u0011��Di�rɧBN�W!c�hXO�\\HƣH�Ҷ\u000e\u000f���\u0016I<I�#�fZe��\u0000\\B\u0003��#\u0017\u001ab�$.ạ����/��avƭ�J�E!��7t����_`����\u0000��.<_�#�\u0002I�\u001a�\u0003�\u0006�t-$[�\r�(�$*��E\u001ck0f��&�أ������z��[2u�d5\u001f�vO�|\u0002G[L11��GJF\"\u0011�\n��r��E'��\u0001Z˶B�Ġ��\u0013[�����֎X�Kv\u000f�d\u0010�� E��lX\tt�\u0013s�I�\"�\r�\r����LD3Z)Q�K�{��r\u000b\u001e\u001e�L\u0004w5ί���Uz^��N��\f�(2��`\f\\G�P�[ç`�?��ػ|�ݑ#\u000f<��|bs0��*���3\b4L���UW�T�\\\u0013�\u000eWk��Vyvx�OS�\u0011\f�K�\u001f\n\u0007�W,�%K��-\u0018�.�:gg�M��,~ş��v�5H��d\u0001�\tN\u000f\u000f.��\u0010S���u�(�\u001b\r̄bC��QnS`Ԅ99\f�E\u0007d\u0011����.\u0014��4E37\u0018lÆe�15L\\\ty�\u0013\u0011\u000b;\u001f�\u0016*\u000e>��n��9��\"&�\u0004��\b\f��\u0007ԋ�T,\u0005s\u0002i���H!$��w��r\u001b�n\u0004�\\vL9\u001d������ޟ�\\$\u0001�ɭ$.�m~����J����>m��=�N:��a�O�1;5�\\K\u0016)t\u0006�A��1a�E;B\u0018�C~\u0004V\u000b\u001fa���\u000e�7\u001a\u000e�\u001e���o`\u001f\u0001d����&�ꆲ�SH\u00048u$���K\u0012G���'e+N�Ã߯���x\b��8o�b�T�q9\u0005��5�\u001cY���<)\f�\u0015���\u00024�U$������O�3�xl��[*D\u0019И�1����\u000f�J?�\\\u0007ǝ-�nZ�}|rJպB\"d�z����P\f��2��.\u0007\r*:\u000bM� �T�d�e�:��'�-�7H\tXP�\u0011��'6�e�])���XZ�B��fy��Z4�ta�/@\u001f(��*ri���q\u0007�G�\u0010����{�\npaSp�9\u0010\u00159��)&^\u0015�\n��`<�\u0012o���a�{�b����h��\u0014;�\u0016�(�\u0005n�\\Ǣ�[�b�r ���M$\r��\u001c�\u000f�c�P\t�^\u0005\u001f\u001b�ȷ�\u0005K��%h�CY\u0019��Qt\u0011-\u0015#\u0017P��\u0016Y�@ib\u0019:^�\u0017>��7��\u000f<�s]�P���%�\u001d\u001aXX�Iѻ�BҪ�\nUw��.\\a钉��;�_�ھ��\u000b_&��\\�\u000b������^�WFq\u001fu+q_6U-�;b�p\u0000�hH�N�\u000f�n�p��;H\u0010�:�\u0003\u0014��H��7�U��(���V��x�\u0005\\�����bP߾\u0000B�[E�>Z,�u\u0006�V�\u0002\u0007���\u000e�G݅�\b��\t���9�\u0001�CSP�\u0003�:K�֘�F�=����\u0019u��u5\u00188��z\u0006V�\"�l-6�:�� �ܠ\u0006��#-\u0006��<f��\u0004�EB��ڷ�\u0016���\u0004x�Kʃ����@�b���ɔ\u001aU��\b�Ox�X:�������9\u0011�\\\u0017����%����[�Y{Ӯ6G͈O��?ab1\b~h7Vg�2\u0012�r�Ǒ�0t��b�;\u0018k*�*\u001cխU{�?U��von]���״�2\f8-�/RhY�����ɲ2>�\u0011k���_@N�,��\u001d�o34��\u0006�\u0013��E=.=��Tؠ㾏i���JŕP�{\u0011� ���9Vys9���;̯��\u0019J��\u0001�����\u0007�oN���8t�\u0003PK\u0001\u0002-\u0000\u0014\u0000\u0000\u0000\b\u0000C�kMZ�\u0017Gf\u0002\u0000\u0000�\n\u0000\u0000\u0014\u0000$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Policy-WinDomain.xml\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001PK\u0001\u0002-\u0000\u0014\u0000\u0000\u0000\b\u0000C�kM\u0019g�2�\u0005\u0000\u0000�\u0015\u0000\u0000\u0014\u0000$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000Policy-WinDomain.ini\n\u0000 \u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000����\u0002z�\u0001����\u0002z�\u0001����\u0002z�\u0001PK\u0005\u0006\u0000\u0000\u0000\u0000\u0002\u0000\u0002\u0000�\u0000\u0000\u0000�\b\u0000\u0000\u0000\u0000"}],"_postman_id":"84d04329-e5b7-4e64-9219-bfd6451261f5"},{"name":"Import Platform","id":"22d0a1fc-914c-436c-9ac4-4ba8db0346e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ImportFile\": {zip file in the format of BASE 64 array}\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/import","description":"This method enables administrators to import new platforms and dependencies."},"response":[],"_postman_id":"22d0a1fc-914c-436c-9ac4-4ba8db0346e0"}],"id":"a9487819-750e-40ae-806e-c2a0d5577741","_postman_id":"a9487819-750e-40ae-806e-c2a0d5577741"},{"name":"Private SSH Authentication","item":[{"name":"Generate an MFA Caching SSH Key","id":"3660e372-0ed0-49cc-8d1d-939756d678fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formats\": \"ppk, pem, openssh\",\n    \"keyPassword\": \"Cyberark1\"\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/secret/sshkeys/cache","description":"This method generates an MFA caching SSH key for you to be used connecting to targets via PSM for SSH."},"response":[],"_postman_id":"3660e372-0ed0-49cc-8d1d-939756d678fe"},{"name":"Generate an MFA Caching SSH Key for Another User","id":"4b603713-113e-4872-9a20-dc7c01ec096b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formats\": \"ppk, pem, openssh\",\n    \"keyPassword\": \"Cyberark1\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserName/secrets/sshkeys/cache","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserName","secrets","sshkeys","cache"],"variable":[{"id":"ac746fc8-ef31-4f35-af36-b840a596af05","key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method can be triggered by a strong user to generate an MFA caching SSH key for a specific user to be used connecting to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords\n\nIn addition, the user who runs this web service must be in the same Vault Location or higher as the user whose public SSH keys are retrieved."},"response":[],"_postman_id":"4b603713-113e-4872-9a20-dc7c01ec096b"},{"name":"Delete All MFA Caching SSH Keys","id":"da77fd47-21f1-4753-8832-403dc85ed4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/secrets/sshkeys/clearcache","description":"This method can be triggered by a strong user to delete all MFA caching SSH keys used to connect to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords"},"response":[],"_postman_id":"da77fd47-21f1-4753-8832-403dc85ed4bd"},{"name":"Delete an MFA Caching SSH key","id":"9767c77b-fc9a-4dc4-a486-2cf410631b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/secrets/sshkeys/cache"},"response":[],"_postman_id":"9767c77b-fc9a-4dc4-a486-2cf410631b04"},{"name":"Delete an MFA Caching SSH Key for Another User","id":"2dba0818-444b-468c-a16a-a22bf7cb78ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserName/secrets/sshkeys/cache","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserName","secrets","sshkeys","cache"],"variable":[{"id":"9db538fb-6abe-4f99-8c7a-6b8d6b3200b7","key":"pasUserName","value":"{{pasUserName}}"}]},"description":"This method can be triggered by a strong user to delete an MFA caching SSH key for a specific user for connecting to targets via PSM for SSH.\n\nThe user who runs this method requires the following permission in the Vault:\n\n* Reset Users' Passwords\n\nIn addition, the user who runs this web service must be in the same Vault Location or higher as the user whose public SSH keys are retrieved."},"response":[],"_postman_id":"2dba0818-444b-468c-a16a-a22bf7cb78ff"}],"id":"b2d2092c-9ff1-4015-800c-da8039be1a50","description":"This section includes methods that enable you to manage a user's private SSH key generated in PVWA and enable the user to authenticate to PSM for SSH with SSH keys.","_postman_id":"b2d2092c-9ff1-4015-800c-da8039be1a50"},{"name":"Privileged Session Manager (PSM)","item":[{"name":"Monitor Sessions","item":[{"name":"Session Actions","item":[{"name":"Monitor a Live Session","id":"48ffff9b-655b-4e06-8af5-1e8a89a7575b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/monitor","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","monitor"],"variable":[{"id":"4fec17c1-a3e3-4858-a4a4-1c07ab3766b6","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method enables you to monitor an active PSM session using a connection method defined in the PVWA. For details on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings).\n\nA response header defines which connection method is returned.\n\nFor details, see [Privileged Session Management Interface](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-the-Privileged-Session-Management-Interface.htm)."},"response":[],"_postman_id":"48ffff9b-655b-4e06-8af5-1e8a89a7575b"},{"name":"Resume a Suspended Session","id":"bca4fb4d-813f-416e-9676-3c22ed62342b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/resume","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","resume"],"variable":[{"id":"befad3b6-e8dd-4700-a9b6-ded32a382d89","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"The system will resume the suspended active session and allow the privileged user to continue working.\n\nFor more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"bca4fb4d-813f-416e-9676-3c22ed62342b"},{"name":"Suspend an Active Session","id":"7a962237-1ba6-4882-86a2-01e198c6e6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/suspend","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","suspend"],"variable":[{"id":"395ef2bf-4a78-466d-82d9-c1adce62512a","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"The system will prevent a user from interacting with an active session until a security manager resumes it. This allows security teams to review the potentially risky session's audit trail to determine whether to allow the privileged user to continue their work.\n\nFor more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"7a962237-1ba6-4882-86a2-01e198c6e6bb"},{"name":"Terminate an Active Session","id":"07f4d067-b636-4e2a-b4cf-90f8b0e80edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/terminate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","terminate"],"variable":[{"id":"87b94bac-65b8-465c-ad57-a2aa76a0c6b3","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method enables the system to terminate an active PSM session immediately to prevent high-risk activities. For more information on configuration, see [Active session monitoring settings](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/Configuring-Live-Session-Monitoring.htm#ActiveSessionMonitoringSettings)."},"response":[],"_postman_id":"07f4d067-b636-4e2a-b4cf-90f8b0e80edf"}],"id":"18681860-9048-4815-a82b-5435de10bdec","_postman_id":"18681860-9048-4815-a82b-5435de10bdec"},{"name":"Recordings","item":[{"name":"Get Recordings","id":"342999b9-bb16-48a0-8f38-1e0cd0a7efca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/recordings?limit=25&sort=RiskScore&offset=0&search={{pasKeywords}}&safe={{pasSafe}}&fromTime=1514808001&toTime=1515326399&activities=regedit","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","recordings"],"query":[{"key":"limit","value":"25","description":"Determines the number of recordings that are returned in the list.\n\nThe maximum value is defined in the MaxRecords property in Options > Privileged Session Management > General Setting > Search Properties."},{"key":"sort","value":"RiskScore","description":"The sort can be done by each property on the recording file:\n\t■ \tRiskScore\n\t■ \tFileName\n\t■ \tSafeName\n\t■ \tFolderName\n\t■ \tPSMVaultUserName\n\t■ \tFromIP\n\t■ \tRemoteMachine\n\t■ \tClient\n\t■ \tProtocol\n\t■ \tAccountUserName\n\t■ \tAccountAddress\n\t■ \tAccountPlatformID\n\t■ \tPSMStartTime\n\t■ \tTicketID\n\nThe sort can be in ascending or descending order. To sort in descending order, specify \"-\" (dash) before the recording property by which to sort."},{"key":"offset","value":"0","description":"Determines which recording results will be returned, according to a specific place in the returned list. This value defines the recording's place in the list and how many results will be skipped."},{"key":"search","value":"{{pasKeywords}}","description":"Returns recordings that are filtered by properties that contain the specified search text."},{"key":"safe","value":"{{pasSafe}}","description":"Returns recordings from a specific Safe."},{"key":"fromTime","value":"1514808001","description":"Returns recordings from a specific date."},{"key":"toTime","value":"1515326399","description":"Returns recordings before a specific date."},{"key":"activities","value":"regedit","description":"Returns recordings with specific activities."}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions.\n\nThe Duration returned is in seconds. The FileSize returned is in bytes."},"response":[],"_postman_id":"342999b9-bb16-48a0-8f38-1e0cd0a7efca"},{"name":"Get Recording Details","id":"a99aeb41-f17f-4da8-8d92-1a9e01f92e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/recordings/:psmRecordingsID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","recordings",":psmRecordingsID"],"variable":[{"id":"a1717c87-78f4-4bb6-87df-d342ad81b5b6","key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"a99aeb41-f17f-4da8-8d92-1a9e01f92e06"},{"name":"Get Recording Activities","id":"b8fa6365-b67b-48aa-9b33-469f0483fdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/recordings/:psmRecordingsID/activities","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","recordings",":psmRecordingsID","activities"],"variable":[{"id":"3504caa6-48af-4502-b264-a97e26258f63","key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"b8fa6365-b67b-48aa-9b33-469f0483fdc2"},{"name":"Get Recording Properties","id":"d874c16f-8dcb-426e-bd75-9b76ec003efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/recordings/:psmRecordingsID/properties","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","recordings",":psmRecordingsID","properties"],"variable":[{"id":"962cdf3c-cbce-45bd-bc57-6df5676380fe","key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns the details of recordings of PSM, PSMP or OPM sessions."},"response":[],"_postman_id":"d874c16f-8dcb-426e-bd75-9b76ec003efe"},{"name":"Play Recording","id":"1b438ba0-7085-45e6-9a04-fe10f72b5a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/recordings/:psmRecordingsID/play","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","recordings",":psmRecordingsID","play"],"variable":[{"id":"9cdcafae-d0cf-426d-9be4-06b788f02155","key":"psmRecordingsID","value":"{{psmRecordingsID}}"}]},"description":"This method returns a data stream of a specific recorded session."},"response":[],"_postman_id":"1b438ba0-7085-45e6-9a04-fe10f72b5a2d"}],"id":"60085396-73a6-4643-9782-fc276ab3372a","_postman_id":"60085396-73a6-4643-9782-fc276ab3372a"},{"name":"Get Live Sessions","id":"8ca73a03-eb57-4e6e-b70c-9965dc98fb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions?limit=25&sort=RiskScore&offset=0&search={{pasKeywords}}&safe={{pasSafe}}&fromTime=1514808001&toTime=1515326399&activities=regedit","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions"],"query":[{"key":"limit","value":"25","description":"Determines the number of lives sessions that are returned in the list.\n\nThe maximum value is defined in the MaxRecords property in Options > Privileged Session Management > General Setting > Search Properties."},{"key":"sort","value":"RiskScore","description":"The sort can be done by each property on the recording file:\n\t■ \tRiskScore\n\t■ \tFileName\n\t■ \tSafeName\n\t■ \tFolderName\n\t■ \tPSMVaultUserName\n\t■ \tFromIP\n\t■ \tRemoteMachine\n\t■ \tClient\n\t■ \tProtocol\n\t■ \tAccountUserName\n\t■ \tAccountAddress\n\t■ \tAccountPlatformID\n\t■ \tPSMStartTime\n\t■ \tTicketID\n\nThe sort can be in ascending or descending order. To sort in descending order, specify \"-\" (dash) before the recording property by which to sort."},{"key":"offset","value":"0","description":"Determines which recording results will be returned, according to a specific place in the returned list. This value defines the recording's place in the list and how many results will be skipped."},{"key":"search","value":"{{pasKeywords}}","description":"Returns lives sessions that are filtered by properties that contain the specified search text."},{"key":"safe","value":"{{pasSafe}}","description":"Returns lives sessions that use accounts from a specific Safe."},{"key":"fromTime","value":"1514808001","description":"Returns lives sessions from a specific date."},{"key":"toTime","value":"1515326399","description":"Returns lives sessions before a specific date."},{"key":"activities","value":"regedit","description":"Returns lives sessions with specific activities."}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"8ca73a03-eb57-4e6e-b70c-9965dc98fb32"},{"name":"Get Live Session Details","id":"ba871352-2997-4214-8dca-89c48b02ee98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID"],"variable":[{"id":"6b80caf5-bd64-4870-ba20-e5fcba32911f","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"ba871352-2997-4214-8dca-89c48b02ee98"},{"name":"Get Live Session Activities","id":"4e21cd05-96fc-4a4b-bfc5-6aad951480c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/activities","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","activities"],"variable":[{"id":"7a48561d-46f2-46d9-ad19-b097f66380c7","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"4e21cd05-96fc-4a4b-bfc5-6aad951480c4"},{"name":"Get Live Session Properties","id":"e8f75d71-b9f6-4711-a562-0ebf97fa61dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/livesessions/:psmLiveSessionID/properties","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","livesessions",":psmLiveSessionID","properties"],"variable":[{"id":"894b5689-2efc-40cb-ab5e-8ae8dac6fbfe","key":"psmLiveSessionID","value":"{{psmLiveSessionID}}"}]},"description":"This method returns details of live sessions."},"response":[],"_postman_id":"e8f75d71-b9f6-4711-a562-0ebf97fa61dd"}],"id":"0ab08794-5b70-4f29-a1eb-b5234b5e3c18","_postman_id":"0ab08794-5b70-4f29-a1eb-b5234b5e3c18"},{"name":"Session Management","item":[{"name":"Get All Connection Components","id":"59ff3bd2-8474-4574-9bcf-86d50eb30660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/psm/connectors","description":"This method allows Vault admins to get the list of all connection components of an entire environment."},"response":[{"id":"6c70063a-58e1-4587-a2b6-eea4b0f6f80b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/API/PSM/Connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"1468"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:54:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"PSMConnectors\": [\n        {\n            \"ID\": \"SSH\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PuTTY\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDPapplet-Sample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"RDPWinApplet\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"WebConnection\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-RDP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SSH\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-Telnet-Sample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-TOAD\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLPlus\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VSPHERE\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-AS400\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-OS390\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-WebFormSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio-Win\",\n            \"DisplayName\": \"SQL Server Mgmt Studio\"\n        },\n        {\n            \"ID\": \"PSM-PVWA\",\n            \"DisplayName\": \"CyberArk Password Vault Web Application v9\"\n        },\n        {\n            \"ID\": \"PSM-PrivateArkClient\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VNCClientSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-VNCClientSample-AutoDeployed\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-AWSConsoleWithSTS\",\n            \"DisplayName\": \"AWS Console with STS\"\n        },\n        {\n            \"ID\": \"PSM-WinSCP\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-PTA\",\n            \"DisplayName\": \"CyberArk PTA\"\n        },\n        {\n            \"ID\": \"PSM-WebAppSample\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-MS-AzurePortal\",\n            \"DisplayName\": \"Microsoft Azure Portal\"\n        },\n        {\n            \"ID\": \"PSM-VSPHERE-Web\",\n            \"DisplayName\": \"VMWare vSphere Web\"\n        },\n        {\n            \"ID\": \"PSM-PVWA-v10\",\n            \"DisplayName\": \"CyberArk Password Vault Web Application v10\"\n        },\n        {\n            \"ID\": \"PSM-SAPGUI\",\n            \"DisplayName\": \"\"\n        },\n        {\n            \"ID\": \"PSM-SQLServerMgmtStudio-Database\",\n            \"DisplayName\": \"SQL Server Mgmt Studio Database\"\n        }\n    ],\n    \"Total\": 30\n}"}],"_postman_id":"59ff3bd2-8474-4574-9bcf-86d50eb30660"},{"name":"Get All PSM Servers","id":"965cdd3f-f1b6-4f63-824f-b21880b7bc66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/psm/servers","description":"This method allows Vault admins to get a list of all PSM servers defined for an environment."},"response":[{"id":"15a3b316-8bd6-4097-89de-b3706d108a27","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/API/PSM/Servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:55:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"PSMServers\": [\n        {\n            \"ID\": \"PSMServer_a91999c\",\n            \"Name\": \"PSM Server on PASAAS-PVWA\",\n            \"Address\": \"54.88.213.184\"\n        },\n        {\n            \"ID\": \"PSMServer\",\n            \"Name\": \"PSM Server on PASAAS-PSM\",\n            \"Address\": \"psm.joegarcia.dev\"\n        }\n    ],\n    \"Total\": 2\n}"}],"_postman_id":"965cdd3f-f1b6-4f63-824f-b21880b7bc66"},{"name":"Get Session Management Policy of Platform","id":"1a665450-1803-4b98-91fa-02cf20e89353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName/privilegedsessionmanagement","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","privilegedsessionmanagement"],"variable":[{"id":"663c153e-dd4a-47ba-b66f-eecbc7a7f202","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault admins to retrieve the PSM Policy Section of a target platform."},"response":[{"id":"84a6d4a9-54da-49a2-b908-30ea7644f4d4","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","description":"Session Authorization Token"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/API/Platforms/Targets/{{PlatformName}}/PrivilegedSessionManagement"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=7E8A61F4E4D93A92; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000026D4CE685405C9F6384A1470D20CF85E65CD2B6F87C6293EC75EFE7FEB204632700000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 24 Sep 2020 00:57:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Details\": [\n        {\n            \"ParameterName\": \"platformID\",\n            \"ErrorCode\": \"\",\n            \"ErrorMessage\": \"The value 'WinDomain' is not valid for Int64.\"\n        }\n    ],\n    \"ErrorCode\": \"PASWS167E\",\n    \"ErrorMessage\": \"There are some invalid parameters\"\n}"}],"_postman_id":"1a665450-1803-4b98-91fa-02cf20e89353"},{"name":"Import Connection Component","id":"cfb17452-30cf-438a-93a9-095b1ca95752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ImportFile\": {zip file byte array}\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/connectioncomponents/import","description":"This method enables administrators to import a new connection component."},"response":[],"_postman_id":"cfb17452-30cf-438a-93a9-095b1ca95752"},{"name":"Update Session Management Policy of Platform","id":"9ac3f626-7136-4d61-9f2d-387423a13c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"PSMServerId\":\"PSMServer_e7b11b1\",\n    \"PSMServerName\":\"PSMServer2\",\n    \"PSMConnectors\": [\n        {\n            \"PSMConnectorID\": \"PSM-AWSConsoleWithSTS\",\n            \"Enabled\": false\n        },\n        {\n            \"PSMConnectorID\": \"SSH\",\n            \"Enabled\": true\n        }\n    ]\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/targets/:pasPlatformName/privilegedsessionmanagement","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms","targets",":pasPlatformName","privilegedsessionmanagement"],"variable":[{"id":"b4c6ba03-c9fe-4917-9e38-a9a36aa42f60","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method allows Vault admins to update the PSM Policy Section of a target platform."},"response":[],"_postman_id":"9ac3f626-7136-4d61-9f2d-387423a13c73"}],"id":"37b2ede0-5c80-4366-b7eb-8c72e42a1e3e","description":"This section includes REST APIs related to session management.","_postman_id":"37b2ede0-5c80-4366-b7eb-8c72e42a1e3e"}],"id":"d279f58b-8521-410f-adc7-c52c5dd60264","_postman_id":"d279f58b-8521-410f-adc7-c52c5dd60264"},{"name":"Requests","item":[{"name":"Confirm Requests","item":[{"name":"Get Incoming Request List","id":"34b15e63-9957-41eb-8bad-425afdde67c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/incomingrequests?onlywaiting=false&expired=false","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","incomingrequests"],"query":[{"key":"onlywaiting","value":"false"},{"key":"expired","value":"false"}]},"description":"This method returns a list of all the requests for the confirmer to respond to."},"response":[],"_postman_id":"34b15e63-9957-41eb-8bad-425afdde67c7"},{"name":"Get Details of a Request for Confirmation","id":"920bac15-9a54-4e18-8322-4d75589f94d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/incomingrequests/:pasRequestID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","incomingrequests",":pasRequestID"],"variable":[{"id":"ce0b6d14-1104-4893-bf43-8228f33a2dbe","key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method returns details of a specific request in the Incoming Requests list."},"response":[],"_postman_id":"920bac15-9a54-4e18-8322-4d75589f94d7"},{"name":"Confirm Request","id":"357bf09e-4446-4081-a79d-56fd78e978c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Reason\":\"Automatically accepted via CyberArk Web Services on {{$timestamp}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/incomingrequests/:pasRequestID/confirm","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","incomingrequests",":pasRequestID","confirm"],"variable":[{"id":"68e40513-0bca-417a-81f6-7b06ba9c1c5c","key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method enables a request confirmer to confirm a single request, identified by its request ID."},"response":[],"_postman_id":"357bf09e-4446-4081-a79d-56fd78e978c4"},{"name":"Reject Request","id":"bbd7c6dc-023d-49d6-98b9-9d89a303d3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Reason\":\"Rejected automatically by CyberArk Web Services on {{$timestamp}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/incomingrequests/:pasRequestID/reject","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","incomingrequests",":pasRequestID","reject"],"variable":[{"id":"b15ac8d8-bc08-4805-8a09-df88f4820754","key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method enables a request confirmer to reject a single request, identified by its request ID."},"response":[],"_postman_id":"bbd7c6dc-023d-49d6-98b9-9d89a303d3ec"}],"id":"3e782e9a-9dee-4f46-8881-46213c9a7af0","_postman_id":"3e782e9a-9dee-4f46-8881-46213c9a7af0"},{"name":"My Requests","item":[{"name":"Get My Requests","id":"46e9d578-2853-449e-8b8c-11d0350f6e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/myrequests?onlywaiting=false&expired=false","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","myrequests"],"query":[{"key":"onlywaiting","value":"false"},{"key":"expired","value":"false"}]},"description":"This method returns a list of the end user's requests."},"response":[],"_postman_id":"46e9d578-2853-449e-8b8c-11d0350f6e14"},{"name":"Get Details of My Requests","id":"74002c6c-2046-4dde-8046-95c8221c1c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/myrequests/:pasRequestID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","myrequests",":pasRequestID"],"variable":[{"id":"9d7b6511-b2f1-4d24-88ed-410fdca35a5c","key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method returns details of all the requests in My Requests list."},"response":[],"_postman_id":"74002c6c-2046-4dde-8046-95c8221c1c37"},{"name":"Create a Request","id":"20e89c2f-2ef1-4d1d-b2c9-71e760e95b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"AccountID\":\"{{pasAccountID}}\",\n  \"Reason\":\"Access requested via CyberArk Web Services\",\n  \"TicketingSystemName\":\"ServiceNow\"\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/myrequests","description":"This method creates an access request for a specific account. This account may be either a password account or an SSH Key account."},"response":[],"_postman_id":"20e89c2f-2ef1-4d1d-b2c9-71e760e95b9d"},{"name":"Delete My Request","id":"d954f3dc-dc18-49a3-ac7c-84057b74120a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/myrequests/:pasRequestID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","myrequests",":pasRequestID"],"variable":[{"id":"8e078052-e83b-4020-a902-1f4c3014fb8a","key":"pasRequestID","value":"{{pasRequestID}}"}]},"description":"This method deletes a request made by a user."},"response":[],"_postman_id":"d954f3dc-dc18-49a3-ac7c-84057b74120a"}],"id":"398b4717-680c-4aa1-82c1-9ed2db186507","_postman_id":"398b4717-680c-4aa1-82c1-9ed2db186507"}],"id":"5ca0c852-5698-4638-98f3-f3ef80fd87d7","_postman_id":"5ca0c852-5698-4638-98f3-f3ef80fd87d7"},{"name":"Safes","item":[{"name":"Safe Members","item":[{"name":"Get All Safe Members","id":"607de3c5-fe3c-4448-bce4-dde015d0d8e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe/members","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe","members"],"query":[{"key":"filter","value":"memberType eq user","description":"Filters are according to the REST standard. Search for Safe members using the following filters. Multiple filters can be applied using the AND operator.\n\n    memberType - returns all members according to the type (user or group)\n    Default: both\n    Example: filter= memberType eq user\n\n    membershipExpired - returns either expired members or members that are not expired.\n    Default: both\n    Example: filter=membershipExpired eq true\n\n    includePredefinedUsers - includes predefined users in the returned list.\n    Default: False, non-predefined users only\n    Example: filter=includePredefinedUsers eq true","disabled":true},{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the Safe name. Search is performed according to the REST standard (search=\"search word\").","disabled":true},{"key":"offset","value":"0","description":"Offset of the first member that is returned in the collection of results.","disabled":true},{"key":"limit","value":"25","description":"The maximum number of members that are returned.\n\nWhen used together with the offset parameter, this value determines the number of Safes to return, starting from the first Safe that is returned.","disabled":true},{"key":"sort","value":"asc","description":"Sorts according to the memberName property in ascending order (default) or descending order to control the sort direction.\n\n    asc: ascending\n    desc: descending","disabled":true}],"variable":[{"id":"f232996b-6c03-4214-bdd5-7a360d462cc2","key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method returns a list of the members of a Safe. To run this web service, the user must have **ViewSafeMembers** permissions in the Safe."},"response":[],"_postman_id":"607de3c5-fe3c-4448-bce4-dde015d0d8e0"},{"name":"Get Safe Member","id":"2262706f-9d8d-4e1b-893e-3e799c35383a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"query":[{"key":"useCache","value":"true","description":"Whether or not to retrieve the cache from a session. (Default: False)","disabled":true}],"variable":[{"id":"70627ff2-c947-4c6b-b8dc-834229c4f06b","key":"pasSafe","value":"{{pasSafe}}"},{"id":"dee21a70-942b-4c0a-a836-ffe22f5afc5b","key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method returns a list of the members of a Safe. To run this web service, the user must have **ViewSafeMembers** permissions in the Safe."},"response":[],"_postman_id":"2262706f-9d8d-4e1b-893e-3e799c35383a"},{"name":"Add Safe Member","id":"5ef46f8d-b14b-46d3-a4b7-707aa22f087a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"memberName\": \"JonDoe\",\n    \"searchIn\": \"Vault\",\n    \"membershipExpirationDate\": 123456,\n    \"permissions\": {\n        \"useAccounts\": false,\n        \"retrieveAccounts\": false,\n        \"listAccounts\": false,\n        \"addAccounts\": false,\n        \"updateAccountContent\": false,\n        \"updateAccountProperties\": false,\n        \"initiateCPMAccountManagementOperations\": false,\n        \"specifyNextAccountContent\": false,\n        \"renameAccounts\": false,\n        \"deleteAccounts\": false,\n        \"unlockAccounts\": false,\n        \"manageSafe\": false,\n        \"manageSafeMembers\": false,\n        \"backupSafe\": false,\n        \"viewAuditLog\": false,\n        \"viewSafeMembers\": false,\n        \"accessWithoutConfirmation\": false,\n        \"createFolders\": false,\n        \"deleteFolders\": false,\n        \"moveAccountsAndFolders\": false,\n        \"requestsAuthorizationLevel1\": false,\n        \"requestsAuthorizationLevel2\": false\n    }\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe/members","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe","members"],"variable":[{"id":"b458530a-055f-4bce-95e6-317ef012a640","key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method adds an existing user or group as a Safe member.\n\nThe user who runs this web service requires the following permissions in the Vault:\n\n* Manage Safe Members"},"response":[],"_postman_id":"5ef46f8d-b14b-46d3-a4b7-707aa22f087a"},{"name":"Update Safe Member","id":"9c960349-2acd-49e8-ab89-8d4fb3bc29c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"membershipExpirationDate\": 123456,\n    \"permissions\": {\n        \"useAccounts\": false,\n        \"retrieveAccounts\": false,\n        \"listAccounts\": false,\n        \"addAccounts\": false,\n        \"updateAccountContent\": false,\n        \"updateAccountProperties\": false,\n        \"initiateCPMAccountManagementOperations\": false,\n        \"specifyNextAccountContent\": false,\n        \"renameAccounts\": false,\n        \"deleteAccounts\": false,\n        \"unlockAccounts\": false,\n        \"manageSafe\": false,\n        \"manageSafeMembers\": false,\n        \"backupSafe\": false,\n        \"viewAuditLog\": false,\n        \"viewSafeMembers\": false,\n        \"accessWithoutConfirmation\": false,\n        \"createFolders\": false,\n        \"deleteFolders\": false,\n        \"moveAccountsAndFolders\": false,\n        \"requestsAuthorizationLevel1\": false,\n        \"requestsAuthorizationLevel2\": false\n    }\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"variable":[{"id":"7824520a-0ae8-4d81-98a1-65b2f68acc45","key":"pasSafe","value":"{{pasSafe}}"},{"id":"b640bc81-4171-429b-b33d-c0c676e8524e","key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method updates an existing Safe member.\n\nThe user who runs this web service requires **Manage Safe Members** permissions in the Vault."},"response":[],"_postman_id":"9c960349-2acd-49e8-ab89-8d4fb3bc29c4"},{"name":"Delete Safe Member","id":"bcabdd84-51b8-471c-bd18-ab4fadf58412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe/members/:pasSafeMember","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe","members",":pasSafeMember"],"variable":[{"id":"b45c8567-17c6-4ff8-8056-42c454fcceb2","key":"pasSafe","value":"{{pasSafe}}"},{"id":"68507023-88fe-4a13-acf0-b47f1bbbdbc9","key":"pasSafeMember","value":"{{pasSafeMember}}"}]},"description":"This method removes a specific member from a Safe.\n\nThe user who runs this web service requires **Manage Safe Members** permissions in the Safe."},"response":[],"_postman_id":"bcabdd84-51b8-471c-bd18-ab4fadf58412"}],"id":"2958bb9c-0b67-4955-9394-390c194dfdb2","description":"This section includes REST APIs for managing safe members.","_postman_id":"2958bb9c-0b67-4955-9394-390c194dfdb2"},{"name":"Get All Safes","id":"85a43f29-75bb-4de0-a8e0-5816e5767a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes"],"query":[{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the Safe name. Search is performed according to the REST standard (search=\"search word\").","disabled":true},{"key":"offset","value":"0","description":"Offset of the first Safe that is returned in the collection of results.","disabled":true},{"key":"limit","value":"25","description":"The maximum number of Safes that are returned. When used together with the offset parameter, this value determines the number of Safes to return, starting from the first Safe that is returned.","disabled":true},{"key":"sort","value":"safeName asc","description":"Sorts according to the safeName property in ascending order (default) or descending order to control the sort direction.","disabled":true},{"key":"includeAccounts","value":"false","description":"Whether or not to return accounts for each Safe as part of the response. If not sent, the value is False.","disabled":true},{"key":"extendedDetails","value":"true","description":"Whether or not to return all Safe details or only safeName as part of the response. If not sent, the value is True.","disabled":true}]},"description":"This method returns a list of all Safes in the Vault that the user has permissions for. To run this web user, the user must be a member of the Safes in the Vault that are returned in the list."},"response":[{"id":"2cdd0bd8-1e99-4528-ade8-46f1b5109620","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:15:54 GMT"},{"key":"Content-Length","value":"4385"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSafesResult\": [\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"AccountsFeedADAccounts\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"AccountsFeedDiscoveryLogs\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-CYBR-RESTAPI-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-LIN-ADMIN-USERS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-LIN-ROOT-SSHKEYS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-MYSQL-LOCAL-USERS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-QUALYS-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-TENABLE-ACCTS\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"D-TEST-SAFE\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"Notification Engine\"\n        },\n        {\n            \"Description\": \"\",\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 5,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"P-WIN-LOCAL-ADMIN\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager_Info\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManager_Pending\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerNG\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerNG_Info\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"PasswordManagerNG\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PasswordManagerShared\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PSMPADBridgeCustom\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PSMPADBUserProfile\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PSMUniversalConnectors\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PSMUnmanagedSessionAccounts\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAConfig\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAPublicData\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PVWAReports\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": true,\n            \"SafeName\": \"PVWATaskDefinitions\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWATicketingSystem\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"PVWAUserPrefs\"\n        },\n        {\n            \"Description\": null,\n            \"ManagingCPM\": \"\",\n            \"NumberOfDaysRetention\": null,\n            \"NumberOfVersionsRetention\": 0,\n            \"OLACEnabled\": false,\n            \"SafeName\": \"VaultInternal\"\n        }\n    ]\n}"}],"_postman_id":"85a43f29-75bb-4de0-a8e0-5816e5767a1a"},{"name":"Get Safe by Platform ID","id":"242ba6b5-5356-4a13-8755-66dcae5939a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/platforms/:pasPlatformName/safes","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","platforms",":pasPlatformName","safes"],"variable":[{"id":"6d746901-6479-4bd8-95f1-ed01cad63394","key":"pasPlatformName","value":"{{pasPlatformName}}"}]},"description":"This method returns all the safes according to the platform ID."},"response":[{"id":"87d9324e-17af-4d8d-a561-9604f2b16e8b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/api/Platforms/{{PlatformName}}/Safes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"327"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=866FD3AC28D737CF; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002FC52F3BD1580B2D9C85EECD89F547E99F8BC6E4166F1D29B15241182E937C7C500000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 20:35:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        \"ConjurSync\",\n        \"D-Nix-Root\",\n        \"D-Win-DomainAdmins\",\n        \"D-Win-LocalAdmins\",\n        \"DemoSafe\",\n        \"Notification Engine\",\n        \"PasswordManager\",\n        \"PasswordManagerShared\",\n        \"PSM\",\n        \"PSMUniversalConnectors\",\n        \"PSMUnmanagedSessionAccounts\",\n        \"PVWAPublicData\",\n        \"PVWATicketingSystem\",\n        \"ResponseManager\",\n        \"TelemetryConfig\",\n        \"Test1234\",\n        \"VaultInternal\"\n    ],\n    \"count\": 17\n}"}],"_postman_id":"242ba6b5-5356-4a13-8755-66dcae5939a6"},{"name":"Get Safe Details","id":"153489b3-44ae-40a9-955a-d407b655a8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"id":"8090fbaa-fdba-40c8-9cee-0d5a407d13b3","key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method returns information about a specific Safe in the Vault."},"response":[{"id":"1c8444ce-b078-4775-a4af-7644700fbe55","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=809AD28AAFCE9858; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002C39399D78441B5DC5782206114015D5E0C0F450850D1C063CA889719B6A3C3E500000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:16:41 GMT"},{"key":"Content-Length","value":"180"}],"cookie":[],"responseTime":null,"body":"{\n    \"GetSafeResult\": {\n        \"Description\": \"\",\n        \"ManagingCPM\": \"PasswordManagerNG\",\n        \"NumberOfDaysRetention\": null,\n        \"NumberOfVersionsRetention\": 5,\n        \"OLACEnabled\": false,\n        \"SafeName\": \"P-WIN-LOCAL-ADMIN\"\n    }\n}"}],"_postman_id":"153489b3-44ae-40a9-955a-d407b655a8a8"},{"name":"Search for a Safe","id":"ad56b731-59eb-4ebb-b52c-7d549bc9ce7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/webservices/PIMServices.svc/safes?query=searchterm","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","webservices","PIMServices.svc","safes"],"query":[{"key":"query","value":"searchterm","description":"The search query"}]},"description":"This method returns all the existing account groups in a specific Safe. The user performing this task must have the following permissions in the Safe:\n\n* Add accounts\n* Update account content\n* Update account properties\n* Create folders"},"response":[],"_postman_id":"ad56b731-59eb-4ebb-b52c-7d549bc9ce7c"},{"name":"Add Safe","id":"8cd59ad0-e85d-44b7-917e-e84e543b5c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"SafeName\": \"{{pasSafe}}\",\n    \"Description\": \"Desc1\",\n    \"OLACEnabled\": false,\n    \"ManagingCPM\": \"PasswordManager\",\n    \"NumberOfVersionsRetention\": null,\n    \"NumberOfDaysRetention\": 0,\n    \"AutoPurgeEnabled\": false,\n    \"Location\": \"{{pasFolder}}\"\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes","description":"This method adds a new Safe to the Vault.\n\nThe user who runs this web service requires **Add Safes** permissions in the Vault."},"response":[],"_postman_id":"8cd59ad0-e85d-44b7-917e-e84e543b5c27"},{"name":"Update Safe","id":"e2b06ea2-99e2-4360-b229-06141d873d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"safeName\": \"{{pasSafe}}\",\n    \"safeNumber\": {{pasSafeID}},\n    \"description\": \"Safe Description Goes Here\",\n    \"location\": \"\\\\\",\n    \"creator\": {\n        \"id\": \"{{pasUserID}}\",\n        \"name\": \"{{pasUserName}}\"\n    },\n    \"olacEnabled\": false,\n    \"managingCPM\": \"PasswordManager\",\n    \"numberOfVersionsRetention\": null,\n    \"numberOfDaysRetention\": 7\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"id":"ef34dbb9-88b0-42bf-895e-a89373168a82","key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method updates a single Safe in the Vault.\n\nThe user who runs this web service must have **Manage Safes** permissions in the Vault and **View Safe Members** permissions in the Safe."},"response":[],"_postman_id":"e2b06ea2-99e2-4360-b229-06141d873d63"},{"name":"Delete Safe","id":"c3f68513-b2ba-4edb-9245-a423f039f14f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/safes/:pasSafe","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","safes",":pasSafe"],"variable":[{"id":"2a7a3867-becd-468f-b771-599e7b62c4e3","key":"pasSafe","value":"{{pasSafe}}"}]},"description":"This method deletes a Safe from the Vault.\n\nThe user who runs this web service requires **Manage Safe** permissions on the required Safe."},"response":[{"id":"6c4eed5b-04d2-408a-946a-20ffb6b488f4","name":"204 No Content (Successful deletion)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{BaseURL}}/PasswordVault/api/Safes/{{Safe}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=3F0AEF8F7659012B; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002E6BCAAF8FBDBDAD7BB821DD6BBFAF8AB255F6E8F2D2E09DE6CEDC1D4213F15F200000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=ldap; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Thu, 17 Dec 2020 00:37:43 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c3f68513-b2ba-4edb-9245-a423f039f14f"}],"id":"9c146148-6512-4256-8f8a-5bde4ac66294","description":"This section includes REST APIs for managing safes and safe members.","_postman_id":"9c146148-6512-4256-8f8a-5bde4ac66294"},{"name":"Server","item":[{"name":"Logo","id":"645c4999-b5f4-4212-96ea-3f022c671515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Logo?type=square","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["PasswordVault","WebServices","PIMServices.svc","Logo"],"query":[{"key":"type","value":"square"}]},"description":"This method returns the configuration of the logo that will be displayed in the CyberArk SafeShare logon screen and account settings."},"response":[],"_postman_id":"645c4999-b5f4-4212-96ea-3f022c671515"},{"name":"Server","id":"04fa7d63-9d15-45ff-bd1e-8c4a99079b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/PasswordVault/WebServices/PIMServices.svc/Server","description":"This method returns the display name of the Vault configured in the **ServerDisplayName** configuration parameter."},"response":[{"id":"60d674ec-fba1-4cfb-a9d6-15e85d133d13","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:21:22 GMT"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"ExternalVersion\": \"10.5.0\",\n    \"InternalVersion\": \"10.5.0.48\",\n    \"ServerName\": \"Vault\"\n}"}],"_postman_id":"04fa7d63-9d15-45ff-bd1e-8c4a99079b0d"},{"name":"Verify","id":"9936e722-f76e-48f6-bf83-0419119731eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/verify","description":"This method returns the display name of the Vault configured in the **ServerDisplayName** configuration parameter."},"response":[{"id":"1241e69b-c5f8-4614-899d-15ec64ca19fd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{BaseURL}}/PasswordVault/WebServices/PIMServices.svc/Verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=851A380A3DA4030E; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002130ECB51E520C2D5DA61D59C11817A568BD24A65FEED774017F87FC69CF3DBDE00000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:09:11 GMT"},{"key":"Content-Length","value":"380"}],"cookie":[],"responseTime":null,"body":"{\n    \"ApplicationName\": \"PasswordVault\",\n    \"AuthenticationMethods\": [\n        {\n            \"Enabled\": false,\n            \"Id\": \"windows\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"pki\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"cyberark\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"oraclesso\"\n        },\n        {\n            \"Enabled\": false,\n            \"Id\": \"rsa\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"radius\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"ldap\"\n        },\n        {\n            \"Enabled\": true,\n            \"Id\": \"saml\"\n        }\n    ],\n    \"ServerId\": \"e00e4f16-b637-11e9-8329-ccd02f010000\",\n    \"ServerName\": \"Vault\"\n}"}],"_postman_id":"9936e722-f76e-48f6-bf83-0419119731eb"}],"id":"00c67fde-989c-48d3-aa8a-c661d80bfee0","description":"This section includes REST APIs related to the the Vault server.","_postman_id":"00c67fde-989c-48d3-aa8a-c661d80bfee0"},{"name":"System Health","item":[{"name":"System Details","id":"75d1b739-b818-4516-989c-cd7ce82ae87d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/componentsmonitoringdetails/:pasComponentsID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","componentsmonitoringdetails",":pasComponentsID"],"variable":[{"id":"1d5c8064-7b49-4702-9bbe-03ed120a1def","key":"pasComponentsID","value":"{{pasComponentsID}}"}]},"description":"This method returns details about specific components and all their installed instances, and system health information for each one.\n\n_Valid ComponentsID values: PVWA/SessionManagement/CPM/AIM_"},"response":[{"id":"a88a8f42-ef9a-4067-bb85-3d376d81a22b","name":"200 OK (AIM)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:22:30 GMT"},{"key":"Content-Length","value":"200"}],"cookie":[],"responseTime":null,"body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"Prov_COMPONENTS2016\",\n            \"ComponentVersion\": \"10.5.0.23\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898221\n        }\n    ]\n}"},{"id":"b914c455-40d8-4079-b1be-5581e242e43e","name":"200 OK (CPM)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:22:48 GMT"},{"key":"Content-Length","value":"198"}],"cookie":[],"responseTime":null,"body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PasswordManagerNG\",\n            \"ComponentVersion\": \"10.5.0.27\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898371\n        }\n    ]\n}"},{"id":"d22d4a0d-f059-4cdd-812a-7fff79e5f76d","name":"200 OK (PVWA)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:21:36 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PVWAAppUser1\",\n            \"ComponentVersion\": \"10.5.0.1\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541969319\n        }\n    ]\n}"},{"id":"a2015b45-8ad3-4626-a01f-a3b3ce4f2f9f","name":"200 OK (PSM)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:22:10 GMT"},{"key":"Content-Length","value":"366"}],"cookie":[],"responseTime":null,"body":"{\n    \"ComponentsDetails\": [\n        {\n            \"ComponentIP\": \"192.168.3.104\",\n            \"ComponentUserName\": \"PSMPApp_rhel01\",\n            \"ComponentVersion\": \"10.5.0.0\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541965510\n        },\n        {\n            \"ComponentIP\": \"192.168.3.108\",\n            \"ComponentUserName\": \"PSMApp_COMP2016\",\n            \"ComponentVersion\": \"10.5.0.1\",\n            \"ComponentSpecificStat\": -1,\n            \"IsLoggedOn\": true,\n            \"LastLogonDate\": 1541898522\n        }\n    ]\n}"}],"_postman_id":"75d1b739-b818-4516-989c-cd7ce82ae87d"},{"name":"System Summary","id":"a3138b7f-680a-46cd-b694-9f56df2bc598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/componentsmonitoringsummary","description":"This method returns consolidated information about the Vault, PVWA, CPM, PSM/PSMP, and AIM, including all clients that are relevant to each specific component."},"response":[{"id":"28445761-8b10-4e9c-a425-bd0391a7b7bb","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}","disabled":true},{"key":"Content-Type","value":"application/json","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"CA22222=BE36C14D1FE1AAFA; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=00000002A2FA411668862E3FD3D87ACCFC25E30E79362257102F7C6E3D265BFB2223998300000000; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; secure"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; secure; HttpOnly"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Date","value":"Sun, 11 Nov 2018 21:23:03 GMT"},{"key":"Content-Length","value":"742"}],"cookie":[],"responseTime":null,"body":"{\n    \"Components\": [\n        {\n            \"ComponentID\": \"PVWA\",\n            \"ComponentName\": \"PVWA\",\n            \"Description\": \"Active Users\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 1\n        },\n        {\n            \"ComponentID\": \"CPM\",\n            \"ComponentName\": \"CPM\",\n            \"Description\": \"Managed Accounts\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 32\n        },\n        {\n            \"ComponentID\": \"SessionManagement\",\n            \"ComponentName\": \"PSM/PSMP\",\n            \"Description\": \"Concurrent Sessions\",\n            \"ConnectedComponentCount\": 2,\n            \"ComponentTotalCount\": 2,\n            \"ComponentSpecificStat\": 0\n        },\n        {\n            \"ComponentID\": \"AIM\",\n            \"ComponentName\": \"AIM Credential Provider\",\n            \"Description\": \"Applications\",\n            \"ConnectedComponentCount\": 1,\n            \"ComponentTotalCount\": 1,\n            \"ComponentSpecificStat\": 4\n        }\n    ],\n    \"Vaults\": [\n        {\n            \"IP\": \"192.168.3.101\",\n            \"Role\": \"Primary\",\n            \"IsLoggedOn\": true\n        }\n    ]\n}"}],"_postman_id":"a3138b7f-680a-46cd-b694-9f56df2bc598"}],"id":"f354480d-6bac-4342-b063-0653fc03ea4a","description":"The System Health module provides the Vault administrator with a high-level report of the health status of the different CyberArk components in PAS and AAM Credential Providers environments.\n\n**NOTE:**\n* The System Health overview is relevant for primary-DR, on-premise, and Distributed Vault deployments.\n* The information returned by the REST APIs does not include built-in users or custom user types.","_postman_id":"f354480d-6bac-4342-b063-0653fc03ea4a"},{"name":"User Management","item":[{"name":"Users","item":[{"name":"Get User Details","id":"cf66b08f-55e8-4bf8-b503-ce907bdab673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"id":"b6c6a16e-bd12-4b21-9655-0128a42efd10","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method returns information about a specific user in the Vault.\n\nTo run this Web service, you must have the following permissions:\n\n* Audit users"},"response":[{"id":"e982d94f-d147-4c6e-a0c7-0364cf7799f2","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{BaseURL}}/PasswordVault/api/Users/{{UserID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"1250"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=227A9B834757B197; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000027C4D1FA1740772C50A4355919F70870CB5605111365E39A0A4000FD5D0CEB89600000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:20:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": false,\n    \"expiryDate\": -62135578800,\n    \"suspended\": false,\n    \"lastSuccessfulLoginDate\": 1618316264,\n    \"unAuthorizedInterfaces\": [],\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"\",\n    \"description\": \"\",\n    \"businessAddress\": {\n        \"workStreet\": \"\",\n        \"workCity\": \"\",\n        \"workState\": \"\",\n        \"workZip\": \"\",\n        \"workCountry\": \"\"\n    },\n    \"internet\": {\n        \"homePage\": \"\",\n        \"homeEmail\": \"\",\n        \"businessEmail\": \"\",\n        \"otherEmail\": \"\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"\",\n        \"businessNumber\": \"\",\n        \"cellularNumber\": \"\",\n        \"faxNumber\": \"\",\n        \"pagerNumber\": \"\"\n    },\n    \"personalDetails\": {\n        \"street\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\",\n        \"title\": \"\",\n        \"organization\": \"\",\n        \"department\": \"\",\n        \"profession\": \"\",\n        \"firstName\": \"\",\n        \"middleName\": \"\",\n        \"lastName\": \"\"\n    },\n    \"groupsMembership\": [\n        {\n            \"groupID\": 16,\n            \"groupName\": \"PVWAMonitor\",\n            \"groupType\": \"Vault\"\n        },\n        {\n            \"groupID\": 17,\n            \"groupName\": \"PVWAUsers\",\n            \"groupType\": \"Vault\"\n        },\n        {\n            \"groupID\": 11,\n            \"groupName\": \"Vault Admins\",\n            \"groupType\": \"Vault\"\n        }\n    ],\n    \"id\": 2,\n    \"username\": \"Administrator\",\n    \"source\": \"CyberArk\",\n    \"userType\": \"Built-InAdmins\",\n    \"componentUser\": false,\n    \"vaultAuthorization\": [\n        \"AddUpdateUsers\",\n        \"AddSafes\",\n        \"AddNetworkAreas\",\n        \"ManageDirectoryMapping\",\n        \"ManageServerFileCategories\",\n        \"AuditUsers\",\n        \"BackupAllSafes\",\n        \"RestoreAllSafes\",\n        \"ResetUsersPasswords\",\n        \"ActivateUsers\"\n    ],\n    \"location\": \"\\\\\"\n}"}],"_postman_id":"cf66b08f-55e8-4bf8-b503-ce907bdab673"},{"name":"Get Users","id":"d8d8c891-dcb9-48c1-8a53-c9159f6ccb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users"],"query":[{"key":"filter","value":"userType","description":"Search for users using the following filters: userType, userName or componentUser","disabled":true},{"key":"search","value":"{{pasKeywords}}","description":"Search using the following values (search is according to REST standards): username, first name or last name","disabled":true},{"key":"extendedDetails","value":"false","description":"Returns additional user details as user groups and userDN for LDAP users.","disabled":true},{"key":"sort","value":"username asc,userType desc","description":"Property or properties by which to sort returned users, followed by asc (default) or desc to control sort direction. Separate multiple properties with commas, up to a maximum of three properties.","disabled":true},{"key":"pageOffset","value":"0","description":"Offsets the first user that is returned in the results.","disabled":true},{"key":"pageLimit","value":"25","description":"When used together with the Offset parameter, this value determines the maximum number of users to return. This includes the first user.","disabled":true}]},"description":"This method returns a list of all existing users in the Vault except for the Master and the Batch built-in users.\n\nTo run this Web service, you must have the following permissions:\n\n* **Audit users**\n\nYou can retrieve only users on the same level as you or lower in the Vault hierarchy.\n\n**Note:** This Web service returns up to 6000 users in up to 20 seconds. If the number of users is higher, the response time may be higher."},"response":[{"id":"b7992dfe-c4f2-4e25-9ddc-b90da8c27995","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{BaseURL}}/PasswordVault/api/Users?filter=userType&search=jgarcia&extendedDetails=false","host":["{{BaseURL}}"],"path":["PasswordVault","api","Users"],"query":[{"key":"filter","value":"userType","description":"Search for users using the following filters: userType or componentUser"},{"key":"search","value":"jgarcia","description":"Search using the following values (search is according to REST standards): username, first name or last name"},{"key":"extendedDetails","value":"false","description":"Returns additional user details as user groups and userDN for LDAP users."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"350"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=227A9B834757B197; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000027C4D1FA1740772C50A4355919F70870CB5605111365E39A0A4000FD5D0CEB89600000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 12:18:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Users\": [\n        {\n            \"id\": 29,\n            \"username\": \"jgarcia\",\n            \"source\": \"LDAP\",\n            \"userType\": \"EPVUser\",\n            \"componentUser\": false,\n            \"vaultAuthorization\": [\n                \"AddUpdateUsers\",\n                \"AddSafes\",\n                \"AddNetworkAreas\",\n                \"ManageServerFileCategories\",\n                \"AuditUsers\",\n                \"ResetUsersPasswords\",\n                \"ActivateUsers\"\n            ],\n            \"location\": \"\\\\\",\n            \"personalDetails\": {\n                \"firstName\": \"Joe\",\n                \"middleName\": \"\",\n                \"lastName\": \"Garcia\"\n            }\n        }\n    ],\n    \"Total\": 1\n}"}],"_postman_id":"d8d8c891-dcb9-48c1-8a53-c9159f6ccb60"},{"name":"Activate User","id":"a9e3907d-e425-4b31-956a-c6c32c2fa940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID/activate","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID","activate"],"variable":[{"id":"94477e83-e868-4374-a0ac-ef6e45fa67d9","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method activates an existing Vault user who was suspended after entering incorrect credentials multiple times.\n\n**Note:** This method activates a suspended user. It does not activate an inactive user."},"response":[],"_postman_id":"a9e3907d-e425-4b31-956a-c6c32c2fa940"},{"name":"Add User","id":"9c592b29-5f51-4852-8802-0af55c9b66ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"newUser\",\n    \"userType\": \"EPVUser\",\n    \"initialPassword\": \"123Cyber\",\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"location\": \"\\\\\",\n    \"unAuthorizedInterfaces\": [\n        \"PSM\",\n        \"PSMP\"\n    ],\n    \"expiryDate\": 1577836800,\n    \"vaultAuthorization\": [\n        \"AddSafes\",\n        \"AuditUsers\"\n    ],\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": true,\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"newUser@cyberark\",\n    \"description\": \"This user is privileged\",\n    \"businessAddress\": {\n        \"workStreet\": \"Hapssagot 9\",\n        \"workCity\": \"Petah Tikva\",\n        \"workState\": \"Israel\",\n        \"workZip\": \"9999999\",\n        \"workCountry\": \"Israel\"\n    },\n    \"internet\": {\n        \"homePage\": \"Cyberark.com\",\n        \"homeEmail\": \"user@gmail.com\",\n        \"businessEmail\": \"user@cyberark.com\",\n        \"otherEmail\": \"user2@gmail.com\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"555123456\",\n        \"businessNumber\": \"555456789\",\n        \"cellularNumber\": \"555789789\",\n        \"faxNumber\": \"999999\",\n        \"pagerNumber\": \"111111\"\n    },\n    \"personalDetails\": {\n        \"street\": \"Dizzengof 56\",\n        \"city\": \"Tel Aviv\",\n        \"state\": \"Israel\",\n        \"zip\": \"123456\",\n        \"country\": \"Israel\",\n        \"title\": \"Mr. VIP\",\n        \"organization\": \"Cyber ark\",\n        \"department\": \"R&D\",\n        \"profession\": \"software development\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Doe\",\n        \"lastName\": \"Smith\"\n    }\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users","description":"This method adds a new user to the Vault.\n\nTo run this Web service, you must have the following permissions:\n\n* Add Users\n* Update Users"},"response":[],"_postman_id":"9c592b29-5f51-4852-8802-0af55c9b66ed"},{"name":"Disable User","id":"420d5a9d-64ed-4733-b35c-12662deff320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID/disable","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID","disable"],"variable":[{"id":"c47a5b0f-b138-4824-a125-9b1753be14fc","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method disables a specific user in the Vault."},"response":[],"_postman_id":"420d5a9d-64ed-4733-b35c-12662deff320"},{"name":"Enable User","id":"2692f136-1991-498c-a8fb-af1762fce989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID/enable","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID","enable"],"variable":[{"id":"94136a9d-e2ce-4781-9f7f-0ff06a183d50","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method enables a specific user in the Vault."},"response":[],"_postman_id":"2692f136-1991-498c-a8fb-af1762fce989"},{"name":"Reset User Password","id":"5a5ad316-5275-4c6b-ae5d-8eb12da59d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"<integer>\",\n\t\"newPassword\": \"{{pasNewPassword}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID/resetpassword","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID","resetpassword"],"variable":[{"id":"492ab909-0bcc-4258-9f60-3473f88e0a5a","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method resets an existing Vault user's password.\n\nTo run this Web service, you must have the following permissions:\n\n* **Audit users**\n* **Reset Users' Passwords**\n\nThe user who runs this Web service must be in the same Vault Location or higher as the user whose password is being reset."},"response":[],"_postman_id":"5a5ad316-5275-4c6b-ae5d-8eb12da59d6c"},{"name":"Update User","id":"85f10ae3-379d-4de3-9aae-ab11ed957684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"enableUser\": true,\n    \"changePassOnNextLogon\": false,\n    \"expiryDate\": 1577836800,\n    \"suspended\": false,\n    \"unAuthorizedInterfaces\": [\n        \"GUI\"\n    ],\n    \"authenticationMethod\": [\n        \"AuthTypePass\"\n    ],\n    \"passwordNeverExpires\": true,\n    \"distinguishedName\": \"JohnDoeRoe\",\n    \"description\": \"John Doe Roe\",\n    \"businessAddress\": {\n        \"workStreet\": \"Kuritania street\",\n        \"workCity\": \"Curitania\",\n        \"workState\": \"Suritania\",\n        \"workZip\": \"90211\",\n        \"workCountry\": \"Ruritania\"\n    },\n    \"internet\": {\n        \"homePage\": \"example.com\",\n        \"homeEmail\": \"John@example.net\",\n        \"businessEmail\": \"John@example.com\",\n        \"otherEmail\": \"John@example.org\"\n    },\n    \"phones\": {\n        \"homeNumber\": \"555-0100\",\n        \"businessNumber\": \"555-0101\",\n        \"cellularNumber\": \"0491 570 156\",\n        \"faxNumber\": \"555-0102\",\n        \"pagerNumber\": \"555-0103\"\n    },\n    \"personalDetails\": {\n        \"street\": \"Main street\",\n        \"city\": \"Curitania\",\n        \"state\": \"Suritania\",\n        \"zip\": \"90210\",\n        \"country\": \"Ruritania\",\n        \"title\": \"Mr. John\",\n        \"organization\": \"Acme\",\n        \"department\": \"newco\",\n        \"profession\": \"Doing Job\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Doe\",\n        \"lastName\": \"Roe\"\n    },\n    \"id\": 24,\n    \"username\": \"JohnDR\",\n    \"source\": \"CyberArk\",\n    \"userType\": \"EPVUser\",\n    \"componentUser\": false,\n    \"vaultAuthorization\": [\n        \"AuditUsers\"\n    ],\n    \"location\": \"\\\\\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"id":"058efd28-0397-4de6-a776-1431f3b9fbfb","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method updates an existing Vault user."},"response":[],"_postman_id":"85f10ae3-379d-4de3-9aae-ab11ed957684"},{"name":"Delete User","id":"0e26b9fb-dcd5-43f2-b5c9-ac0d46ddd950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/users/:pasUserID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","users",":pasUserID"],"variable":[{"id":"3109e9f3-625d-4dd2-ab24-2d6e6d7559bd","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method deletes a specific user in the Vault."},"response":[],"_postman_id":"0e26b9fb-dcd5-43f2-b5c9-ac0d46ddd950"}],"id":"c7b3397d-2bad-4471-bb88-1696a2721d7a","_postman_id":"c7b3397d-2bad-4471-bb88-1696a2721d7a"},{"name":"Groups","item":[{"name":"Get Group Details","id":"2cc6700d-427f-4c4f-9fb1-1738859792c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups/:pasGroupID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups",":pasGroupID"],"query":[{"key":"includeMembers","value":"false","description":"Whether or not to return members for each user group as part of the response. If not sent, the value will be False.","disabled":true}],"variable":[{"id":"2c702378-76bb-4ef7-883c-a46079fa6228","key":"pasGroupID","value":"{{pasGroupID}}"}]}},"response":[],"_postman_id":"2cc6700d-427f-4c4f-9fb1-1738859792c7"},{"name":"Get Groups","id":"7bda0c2f-247e-4671-b7db-245e2de04393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups"],"query":[{"key":"filter","value":"groupType eq <Directory|Vault>","description":"Filters according to the REST standard.","disabled":true},{"key":"search","value":"{{pasKeywords}}","description":"Searches according to the REST standard (searching with \"contains\"). Search matches when all search terms appear in the group name. ","disabled":true},{"key":"sort","value":"groupname asc","description":"Property or properties by which to sort returned users, followed by asc (default) or desc to control sort direction. Separate multiple properties with commas, up to a maximum of three properties.","disabled":true},{"key":"includeMembers","value":"false","description":"Whether or not to return members for each user group as part of the response. If not sent, the value will be False.","disabled":true}]},"description":"This method returns a list of all existing user groups.\n\nThe user performing this task:\n\n* Must have **Audit users** permissions in the Safe.\n* Can see groups either **only** on the **same** level, or **lower** in the Vault hierarchy.\n\nThis depends on the HideVaultUsersTree parameter defined in the dbparam.ini. If HideVaultUsersTree is set to **No**, all groups will be returned (not only those in the same level or lower in the Vault hierarchy). If this parameter is set to **Yes**, only auditors and managers will be allowed to get all groups.\n \t\n**Note:**\n* Filtering for this task is supported only from Vault v10.5.\n* Retrieving more than 1,000 groups may cause a slowdown in response."},"response":[{"id":"5e1e9512-fbb7-4c7a-905f-925a397804fc","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{BaseURL}}/PasswordVault/api/UserGroups?filter=groupType eq Vault&search=Vault Admins","host":["{{BaseURL}}"],"path":["PasswordVault","api","UserGroups"],"query":[{"key":"filter","value":"groupType eq Vault","description":"Filters according to the REST standard."},{"key":"search","value":"Vault Admins","description":"Searches according to the REST standard (searching with \"contains\"). Search matches when all search terms appear in the group name. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"135"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=2AD5419BC06CA94A; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000021586071FBD38D585B988B72BE84311737F2BD564DB93AA99FE7E760351C3272300000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 19:58:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": 11,\n            \"groupType\": \"Vault\",\n            \"groupName\": \"Vault Admins\",\n            \"description\": \"Vault Admins group\",\n            \"location\": \"\\\\System\"\n        }\n    ],\n    \"count\": 1\n}"}],"_postman_id":"7bda0c2f-247e-4671-b7db-245e2de04393"},{"name":"Add Member to Group","id":"580c6fe6-199d-4742-a34e-845bb2414377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"memberId\": \"string\",\n    \"memberType\": \"<domain|vault>\",\n    \"domainName\": \"{{ldapID}}\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups/:pasGroupID/members","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups",":pasGroupID","members"],"variable":[{"id":"c1fd1fe9-57cc-4acb-90b3-8880f60cbb31","key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"This method adds a user as a member to an existing Vault group. This is relevant for regular Vault users, LDAP mapped groups or LDAP users.\n\nThe user who runs this web service requires the **Add/Update users** permissions in the Vault."},"response":[],"_postman_id":"580c6fe6-199d-4742-a34e-845bb2414377"},{"name":"Create Group","id":"d99ec32e-3a48-4a1e-a06b-4c75d5e7a805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"{{pasFolder}}\"\n}"},"url":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups","description":"This method adds a new Vault group.\n\nTo run this Web service, you must have the following permissions:\n\n* Add Users\n* Update Users"},"response":[{"id":"9fb5ecd2-4120-4e09-9529-62e8d88cd321","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{CyberArkLogonResult}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"\\\\\"\n}"},"url":"{{BaseURL}}/PasswordVault/api/UserGroups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache,no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Length","value":"151"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"CA22222=2AD5419BC06CA94A; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA11111=000000021586071FBD38D585B988B72BE84311737F2BD564DB93AA99FE7E760351C3272300000000; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA55555=cyberark; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"CA33333=; path=/PasswordVault/; SameSite=Strict; secure; HttpOnly"},{"key":"Set-Cookie","value":"mobileState=Desktop; path=/PasswordVault/; SameSite=None; secure; HttpOnly"},{"key":"X-FRAME-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=3159600;includeSubdomains;"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-UA-Compatible","value":"IE=EmulateIE8"},{"key":"Access-Control-Expose-Headers","value":"Warning"},{"key":"Date","value":"Tue, 13 Apr 2021 19:59:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 247,\n    \"groupType\": \"Vault\",\n    \"groupName\": \"unique-group-name\",\n    \"description\": \"The users in this group all have the same authorizations\",\n    \"location\": \"\\\\\"\n}"}],"_postman_id":"d99ec32e-3a48-4a1e-a06b-4c75d5e7a805"},{"name":"Update Group","id":"55552c33-b321-44a3-a624-526e4087b654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"groupName\": \"UnixAdmins\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups/:pasGroupID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups",":pasGroupID"],"variable":[{"id":"5f4d2c0f-7626-4bf0-b6d0-471f023953d8","key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"This method updates a Vault group. The user who runs this web service requires the following permissions:\n\n* Add\\Update users"},"response":[],"_postman_id":"55552c33-b321-44a3-a624-526e4087b654"},{"name":"Delete Group","id":"ac6b06d5-e2fe-43b8-b45a-15818bcabec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups/:pasGroupID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups",":pasGroupID"],"variable":[{"id":"1f429f8d-d28d-4ce8-b50c-bb2e7387907d","key":"pasGroupID","value":"{{pasGroupID}}"}]},"description":"his method deletes a user group.\n\nIn order to delete a user group, the following authorizations are required:\n\n* Add/Update Users\n"},"response":[],"_postman_id":"ac6b06d5-e2fe-43b8-b45a-15818bcabec2"},{"name":"Remove User from Group","id":"d45beed3-9bdc-4d92-8415-e0f205ab98f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.privilegecloud.cyberark.cloud/passwordvault/api/usergroups/:pasGroupID/members/:pasUserID","protocol":"https","host":["{{saasSubdomain}}","privilegecloud","cyberark","cloud"],"path":["passwordvault","api","usergroups",":pasGroupID","members",":pasUserID"],"variable":[{"id":"6f01a657-6f7e-4ac1-b82b-127f61eaf52f","key":"pasGroupID","value":"{{pasGroupID}}"},{"id":"6b334ebf-2bae-46cf-92dd-15bc3d1d5a3f","key":"pasUserID","value":"{{pasUserID}}"}]},"description":"This method removes a specific user from a user group in the Vault."},"response":[],"_postman_id":"d45beed3-9bdc-4d92-8415-e0f205ab98f8"}],"id":"f71d5a3e-d878-4b65-ba01-334a7441a30e","_postman_id":"f71d5a3e-d878-4b65-ba01-334a7441a30e"}],"id":"767497ff-59ec-45ae-8417-245e922e3aca","_postman_id":"767497ff-59ec-45ae-8417-245e922e3aca"}],"id":"07fbe51b-0ea5-49e1-a4d1-28a94332c0b1","description":"# Overview\n\nPrivileged access represents the largest security vulnerability organizations face today. Privileged access exists in infrastructure and applications, whether on-premise or in the cloud. When employed properly, privileged access is used to maintain systems, facilitate automated processes, safeguard sensitive information, and ensure business continuity. But in  \nthe wrong hands, this access can be used to steal sensitive data and cause irreparable damage to the business.\n\nPrivileged access is exploited in nearly every cyber-attack. Bad actors, whether external attackers or malicious insiders, can abuse privileged access to disable security systems, to take control of critical IT infrastructure and applications, and to gain access to confidential business data and personal information.\n\nCyberArk Privilege Cloud is a SaaS solution that enables organizations to securely store, rotate and isolate credentials (for both human and non-human users), monitor sessions, and deliver scalable risk reduction to the business.\n\nPrivilege Cloud protects, controls, and monitors privileged access across on-premises, cloud, and hybrid infrastructures.","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"a54a84dc-0f14-423f-bf7b-f003017d5b1b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6cb61ba2-3465-452a-b789-23df91aad889","type":"text/javascript","exec":[""]}}],"_postman_id":"07fbe51b-0ea5-49e1-a4d1-28a94332c0b1"},{"name":"Dynamic Privileged Access (DPA)","item":[{"name":"Connectors","item":[{"name":"Generate Script","id":"5fb570a6-995d-475d-a72f-44b1394f396d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"connector_type\": \"AWS\",\n    \"connector_os\": \"linux\"\n}"},"url":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/connectors/setup-script","description":"Generate a signed URL to a connector installation script for the platform you select. The script contains a secret token that is valid for 15 minutes from the time it is generated."},"response":[],"_postman_id":"5fb570a6-995d-475d-a72f-44b1394f396d"}],"id":"d888f3de-23f1-46c0-b283-9117f6fe3fac","_postman_id":"d888f3de-23f1-46c0-b283-9117f6fe3fac"},{"name":"Policies","item":[{"name":"Get a Specific Policy by ID","id":"8d890359-87d3-42d7-a64a-94b714f16de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/access-policies/:dpaPolicyID","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","access-policies",":dpaPolicyID"],"variable":[{"id":"49364a49-8be9-4dcd-929c-10f27431ab2a","key":"dpaPolicyID","value":"","description":"The policy ID"}]},"description":"Retrieves authorization policy with the given ID"},"response":[],"_postman_id":"8d890359-87d3-42d7-a64a-94b714f16de3"},{"name":"List All Policies","id":"138a949a-6b5d-4b92-b2e1-f8ff1ede0ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/access-policies","description":"Returns all authorization policies"},"response":[],"_postman_id":"138a949a-6b5d-4b92-b2e1-f8ff1ede0ca1"},{"name":"Add Authorization Policy","id":"34294a04-2862-4381-b21b-0d7be8febe0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"policyName\": \"Production App Access\",\n    \"status\": \"Enabled\",\n    \"description\": \"\",\n    \"providersData\": {\n        \"AWS\": {\n            \"regions\": [\n                \"us-east-1\",\n                \"us-east-2\"\n            ],\n            \"tags\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"vpcIds\": [],\n            \"accountIds\": []\n        },\n        \"Azure\": {\n            \"regions\": [\n                \"eastus2\",\n                \"eastus\"\n            ],\n            \"tags\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"resourceGroups\": [],\n            \"vnetIds\": [],\n            \"subscriptions\": []\n        },\n        \"OnPrem\": {\n            \"fqdnRulesConjunction\": \"OR\",\n            \"fqdnRules\": [\n                {\n                    \"operator\": \"EXACTLY\",\n                    \"computernamePattern\": \"acme.com\",\n                    \"domain\": \"ad.product2.com\"\n                }\n            ]\n        },\n        \"GCP\": {\n            \"regions\": [\n                \"asia-east1\",\n                \"us-east1\"\n            ],\n            \"labels\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"vpc_ids\": [],\n            \"projects\": []\n        }\n    },\n    \"startDate\": \"2023-01-10\",\n    \"endDate\": \"2024-01-10\",\n    \"userAccessRules\": [\n        {\n            \"ruleName\": \"dev-team-access\",\n            \"userData\": {\n                \"roles\": [\n                    \"DEV_TEAM_ROLE\"\n                ],\n                \"groups\": [],\n                \"users\": []\n            },\n            \"connectionInformation\": {\n                \"connectAs\": {\n                    \"AWS\": {\n                        \"ssh\": \"ec2-user\",\n                        \"rdp\": {\n                            \"localEphemeralUser\": {\n                                \"assignGroups\": [\n                                    \"Administrators\"\n                                ]\n                            }\n                        }\n                    },\n                    \"Azure\": {\n                        \"ssh\": \"azureuser\"\n                    },\n                    \"OnPrem\": {\n                        \"rdp\": {\n                            \"localEphemeralUser\": {\n                                \"assignGroups\": [\n                                    \"Administrators\"\n                                ]\n                            }\n                        }\n                    },\n                    \"GCP\": {\n                        \"ssh\": \"root\"\n                    }\n                },\n                \"grantAccess\": 3,\n                \"idleTime\": 10,\n                \"daysOfWeek\": [\n                    \"Mon\",\n                    \"Tue\"\n                ],\n                \"fullDays\": false,\n                \"hoursFrom\": \"10:00\",\n                \"hoursTo\": \"18:00\",\n                \"timeZone\": \"Asia/Jerusalem\"\n            }\n        }\n    ]\n}"},"url":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/access-policies","description":"Adds a new authorization policy"},"response":[],"_postman_id":"34294a04-2862-4381-b21b-0d7be8febe0e"},{"name":"Update Authorization Policy","id":"9b0ec81e-1aeb-41a0-8aec-ee8ed1aa4075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"policyName\": \"Production App Access\",\n    \"status\": \"Enabled\",\n    \"description\": \"\",\n    \"providersData\": {\n        \"AWS\": {\n            \"regions\": [\n                \"us-east-1\",\n                \"us-east-2\"\n            ],\n            \"tags\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"vpcIds\": [],\n            \"accountIds\": []\n        },\n        \"Azure\": {\n            \"regions\": [\n                \"eastus2\",\n                \"eastus\"\n            ],\n            \"tags\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"resourceGroups\": [],\n            \"vnetIds\": [],\n            \"subscriptions\": []\n        },\n        \"OnPrem\": {\n            \"fqdnRulesConjunction\": \"OR\",\n            \"fqdnRules\": [\n                {\n                    \"operator\": \"EXACTLY\",\n                    \"computernamePattern\": \"acme.com\",\n                    \"domain\": \"ad.product2.com\"\n                }\n            ]\n        },\n        \"GCP\": {\n            \"regions\": [\n                \"asia-east1\",\n                \"us-east1\"\n            ],\n            \"labels\": [\n                {\n                    \"Key\": \"env\",\n                    \"Value\": [\n                        \"prod\"\n                    ]\n                }\n            ],\n            \"vpc_ids\": [],\n            \"projects\": []\n        }\n    },\n    \"startDate\": \"2023-01-10\",\n    \"endDate\": \"2024-01-10\",\n    \"userAccessRules\": [\n        {\n            \"ruleName\": \"dev-team-access\",\n            \"userData\": {\n                \"roles\": [\n                    \"DEV_TEAM_ROLE\"\n                ],\n                \"groups\": [],\n                \"users\": []\n            },\n            \"connectionInformation\": {\n                \"connectAs\": {\n                    \"AWS\": {\n                        \"ssh\": \"ec2-user\",\n                        \"rdp\": {\n                            \"localEphemeralUser\": {\n                                \"assignGroups\": [\n                                    \"Administrators\"\n                                ]\n                            }\n                        }\n                    },\n                    \"Azure\": {\n                        \"ssh\": \"azureuser\"\n                    },\n                    \"OnPrem\": {\n                        \"rdp\": {\n                            \"localEphemeralUser\": {\n                                \"assignGroups\": [\n                                    \"Administrators\"\n                                ]\n                            }\n                        }\n                    },\n                    \"GCP\": {\n                        \"ssh\": \"root\"\n                    }\n                },\n                \"grantAccess\": 3,\n                \"idleTime\": 10,\n                \"daysOfWeek\": [\n                    \"Mon\",\n                    \"Tue\"\n                ],\n                \"fullDays\": false,\n                \"hoursFrom\": \"10:00\",\n                \"hoursTo\": \"18:00\",\n                \"timeZone\": \"Asia/Jerusalem\"\n            }\n        }\n    ]\n}"},"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/access-policies/:dpaPolicyID","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","access-policies",":dpaPolicyID"],"variable":[{"id":"a096f4d3-b6a7-4617-ad95-64801e74197b","key":"dpaPolicyID","value":"","description":"The policy ID"}]},"description":"Updates the specified policy"},"response":[],"_postman_id":"9b0ec81e-1aeb-41a0-8aec-ee8ed1aa4075"},{"name":"Delete Authorization Policy","id":"df4b9404-8d2b-4cc9-8d58-1822efcaa3a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/access-policies/:dpaPolicyID","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","access-policies",":dpaPolicyID"],"variable":[{"id":"e0c22a43-5b59-40e9-b23a-4d8fbdf05ecf","key":"dpaPolicyID","value":"","description":"The policy ID"}]},"description":"Deletes the specified policy"},"response":[],"_postman_id":"df4b9404-8d2b-4cc9-8d58-1822efcaa3a9"}],"id":"06f088d3-3d71-412d-b779-2326f5c33ce7","_postman_id":"06f088d3-3d71-412d-b779-2326f5c33ce7"},{"name":"Public Keys","item":[{"name":"Download an SSH CA Public Key","id":"cd2d6682-1bd3-40d3-b018-5d6873a75be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/public-keys","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","public-keys"],"query":[{"key":"workspaceId","value":"","description":"The workspace ID of the environment where you will apply the SSH CA public key","disabled":true},{"key":"workspaceType","value":"AWS","description":"Valid Values: AWS, Azure","disabled":true}]},"description":"Returns an SSH CA public key for the specified workspace. Append this CA user key to your existing Trusted CA user keys file on all the target machines."},"response":[],"_postman_id":"cd2d6682-1bd3-40d3-b018-5d6873a75be0"},{"name":"Generate a Deployment Script for the SSH CA Public Key","id":"9f3ea1c7-1295-4ec9-bbe4-9b5e43517aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/public-keys/scripts","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","public-keys","scripts"],"query":[{"key":"workspaceId","value":"","description":"The workspace ID of the environment where you will apply the SSH CA public key","disabled":true},{"key":"workspaceType","value":"AWS","description":"Valid Values: AWS, Azure","disabled":true}]},"description":"Generates an SSH CA public key plus a deployment script for the specified workspace. Use this script to install the CyberArk certificate on target machines that don't have an existing certificate file."},"response":[],"_postman_id":"9f3ea1c7-1295-4ec9-bbe4-9b5e43517aff"}],"id":"78554097-e8e0-49f7-b6cc-1a3da0f26c65","_postman_id":"78554097-e8e0-49f7-b6cc-1a3da0f26c65"},{"name":"DPA Settings - MFA Caching","item":[{"name":"Get DPA Settings by Feature","id":"281a26ce-bc80-4e4c-a50b-972572796e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/settings/:dpaFeatureName","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","settings",":dpaFeatureName"],"variable":[{"id":"58560f03-4a4b-4661-bb68-594c270d9193","key":"dpaFeatureName","value":"MFA_CACHING","description":"The setting feature name"}]},"description":"Returns DPA settings and configurations for the requested feature."},"response":[],"_postman_id":"281a26ce-bc80-4e4c-a50b-972572796e87"},{"name":"Update DPA Feature Settings","id":"35fecdcc-47e5-4507-baae-c906e3f94a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"isMfaCachingEnabled\": true,\n    \"keyExpirationTimeSec\": 3600\n}"},"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/settings/:dpaFeatureName","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","settings",":dpaFeatureName"],"variable":[{"id":"7d6caaa5-0cb4-46c6-8d7a-432b40036f77","key":"dpaFeatureName","value":"MFA_CACHING","description":"The setting feature name"}]},"description":"Overrides all settings for the specified feature. Unspecified settings are restored to their default values."},"response":[],"_postman_id":"35fecdcc-47e5-4507-baae-c906e3f94a89"},{"name":"Update DPA Feature Settings","id":"1b8b3417-863d-4486-9487-2eec2a970135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"isMfaCachingEnabled\": true,\n    \"keyExpirationTimeSec\": 3600\n}"},"url":{"raw":"https://{{saasSubdomain}}.dpa.cyberark.cloud/api/settings/:dpaFeatureName","protocol":"https","host":["{{saasSubdomain}}","dpa","cyberark","cloud"],"path":["api","settings",":dpaFeatureName"],"variable":[{"id":"27b0c240-05db-49fb-9a6c-f339fb54e2e0","key":"dpaFeatureName","value":"MFA_CACHING","description":"The setting feature name"}]},"description":"Updates the requested settings of the feature."},"response":[],"_postman_id":"1b8b3417-863d-4486-9487-2eec2a970135"}],"id":"92599680-d623-441f-bb19-ac983d470959","_postman_id":"92599680-d623-441f-bb19-ac983d470959"}],"id":"2be1063c-ba90-417a-bded-aff7d35052e9","description":"## Overview\n\nCyberArk's Dynamic Privileged Access service is a non-intrusive, agentless SaaS solution designed to be used by the functions responsible for securing privileged access to organizational assets that may be distributed across multiple hybrid and cloud environments. DPA can significantly reduce the risk of standing privilege access from day 1, by securing and isolating privileged sessions while implementing time-limited access to your assets using attribute-based access control policies that reflect business context.\n\nEnd users, who may be system administrators, DevOps engineers or other privileged business users (such as an application owners), are granted VPN-less access to assets within the private network. Your users can connect using the client of their choice via an MFA-secured connection, with their own personal credentials, to the relevant asset with the right access and for the required length of time.","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"6a761508-d42e-4561-aee1-66202a213cbe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"12afec93-31f1-4760-91c8-d080e26cbe3f","type":"text/javascript","exec":[""]}}],"_postman_id":"2be1063c-ba90-417a-bded-aff7d35052e9"},{"name":"Remote Access","item":[{"name":"Groups","item":[{"name":"Get LDAP Group","id":"01037f26-7ab6-491f-ac12-790b85f1b101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/groups/:raGroupID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","groups",":raGroupID"],"variable":[{"id":"1846c834-68d3-4346-8153-849ecfe5adce","key":"raGroupID","value":"","description":"The unique ID of the LDAP group"}]},"description":"The unique ID of the AleroLDAP group"},"response":[],"_postman_id":"01037f26-7ab6-491f-ac12-790b85f1b101"},{"name":"Get LDAP Groups","id":"10ffb2bb-2ffe-42cc-a5fe-9b0d132646df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/groups","protocol":"https","host":["api","alero","io"],"path":["v2-edge","groups"],"query":[{"key":"searchString","value":"","description":"The string to use in the search","disabled":true},{"key":"searchIn","value":"ALL","description":"The field in which to perform the search","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100)","disabled":true}]},"description":"Get list of Groups"},"response":[],"_postman_id":"10ffb2bb-2ffe-42cc-a5fe-9b0d132646df"},{"name":"Create LDAP Group","id":"6835f733-29f7-4006-9425-161b7ac14037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Example Name\",\n  \"description\": \"Example Description\"\n}"},"url":"https://api.alero.io/v2-edge/groups","description":"Create Group"},"response":[],"_postman_id":"6835f733-29f7-4006-9425-161b7ac14037"},{"name":"Update LDAP Group","id":"17d7800c-b83c-4b0a-8983-e058a86aa724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\" =D|oReR}-UX7H%Mxah-\\\"4c`$t$IIR6WmkV9H%^Qj;S_\\\"}O&7q2iV3~nd5\""},"url":{"raw":"https://api.alero.io/v2-edge/groups/:raGroupID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","groups",":raGroupID"],"variable":[{"id":"851ef01a-7070-46c0-a70f-fca2bb8f6d2e","key":"raGroupID","value":"","description":"The unique ID of the LDAP group"}]},"description":"Updates a specific AleroLDAP group."},"response":[],"_postman_id":"17d7800c-b83c-4b0a-8983-e058a86aa724"},{"name":"Delete LDAP Group","id":"d378ad7e-be2c-4bde-b0e7-c95477fa6f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://api.alero.io/v2-edge/groups/:raGroupID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","groups",":raGroupID"],"variable":[{"id":"39050161-335b-4556-8e24-c3a18eb42c46","key":"raGroupID","value":"","description":"The unique ID of the LDAP group"}]},"description":"Delete an AleroLDAP group by id. Note: Groups that contain members or pending invitations cannot be deleted."},"response":[],"_postman_id":"d378ad7e-be2c-4bde-b0e7-c95477fa6f42"}],"id":"49b3c50a-691b-40e7-9f7b-b3aa277f9e7b","_postman_id":"49b3c50a-691b-40e7-9f7b-b3aa277f9e7b"},{"name":"Invitations","item":[{"name":"Get Vendor Invitation","id":"915f16c8-177d-4ea1-b6a5-dbcf78f436b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/invitations/vendor-invitations/:raInvitationID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","invitations","vendor-invitations",":raInvitationID"],"variable":[{"id":"0b5a4777-60e0-43b6-b749-384c179bff4c","key":"raInvitationID","value":"","description":"The unique ID of the invitation"}]},"description":"Get Vendor Invitation by ID"},"response":[],"_postman_id":"915f16c8-177d-4ea1-b6a5-dbcf78f436b8"},{"name":"Get Vendor Invitations","id":"ca3dd3f3-c7da-45ca-a30d-af98dc2f8084","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/invitations/vendor-invitations","protocol":"https","host":["api","alero","io"],"path":["v2-edge","invitations","vendor-invitations"],"query":[{"key":"createdBy","value":"","description":"The ID of the Remote Access user who created the invitation","disabled":true},{"key":"searchString","value":"","description":"The term in which to search for","disabled":true},{"key":"searchIn","value":"FULLNAME","description":"The field in which to perform the search (Default Value: FULLNAME)","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100)","disabled":true}]},"description":"Get Vendor Invitations"},"response":[],"_postman_id":"ca3dd3f3-c7da-45ca-a30d-af98dc2f8084"},{"name":"Create Vendor Invitation","id":"b428bad3-7ec5-4c2e-8e05-09e3ab5d4f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"dzM! slp6?2q-BF\\\"yc2{h2!x9`-U'f=AV:km0DcldwFm9u{0e0\",\n    \"emailAddress\": \"string\",\n    \"firstName\": \"\\\"~gcQZcz:U &W:0l%{\\\\INU6&_u\",\n    \"lastName\": \"Up\",\n    \"phoneNumber\": \"+972058655541\",\n    \"initialStatus\": \"Activated\",\n    \"accessStartDate\": 0,\n    \"accessEndDate\": 0,\n    \"accessTimeDetails\": {\n        \"timeZone\": \"America/New_York\",\n        \"allowedDays\": [\n            \"MONDAY\"\n        ],\n        \"allDay\": true,\n        \"workingHoursStartSeconds\": 0,\n        \"workingHoursEndSeconds\": 0\n    },\n    \"canInvite\": true,\n    \"comments\": \".Hk?jz;xo9k?v8.WYm=@i?X93fv@6:_hhj8A|Hfbqd%9+8~*P '!:.qucl@Cb+S9\",\n    \"provisioningType\": \"ProvisionedByAlero\",\n    \"provisioningUsername\": \"O1K+EbJ\\\\OJgw2\",\n    \"provisioningGroups\": [\n        \"string\"\n    ],\n    \"applications\": [\n        {\n            \"siteId\": \"string\",\n            \"applicationId\": \"string\"\n        }\n    ],\n    \"customText\": \"tlwWHdayaKQTp1h a5CFI+x%9a'c#2juj:c'4!d,Fv09;3aS6&3M,T R\",\n    \"maxNumOfInvitedVendors\": 2147483647,\n    \"phoneAndEmailAuth\": true,\n    \"invitedVendorsInitialStatus\": \"Activated\"\n}"},"url":"https://api.alero.io/v2-edge/invitations/vendor-invitations","description":"Create Vendor Invitation"},"response":[],"_postman_id":"b428bad3-7ec5-4c2e-8e05-09e3ab5d4f68"},{"name":"Create User Invitation","id":"cfd2d3b8-ab1c-45aa-b587-e812e573fb6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"usersToInvite\": [\n        {\n            \"name\": \".\",\n            \"emailAddress\": \"string\"\n        }\n    ],\n    \"initialStatus\": \"Deactivated\",\n    \"invitationExpirationTime\": 0\n}"},"url":"https://api.alero.io/v2-edge/invitations/user-invitations","description":"Create User Invitation"},"response":[],"_postman_id":"cfd2d3b8-ab1c-45aa-b587-e812e573fb6e"},{"name":"Delete Vendor Invitation","id":"c5b80493-bb46-4dd2-bccb-130512e307e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://api.alero.io/v2-edge/invitations/vendor-invitations/:raInvitationID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","invitations","vendor-invitations",":raInvitationID"],"variable":[{"id":"a2fdac92-b5c9-4559-bb0e-a37746d185e8","key":"raInvitationID","value":"","description":"The unique ID of the invitation"}]},"description":"Delete Vendor Invitation by ID"},"response":[],"_postman_id":"c5b80493-bb46-4dd2-bccb-130512e307e2"}],"id":"ab5cd42b-fd20-4551-8cf7-3d0334e8e4ae","_postman_id":"ab5cd42b-fd20-4551-8cf7-3d0334e8e4ae"},{"name":"Self-Service Requests","item":[{"name":"Get Pending Invitation Requests","id":"5c94f862-f06b-414c-ab7c-dbd72c2c0e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/selfServiceRequests","protocol":"https","host":["api","alero","io"],"path":["v2-edge","selfServiceRequests"],"query":[{"key":"searchString","value":"","description":"The term to search for","disabled":true},{"key":"searchIn","value":"ALL","description":"The field in which to perform the search","disabled":true},{"key":"fromTime","value":"0","description":"Default Value: 0","disabled":true},{"key":"toTime","value":"0","description":"Default Value: 0","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100)","disabled":true}]},"description":"Retrieves a list of pending self-service invitation requests"},"response":[],"_postman_id":"5c94f862-f06b-414c-ab7c-dbd72c2c0e12"},{"name":"Create Invitation from Request","id":"667b35cf-fa01-4c38-a3e7-d4073c11e9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"initialStatus\": \"Activated\",\n    \"accessStartDate\": 0,\n    \"accessEndDate\": 0,\n    \"canInvite\": true,\n    \"comments\": \"&*H{:a9k`k14`mNKm@Wu3|N,eCz9o\",\n    \"provisioningType\": \"ProvisionedByAlero\",\n    \"provisioningUsername\": \"\\\"H*3:XK@yhc\",\n    \"provisioningGroups\": [\n        \"string\"\n    ],\n    \"applications\": [\n        {\n            \"siteId\": \"string\",\n            \"applicationId\": \"string\"\n        }\n    ],\n    \"customText\": \"}9ZA3qImZMu8A02Ib61b3pd4Bd{!u'YX?j\",\n    \"maxNumOfInvitedVendors\": 2147483647,\n    \"phoneAndEmailAuth\": true,\n    \"invitedVendorsInitialStatus\": \"Activated\"\n}"},"url":{"raw":"https://api.alero.io/v2-edge/selfServiceRequests/:raID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","selfServiceRequests",":raID"],"variable":[{"id":"c16ddfbb-cc3c-4b3c-a8d7-c8723cbd0d9e","key":"raID","value":"","description":"Unique identifier of the request"}]},"description":"Creates a vendor invitation based on a pending self-service invitation request."},"response":[],"_postman_id":"667b35cf-fa01-4c38-a3e7-d4073c11e9a3"},{"name":"Reject Pending Request","id":"1291bb89-cc5c-4063-a4d5-94c695a1835e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://api.alero.io/v2-edge/selfServiceRequests/:raID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","selfServiceRequests",":raID"],"variable":[{"id":"8f1d5568-2e53-4a69-889a-9ee74d461d13","key":"raID","value":"","description":"Unique identifier of the request"}]},"description":"Rejects a pending self-service invitation request (deletes it)."},"response":[],"_postman_id":"1291bb89-cc5c-4063-a4d5-94c695a1835e"}],"id":"1cdf53cf-ad78-4ff8-998d-5e68402b8865","_postman_id":"1cdf53cf-ad78-4ff8-998d-5e68402b8865"},{"name":"Users","item":[{"name":"Get User Details","id":"7f23328c-15fd-473a-8289-d629941dfe1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/users/:raUserID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","users",":raUserID"],"variable":[{"id":"ab43f13f-ff5f-48c9-9550-967723e745e6","key":"raUserID","value":"","description":"The unique ID of the user"}]},"description":"Retrieves details of a user identified by ID"},"response":[],"_postman_id":"7f23328c-15fd-473a-8289-d629941dfe1b"},{"name":"Get Users","id":"c06d62a6-c55d-464e-b856-af5989864323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/users","protocol":"https","host":["api","alero","io"],"path":["v2-edge","users"],"query":[{"key":"name","value":"","description":"The name of the users to include in the returned list, or part of the name. Valid Values: fullname/patterns/wildcards","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100)","disabled":true}]},"description":"Retrieves a list of users, according to a query"},"response":[],"_postman_id":"c06d62a6-c55d-464e-b856-af5989864323"},{"name":"Update User Status","id":"545c5019-71c8-468a-bb22-84a2ac8cd05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"Deactivated\""},"url":{"raw":"https://api.alero.io/v2-edge/users/:raUserID/status","protocol":"https","host":["api","alero","io"],"path":["v2-edge","users",":raUserID","status"],"variable":[{"id":"06ac235d-becd-4375-99d6-dcaa457fccab","key":"raUserID","value":"","description":"The unique ID of the user"}]},"description":"Updates the user's status"},"response":[],"_postman_id":"545c5019-71c8-468a-bb22-84a2ac8cd05a"},{"name":"Update User Role","id":"997058bf-ed59-4652-853b-59c84cbb6e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"TenantAdmin\""},"url":{"raw":"https://api.alero.io/v2-edge/users/:raUserID/role","protocol":"https","host":["api","alero","io"],"path":["v2-edge","users",":raUserID","role"],"variable":[{"id":"97bca6b4-565c-4bf0-a60d-fc17865ff18c","key":"raUserID","value":"","description":"The unique ID of the user"}]},"description":"Updates the user's role"},"response":[],"_postman_id":"997058bf-ed59-4652-853b-59c84cbb6e09"},{"name":"Delete User","id":"aa65e332-c9e8-48aa-bf4e-ff4a92db2f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://api.alero.io/v2-edge/users/:raUserID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","users",":raUserID"],"variable":[{"id":"5004b282-673e-4f8c-b944-62d770eea94a","key":"raUserID","value":"","description":"The unique ID of the user"}]},"description":"Deletes a user that is identified by ID"},"response":[],"_postman_id":"aa65e332-c9e8-48aa-bf4e-ff4a92db2f2b"}],"id":"a86a2ab5-8139-4e85-985a-e0c5dd84d555","_postman_id":"a86a2ab5-8139-4e85-985a-e0c5dd84d555"},{"name":"Vendors","item":[{"name":"Get Vendor by Phone Number","id":"27e55534-d273-4905-ab73-f57682741a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/vendors/phone/:raPhoneNumber","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors","phone",":raPhoneNumber"],"variable":[{"id":"6ff3ded3-0c96-4b82-8a5f-3fe3dc728063","key":"raPhoneNumber","value":"+972058655541","description":"The phone number that the user set when they registered with Remote Access, in international format"}]},"description":"Retrieves a list of vendors identified by their unique phone number"},"response":[],"_postman_id":"27e55534-d273-4905-ab73-f57682741a6f"},{"name":"Get Vendor Details","id":"680684a9-f88c-4975-8f89-161441bded58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/vendors/:raVendorID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors",":raVendorID"],"variable":[{"id":"1789d4e1-d49b-4107-86ad-8a443cb8b5db","key":"raVendorID","value":"","description":"The unique ID of the vendor"}]},"description":"Retrieves details of a vendor identified by ID"},"response":[],"_postman_id":"680684a9-f88c-4975-8f89-161441bded58"},{"name":"Get Vendors","id":"ed0fb6aa-46d3-432f-892d-61b77a5e9a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/vendors","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors"],"query":[{"key":"invitedBy","value":"","description":"The ID of the Remote Access user who invited this vendor","disabled":true},{"key":"searchString","value":"","description":"The string to use in the search","disabled":true},{"key":"searchIn","value":"FULLNAME","description":"The field in which to perform the search (Default Value: FULLNAME)","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100)","disabled":true}]},"description":"Retrieves a list of vendors, according to a query"},"response":[],"_postman_id":"ed0fb6aa-46d3-432f-892d-61b77a5e9a30"},{"name":"Update Vendor","id":"fae45d9a-e0a8-4955-8dbd-6738fc80446a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accessStartDate\": 0,\n    \"accessEndDate\": 0,\n    \"canInvite\": true,\n    \"invitedVendorsInitialStatus\": \"Activated\",\n    \"maxNumInvitedVendors\": 2147483647,\n    \"provisioningType\": \"ProvisionedByAlero\",\n    \"username\": \"sRuPJerrVA@W}TFPHci! m-w+1{g'q*@8\\\\x!CwNR+ E:hc5-! 6dqW'T.BGQhZTp}gtyH-TgOXHdgDP!*-\",\n    \"groups\": [\n        \"string\"\n    ],\n    \"comments\": \"Q4PGtWf5yK.sWeQQfBWrD1P\\\"nfP3#q\",\n    \"applications\": [\n        {\n            \"siteId\": \"string\",\n            \"applicationId\": \"string\"\n        }\n    ],\n    \"pvwaApplications\": true\n}"},"url":{"raw":"https://api.alero.io/v2-edge/vendors/:raVendorID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors",":raVendorID"],"variable":[{"id":"cb2430de-9e14-4837-8988-d32be619cee7","key":"raVendorID","value":"","description":"The unique ID of the vendor"}]},"description":"Updates a specific vendor's properties"},"response":[],"_postman_id":"fae45d9a-e0a8-4955-8dbd-6738fc80446a"},{"name":"Update Vendor Status","id":"0e0b42f9-079f-491b-9284-acb84669e84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"Activated\""},"url":{"raw":"https://api.alero.io/v2-edge/vendors/:raVendorID/status","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors",":raVendorID","status"],"variable":[{"id":"ae388d4e-b8f6-471e-9fb6-735800873b82","key":"raVendorID","value":"","description":"The unique ID of the vendor"}]},"description":"Updates the vendor's status"},"response":[],"_postman_id":"0e0b42f9-079f-491b-9284-acb84669e84e"},{"name":"Delete Vendor","id":"e5e8d250-2fa7-44fe-9bb5-a75921bfbec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://api.alero.io/v2-edge/vendors/:raVendorID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","vendors",":raVendorID"],"variable":[{"id":"4fb2528e-1283-499f-9298-105f4c0ebef4","key":"raVendorID","value":"","description":"The unique ID of the vendor"}]},"description":"Deletes a vendor that is identified by ID"},"response":[],"_postman_id":"e5e8d250-2fa7-44fe-9bb5-a75921bfbec3"}],"id":"c58a4bb2-6f11-45d7-8ee6-7be89c910fd2","_postman_id":"c58a4bb2-6f11-45d7-8ee6-7be89c910fd2"},{"name":"Get Activities","id":"b667966f-34e7-491d-8e9b-66573db0c12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/activities","protocol":"https","host":["api","alero","io"],"path":["v2-edge","activities"],"query":[{"key":"activityTypes","value":"","description":"List of Activity Types to retrieve\n\nAvailable values : ApplicationCreated, ApplicationDeleted, ApplicationUpdated, ApplicationEnabled, ApplicationDisabled, ApplicationUserLogin, ConnectorCreated, ConnectorDeleted, ConnectorInitializationExtended, ConnectorInitialized, ConnectorUpdated, ConnectorLdapUpdated, ConnectorLdapInitialized, ConnectorLdapStopped, GroupsCreated, GroupsDeleted, GroupsUpdated, SettingsUpdated, SiteCreated, SiteDeleted, SiteUpdated, TenantAliasUpdated, TenantCreated, TenantLogin, UserActivated, UserDeactivated, VendorActivated, VendorDeactivated, VendorUpdated, UserDeleteFromTenant, VendorDeleteFromTenant, UserJoinTenant, VendorJoinTenant, UserCreated, UserUpdated, UserRoleChanged, ApplicationVendorLogin, AppCertificateCreated, AppCertificateDeleted, AppCertificateUpdated, CompanyUserInvitationCreate, VendorInvitationCreate, ServiceAccountCreated, ServiceAccountDeleted, ServiceAccountActivated, ServiceAccountDeactivated, ApplicationLoginBlocked, DirectAccessUserResponse, DirectAccessConnectionDenied, OfflineAccessUserViewedPassword, IdaptiveVendorSync, IdaptiveRoleSync, CompanyInviterUpdated","disabled":true},{"key":"fromTime","value":"0","description":"Default Value: 0","disabled":true},{"key":"toTime","value":"0","description":"Default Value: 0","disabled":true},{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100) ","disabled":true}]},"description":"Get list of Activities, happened between specified period"},"response":[],"_postman_id":"b667966f-34e7-491d-8e9b-66573db0c12f"},{"name":"Get Connectors by Site","id":"0231dfa1-60e0-49f8-a7d7-276aac14be36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/connectors/:raSiteID","protocol":"https","host":["api","alero","io"],"path":["v2-edge","connectors",":raSiteID"],"query":[{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100) ","disabled":true}],"variable":[{"id":"c8c91ab6-3f7b-45d6-b05a-9735e7631074","key":"raSiteID","value":"","description":"The unique ID of the site"}]},"description":"Gets a list of tenant connectors per specified site."},"response":[],"_postman_id":"0231dfa1-60e0-49f8-a7d7-276aac14be36"},{"name":"Get Site Applications","id":"c1d25cdf-0970-4e40-9a89-345c160b53d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/sites/:raSiteID/applications","protocol":"https","host":["api","alero","io"],"path":["v2-edge","sites",":raSiteID","applications"],"query":[{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100) ","disabled":true}],"variable":[{"id":"d5cdb65b-d4bc-4fc9-8ad9-ac20e17e0a0f","key":"raSiteID","value":"","description":"The unique ID of the site"}]},"description":"Retrieves a list of applications"},"response":[],"_postman_id":"c1d25cdf-0970-4e40-9a89-345c160b53d5"},{"name":"Get Sites","id":"b07d94e4-a35e-40b0-a77e-54e812e7a209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://api.alero.io/v2-edge/sites","protocol":"https","host":["api","alero","io"],"path":["v2-edge","sites"],"query":[{"key":"offset","value":"0","description":"The number of entries to skip (Default Value: 0)","disabled":true},{"key":"limit","value":"100","description":"The maximum number of entries to return (Default Value: 100) ","disabled":true}]},"description":"Retrieves a list of tenant sites"},"response":[],"_postman_id":"b07d94e4-a35e-40b0-a77e-54e812e7a209"}],"id":"6fd147d7-f56d-4093-891c-b9cbb4f2ba35","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"ba276136-0008-4464-87f6-c4ccf74d45c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4987cd54-0a5e-424a-a326-379dea184e7e","type":"text/javascript","exec":[""]}}],"_postman_id":"6fd147d7-f56d-4093-891c-b9cbb4f2ba35"},{"name":"Conjur Cloud","item":[{"name":"Authentication","item":[{"name":"Authenticators","item":[{"name":"Authenticator Status","id":"d88d9c57-b468-42aa-9e29-304903732e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/:conjurAuthenticator/:conjurServiceID/conjur/status","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api",":conjurAuthenticator",":conjurServiceID","conjur","status"],"variable":[{"id":"b2646bcc-5ae9-46bc-9108-7a0ec66d9b7c","key":"conjurAuthenticator","value":"authn-jwt","description":"Valid Values: authn-azure, authn-gcp, authn-iam, authn-jwt"},{"id":"f9dc246c-902a-4a7c-acd9-61ed376ed6cd","key":"conjurServiceID","value":"prod","description":"The ID of the authenticator endpoint"}]},"description":"Once the status webservice has been properly configured and the relevant user groups have been given permissions to access the status webservice, the users in those groups can check the status of the authenticator.\n\n### Note\n\nSupports:\n\n- [Azure Authenticator](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Authn/authenticate-azure-lp.htm)\n    \n- [GCP&nbsp;Authenticator](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Authn/authenticate-gcp-lp.htm)\n    \n- [JWT&nbsp;Authenticator](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Services/cjr-authn-jwt-lp.htm)\n    \n\n### Tip\n\nYou can also check the authenticator status from the Conjur Cloud UI > Authenticators page by selecting the authenticator and clicking **More options > Check status**."},"response":[],"_postman_id":"d88d9c57-b468-42aa-9e29-304903732e70"},{"name":"Azure Authenticator","event":[{"listen":"test","script":{"id":"c045fede-07d1-40a4-ae2b-4101ea829eb4","exec":["pm.test(\"Response is OK\", function () {","    pm.response.to.not.be.error;","});","","pm.environment.set(\"conjurSessionToken\", pm.response.text());"],"type":"text/javascript"}}],"id":"bbce0861-c660-4420-bc96-4263ec21d230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept-Encoding","value":"base64"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jwt","value":"eyJhbGciOiJSUzI1NiIs......uTonCA","description":"Azure access token for Azure instance","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn-azure/:conjurServiceID/conjur/:conjurHostID/authenticate","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","authn-azure",":conjurServiceID","conjur",":conjurHostID","authenticate"],"variable":[{"id":"a25a41ef-bc1a-4a3e-8855-0165051757cb","key":"conjurServiceID","value":"prod","description":"The ID of your Azure Authenticator web service"},{"id":"51e7dafb-4381-4a3d-81ee-8f48b944cd13","key":"conjurHostID","value":"{{conjurHostID}}","description":"The identity of the application running on the Azure VM"}]}},"response":[],"_postman_id":"bbce0861-c660-4420-bc96-4263ec21d230"},{"name":"GCP Authenticator","event":[{"listen":"test","script":{"id":"c045fede-07d1-40a4-ae2b-4101ea829eb4","exec":["pm.test(\"Response is OK\", function () {","    pm.response.to.not.be.error;","});","","pm.environment.set(\"conjurSessionToken\", pm.response.text());"],"type":"text/javascript"}}],"id":"7204269b-f8cd-4b22-a890-4d78297935a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept-Encoding","value":"base64"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jwt","value":"eyJhbGciOiJSUzI1NiIs......uTonCA","description":"Azure access token for Azure instance","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn-gcp/:conjurServiceID/conjur/:conjurHostID/authenticate","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","authn-gcp",":conjurServiceID","conjur",":conjurHostID","authenticate"],"variable":[{"id":"cc7b8af4-3bb1-4eb7-9df9-e13604f336c3","key":"conjurServiceID","value":"prod","description":"The ID of your Azure Authenticator web service"},{"id":"ad80ff9c-daf9-4b9a-be38-e00109370f55","key":"conjurHostID","value":"{{conjurHostID}}"}]},"description":"This topic describes the GCP Authenticator API.\n\nUse the GCP Authenticator API to send an authentication request from a Google Cloud service to Conjur Cloud.\n\nFor more information about GCP authentication, see [Authenticate GCP resources](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Authn/authenticate-gcp-lp.htm)."},"response":[],"_postman_id":"7204269b-f8cd-4b22-a890-4d78297935a6"},{"name":"JWT Authenticator","event":[{"listen":"test","script":{"id":"c045fede-07d1-40a4-ae2b-4101ea829eb4","exec":["pm.test(\"Response is OK\", function () {","    pm.response.to.not.be.error;","});","","pm.environment.set(\"conjurSessionToken\", pm.response.text());"],"type":"text/javascript"}}],"id":"da1268ce-5bce-4fc8-8f86-37632efa1397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept-Encoding","value":"base64"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"jwt","value":"eyJhbGciOiJSUzI1NiIs......uTonCA","description":"Azure access token for Azure instance","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn-jwt/:conjurServiceID/conjur/authenticate","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","authn-jwt",":conjurServiceID","conjur","authenticate"],"variable":[{"id":"2e29349f-6638-42b6-be36-1b1dc33fab81","key":"conjurServiceID","value":"prod","description":"The ID of your Azure Authenticator web service"}]},"description":"This topic describes the JWT Authenticator REST API.\n\nUse the JWT Authenticator API to send an authentication request from the application with a JWT to Conjur Cloud.\n\nFor more information about the JWT Authenticator, see [Authenticate JWT](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Services/cjr-authn-jwt-lp.htm)"},"response":[],"_postman_id":"da1268ce-5bce-4fc8-8f86-37632efa1397"},{"name":"Enable Authenticator","id":"5ee5af27-4fd6-4fef-a3d0-f28a8554cd59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"true","description":"Valid Values: true, false","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/:conjurAuthenticator/:conjurServiceID/conjur","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api",":conjurAuthenticator",":conjurServiceID","conjur"],"variable":[{"id":"5d8c0b55-b1c3-4d74-8bef-1b2ed6d3469c","key":"conjurAuthenticator","value":"authn-jwt","description":"Valid Values: authn-azure, authn-gcp, authn-iam, authn-jwt"},{"id":"a2958a33-691b-40cf-947f-e5e71941dcc4","key":"conjurServiceID","value":"prod","description":"The ID of the authenticator endpoint"}]},"description":"Enables configured authenticators in Conjur Cloud.\n\n### Note\n\n- You can also enable and disable Conjur Cloud authenticators using the Conjur Cloud CLI. For details see [Enable or disable authenticators](https://docs.cyberark.com/ConjurCloud/Latest/en/Content/Operations/Authn/ccl-enable-authns.htm).\n    \n- You must have Conjur Cloud admin permissions to allowlist authenticator endpoints."},"response":[],"_postman_id":"5ee5af27-4fd6-4fef-a3d0-f28a8554cd59"}],"id":"9e030226-9cdf-43ef-86eb-b7c21ec9a960","description":"This section describes the REST APIs for enabling, checking, and working with Conjur Cloud authenticators.\n\nIn this section:\n\n- Enable authenticator\n    \n- Authenticator Status\n    \n- Azure Authenticator\n    \n- GCP Authenticator\n    \n- JWT Authenticator","_postman_id":"9e030226-9cdf-43ef-86eb-b7c21ec9a960"},{"name":"Rotate","item":[{"name":"Rotate Your Own API Key","id":"3b23318e-f2c5-420f-b970-2dee1c9dcac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurAPIKey}}","username":"{{conjurUsername}}","showPassword":false}},"method":"PUT","header":[],"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn/conjur/api_key","description":"Any role can rotate its own API key. The name and password or current API key of the role must be provided via HTTP Basic Authorization.\n\nNote that the body of the request must be the empty string."},"response":[],"_postman_id":"3b23318e-f2c5-420f-b970-2dee1c9dcac3"},{"name":"Rotate A Host API Key","id":"0b6a2212-aafd-4829-954a-0791b95509d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{conjurAPIKey}}","username":"{{conjurUsername}}","showPassword":false}},"method":"PUT","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn/conjur/api_key?role=host:hostID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","authn","conjur","api_key"],"query":[{"key":"role","value":"host:hostID","description":"hostID would be the identity without the prefix host/"}]},"description":"Rotates the API key of a host you can update.\n\nNote that the body of the request must be the empty string."},"response":[],"_postman_id":"0b6a2212-aafd-4829-954a-0791b95509d6"}],"id":"ebba60b5-bbb0-4eba-9978-43b72e74d3fe","_postman_id":"ebba60b5-bbb0-4eba-9978-43b72e74d3fe"},{"name":"Authenticate Host Identity","event":[{"script":{"id":"25e3373d-6cd9-4a07-9cc1-60dbef05b6bd","exec":[""],"type":"text/javascript"},"listen":"prerequest","disabled":false},{"script":{"id":"e08cbf13-604e-47f7-b8b9-d534b49b4160","exec":["pm.test(\"Response is OK\", function () {","    pm.response.to.not.be.error;","});","","pm.environment.set(\"conjurSessionToken\", pm.response.text());"],"type":"text/javascript"},"disabled":false,"listen":"test"}],"id":"db5447cf-8077-406c-8f64-b769866e597a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Accept-Encoding","value":"base64","description":"Returns token base64-encoded"}],"body":{"mode":"raw","raw":"{{conjurAPIKey}}"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/:authenticator/conjur/{{conjurHostID}}/authenticate","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api",":authenticator","conjur","{{conjurHostID}}","authenticate"],"variable":[{"key":"authenticator","value":"authn","description":"Valid Values: authn, authn-ldap, authn-jwt, authn-iam, etc."}]},"description":"Gets a short-lived access token, which is required in the header of most subsequent API requests. A client can obtain an access token by presenting a valid login name and API key.\n\nThe access token is used to communicate to the REST API that the bearer of the token has been authorized to access the API and perform specific actions specified by the scope that was granted during authorization.\n\nThe login must be [URL encoded](https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding). For example, `alice@devops` must be encoded as `alice@devops`.\n\nThe login is the host ID with the prefix `host/`. For example, the host `webserver` would log in as `host/webserver`, and would be encoded as `host/webserver`.\n\n### Note\n\nAccess tokens expire after 8 minutes. You need to obtain a new token after it expires."},"response":[],"_postman_id":"db5447cf-8077-406c-8f64-b769866e597a"},{"name":"Authenticate User (OIDC)","event":[{"listen":"test","script":{"id":"aeec5f3b-9e5c-4b81-9456-f2be33d1771c","exec":["pm.environment.set(\"conjurSessionToken\", pm.response.text());","pm.test(\"response is ok\", function () {","    pm.response.to.not.be.error;","});"],"type":"text/javascript"}}],"id":"8c5977bd-74dc-4bc0-85c3-3cb9e03f7c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept-Encoding","value":"base64"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id_token","value":"{{identityToken}}","type":"text"}]},"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/authn-oidc/cyberark/conjur/authenticate","description":"Users can authenticate to Conjur Cloud using an ID token from their tenant's Identity Security Platform service."},"response":[],"_postman_id":"8c5977bd-74dc-4bc0-85c3-3cb9e03f7c99"},{"name":"Whoami","id":"8a789ba2-33b9-43e3-a1e7-32e8e2ca2616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/whoami","description":"WhoAmI provides information about the client making an API request.\n\nIt can be used to help troubleshoot configuration by verifying authentication and the client IP address for audit and network access restrictions. For more information, see [Host Attributes](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-DAP/Latest/en/Content/Operations/Policy/statement-ref-host.htm#Attribut)."},"response":[],"_postman_id":"8a789ba2-33b9-43e3-a1e7-32e8e2ca2616"}],"id":"0acf8c3d-a7cc-485f-8fac-508786ab2566","description":"Here are the requests that handle the different types of authentication.","_postman_id":"0acf8c3d-a7cc-485f-8fac-508786ab2566"},{"name":"Dynamic Secrets","item":[{"name":"Create Issuer","id":"efd08bda-5e30-498f-8d7a-faca73968e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"my-aws-issuer\",\n    \"max_ttl\": 3000,\n    \"type\": \"aws\",\n    \"data\": {\n        \"access_key_id\": \"my_key_id\",\n        \"secret_access_key\": \"my_key_secret\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{conjurHostname}}/api/issuers/conjur","description":"The `issuers` API manages a Conjur Cloud **issuer** resource. A Conjur Cloud issuer holds the data related to a target, for example AWS, that is needed for issuing dynamic (just-in-time) secret values."},"response":[],"_postman_id":"efd08bda-5e30-498f-8d7a-faca73968e3e"}],"id":"0889bac7-22c7-49c0-8843-65c66a4b8dbe","_postman_id":"0889bac7-22c7-49c0-8843-65c66a4b8dbe"},{"name":"Groups","item":[{"name":"Add Group Member","id":"beb93605-d3e3-4eda-8229-3e6170cc4430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/x.secretsmgr.v2+json"}],"body":{"mode":"raw","raw":"{\n    // id accepts full path to user, workload, or group\n    \"id\": \"data/ci/github/groupName\"\n    // kind accepts user, host, group\n    \"kind\": \"group\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{conjurHostname}}/api/groups/:conjurPolicyBranch/:conjurGroupName/members","host":["{{conjurHostname}}"],"path":["api","groups",":conjurPolicyBranch",":conjurGroupName","members"],"variable":[{"id":"2c74c82a-2197-4925-800d-f0ff927cd849","key":"conjurPolicyBranch","value":"data","description":"The branch the group is located on. (e.g. data/ci/jenkins)"},{"id":"43cb4702-7780-47e3-aa33-9cd10d8e2f0a","key":"conjurGroupName","value":"sampleGroup","description":"The group name to add the member to"}]},"description":"Add a user, workload, or group as a member of a group."},"response":[],"_postman_id":"beb93605-d3e3-4eda-8229-3e6170cc4430"},{"name":"Remove Group Member","id":"6cd7d779-887b-49e1-8343-6a74aaab9194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/x.secretsmgr.v2+json"}],"url":{"raw":"{{conjurHostname}}/api/groups/:conjurPolicyBranch/:conjurGroupName/members/:conjurKind/:conjurRoleId","host":["{{conjurHostname}}"],"path":["api","groups",":conjurPolicyBranch",":conjurGroupName","members",":conjurKind",":conjurRoleId"],"variable":[{"id":"a78e461e-0e62-4640-aea1-b9a13cc07839","key":"conjurPolicyBranch","value":"data","description":"The branch the group is located on. (e.g. data/ci/jenkins)"},{"id":"072559e0-d372-4499-99f2-df1d75c98e22","key":"conjurGroupName","value":"sampleGroup","description":"The group name to add the member to"},{"id":"dd4108a6-9fcb-4a10-9d92-fdad78a20304","key":"conjurKind","value":"group","description":"The kind of member to remove (user, host, group)"},{"id":"ee4160bf-8955-44f4-82a7-7df14b841113","key":"conjurRoleId","value":"data/ci/github/groupName","description":"The full path of the member to remove (accepts users, workloads, groups)"}]},"description":"Add a user, workload, or group as a member of a group."},"response":[],"_postman_id":"6cd7d779-887b-49e1-8343-6a74aaab9194"}],"id":"5ae0ecdd-1f73-4c68-a269-95928f67017f","description":"Manage group membership of resources in Conjur Cloud.","_postman_id":"5ae0ecdd-1f73-4c68-a269-95928f67017f"},{"name":"Host Factory","item":[{"name":"Create a Host","id":"8df42901-607d-4c78-bd68-fa03d0bf4803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"Token token=\"1bcarsc2bqvsxt6cnd74xem8yf15gtma71vp23y315n0z201c1jza7\"","key":"Authorization"}},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"brand-new-host","description":"Identifier of the host to be created. It will be created within the account of the Host Factory.","type":"text"},{"key":"annotations","value":"annotation[description]=new+db+host&annotation[jenkins]=true","description":"Annotations to apply to the new host","type":"text"}]},"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/host_factories/hosts"},"response":[],"_postman_id":"8df42901-607d-4c78-bd68-fa03d0bf4803"},{"name":"Create Tokens","id":"e0d63c64-a0d9-46ea-a15c-08f492b02fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"expiration","value":"2023-08-04T22:27:20+00:00","description":"Expiration date of the token (ISO 8601 datetime string)","type":"text"},{"key":"host_factory","value":"conjur:host_factory:hf-db","description":"Fully qualified Host Factory ID","type":"text"},{"key":"count","value":"1","description":"Number of tokens to create (Default: 1)","type":"text"},{"key":"cidr","value":"[\"192.168.0.1\",\"192.168.0.2\"]","description":"CIDR restriction(s) on token usage","type":"text"}]},"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/host_factory_tokens"},"response":[],"_postman_id":"e0d63c64-a0d9-46ea-a15c-08f492b02fb0"},{"name":"Revoke Tokens","id":"d89b14ad-bb83-4f4b-bf95-49a8babcfb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/host_factory_tokens/:token","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","host_factory_tokens",":token"],"variable":[{"id":"020d95b7-80c3-4c22-850e-565e5b879235","key":"token","value":"1bcarsc2bqvsxt6cnd74xem8yf15gtma71vp23y315n0z201c1jza7","description":"The Host Factory token to revoke"}]}},"response":[],"_postman_id":"d89b14ad-bb83-4f4b-bf95-49a8babcfb3c"}],"id":"234401d9-3089-4913-8d53-af3c4e53d9a1","_postman_id":"234401d9-3089-4913-8d53-af3c4e53d9a1"},{"name":"Policy","item":[{"name":"Append to a Policy","id":"6c12718b-c99b-41b7-8b20-0dd9715facce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !user george"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"id":"b8da740d-0ab2-41e7-b20e-028ac3ea2b69","key":"conjurPolicyID","value":"root/path/to/policy"}]},"description":"Adds data to the existing Conjur policy. Deletions are not allowed. Any policy objects that exist on the server but are omitted from the policy file will not be deleted and any explicit deletions in the policy file will result in an error."},"response":[{"id":"74245d5e-368f-47d8-99b9-22e6c5e03c3c","name":"authn-jwt for GitHub","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"- !policy\n  id: github\n  annotations:\n    description: JWT Authenticator web service for GitHub\n  body:\n    # Create the conjur/authn-jwt/github web service\n    - !webservice\n\n    - !variable\n      id: token-app-property\n      annotations:\n        description: JWT Authenticator bases authentication on claims from the JWT. You can base authentication on identifying clams such as the name, the user, and so on. If you can customize the JWT, you can create a custom claim and base authentication on this claim.\n\n    - !variable\n      id: identity-path\n      annotations:\n        description: JWT Authenticator bases authentication on a combination of the claim in the token-app-property and the full path of the application identity (host) in Conjur. This variable is optional, and is used in conjunction with token-app-property. It has no purpose when standing alone.\n\n    - !variable\n      id: issuer\n      annotations:\n        description: JWT Authenticator bases authentication on the JWT issuer. This variable is optional, and is relevant only if there is an iss claim in the JWT. The issuer variable and iss claim values must match.\n\n    - !variable\n      id: jwks-uri\n      annotations:\n        description: A JSON Web Key Set (JWKS) URI. If the JWKS vendor provides both a jwks-uri and an equivalent provider-uri, you can use the provider-uri which has an easier interface to work with.\n\n    # Group of hosts that can authenticate using this JWT Authenticator\n    - !group\n      id: consumers\n      annotations:\n        description: Allows authentication through authn-jwt/github web service.\n    \n    # Permit the consumers group to authenticate to the authn-jwt/github web service\n    - !permit\n      role: !group consumers\n      privilege: [ read, authenticate ]\n      resource: !webservice\n\n    # Create a web service for checking authn-jwt/github status\n    - !webservice\n      id: status\n\n    # Group of users who can check the status of authn-jwt/github\n    - !group\n      id: operators\n      annotations:\n        description: Group of users that can check the status of the authn-jwt/github authenticator.\n    \n    # Permit group to check the status of authn-jwt/github\n    - !permit\n      role: !group operators\n      privilege: read\n      resource: !webservice status"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"key":"conjurPolicyID","value":"conjur/authn-jwt"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 16:45:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"87e1acc2a66b99105c36e6343a309640\""},{"key":"x-request-id","value":"5cb13b35-881c-4920-8904-027ec10ddb9c"},{"key":"x-runtime","value":"0.244095"},{"key":"server","value":"-"},{"key":"content-security-policy","value":"default-src 'none'"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload;"},{"key":"cache-control","value":"no-cache; no-store; must-revalidate;"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_roles\": {},\n    \"version\": 1\n}"},{"id":"911ee709-5671-4c9f-9d37-3026e06127d5","name":"authn-jwt for Jenkins","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"- !policy\n  id: jenkins\n  annotations:\n    description: JWT Authenticator web service for Jenkins\n  body:\n    # Create the conjur/authn-jwt/jenkins web service\n    - !webservice\n\n    - !variable\n      id: token-app-property\n      annotations:\n        description: JWT Authenticator bases authentication on claims from the JWT. You can base authentication on identifying clams such as the name, the user, and so on. If you can customize the JWT, you can create a custom claim and base authentication on this claim.\n\n    - !variable\n      id: identity-path\n      annotations:\n        description: JWT Authenticator bases authentication on a combination of the claim in the token-app-property and the full path of the application identity (host) in Conjur. This variable is optional, and is used in conjunction with token-app-property. It has no purpose when standing alone.\n\n    - !variable\n      id: issuer\n      annotations:\n        description: JWT Authenticator bases authentication on the JWT issuer. This variable is optional, and is relevant only if there is an iss claim in the JWT. The issuer variable and iss claim values must match.\n\n    - !variable\n      id: jwks-uri\n      annotations:\n        description: A JSON Web Key Set (JWKS) URI. If the JWKS vendor provides both a jwks-uri and an equivalent provider-uri, you can use the provider-uri which has an easier interface to work with.\n\n    # Group of hosts that can authenticate using this JWT Authenticator\n    - !group\n      id: consumers\n      annotations:\n        description: Allows authentication through authn-jwt/jenkins web service.\n    \n    # Permit the consumers group to authenticate to the authn-jwt/jenkins web service\n    - !permit\n      role: !group consumers\n      privilege: [ read, authenticate ]\n      resource: !webservice\n\n    # Create a web service for checking authn-jwt/jenkins status\n    - !webservice\n      id: status\n\n    # Group of users who can check the status of authn-jwt/jenkins\n    - !group\n      id: operators\n      annotations:\n        description: Group of users that can check the status of the authn-jwt/jenkins authenticator.\n    \n    # Permit group to check the status of authn-jwt/jenkins\n    - !permit\n      role: !group operators\n      privilege: read\n      resource: !webservice status"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"key":"conjurPolicyID","value":"conjur/authn-jwt"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Sep 2023 19:05:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"a2c78686266b33133c21132b1dc1d029\""},{"key":"x-request-id","value":"613fd6b4-b605-4923-9030-b0551eb9f283"},{"key":"x-runtime","value":"0.223041"},{"key":"server","value":"-"},{"key":"content-security-policy","value":"default-src 'none'"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload;"},{"key":"cache-control","value":"no-cache; no-store; must-revalidate;"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_roles\": {},\n    \"version\": 2\n}"},{"id":"91d5d7a7-628e-41ee-b153-59055ae2ac08","name":"authn-iam for AWS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"- !policy\n  id: inf-aws\n  body:\n    - !webservice\n  \n    # Group of hosts that can authenticate using this JWT Authenticator\n    - !group\n      id: consumers\n      annotations:\n        description: Allows authentication through authn-iam/inf-aws web service.\n    \n    # Permit the consumers group to authenticate to the authn-iam/inf-aws web service\n    - !permit\n      role: !group consumers\n      privilege: [ read, authenticate ]\n      resource: !webservice"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"key":"conjurPolicyID","value":"conjur/authn-iam"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 14:49:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"vary","value":"Accept"},{"key":"etag","value":"W/\"87e1acc2a66b99105c36e6343a309640\""},{"key":"x-request-id","value":"8716fdc3-7879-4605-9b03-f5a3da7d07a4"},{"key":"x-runtime","value":"0.278943"},{"key":"server","value":"-"},{"key":"content-security-policy","value":"default-src 'none'"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload;"},{"key":"cache-control","value":"no-cache; no-store; must-revalidate;"},{"key":"x-xss-protection","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_roles\": {},\n    \"version\": 1\n}"}],"_postman_id":"6c12718b-c99b-41b7-8b20-0dd9715facce"},{"name":"Replace Policy","id":"8d0171b3-0f37-414c-b916-6b79fa37f3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"// BEWARE: This will completely replace the policy entirely!  Use with caution!\n//-----------------------------------------------------------------------------\n// Place your policy below\n\n---\n- !user mike\n\n- !user john\n\n- !user paul\n\n- !user eva\n\n- !group admins\n\n- !group devops\n\n- !grant\n  role: !group admins\n  members:\n   - !user mike\n   - !user eva\n\n- !grant\n  role: !group devops\n  members:\n   - !user john\n   - !user paul\n   - !group admins\n   - !user admin\n\n- !permit\n  role: !group admins\n  privileges:\n   - read\n   - update\n   - create\n  resources:\n   - !policy root\n\n- !policy\n  id: conjur\n  owner: !group /devops\n\n- !policy\n  id: secrets\n  owner: !group /devops\n  \n- !policy\n  id: ansible\n  owner: !group /devops"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"id":"7414347e-58da-4783-809e-7fed58554c40","key":"conjurPolicyID","value":"root/path/to/policy"}]},"description":"Loads or replaces a Conjur policy document.\n\nAny policy data which already exists on the server but is **not** explicitly specified in the new policy file **will be deleted**."},"response":[],"_postman_id":"8d0171b3-0f37-414c-b916-6b79fa37f3d0"},{"name":"Update Policy","id":"61ccc1ed-1ff8-4e38-b738-c90b51cd9857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"// Place your policy below\n\n- !user george"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/policies/conjur/policy/:conjurPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","policies","conjur","policy",":conjurPolicyID"],"variable":[{"id":"d43d71c8-9b79-445b-a8ad-6e50ca443e66","key":"conjurPolicyID","value":"root/path/to/policy"}]},"description":"Adds data to the existing Conjur policy. Deletions are not allowed. Any policy objects that exist on the server but are omitted from the policy file will not be deleted and any explicit deletions in the policy file will result in an error."},"response":[],"_postman_id":"61ccc1ed-1ff8-4e38-b738-c90b51cd9857"}],"id":"619e2c4e-0bfb-439f-8398-4bdf048b3b71","_postman_id":"619e2c4e-0bfb-439f-8398-4bdf048b3b71"},{"name":"Secrets","item":[{"name":"Batch Retrieval","id":"757de421-4b83-4941-a717-63f0bd013f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/secrets?variable_ids=conjur:variable:{{conjurSecretID}},conjur:variable:ec2_deploy%2Faccess_key_secret","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","secrets"],"query":[{"key":"variable_ids","value":"conjur:variable:{{conjurSecretID}},conjur:variable:ec2_deploy%2Faccess_key_secret","description":"Comma-delimited list of secret variables to return values from"}]},"description":"Fetches multiple secret values in one invocation. It’s faster to fetch secrets in batches than to fetch them one at a time."},"response":[],"_postman_id":"757de421-4b83-4941-a717-63f0bd013f0f"},{"name":"Retrieve A Secret","id":"912b39b9-2982-4297-b57c-8776bb92d5a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/secrets/conjur/variable/:conjurSecretID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","secrets","conjur","variable",":conjurSecretID"],"query":[{"key":"version","value":"1","description":"Versions ascend from first value (1 = first value)","disabled":true}],"variable":[{"id":"5b1af8df-7a75-47d3-bcdb-a0adb5b96544","key":"conjurSecretID","value":"{{conjurSecretID}}"}]},"description":"Fetches the value of a secret from the specified Variable. The latest version will be retrieved unless the version parameter is specified. The twenty most recent secret versions are retained.\n\nThe secret data is returned in the response body.\n\nNote: Conjur will allow you to add a secret to any resource, but the best practice is to store and retrieve secret data only using Variable resources."},"response":[],"_postman_id":"912b39b9-2982-4297-b57c-8776bb92d5a5"},{"name":"Add A Secret","id":"6c7410c0-520e-49ad-896b-35888bac99b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{{conjurSecretValue}}"},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/secrets/conjur/variable/:conjurSecretID","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","secrets","conjur","variable",":conjurSecretID"],"variable":[{"id":"542e6943-9918-469c-be74-52cefcb7201b","key":"conjurSecretID","value":"{{conjurSecretID}}"}]},"description":"Creates a secret value within the specified Variable.\n\nNote: Conjur will allow you to add a secret to any resource, but the best practice is to store and retrieve secret data only using Variable resources."},"response":[],"_postman_id":"6c7410c0-520e-49ad-896b-35888bac99b3"}],"id":"9b95f1c8-1f2b-4474-a0fb-6b84d30be541","_postman_id":"9b95f1c8-1f2b-4474-a0fb-6b84d30be541"},{"name":"Check Permission","id":"11b5c774-e62d-4586-ae3e-6a822d1fe6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/resources/conjur/:conjurKind/:conjurIdentifier?check=true&role=conjur:host:{{conjurHostID}}&privilege=execute","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","resources","conjur",":conjurKind",":conjurIdentifier"],"query":[{"key":"check","value":"true"},{"key":"role","value":"conjur:host:{{conjurHostID}}","description":"The fully qualified identifier of the role to test"},{"key":"privilege","value":"execute","description":"The privilege to test on the resource"}],"variable":[{"id":"e451f18d-8395-4560-b9dd-801c2f89145a","key":"conjurKind","value":"variable","description":"Valid Values: user, host, layer, group, policy, variable, webservice"},{"id":"75e3a55f-2efc-4947-8d83-b3ff2911265f","key":"conjurIdentifier","value":"data%2Fdev%2Fmysql%2Fpassword"}]}},"response":[{"id":"56cf2ea1-c1c0-4064-8fce-09d7bbd7408e","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"{{dapToken}}\"","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 18 Feb 2020 01:49:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"83711a7f4234325be0940f3667f471c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c4b8fbcb-0a32-4cfa-a85d-47b0832aea71"},{"key":"X-Runtime","value":"0.008289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:root\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n                \"policy_text\": \"- !policy\\n  id: ec2_deploy\\n\",\n                \"policy_sha256\": \"074ae39f5be04db36ad2bb236c802963a4aa08d54501e941b99f8f2196bc2d62\",\n                \"finished_at\": \"2019-09-25T16:38:16.559+00:00\",\n                \"id\": \"cyberarkdemo:policy:root\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"policy\": \"cyberarkdemo:policy:root\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n                \"policy_text\": \"- !host\\n  id: ansible-tower\\n  annotations:\\n    ansible: true\\n\\n- !variable access_key_id\\n- !variable access_key_secret\\n\\n- !permit\\n  role: !host ansible-tower\\n  privileges: [ read, execute ]\\n  resources:\\n    - !variable access_key_id\\n    - !variable access_key_secret\\n\",\n                \"policy_sha256\": \"99dd5680b169825d42e170938f86723b6c5f0f06a564b4629aed56fbf6c614e7\",\n                \"finished_at\": \"2019-09-25T16:40:42.452+00:00\",\n                \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [],\n        \"annotations\": [\n            {\n                \"name\": \"ansible\",\n                \"value\": \"true\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"restricted_to\": []\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_id\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_secret\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"11b5c774-e62d-4586-ae3e-6a822d1fe6ba"},{"name":"Health","id":"6a1add55-763c-4831-a680-d8af0ae701e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/health"},"response":[],"_postman_id":"6a1add55-763c-4831-a680-d8af0ae701e3"},{"name":"List Resources","id":"61331ef3-f46a-4412-a524-a75f749cde4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/resources/conjur?kind=host","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","resources","conjur"],"query":[{"key":"kind","value":"host","description":"Valid Values: group, host, layer, policy, variable"},{"key":"search","value":"password","description":"Search term used to narrow results","disabled":true},{"key":"limit","value":"2","description":"Number of results to return (Maximum Value: 1000, Default: 1000)","disabled":true},{"key":"offset","value":"1","description":"Number of results to skip","disabled":true},{"key":"count","value":"false","description":"If true, return only the number of items in the list","disabled":true},{"key":"acting_as","value":"conjur:user:george","description":"The fully qualified identifier for the role whose resource list you want to view","disabled":true}]}},"response":[{"id":"7fc43b6d-182e-4d08-83ca-f8180788d479","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"{{dapToken}}\"","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 18 Feb 2020 01:49:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"83711a7f4234325be0940f3667f471c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c4b8fbcb-0a32-4cfa-a85d-47b0832aea71"},{"key":"X-Runtime","value":"0.008289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:root\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n                \"policy_text\": \"- !policy\\n  id: ec2_deploy\\n\",\n                \"policy_sha256\": \"074ae39f5be04db36ad2bb236c802963a4aa08d54501e941b99f8f2196bc2d62\",\n                \"finished_at\": \"2019-09-25T16:38:16.559+00:00\",\n                \"id\": \"cyberarkdemo:policy:root\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"policy\": \"cyberarkdemo:policy:root\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n                \"policy_text\": \"- !host\\n  id: ansible-tower\\n  annotations:\\n    ansible: true\\n\\n- !variable access_key_id\\n- !variable access_key_secret\\n\\n- !permit\\n  role: !host ansible-tower\\n  privileges: [ read, execute ]\\n  resources:\\n    - !variable access_key_id\\n    - !variable access_key_secret\\n\",\n                \"policy_sha256\": \"99dd5680b169825d42e170938f86723b6c5f0f06a564b4629aed56fbf6c614e7\",\n                \"finished_at\": \"2019-09-25T16:40:42.452+00:00\",\n                \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [],\n        \"annotations\": [\n            {\n                \"name\": \"ansible\",\n                \"value\": \"true\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"restricted_to\": []\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_id\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_secret\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"61331ef3-f46a-4412-a524-a75f749cde4f"},{"name":"List a Role's Members","id":"b89f0262-e63a-41a6-a143-e1f4a746a4f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/roles/conjur/:conjurRole/:conjurIdentifier?members","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","roles","conjur",":conjurRole",":conjurIdentifier"],"query":[{"key":"members","value":""}],"variable":[{"id":"0596bee9-7953-47c7-a386-ca80dc17b000","key":"conjurRole","value":"group","description":"Valid Values: user, host, layer, group, policy"},{"id":"a31b007c-b48d-479b-b26b-51ccb029293e","key":"conjurIdentifier","value":"data%2Fdevs","description":"Identifier of the role"}]}},"response":[],"_postman_id":"b89f0262-e63a-41a6-a143-e1f4a746a4f2"},{"name":"List a Role's Memberships","id":"4dbb31ce-b890-41bf-8885-5d51fb8c3767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/roles/conjur/:conjurRole/:conjurIdentifier?memberships","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","roles","conjur",":conjurRole",":conjurIdentifier"],"query":[{"key":"memberships","value":""}],"variable":[{"id":"04a9236b-d0bf-471c-8f09-0a4e4de280e1","key":"conjurRole","value":"group","description":"Valid Values: user, host, layer, group, policy"},{"id":"a8345be6-fadd-4193-af55-6e3ab12415d8","key":"conjurIdentifier","value":"data%2Fdevs","description":"Identifier of the role"}]}},"response":[],"_postman_id":"4dbb31ce-b890-41bf-8885-5d51fb8c3767"},{"name":"Show a Resource","id":"5b5337a7-a669-49fc-9219-52dbe4e32aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/resources/conjur/:conjurKind/:conjurIdentifier","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","resources","conjur",":conjurKind",":conjurIdentifier"],"variable":[{"id":"c710c792-82fe-423e-a80f-a8b6d81e76e9","key":"conjurKind","value":"host","description":"Valid Values: user, host, layer, group, policy, variable, webservice"},{"id":"7c01e6a7-abb5-4cc9-890a-f6c2d9626bb9","key":"conjurIdentifier","value":"host%2Fdev%2Fmysql"}]}},"response":[{"id":"787a3122-27e3-45ac-9108-c441fd166b6a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"{{dapToken}}\"","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 18 Feb 2020 01:49:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"83711a7f4234325be0940f3667f471c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c4b8fbcb-0a32-4cfa-a85d-47b0832aea71"},{"key":"X-Runtime","value":"0.008289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:root\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n                \"policy_text\": \"- !policy\\n  id: ec2_deploy\\n\",\n                \"policy_sha256\": \"074ae39f5be04db36ad2bb236c802963a4aa08d54501e941b99f8f2196bc2d62\",\n                \"finished_at\": \"2019-09-25T16:38:16.559+00:00\",\n                \"id\": \"cyberarkdemo:policy:root\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"policy\": \"cyberarkdemo:policy:root\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n                \"policy_text\": \"- !host\\n  id: ansible-tower\\n  annotations:\\n    ansible: true\\n\\n- !variable access_key_id\\n- !variable access_key_secret\\n\\n- !permit\\n  role: !host ansible-tower\\n  privileges: [ read, execute ]\\n  resources:\\n    - !variable access_key_id\\n    - !variable access_key_secret\\n\",\n                \"policy_sha256\": \"99dd5680b169825d42e170938f86723b6c5f0f06a564b4629aed56fbf6c614e7\",\n                \"finished_at\": \"2019-09-25T16:40:42.452+00:00\",\n                \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [],\n        \"annotations\": [\n            {\n                \"name\": \"ansible\",\n                \"value\": \"true\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"restricted_to\": []\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_id\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_secret\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"5b5337a7-a669-49fc-9219-52dbe4e32aca"},{"name":"Show a Role","id":"c3c6a420-31b7-470b-b39a-5e86751be671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/roles/conjur/:conjurRole/:conjurIdentifier","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","roles","conjur",":conjurRole",":conjurIdentifier"],"variable":[{"id":"4b453777-dca3-4e11-990f-5b1beb109213","key":"conjurRole","value":"host","description":"Valid Values: user, host, layer, group, policy"},{"id":"fa5d5b4e-b49e-4baf-be82-e1ecf28060f7","key":"conjurIdentifier","value":"data%2Fsales%2Fmarketing","description":"Identifier of the role"}]}},"response":[],"_postman_id":"c3c6a420-31b7-470b-b39a-5e86751be671"},{"name":"Show Permitted Roles","id":"2dbd11fe-65c6-44ba-9f5a-653f5a7a6de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/resources/conjur/:conjurKind/:conjurIdentifier?permitted_roles=true&privilege=execute","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api","resources","conjur",":conjurKind",":conjurIdentifier"],"query":[{"key":"permitted_roles","value":"true"},{"key":"privilege","value":"execute","description":"The roles permitted to exercise this privilege are shown"}],"variable":[{"id":"93eb97a8-e6f4-4f86-96d9-1d8b917230c7","key":"conjurKind","value":"host","description":"Valid Values: user, host, layer, group, policy, variable, webservice"},{"id":"a8da9061-1f1e-422b-a76e-68e6b989eb36","key":"conjurIdentifier","value":"host%2Fdev%2Fmysql"}]}},"response":[{"id":"f528f814-bb6c-45a9-a4ac-e7fec672ab68","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token token=\"{{dapToken}}\"","disabled":true}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 18 Feb 2020 01:49:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"83711a7f4234325be0940f3667f471c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c4b8fbcb-0a32-4cfa-a85d-47b0832aea71"},{"key":"X-Runtime","value":"0.008289"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:root\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n                \"policy_text\": \"- !policy\\n  id: ec2_deploy\\n\",\n                \"policy_sha256\": \"074ae39f5be04db36ad2bb236c802963a4aa08d54501e941b99f8f2196bc2d62\",\n                \"finished_at\": \"2019-09-25T16:38:16.559+00:00\",\n                \"id\": \"cyberarkdemo:policy:root\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:38:16.426+00:00\",\n        \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"owner\": \"cyberarkdemo:user:admin\",\n        \"policy\": \"cyberarkdemo:policy:root\",\n        \"permissions\": [],\n        \"annotations\": [],\n        \"policy_versions\": [\n            {\n                \"version\": 1,\n                \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n                \"policy_text\": \"- !host\\n  id: ansible-tower\\n  annotations:\\n    ansible: true\\n\\n- !variable access_key_id\\n- !variable access_key_secret\\n\\n- !permit\\n  role: !host ansible-tower\\n  privileges: [ read, execute ]\\n  resources:\\n    - !variable access_key_id\\n    - !variable access_key_secret\\n\",\n                \"policy_sha256\": \"99dd5680b169825d42e170938f86723b6c5f0f06a564b4629aed56fbf6c614e7\",\n                \"finished_at\": \"2019-09-25T16:40:42.452+00:00\",\n                \"id\": \"cyberarkdemo:policy:ec2_deploy\",\n                \"role\": \"cyberarkdemo:user:admin\"\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [],\n        \"annotations\": [\n            {\n                \"name\": \"ansible\",\n                \"value\": \"true\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"restricted_to\": []\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_id\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    },\n    {\n        \"created_at\": \"2019-09-25T16:40:42.340+00:00\",\n        \"id\": \"cyberarkdemo:variable:ec2_deploy/access_key_secret\",\n        \"owner\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"policy\": \"cyberarkdemo:policy:ec2_deploy\",\n        \"permissions\": [\n            {\n                \"privilege\": \"read\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            },\n            {\n                \"privilege\": \"execute\",\n                \"role\": \"cyberarkdemo:host:ec2_deploy/ansible-tower\",\n                \"policy\": \"cyberarkdemo:policy:ec2_deploy\"\n            }\n        ],\n        \"annotations\": [],\n        \"secrets\": [\n            {\n                \"version\": 1,\n                \"expires_at\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"2dbd11fe-65c6-44ba-9f5a-653f5a7a6de4"},{"name":"Enable/Disable Authenticator","id":"e35c2d98-71ed-475b-bde8-d8e1bdd98a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"true","description":"Enable or disable the authenticator","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/:conjurAuthnType/:conjurServiceID/conjur","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api",":conjurAuthnType",":conjurServiceID","conjur"],"variable":[{"id":"e641a145-43ab-458d-a35e-88682af118c0","key":"conjurAuthnType","value":"authn-jwt"},{"id":"b489e867-b5a3-40ca-b59f-e50dafebfcae","key":"conjurServiceID","value":"github"}]}},"response":[{"id":"c3a9e663-1fbc-4473-82c1-ac5a71a75dfc","name":"204 No Content (Success)","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"true","description":"Enable or disable the authenticator","type":"text"}]},"url":{"raw":"https://{{saasSubdomain}}.secretsmgr.cyberark.cloud/api/:conjurAuthnType/:conjurServiceID/conjur","protocol":"https","host":["{{saasSubdomain}}","secretsmgr","cyberark","cloud"],"path":["api",":conjurAuthnType",":conjurServiceID","conjur"],"variable":[{"key":"conjurAuthnType","value":"authn-jwt"},{"key":"conjurServiceID","value":"github"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 12 Sep 2023 16:51:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-request-id","value":"1ae59a81-cb2e-405d-a705-d81d495db720"},{"key":"x-runtime","value":"0.033615"},{"key":"server","value":"-"},{"key":"content-security-policy","value":"default-src 'none'"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains; preload;"},{"key":"cache-control","value":"no-cache; no-store; must-revalidate;"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e35c2d98-71ed-475b-bde8-d8e1bdd98a4f"}],"id":"6288221e-517a-4847-97ae-36b1cdf14e5a","auth":{"type":"apikey","apikey":{"value":"Token token=\"{{conjurSessionToken}}\"","key":"Authorization"}},"_postman_id":"6288221e-517a-4847-97ae-36b1cdf14e5a"},{"name":"Secrets Hub","item":[{"name":"Secrets Filters","item":[{"name":"Get a Secrets Filter","id":"a91fd114-c610-40e3-bc2c-536593c736c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID/filters/:shFilterID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID","filters",":shFilterID"],"variable":[{"id":"951d11f4-eee7-4b74-9ee5-14c7efcbd86a","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store source"},{"id":"6881e3d5-c277-4622-891c-5b41cff38293","key":"shFilterID","value":"filter-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secrets flter you want to retrieve"}]},"description":"Get a specific secrets filter by unique identifier."},"response":[],"_postman_id":"a91fd114-c610-40e3-bc2c-536593c736c7"},{"name":"Get All Secrets Filters","id":"585760a8-0131-4850-88fc-51bb8f7a3904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID/filters","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID","filters"],"variable":[{"id":"633d4694-21a9-41a5-adc9-7645d373c6cc","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]},"description":"Get all secrets filters related to a secret store source, by the secret store unique identifier."},"response":[],"_postman_id":"585760a8-0131-4850-88fc-51bb8f7a3904"},{"name":"Create Secrets Filter","id":"3c49d15f-2d7a-497b-8f23-82c10fdb938e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"safeName\": \"{{pasSafe}}\"\n    },\n    \"type\": \"PAM_SAFE\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID/filters","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID","filters"],"variable":[{"id":"6e7a6be8-8901-47d4-b0c7-e669a82e37d3","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store source"}]},"description":"The secrets filter is a Secrets Hub representation of the object that holds the secrets in the secret store source. For example, it can represent a Safe in CyberArk PAM."},"response":[],"_postman_id":"3c49d15f-2d7a-497b-8f23-82c10fdb938e"},{"name":"Delete Secrets Filter","id":"d197fc83-2433-4489-b1ae-e0e34a2501aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID/filters/:shFilterID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID","filters",":shFilterID"],"variable":[{"id":"eebb8c97-e09e-463d-9936-2656359f2e29","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store source"},{"id":"60477efa-21fd-47e8-aea0-b556d795fb4f","key":"shFilterID","value":"filter-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secrets filter you want to delete"}]},"description":"Delete a secrets filter from Secrets Hub. Note: if the secrets filter is linked to a sync policy, you must first delete the policy."},"response":[],"_postman_id":"d197fc83-2433-4489-b1ae-e0e34a2501aa"}],"id":"93f46030-2ddd-4d60-9bc1-5f4436f93f77","description":"This topic includes REST APIs for managing Secrets Hub secret stores and secret filters.\n\nIn Secrets Hub, a secret store is a representation of the object that stores your secrets:\n\n- Source\n    \n    - The source of the secrets, that is, where the secrets are syncing from.\n        \n    - Supported source secret store: **PAM_PCLOUD**\n        \n- Target\n    \n    - The target for the secrets, that is, where the secrets are syncing to.\n        \n    - Supported target secret stores:\n        \n        - **AWS_ASM** (AWS Secrets Manager)\n            \n        - **AZURE_AKV** (Azure Key Vault)\n            \n\nThe **secrets filter** represents the object in the source secret store that contains the secrets that are synced. Currently, the only supported filter type is **PAM_SAFE**. Every sync policy should have its own secrets filter.","_postman_id":"93f46030-2ddd-4d60-9bc1-5f4436f93f77"},{"name":"Secret Stores","item":[{"name":"Get a Secret Store","id":"dbd57aee-f5ed-4a32-b59d-a0a943b58787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID"],"variable":[{"id":"0073bb9a-73e3-45c3-96f1-4aeb7a0650ec","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]},"description":"Get a specific secret store by unique identifier."},"response":[],"_postman_id":"dbd57aee-f5ed-4a32-b59d-a0a943b58787"},{"name":"Get All Secret Stores","id":"9d322c43-3fcd-4061-9b55-7cc7327d3baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores"],"query":[{"key":"behavior","value":"SECRETS_TARGET","description":"Valid Values: SECRETS_TARGET, SECRETS_SOURCE","disabled":true},{"key":"filter","value":"","description":"Filter the secret stores by filter condition expression","disabled":true}]},"description":"Get all the secret stores"},"response":[],"_postman_id":"9d322c43-3fcd-4061-9b55-7cc7327d3baf"},{"name":"Get the Connection Status","id":"5458c978-6cd3-4a5f-b81a-eac89ce5b6aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID/status/connection","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID","status","connection"],"variable":[{"id":"e858544a-46ab-43de-a488-ea45e098143b","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]},"description":"Get the connection status of a specific secret store"},"response":[],"_postman_id":"5458c978-6cd3-4a5f-b81a-eac89ce5b6aa"},{"name":"Test Connection","id":"7e9466e5-5aeb-4287-9ac7-04fad27ecf8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreId/status/connection","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreId","status","connection"],"variable":[{"id":"eb6fd8d7-08f4-4f16-8541-cb3e311509a0","key":"shStoreId","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]}},"response":[],"_postman_id":"7e9466e5-5aeb-4287-9ac7-04fad27ecf8e"},{"name":"Create AWS Secret Store","id":"b3ef82ce-42cb-43c4-b546-a951081118bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"AWS_ASM\",\n    \"data\": {\n        \"accountAlias\": \"Synced Account\",\n        \"accountId\": \"111111111111\",\n        \"regionId\": \"us-east-1\",\n        \"roleName\": \"Secrets-Hub-IAM-Role-Name-Created-For-Secrets-Hub\"\n    },\n    \"description\": \"AWS Secrets Manager for dev-team-prod\",\n    \"name\": \"Account alias - us-east-1\"\n}"},"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores","description":"The secret store is a Secrets Hub representation of where  \nsecrets are stored in. Secret store can be a source or a target. For example, a secret store source represent a specific CyberArk PAM, and target secret store represents a specific AWS Secrets Manager / Azure Key Vault."},"response":[],"_postman_id":"b3ef82ce-42cb-43c4-b546-a951081118bc"},{"name":"Create Azure Private Secret Store","id":"71d1dc3c-b1c5-443e-9761-2f7a60c930f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\":\n    {\n        \"appClientDirectoryId\": \"\",\n        \"azureVaultUrl\": \"\",\n        \"appClientId\": \"\",\n        \"appClientSecret\": \"\",\n        \"connectionConfig\": {\n            \"connectionType\": \"CONNECTOR\", \n            \"connectorId\": \"\"\n        }\n    },\n    \"name\":\"\",\n    \"description\":\"\",\n    \"type\":\"AZURE_AKV\"\n}"},"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores","description":"The secret store is a Secrets Hub representation of where  \nsecrets are stored in. Secret store can be a source or a target. For example, a secret store source represent a specific CyberArk PAM, and target secret store represents a specific AWS Secrets Manager / Azure Key Vault."},"response":[],"_postman_id":"71d1dc3c-b1c5-443e-9761-2f7a60c930f3"},{"name":"Create Azure Public Secret Store","id":"b63095f6-7434-4896-8f6e-5cea0f972e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\":\n    {\n        \"appClientDirectoryId\": \"\",\n        \"azureVaultUrl\": \"\",\n        \"appClientId\": \"\",\n        \"appClientSecret\": \"\",\n        \"connectionConfig\": {\n            \"connectionType\": \"PUBLIC\"\n        }\n    },\n    \"name\":\"\",\n    \"description\":\"\",\n    \"type\":\"AZURE_AKV\"\n}"},"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores","description":"The secret store is a Secrets Hub representation of where  \nsecrets are stored in. Secret store can be a source or a target. For example, a secret store source represent a specific CyberArk PAM, and target secret store represents a specific AWS Secrets Manager / Azure Key Vault."},"response":[],"_postman_id":"b63095f6-7434-4896-8f6e-5cea0f972e74"},{"name":"Create PAM Self-Hosted Source","id":"cedf3652-13ac-4230-9e57-696b70760f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\":\n    { \n        \"url\": \"{{pasBaseURL}}/PasswordVault\", \n        \"userName\": \"SecretsHub\",\n        \"password\": \"\",\n        \"connectorId\": \"\"\n    },\n    \"name\":\"\",\n    \"description\":\"\",\n    \"type\":\"PAM_SELF_HOSTED\"\n}"},"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores","description":"The secret store is a Secrets Hub representation of where  \nsecrets are stored in. Secret store can be a source or a target. For example, a secret store source represent a specific CyberArk PAM, and target secret store represents a specific AWS Secrets Manager / Azure Key Vault."},"response":[],"_postman_id":"cedf3652-13ac-4230-9e57-696b70760f4e"},{"name":"Update Secret Store","id":"10074809-ac1b-4c1b-bc81-646239107a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"accountAlias\": \"Account alias as defined in AWS\",\n        \"roleName\": \"Secrets-Hub-IAM-Role-Name-Created-For-Secrets-Hub\"\n    },\n    \"description\": \"AWS Secrets Manager for dev-team-prod\",\n    \"name\": \"Account alias - us-east-1\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID"],"variable":[{"id":"277a780d-b15b-48af-a1b1-7317050798c7","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]},"description":"Delete a secret store from Secrets Hub. Note: if there are  \nlinked policies to this secret store, you must first delete the policies"},"response":[],"_postman_id":"10074809-ac1b-4c1b-bc81-646239107a72"},{"name":"Delete Secret Store","id":"1404f280-869d-415f-bc95-7b0bab26a3c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secret-stores/:shStoreID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secret-stores",":shStoreID"],"variable":[{"id":"e0216bbf-cc40-4a2d-a060-d80d1135a1ba","key":"shStoreID","value":"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4","description":"The unique identifier of the secret store"}]},"description":"Delete a secret store from Secrets Hub. Note: if there are  \nlinked policies to this secret store, you must first delete the policies"},"response":[],"_postman_id":"1404f280-869d-415f-bc95-7b0bab26a3c7"}],"id":"46d8c50f-febb-427e-aff3-1844cae7275d","description":"This topic includes REST APIs for managing Secrets Hub secret stores and secret filters.\n\nIn Secrets Hub, a secret store is a representation of the object that stores your secrets:\n\n- Source\n    \n    - The source of the secrets, that is, where the secrets are syncing from.\n        \n    - Supported source secret store: **PAM_PCLOUD**\n        \n- Target\n    \n    - The target for the secrets, that is, where the secrets are syncing to.\n        \n    - Supported target secret stores:\n        \n        - **AWS_ASM** (AWS Secrets Manager)\n            \n        - **AZURE_AKV** (Azure Key Vault)\n            \n\nThe **secrets filter** represents the object in the source secret store that contains the secrets that are synced. Currently, the only supported filter type is **PAM_SAFE**. Every sync policy should have its own secrets filter.","_postman_id":"46d8c50f-febb-427e-aff3-1844cae7275d"},{"name":"Sync Policy","item":[{"name":"Get Policy","id":"f0865b2c-80e3-4ba5-b52c-91b8c17b282a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/policies/:shPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","policies",":shPolicyID"],"query":[{"key":"projection","value":"REGULAR","description":"Valid Values: EXTEND, REGULAR, METADATA","disabled":true}],"variable":[{"id":"ae1bd742-682b-4583-9e87-e123ade13ba8","key":"shPolicyID","value":"policy-62d19762-85d0-4cc0-ba44-9e0156a5c9c6","description":"The unique identifier of the requested policy"}]},"description":"Get a policy by its unique identifier"},"response":[],"_postman_id":"f0865b2c-80e3-4ba5-b52c-91b8c17b282a"},{"name":"Get Policies","id":"51300cc9-62c1-4055-b9b2-7816ee4dc414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/policies","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","policies"],"query":[{"key":"filter","value":"filter.safeName eq {{pasSafe}} OR target.id eq store-cfd25162-f8a9-4d94-8d36-f46c4b60d651","description":"Filter the policies by filter condition expression","disabled":true},{"key":"projection","value":"REGULAR","description":"Valid Values: EXTEND, REGULAR, METADATA","disabled":true}]},"description":"Get all synchronization policies"},"response":[],"_postman_id":"51300cc9-62c1-4055-b9b2-7816ee4dc414"},{"name":"Create Policy","id":"0fae887f-169d-4ff1-a49a-89b0b039a2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dev Team1 Policy\",\n    \"description\": \"This policy is syncing from PAM Self Hosted to us-east-1\",\n    \"source\": {\n        \"id\": \"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4\"\n    },\n    \"target\": {\n        \"id\": \"store-5a05468b-fa58-4bcf-84e9-62ede8af55f4\"\n    },\n    \"filter\": {\n        \"data\": {\n            \"safeName\": \"{{pasSafe}}\"\n        },\n        \"type\": \"PAM_SAFE\"\n    }\n}"},"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/policies","description":"The policy is a Secrets Hub representation of a synchronization between a source and a target. For example, it can represent a synchronization between a Safe in CyberArk PAM and an AWS ASM."},"response":[],"_postman_id":"0fae887f-169d-4ff1-a49a-89b0b039a2e0"},{"name":"Set Policy State","id":"5836e002-dc3f-48a9-84c7-e379ea2c5709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"disable\"\n}"},"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/policies/:shPolicyID/state","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","policies",":shPolicyID","state"],"variable":[{"id":"d6b84d71-8d82-4686-943f-13b09e65e146","key":"shPolicyID","value":"policy-62d19762-85d0-4cc0-ba44-9e0156a5c9c6","description":"The unique identifier of the referenced policy"}]},"description":"Request to enable or disable referenced policy"},"response":[],"_postman_id":"5836e002-dc3f-48a9-84c7-e379ea2c5709"},{"name":"Delete Policy","id":"e8ea1359-68f4-4d6a-acb8-6a67b2b15562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/policies/:shPolicyID","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","policies",":shPolicyID"],"query":[{"key":"projection","value":"REGULAR","description":"Valid Values: EXTEND, REGULAR, METADATA","disabled":true}],"variable":[{"id":"28e438fe-0ab1-4e9f-8614-6ac98e8eabc4","key":"shPolicyID","value":"policy-62d19762-85d0-4cc0-ba44-9e0156a5c9c6","description":"The unique identifier of the requested policy"}]},"description":"Request to delete the referenced policy. Note: Remember to delete the filter of the policy after deleting the policy"},"response":[],"_postman_id":"e8ea1359-68f4-4d6a-acb8-6a67b2b15562"}],"id":"ee85220f-7303-435b-bae4-6f5df2cd8888","description":"This topic includes REST APIs for managing sync policies.","_postman_id":"ee85220f-7303-435b-bae4-6f5df2cd8888"},{"name":"Discovery & Visibility","item":[{"name":"Get scans","id":"2d7397ef-b2e0-4786-80ce-c78029875325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/x.secretshub.beta+json"}],"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/scans"},"response":[],"_postman_id":"2d7397ef-b2e0-4786-80ce-c78029875325"},{"name":"Get secrets","id":"5c18805b-297b-4ae0-b65d-43d8b7b82415","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/x.secretshub.beta+json"}],"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/secrets?projection=REGULAR","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","secrets"],"query":[{"key":"projection","value":"REGULAR","description":"Data representiation method. Can be EXTEND or REGULAR."}]}},"response":[],"_postman_id":"5c18805b-297b-4ae0-b65d-43d8b7b82415"},{"name":"Scan secret store","id":"8f9ba890-ae98-4210-be17-61d939e90a73","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/x.secretshub.beta+json"}],"body":{"mode":"raw","raw":"{\n  \"scope\": {\n    \"secretStoresIds\": [\n      \"store-id\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/scan-definitions/:shScanType/:shScanID/scan","protocol":"https","host":["{{saasSubdomain}}","secretshub","cyberark","cloud"],"path":["api","scan-definitions",":shScanType",":shScanID","scan"],"variable":[{"id":"c5413546-875e-4ae7-aca3-9e27ef4ccee5","key":"shScanType","value":"secret-store","description":"The type of scan."},{"id":"83913b3f-6ba1-4b2c-9eef-95dc65adf0b3","key":"shScanID","value":"default","description":"The ID of the scan."}]}},"response":[],"_postman_id":"8f9ba890-ae98-4210-be17-61d939e90a73"}],"id":"415cb175-d177-47cf-8cdb-642b30b7ea96","_postman_id":"415cb175-d177-47cf-8cdb-642b30b7ea96"},{"name":"Tenant Info","id":"581c8631-9ad4-4fa1-a3ce-da328c68ccb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}.secretshub.cyberark.cloud/api/info","description":"Return the Secrets Hub tenant general information, including Secrets Hub tenant role ARN and the tenant PAM type"},"response":[],"_postman_id":"581c8631-9ad4-4fa1-a3ce-da328c68ccb4"}],"id":"2d948773-dd2c-4c2a-aa43-ef9de62062bb","description":"# What is Secrets Hub?\n\nSecrets Hub is a CyberArk SaaS solution that addresses the challenge of managing multiple security platforms in the cloud.\n\n## Industry challenge: Lack of centralized secret management\n\nIn many enterprises today, a high proportion of user name and password  \ncredentials are not managed centrally, but are managed in security islands. As a result, security admin users do not have one place to control and manage all enterprise secrets. It's also difficult, if not impossible, for security admin to enforce a unified security standard across the organization.\n\nAnother obstacle to centralized secret management is that application owners developers prefer to work natively, without having to manage security and password rotation.\n\n## Solution: Securing cloud secrets with Secrets Hub\n\nSecrets Hub is a CyberArk SaaS solution that facilitates centralized control of secrets in one place.\n\nSecrets Hub acts as a trusted connector between cloud applications that run on cloud platforms (AWS or Microsoft Azure) and CyberArk Privilege Cloud. The secrets managed separately by multiple cloud platform applications are securely integrated with CyberArk Privilege Cloud.  \nThis integration enables your enterprise to securely manage its cloud  \nsecrets and enforce security policies on those secrets. As a unified  \ncentralized hub, Secrets Hub manages your enterprise secrets without  \naffecting developer velocity.","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"3d223940-faf6-46de-b384-f0cc13a5a5f8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db9d4a00-3b3c-4e6b-8e08-5a69999aa79b","type":"text/javascript","exec":[""]}}],"_postman_id":"2d948773-dd2c-4c2a-aa43-ef9de62062bb"},{"name":"Cloud Entitlements Manager (CEM)","item":[{"name":"Get Accounts","id":"c2eb988a-63e0-49e5-b69f-1ddac2cf21ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/customer/platforms/accounts","description":"This method enables you to retrieve workspaces grouped by platforms."},"response":[],"_postman_id":"c2eb988a-63e0-49e5-b69f-1ddac2cf21ea"},{"name":"Get Entity Details","id":"1fcba784-95f0-473d-9cd6-0da7ef3b6b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/cloud-entities/api/get-entity-details","protocol":"https","host":["{{saasSubdomain}}-cem","cyberark","cloud"],"path":["api","cloud-entities","api","get-entity-details"],"query":[{"key":"platform","value":"","description":"Platform Name","disabled":true},{"key":"account_id","value":"","description":"Account ID","disabled":true},{"key":"entity_id","value":"","description":"Entity ID","disabled":true}]},"description":"This method enables you to retrieve the details of a specific entity within a platform and workspace."},"response":[],"_postman_id":"1fcba784-95f0-473d-9cd6-0da7ef3b6b44"},{"name":"Get Entity Recommendations","id":"3d42a7e9-32a5-43bb-9558-5d16ce97bedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/recommendations/remediations","protocol":"https","host":["{{saasSubdomain}}-cem","cyberark","cloud"],"path":["api","recommendations","remediations"],"query":[{"key":"platform","value":"","description":"Platform Name","disabled":true},{"key":"account_id","value":"","description":"Account ID","disabled":true},{"key":"entity_id","value":"","description":"Entity ID","disabled":true}]},"description":"This method enables you to retrieve the metadata of the entity’s recommendations."},"response":[],"_postman_id":"3d42a7e9-32a5-43bb-9558-5d16ce97bedc"},{"name":"Get Entities","id":"40a27358-f31d-4a54-aae4-951bc530cb72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/cloud-entities/api/search","protocol":"https","host":["{{saasSubdomain}}-cem","cyberark","cloud"],"path":["api","cloud-entities","api","search"],"query":[{"key":"platform","value":"","description":"Platform Name","disabled":true},{"key":"account_id","value":"","description":"Account ID","disabled":true},{"key":"full_admin","value":"false","description":"Indicates that the entity has admin permissions","disabled":true},{"key":"shadow_admin","value":"false","description":"Indicates that the entity has shadow admin permissions","disabled":true},{"key":"next_token","value":"[22.0,1.0,\"5295ea87-772e-11ea-bfb9-06f230ae80d6\"]","description":"The token for paging the entities","disabled":true}]},"description":"This method enables you to search for entities on any platform and retrieve entity details."},"response":[],"_postman_id":"40a27358-f31d-4a54-aae4-951bc530cb72"},{"name":"Get Recommendations","id":"c1616d76-d8a4-4891-8307-6f0dfea418b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/recommendations/api/metadata","protocol":"https","host":["{{saasSubdomain}}-cem","cyberark","cloud"],"path":["api","recommendations","api","metadata"],"query":[{"key":"platform","value":"","description":"Platform Name","disabled":true},{"key":"account_id","value":"","description":"Account ID","disabled":true},{"key":"entity_id","value":"","description":"Entity ID","disabled":true}]},"description":"This method enables you to retrieve recommendations for an entity."},"response":[],"_postman_id":"c1616d76-d8a4-4891-8307-6f0dfea418b4"},{"name":"Get Entity Recommendations Copy","id":"51fa7879-b641-4892-84e3-51a744b33cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": \"123456789012\",\n    \"iamRoleArn\": \"arn:aws:iam::123456789012:role/CyberArkRoleForCEM223673983569\",\n    \"cloudTrailLogLocation\": \"s3://cyberarkcemtrailbucket12345678901223673983569/AWSLogs/123456789012/\",\n    \"cloudTrailRegion\": \"us-west-2\",\n    \"athenaResultBucketName\": \"cyberarkathenaresult12345678901223673983569\",\n    \"athenaRoleArn\": \"arn:aws:iam::22222222222:role/CyberArkRoleForCEM223673983569\"\n}"},"url":"https://{{saasSubdomain}}-cem.cyberark.cloud/api/platforms/aws/workspaces","description":"This method enables you to validate account configuration and if successful, onboards your accounts."},"response":[],"_postman_id":"51fa7879-b641-4892-84e3-51a744b33cb0"}],"id":"d76dc0e6-0642-48ab-8eba-beef3386923c","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"67d37c98-4635-4627-997c-11e50099b702","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9182c7e-6157-442b-9fb8-91d2a5f07671","type":"text/javascript","exec":[""]}}],"_postman_id":"d76dc0e6-0642-48ab-8eba-beef3386923c"},{"name":"Secure Cloud Access (SCA)","item":[{"name":"Get Job Status","id":"2dede7d6-721b-47c1-b204-d94d8b9fe1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/integrations/status?jobId","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","integrations","status"],"query":[{"key":"jobId","value":"","description":"The ID of the requested job"}]},"description":"Returns the status of the job"},"response":[{"id":"a478dcad-fce2-4aa9-acc7-a74ed8fcb389","name":"InProgress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/integrations/status?jobId=7d2032f5-d6d2-42e4-8a69-4a75fef35ada","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","integrations","status"],"query":[{"key":"jobId","value":"7d2032f5-d6d2-42e4-8a69-4a75fef35ada","description":"The ID of the requested job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 17:44:01 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fea4d5bf-32cf-4778-8f29-7b651e88b8e6"},{"key":"Access-Control-Allow-Origin","value":"https://ui.sca.cyberark.cloud"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"x-amz-apigw-id","value":"ND2jOGBYoAMEBjA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65316ae1-777637e14e1c9b963f14885a;Sampled=0;lineage=8c11e126:0"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"7d2032f5-d6d2-42e4-8a69-4a75fef35ada\",\n    \"operation\": \"RESCAN_REQUEST_ORCHESTRATOR\",\n    \"status\": \"InProgress\",\n    \"last_updated\": \"2023-10-19T17:42:54Z\",\n    \"already_running\": true,\n    \"metadata\": null,\n    \"total_executed\": null\n}"},{"id":"55b556b6-fa3a-4407-94c7-e1548d0428ef","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/integrations/status?jobId=7d2032f5-d6d2-42e4-8a69-4a75fef35ada","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","integrations","status"],"query":[{"key":"jobId","value":"7d2032f5-d6d2-42e4-8a69-4a75fef35ada","description":"The ID of the requested job"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 17:47:27 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"468559cd-825c-4d07-a2a0-09c221184813"},{"key":"Access-Control-Allow-Origin","value":"https://ui.sca.cyberark.cloud"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"x-amz-apigw-id","value":"ND3DMGScoAMETlw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65316bad-4469d45029d2486d74d25e45;Sampled=0;lineage=ba2fa4db:0|8c11e126:0"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"7d2032f5-d6d2-42e4-8a69-4a75fef35ada\",\n    \"operation\": \"RESCAN_REQUEST_ORCHESTRATOR\",\n    \"status\": \"Success\",\n    \"last_updated\": \"2023-10-19T17:46:52Z\",\n    \"already_running\": false,\n    \"metadata\": null,\n    \"total_executed\": null\n}"}],"_postman_id":"2dede7d6-721b-47c1-b204-d94d8b9fe1a5"},{"name":"Get Policies","id":"26960731-a9cc-468b-9388-8edf97378f6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies?status=1&free_text&cloud_provider=0","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","policies"],"query":[{"key":"status","value":"1","description":"Filter on policies that have a specific status. Supported values: Active = 1, Expired = 3, Error = 4, Warning = 5, Validating = 6"},{"key":"free_text","value":"","description":"Search for free text in the supported policy fields: Name, description, entity name, Organization ID, cloud provider, status, account name"},{"key":"cloud_provider","value":"0","description":"Filter by the cloud provider that the policy applies to. Supported values: AWS IAM = 0, Google Cloud = 1, Azure RBAC = 2, AWS IAM Identity Center = 3, Azure AD = 4"}]},"description":"Returns a list of policies that match the requested filters"},"response":[],"_postman_id":"26960731-a9cc-468b-9388-8edf97378f6c"},{"name":"Get Policy","id":"fb4a2671-c81e-4ba2-8f4e-c50d35bc8d75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/:scaPolicyID","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","policies",":scaPolicyID"],"variable":[{"id":"346bfebb-d0d7-41b4-b9cb-55fb8377db7c","key":"scaPolicyID","value":"","description":"The ID of the requested policy"}]},"description":"This method returns information about a specific policy"},"response":[],"_postman_id":"fb4a2671-c81e-4ba2-8f4e-c50d35bc8d75"},{"name":"Get Policy Status","id":"b0518c5b-1a98-4944-a782-b986ca462570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/:scaPolicyID/status","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","policies",":scaPolicyID","status"],"variable":[{"id":"383c5910-15d4-4eda-9348-9d87b44131cc","key":"scaPolicyID","value":"","description":"The ID of the requested policy"}]},"description":"Returns the status of the policy"},"response":[],"_postman_id":"b0518c5b-1a98-4944-a782-b986ca462570"},{"name":"Cloud Re-Scan","id":"d71524a2-6c6d-4a5d-87cd-20078ca6c8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cloudProvider\": 0,\n    \"accountType\": \"All\"\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/cloud/rescan","description":"This method start rescan on the cloud"},"response":[{"id":"62354658-571b-4794-8fc6-d0419d637dc8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cloudProvider\": 1,\n    \"accountType\": \"All\"\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/cloud/rescan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Oct 2023 17:42:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"054be13f-8eac-4725-9f7d-66c37ab23123"},{"key":"Access-Control-Allow-Origin","value":"https://ui.sca.cyberark.cloud"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"x-amz-apigw-id","value":"ND2X9GPAIAMEGUA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65316a99-1dae9c3a42819f0b39617bea;Sampled=0;lineage=728d73b5:0"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"7d2032f5-d6d2-42e4-8a69-4a75fef35ada\",\n    \"operation\": \"RESCAN\"\n}"}],"_postman_id":"d71524a2-6c6d-4a5d-87cd-20078ca6c8f4"},{"name":"Create Policy","id":"59893e8b-3041-475c-b665-8ef0d488b672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"finance\",\n    \"description\": \"end of year calculations\",\n    \"startDate\": \"2022-07-12T00:00:00.000Z\",\n    \"expirationDate\": \"2022-10-10T00:00:00.000Z\",\n    \"cloudProvider\": 0,\n    \"entities\": [\n        {\n            \"entityId\": \"b08b7339-1830-439c-8b96-e5779a3fe30b\",\n            \"entityName\": \"John.D@cyberark.cloud.8627\",\n            \"entityDisplayName\": \"John.Doe\",\n            \"entityType\": 1,\n            \"entitySourceId\": \"09B9A9B0-6CE8-465F-AB03-65766D33B05E\",\n            \"entitySourceName\": \"CyberArk Cloud Directory\",\n            \"entityClass\": \"user\"\n        },\n        {\n            \"entityId\": \"arn:aws:iam::99999999999:role/ExampleRole\",\n            \"entityName\": \"ExampleRole\",\n            \"entityDisplayName\": \"ExampleRole\",\n            \"entityType\": 0,\n            \"entitySourceId\": \"99999999999\",\n            \"exposureLevel\": \"39\",\n            \"entitySourceName\": \"99999999999\"\n        }\n    ],\n    \"targetAttributes\": [\n        {\n            \"name\": \"env\",\n            \"value\": \"prod\",\n            \"isCustom\": true\n        }\n    ],\n    \"accessRules\": {\n        \"days\": [\n            0,\n            1,\n            2,\n            3\n        ],\n        \"fromTime\": \"08:00\",\n        \"toTime\": \"17:00\",\n        \"maxSessionDuration\": 2,\n        \"timeZone\": \"Asia/Jerusalem\"\n    }\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies","description":"This method creates a new policy in SCA"},"response":[],"_postman_id":"59893e8b-3041-475c-b665-8ef0d488b672"},{"name":"Create Policy v2","id":"268e3d21-b975-49e5-898b-9f016438bdb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cps\": \"aws\",\n    \"name\": \"finance\",\n    \"description\": \"end of year calculations\",\n    \"startDate\": \"2022-07-12T00:00:00.000Z\",\n    \"endDate\": \"2022-10-10T00:00:00.000Z\",\n    \"policy_type\": \"pre_defined\",\n    \"roles\": [\n        {\n            \"entityId\": \"arn:aws:iam::364358839657:role/CEMAdmin\",\n            \"workspaceType\": null,\n            \"entitySourceId\": \"364358839657\",\n            \"organization_id\": null\n        }\n    ],\n    \"identities\": [\n        {\n            \"entityName\": \"John.D\",\n            \"entitySourceId\": \"09B9A9B0-6CE8-465F-AB03-65766D33B05E\",\n            \"entityClass\": \"user\"\n        }\n    ],\n    \"accessRules\": {\n        \"days\": [\n            0,\n            1,\n            2,\n            3,\n            4,\n            5,\n            6\n        ],\n        \"fromTime\": null,\n        \"toTime\": null,\n        \"maxSessionDuration\": 1,\n        \"timeZone\": \"Asia/Jerusalem\"\n    }\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/create-policy","description":"This method creates a new policy in SCA"},"response":[],"_postman_id":"268e3d21-b975-49e5-898b-9f016438bdb2"},{"name":"Onboard Account","id":"a8993ef4-abaf-4387-b4d6-0b7392b3382d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"csp\": 0,\n    \"organization_id\": \"string\",\n    \"account_info\": {\n        \"id\": \"string\",\n        \"new_account\": true\n    }\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/onboarding","description":"This method onboards an account"},"response":[],"_postman_id":"a8993ef4-abaf-4387-b4d6-0b7392b3382d"},{"name":"Send Notification","id":"9efc27a9-0403-4c34-bf48-637432288d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_type\": \"flow_sent\",\n    \"recipients\": \"example@email.com\",\n    \"notification_initiator\": \"Flow\",\n    \"message\": \"messgae to send\",\n    \"metadata\": {\n        \"subject\": \"notification subject\"\n    }\n}"},"url":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/notification","description":"This method send notification to SCA"},"response":[],"_postman_id":"9efc27a9-0403-4c34-bf48-637432288d2a"},{"name":"Update Policy","id":"b1d49163-bda1-48f1-a079-b56cc71f8d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"finance\",\n    \"description\": \"end of year calculations\",\n    \"startDate\": \"2022-07-12T00:00:00.000Z\",\n    \"expirationDate\": \"2022-10-10T00:00:00.000Z\",\n    \"cloudProvider\": 0,\n    \"entities\": [\n        {\n            \"entityId\": \"b08b7339-1830-439c-8b96-e5779a3fe30b\",\n            \"entityName\": \"John.D@cyberark.cloud.8627\",\n            \"entityDisplayName\": \"John.Doe\",\n            \"entityType\": 1,\n            \"entitySourceId\": \"09B9A9B0-6CE8-465F-AB03-65766D33B05E\",\n            \"entitySourceName\": \"CyberArk Cloud Directory\",\n            \"entityClass\": \"user\"\n        },\n        {\n            \"entityId\": \"arn:aws:iam::99999999999:role/ExampleRole\",\n            \"entityName\": \"ExampleRole\",\n            \"entityDisplayName\": \"ExampleRole\",\n            \"entityType\": 0,\n            \"entitySourceId\": \"99999999999\",\n            \"exposureLevel\": \"39\",\n            \"entitySourceName\": \"99999999999\"\n        }\n    ],\n    \"targetAttributes\": [\n        {\n            \"name\": \"env\",\n            \"value\": \"prod\",\n            \"isCustom\": true\n        }\n    ],\n    \"accessRules\": {\n        \"days\": [\n            0,\n            1,\n            2,\n            3\n        ],\n        \"fromTime\": \"08:00\",\n        \"toTime\": \"17:00\",\n        \"maxSessionDuration\": 2,\n        \"timeZone\": \"Asia/Jerusalem\"\n    }\n}"},"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/:scaPolicyID","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","policies",":scaPolicyID"],"variable":[{"id":"3ac192e5-494a-4378-bfa4-f4ef0deb8449","key":"scaPolicyID","value":"","description":"The ID of the requested policy"}]},"description":"This method updates an existing policy in SCA"},"response":[],"_postman_id":"b1d49163-bda1-48f1-a079-b56cc71f8d27"},{"name":"Remove Policy","id":"2856b255-f9c2-4f83-b847-64967f4a2577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{saasSubdomain}}.sca.cyberark.cloud/api/policies/:scaPolicyID","protocol":"https","host":["{{saasSubdomain}}","sca","cyberark","cloud"],"path":["api","policies",":scaPolicyID"],"variable":[{"id":"954d3b0c-0149-44f2-9d65-20ca686174a4","key":"scaPolicyID","value":"","description":"The ID of the requested policy"}]},"description":"This method moves the policy to archive mode"},"response":[],"_postman_id":"2856b255-f9c2-4f83-b847-64967f4a2577"}],"id":"3ba3d49e-7bac-471b-837b-ed4f2d210c7d","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"event":[{"listen":"prerequest","script":{"id":"fd3a57f5-c682-4f09-b799-f67cf5252002","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aeaf4658-a77b-472f-a18b-e5e59ef41feb","type":"text/javascript","exec":[""]}}],"_postman_id":"3ba3d49e-7bac-471b-837b-ed4f2d210c7d"},{"name":"Connector Management","item":[{"name":"Components","item":[{"name":"Get A Component By Connector","id":"a9f21e16-990a-4774-b147-a8b12519cac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components/:component_id","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"id":"a59f9bb4-2dfb-4df0-9e10-63098ffc02ea","key":"connector_id","value":"<string>"},{"id":"95d13b61-af27-4ca6-87a6-b99940e89086","key":"component_id","value":"<string>"}]},"description":"Returns a component by connector"},"response":[{"id":"67c696e4-645b-4154-acdc-3c792a291484","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"componentId\": \"<string>\",\n  \"componentName\": \"<string>\",\n  \"componentStatus\": \"Initializing\",\n  \"connectorId\": \"<string>\",\n  \"version\": \"<string>\",\n  \"upgradeVersions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"usedCpu\": \"<number>\",\n  \"usedMemory\": \"<number>\",\n  \"installedAt\": \"<integer>\",\n  \"updatedAt\": \"<integer>\",\n  \"acronym\": \"<string>\",\n  \"maintenanceStatus\": {\n    \"maintenanceType\": \"Upgrade\",\n    \"progress\": \"<number>\",\n    \"currentStep\": \"<string>\",\n    \"additionalInformation\": {\n      \"etabe\": \"<string>\",\n      \"dolore84f\": \"<string>\",\n      \"exf3\": \"<string>\",\n      \"eu_00\": \"<string>\"\n    }\n  }\n}"},{"id":"b3e34c18-e782-4ec8-8a22-df02a40892ca","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"8c2c82cb-bb03-4238-9a42-64bb869fad22","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"7539af61-02ef-45cf-b508-3be85f090abd","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"2d802b2b-3ef3-49a6-836c-5793d66c70d7","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"a9f21e16-990a-4774-b147-a8b12519cac6"},{"name":"Get All Components","id":"ffdc09e1-de0c-45e3-b4a4-c2b4cf188f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{saasSubdomain}}.cyberark.cloud/api/components","description":"Returns a list of all components"},"response":[{"id":"41a3fec9-237d-49f1-bf61-520aa263ada9","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/components"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"components\": [\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"Suspended\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Installation\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"enima54\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"Suspended\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Installation\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"eafe3\": \"<string>\",\n          \"mollit_7cf\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"bfd1e4bc-3926-4355-8175-2ff91b693d74","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/components"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"367f79b5-e467-4254-9e30-c4ac679b86e3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/components"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"76147f8a-0b82-4c2a-a4ea-2a18300bead8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/components"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"ffdc09e1-de0c-45e3-b4a4-c2b4cf188f10"},{"name":"Get All Connector Components","id":"6c21047e-32f8-4dd6-b29a-f420777fcc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components"],"variable":[{"id":"bbff4b41-9540-4eaf-ae05-1a006fb48a2a","key":"connector_id","value":"<string>"}]},"description":"Returns a list of component based on the connector ID"},"response":[{"id":"7ba82fb0-deb5-479d-b284-7f3613d4db5d","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"components\": [\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"Suspended\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Installation\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"enima54\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"Suspended\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Installation\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"eafe3\": \"<string>\",\n          \"mollit_7cf\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"bdd3dedb-a03d-444c-acc7-e3a40c50ae4f","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"7a5be60f-8278-40cc-ae17-26a6daf93594","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"8f3e7ad5-04ab-42fd-89d0-0ec2e235e1cc","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"e73e18ee-0015-40cb-b0e2-f3e5a77479a4","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"6c21047e-32f8-4dd6-b29a-f420777fcc0a"},{"name":"Component Installation","id":"ec1cd927-c729-47e6-950d-15718b926111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components"],"variable":[{"id":"f51280a0-cb46-4ba5-84de-94be4c2f3a13","key":"connector_id","value":"<string>"}]},"description":"Installs new component on the connector host"},"response":[{"id":"8142d7e4-8489-4b18-ae9f-fa10669e92f4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"taskId\": \"<string>\"\n}"},{"id":"f0dc6b88-84f1-41ec-97d9-3755ba3b8a28","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"1a55440d-2981-4a00-95c0-45341a0b0b00","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"878475d4-583a-4d74-8ea1-9625535acc54","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"2c3fc5b4-b23a-440e-95a9-6eff0354c439","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"componentName\": \"<string>\",\n  \"extraVars\": {},\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components"],"variable":[{"key":"connector_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"ec1cd927-c729-47e6-950d-15718b926111"},{"name":"Reinstall Component","id":"66c29f65-3fd1-4ab2-a900-535222672d01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components/:component_id/reinstall","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"id":"3685caec-be33-4fd7-aba1-13953578a369","key":"connector_id","value":"<string>"},{"id":"9f2caffc-3c00-47f3-874f-5a64d523cd96","key":"component_id","value":"<string>"}]},"description":"Reinstall a component on the connectors host"},"response":[{"id":"e496c8fd-4c5b-43c2-950b-2610cf601a58","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id/reinstall","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"taskId\": \"<string>\"\n}"},{"id":"d7e291c6-3b57-42e4-8660-af89f84fa345","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id/reinstall","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"fb72b720-a78c-4bae-be91-0409faed150c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id/reinstall","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"6b4ec635-c060-403c-982e-fbe124a8aef4","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id/reinstall","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"f5569d4c-0b05-48f3-bbb9-8fbee005b1c0","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id/reinstall","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id","reinstall"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"66c29f65-3fd1-4ab2-a900-535222672d01"},{"name":"Rescan Components","id":"70e043d0-4513-4f02-9371-48f9d5fad9a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components/rescan","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"id":"fb9fdf35-8b85-4f7c-bcff-853961023b11","key":"connector_id","value":"<string>"}]},"description":"Triggers components rescan flow"},"response":[{"id":"dd40fbec-66b3-4d10-9bfe-4e1e03ba1a90","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/rescan","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"key":"connector_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3e7192d0-808a-47d2-846c-bbc8fccddbc9","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/rescan","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"key":"connector_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"d3df9e88-f355-4402-bd9d-777fc7ad36c0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/rescan","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"key":"connector_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"f456332d-53d6-4004-8b1e-9c620622be8e","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/rescan","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"key":"connector_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"fa251558-4562-40da-a3da-ff4777763f18","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/rescan","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components","rescan"],"variable":[{"key":"connector_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"70e043d0-4513-4f02-9371-48f9d5fad9a7"},{"name":"Upgrade A Component","id":"faf45c4f-1c7e-4b9a-a734-3459a136d0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloudapi/connectors/:connector_id/components/:component_id/upgrade","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloudapi"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"id":"06577024-87f1-420c-978b-5d2e43b167ed","key":"connector_id","value":"<string>"},{"id":"c7b97e1b-78dc-4910-b4e2-8c12276d745c","key":"component_id","value":"<string>"}]},"description":"Upgrades a component to the latest stable version"},"response":[{"id":"bd42b5dc-32f1-4a4b-adc5-eda4624629c3","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"oldVersion\": \"<string>\",\n  \"newVersion\": \"<string>\",\n  \"taskId\": \"<string>\"\n}"},{"id":"28ffabad-7b96-4f0d-8f7e-9f62853da6fe","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"b97cad11-89be-4942-b555-606c93888036","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"581cc319-f5c3-4a2c-9a90-cdd9f915a6f9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"839cfdc5-78e7-4ad6-af64-6284c31d45a6","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"ff09945d-b708-4f72-8f03-a6ba520a22d9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}api/connectors/:connector_id/components/:component_id/upgrade","host":["{{baseUrl}}api"],"path":["connectors",":connector_id","components",":component_id","upgrade"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"faf45c4f-1c7e-4b9a-a734-3459a136d0ae"},{"name":"Delete A Component","id":"1dadb6dd-0e65-4215-9fa3-74be92d7dd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id/components/:component_id","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"id":"bab95245-a4f0-4f79-b99e-68cd7b054824","key":"connector_id","value":"<string>"},{"id":"cc712e73-2c16-4a43-834b-d99194f83d84","key":"component_id","value":"<string>"}]},"description":"Deletes a component record"},"response":[{"id":"36738c4d-31ba-4e5c-8007-5903cc4fe98b","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ffb531e5-ba85-468c-b291-345b79e9d257","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"b0f06c2c-2335-42b3-8f1e-ab12b7d4b0e4","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"a26d2aae-b01f-482c-bf32-8288bf26699c","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"eab05947-80ed-4b7d-9c61-62c422a4a5fd","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id/components/:component_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id","components",":component_id"],"variable":[{"key":"connector_id"},{"key":"component_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"1dadb6dd-0e65-4215-9fa3-74be92d7dd7c"}],"id":"7630b9cc-9ef9-417d-81c1-6deaf32c0c1f","_postman_id":"7630b9cc-9ef9-417d-81c1-6deaf32c0c1f"},{"name":"Connectors","item":[{"name":"Get A Connector","id":"7cc3d9ee-f552-411b-bd86-c3f94708ff44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id"],"variable":[{"id":"583a90df-6d7e-454e-9f96-0cd7e0064282","key":"connector_id","value":"<string>"}]},"description":"Returns a connector"},"response":[{"id":"c12f1c93-06bd-4863-a549-d7bd4a605791","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connectorId\": \"<string>\",\n  \"connectorStatus\": \"Active\",\n  \"platformType\": \"Unknown\",\n  \"connectorPoolId\": \"<string>\",\n  \"version\": \"<string>\",\n  \"upgradeVersions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"installedAt\": \"<integer>\",\n  \"updatedAt\": \"<integer>\",\n  \"host\": {\n    \"hostname\": \"<string>\",\n    \"privateIp\": \"<string>\",\n    \"publicIp\": \"<string>\",\n    \"os\": \"windows\",\n    \"osVersion\": \"<string>\",\n    \"osName\": \"<string>\",\n    \"cpuType\": \"<string>\",\n    \"totalCpu\": \"<integer>\",\n    \"usedCpu\": \"<number>\",\n    \"totalMemory\": \"<number>\",\n    \"usedMemory\": \"<number>\",\n    \"cloudRegion\": \"<string>\",\n    \"cloudAccount\": \"<string>\"\n  },\n  \"components\": [\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"MaintenanceFailed\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Upgrade\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"quis_9\": \"<string>\",\n          \"temporc\": \"<string>\",\n          \"ex_d\": \"<string>\",\n          \"voluptatec_\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"componentId\": \"<string>\",\n      \"componentName\": \"<string>\",\n      \"componentStatus\": \"Inactive\",\n      \"connectorId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"usedCpu\": \"<number>\",\n      \"usedMemory\": \"<number>\",\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"acronym\": \"<string>\",\n      \"maintenanceStatus\": {\n        \"maintenanceType\": \"Upgrade\",\n        \"progress\": \"<number>\",\n        \"currentStep\": \"<string>\",\n        \"additionalInformation\": {\n          \"aliquip_06b\": \"<string>\",\n          \"cupidatat_4\": \"<string>\",\n          \"proident_65\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"61554b30-1ecf-4e73-9720-dcb1c4c5e4a4","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"de7cb672-86fa-46c5-82d0-78f4531233ff","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"cc116397-386e-4ead-8d24-568b93555893","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"9a135bea-eef2-45ea-b582-786d9e89214f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"7cc3d9ee-f552-411b-bd86-c3f94708ff44"},{"name":"Get All Connectors","id":"63c725c1-1d73-476e-aaf4-f52e7036f4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors","description":"Returns a list of all connectors"},"response":[{"id":"b4ec7e27-73dc-4ed4-b5ed-5e0f328866e4","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connectors\": [\n    {\n      \"connectorId\": \"<string>\",\n      \"connectorStatus\": \"Downloaded\",\n      \"platformType\": \"AWS\",\n      \"connectorPoolId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"host\": {\n        \"hostname\": \"<string>\",\n        \"privateIp\": \"<string>\",\n        \"publicIp\": \"<string>\",\n        \"os\": \"windows\",\n        \"osVersion\": \"<string>\",\n        \"osName\": \"<string>\",\n        \"cpuType\": \"<string>\",\n        \"totalCpu\": \"<integer>\",\n        \"usedCpu\": \"<number>\",\n        \"totalMemory\": \"<number>\",\n        \"usedMemory\": \"<number>\",\n        \"cloudRegion\": \"<string>\",\n        \"cloudAccount\": \"<string>\"\n      },\n      \"components\": [\n        {\n          \"componentId\": \"<string>\",\n          \"componentName\": \"<string>\",\n          \"componentStatus\": \"Downloaded\",\n          \"connectorId\": \"<string>\",\n          \"version\": \"<string>\",\n          \"upgradeVersions\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"usedCpu\": \"<number>\",\n          \"usedMemory\": \"<number>\",\n          \"installedAt\": \"<integer>\",\n          \"updatedAt\": \"<integer>\",\n          \"acronym\": \"<string>\",\n          \"maintenanceStatus\": {\n            \"maintenanceType\": \"Upgrade\",\n            \"progress\": \"<number>\",\n            \"currentStep\": \"<string>\",\n            \"additionalInformation\": {\n              \"laborum_5\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"componentId\": \"<string>\",\n          \"componentName\": \"<string>\",\n          \"componentStatus\": \"Initializing\",\n          \"connectorId\": \"<string>\",\n          \"version\": \"<string>\",\n          \"upgradeVersions\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"usedCpu\": \"<number>\",\n          \"usedMemory\": \"<number>\",\n          \"installedAt\": \"<integer>\",\n          \"updatedAt\": \"<integer>\",\n          \"acronym\": \"<string>\",\n          \"maintenanceStatus\": {\n            \"maintenanceType\": \"Upgrade\",\n            \"progress\": \"<number>\",\n            \"currentStep\": \"<string>\",\n            \"additionalInformation\": {\n              \"ea_e9\": \"<string>\",\n              \"cillum_c5\": \"<string>\",\n              \"etd5\": \"<string>\"\n            }\n          }\n        }\n      ]\n    },\n    {\n      \"connectorId\": \"<string>\",\n      \"connectorStatus\": \"Unknown\",\n      \"platformType\": \"Unknown\",\n      \"connectorPoolId\": \"<string>\",\n      \"version\": \"<string>\",\n      \"upgradeVersions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"installedAt\": \"<integer>\",\n      \"updatedAt\": \"<integer>\",\n      \"host\": {\n        \"hostname\": \"<string>\",\n        \"privateIp\": \"<string>\",\n        \"publicIp\": \"<string>\",\n        \"os\": \"windows\",\n        \"osVersion\": \"<string>\",\n        \"osName\": \"<string>\",\n        \"cpuType\": \"<string>\",\n        \"totalCpu\": \"<integer>\",\n        \"usedCpu\": \"<number>\",\n        \"totalMemory\": \"<number>\",\n        \"usedMemory\": \"<number>\",\n        \"cloudRegion\": \"<string>\",\n        \"cloudAccount\": \"<string>\"\n      },\n      \"components\": [\n        {\n          \"componentId\": \"<string>\",\n          \"componentName\": \"<string>\",\n          \"componentStatus\": \"Unknown\",\n          \"connectorId\": \"<string>\",\n          \"version\": \"<string>\",\n          \"upgradeVersions\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"usedCpu\": \"<number>\",\n          \"usedMemory\": \"<number>\",\n          \"installedAt\": \"<integer>\",\n          \"updatedAt\": \"<integer>\",\n          \"acronym\": \"<string>\",\n          \"maintenanceStatus\": {\n            \"maintenanceType\": \"Upgrade\",\n            \"progress\": \"<number>\",\n            \"currentStep\": \"<string>\",\n            \"additionalInformation\": {\n              \"aliquip1\": \"<string>\",\n              \"ad5d4\": \"<string>\"\n            }\n          }\n        },\n        {\n          \"componentId\": \"<string>\",\n          \"componentName\": \"<string>\",\n          \"componentStatus\": \"Unknown\",\n          \"connectorId\": \"<string>\",\n          \"version\": \"<string>\",\n          \"upgradeVersions\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"usedCpu\": \"<number>\",\n          \"usedMemory\": \"<number>\",\n          \"installedAt\": \"<integer>\",\n          \"updatedAt\": \"<integer>\",\n          \"acronym\": \"<string>\",\n          \"maintenanceStatus\": {\n            \"maintenanceType\": \"Upgrade\",\n            \"progress\": \"<number>\",\n            \"currentStep\": \"<string>\",\n            \"additionalInformation\": {\n              \"deseruntd45\": \"<string>\"\n            }\n          }\n        }\n      ]\n    }\n  ]\n}"},{"id":"533e8109-0c71-4f4b-9d4f-65d266e7b772","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/connectors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"396ed599-20dd-416f-8ef3-773c9b91f449","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/connectors"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"4f6f9e2b-5084-408f-978e-feb15222a406","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/connectors"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"99507c8a-1352-4400-b2cd-4e7b58deed0a","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/api/connectors"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"63c725c1-1d73-476e-aaf4-f52e7036f4ab"},{"name":"Delete A Connector","id":"e56009a1-951b-4c88-9a99-f8f533685609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/connectors/:connector_id","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","connectors",":connector_id"],"variable":[{"id":"41f79296-1028-44f5-b181-3734a1224aa4","key":"connector_id","value":"<string>"}]},"description":"Deletes a connector and all its components"},"response":[{"id":"5d267ffd-ebae-474e-864e-84ab4a743a9b","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"074e9f1c-6459-45ce-a3d9-f5d3add0b646","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"af4abfef-458c-460c-b865-e056872749a7","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"5a0df704-358b-44b7-9cec-d9844da3be30","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"1b9b2d50-0fcd-4f92-ad32-c9013e9fa05b","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/connectors/:connector_id","host":["{{baseUrl}}"],"path":["api","connectors",":connector_id"],"variable":[{"key":"connector_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"e56009a1-951b-4c88-9a99-f8f533685609"}],"id":"fd2ac844-5b95-4377-b54a-33191541a984","_postman_id":"fd2ac844-5b95-4377-b54a-33191541a984"},{"name":"Agent Installation","item":[{"name":"Get Temporary Connector Installation Script","id":"b1c966e3-a38a-4aa1-8558-3bf8cacabd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osType\": \"linux\",\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://{{saasSubdomain}}.cyberark.cloud/api/setup-script","description":"Creates a temporary script for installing an agent"},"response":[{"id":"05d78148-e35e-48a2-a376-1c919e6a6359","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osType\": \"linux\",\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/setup-script"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"script\": \"<string>\"\n}"},{"id":"3a7f27a2-58f6-432d-9d47-e09bb0e02995","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osType\": \"linux\",\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/setup-script"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"697afdce-c22e-4775-986b-5e608d49bb93","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osType\": \"linux\",\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/setup-script"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"912040fe-ea64-4ae1-8a67-e57a2d1b8b38","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osType\": \"linux\",\n  \"version\": \"stable\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/api/setup-script"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"b1c966e3-a38a-4aa1-8558-3bf8cacabd69"}],"id":"eb4571a2-5909-4e04-84f1-fdf1fcca7e0c","_postman_id":"eb4571a2-5909-4e04-84f1-fdf1fcca7e0c"},{"name":"Components Catalog","item":[{"name":"Get Components Catalog Configuration","id":"7fe5a5f7-c6ad-46a6-b9c9-c47fdcba4f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{saasSubdomain}}.cyberark.cloud/api/components-catalog/:component_name/versions/:version/configuration","protocol":"https","host":["{{saasSubdomain}}","cyberark","cloud"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"id":"15c6d360-4110-4ebc-9adf-8eb4e5609585","key":"component_name","value":"<string>"},{"id":"93980c06-6759-4b6b-aa27-81945e99964a","key":"version","value":"<string>"}]},"description":"Retrieves component task configuration"},"response":[{"id":"ca75f4bd-6b7d-464b-b1df-c8499b5b8af0","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/components-catalog/:component_name/versions/:version/configuration","host":["{{baseUrl}}"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"key":"component_name"},{"key":"version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"configuration\": {}\n}"},{"id":"c435d385-b46b-4f97-af5c-4bf3380aad32","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/components-catalog/:component_name/versions/:version/configuration","host":["{{baseUrl}}"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"key":"component_name"},{"key":"version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"a1fe842f-3d13-405a-ae61-1a1aa501a3cd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/components-catalog/:component_name/versions/:version/configuration","host":["{{baseUrl}}"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"key":"component_name"},{"key":"version"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"f01223ab-90ca-4d53-8b15-bf0cd09e0434","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/components-catalog/:component_name/versions/:version/configuration","host":["{{baseUrl}}"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"key":"component_name"},{"key":"version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"},{"id":"9cb06da2-d34d-444b-96b9-afce93ec0360","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/components-catalog/:component_name/versions/:version/configuration","host":["{{baseUrl}}"],"path":["api","components-catalog",":component_name","versions",":version","configuration"],"variable":[{"key":"component_name"},{"key":"version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"description\": \"\",\n  \"details\": \"\"\n}"}],"_postman_id":"7fe5a5f7-c6ad-46a6-b9c9-c47fdcba4f43"}],"id":"8713e6a6-3090-4200-a853-784006c87b64","_postman_id":"8713e6a6-3090-4200-a853-784006c87b64"}],"id":"e454f9d2-df8b-4a9b-a058-1906f151ba5e","description":"This topic includes REST APIs for automating Connector Management actions.","auth":{"type":"bearer","bearer":{"token":"{{identityToken}}"}},"_postman_id":"e454f9d2-df8b-4a9b-a058-1906f151ba5e"},{"name":"Endpoint Privilege Manager (EPM)","item":[{"name":"Authentication","item":[{"name":"Get EPM Version","event":[{"listen":"test","script":{"id":"7a5376b0-29d8-4166-a8fc-3569680464f6","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"epmVersion\", jsonData.Version);"],"type":"text/javascript"}}],"id":"21311420-a4d1-4979-85c6-2822a64ae7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":"https://{{epmDispatcherAddress}}/epm/api/server/version","description":"This method enables the user to retrieve the EPM version."},"response":[],"_postman_id":"21311420-a4d1-4979-85c6-2822a64ae7db"},{"name":"Login (EPM Credentials)","event":[{"listen":"test","script":{"id":"27abaf45-2544-471a-866f-8adb9d76a52b","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"epmToken\", jsonData.EPMAuthenticationResult);"],"type":"text/javascript"}}],"id":"3c64da4b-4b56-45a1-b8ad-2ecdf8c4083c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Username\": \"{{epmUsername}}\",\r\n  \"Password\": \"{{epmPassword}}\",\r\n  \"ApplicationID\": \"{{epmApplicationID}}\" // The source application ID which represents the application that calls REST APIs from EPM and distinguishes them from REST APIs from another application, such as the UI.\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{epmDispatcherAddress}}/epm/api/auth/epm/logon","description":"This method authenticates a user to EPM using username and password and returns a token that can be used in subsequent Rest API calls.\n\nAfter the configured timeout expires, users have to log on again using their username and password.\n\nThe session timeout for all APIs is part of the session token and is defined by the **Timeout for inactive session** Server Configuration parameter."},"response":[],"_postman_id":"3c64da4b-4b56-45a1-b8ad-2ecdf8c4083c"},{"name":"Login (SAML)","event":[{"listen":"test","script":{"id":"41adc7b6-4c5a-4d6a-bb5b-469d7cd1f307","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"epmToken\", jsonData.EPMAuthenticationResult);"],"type":"text/javascript"}}],"id":"d59c754e-fb42-4050-b15e-46d80b4e181c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"SAMLResponse","value":"{{epmSAMLToken}}","description":"The token received from the Identity Provider (IdP).","type":"text"}]},"url":"https://{{epmDispatcherAddress}}/saml/logon","description":"This method authenticates a user to EPM with a SAML token and returns a token that can be used in subsequent web service calls.\n\nAfter the configured timeout expires, users have to log on again using their SAML token.\n\nThe session timeout for all APIs is part of the session token and defined by the **Timeout for inactive session** in Account Configuration."},"response":[],"_postman_id":"d59c754e-fb42-4050-b15e-46d80b4e181c"}],"id":"8afea52b-f5bb-4229-9f7b-0dc6428731cf","_postman_id":"8afea52b-f5bb-4229-9f7b-0dc6428731cf"},{"name":"Endpoints","item":[{"name":"Get Sets","id":"49452ad8-901f-49f7-8b84-75aaffd21d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{epmDispatcherAddress}}/epm/api/sets","protocol":"https","host":["{{epmDispatcherAddress}}"],"path":["epm","api","sets"],"query":[{"key":"offset","value":"0","description":"Number of sets to skip. Default: 0","disabled":true},{"key":"limit","value":"50","description":"Maximum number of sets to return. Default: 50, Max: 1000","disabled":true}]}},"response":[],"_postman_id":"49452ad8-901f-49f7-8b84-75aaffd21d71"},{"name":"Get Computer Groups","id":"4c353281-68cc-4043-a77f-dd1e60fb3420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/ComputerGroups","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","ComputerGroups"],"query":[{"key":"filter","value":"contains(Name,'MyGroup')","description":"A query that filters results according to part of the computer group name. Valid values: name (allowed operators) or contains (part of the computer group name)","disabled":true}],"variable":[{"id":"531ec279-2bc8-4e38-b9df-130e9ae98c59","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method retrieves the computer groups from a Set."},"response":[],"_postman_id":"4c353281-68cc-4043-a77f-dd1e60fb3420"},{"name":"Get Computers","id":"a366f06d-50f2-4428-9957-2d80339b7316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{epmServerAddress}}/EPM/API/Sets/:epmSetID/Computers","protocol":"https","host":["{{epmServerAddress}}"],"path":["EPM","API","Sets",":epmSetID","Computers"],"query":[{"key":"filter","value":"ComputerName eq 'comp01'","description":"Read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetComputers.htm for filtering options.","disabled":true},{"key":"offset","value":"0","description":"The number of endpoint computers to skip. Default: 0","disabled":true},{"key":"limit","value":"50","description":"The number of computers to return. Default: 50, Max: 5000","disabled":true}],"variable":[{"id":"15a21966-0080-4234-9450-198df869ef9f","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]}},"response":[],"_postman_id":"a366f06d-50f2-4428-9957-2d80339b7316"},{"name":"Move Computer(s) to Set","id":"fc63fd7e-46c2-447a-b4dc-7bc888e41ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"computerIds\": \"{{epmAgentID}}\",\n    \"destSetId\": \"{{epmDestinationSetID}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/computers/redirectagents","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","computers","redirectagents"],"variable":[{"id":"00091522-62ec-4144-ae39-51bf12a7f874","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method moves endpoint computers with an EPM agent to a different Set.\n\n**Note:** You can move up to 500 computers per Set each day. To move a larger number of computers, contact CyberArk support."},"response":[],"_postman_id":"fc63fd7e-46c2-447a-b4dc-7bc888e41ca1"},{"name":"Delete Computer","id":"c670a948-a9d1-4234-a970-7719878df846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{epmServerAddress}}/EPM/API/Sets/:epmSetID/Computers/:epmAgentID","protocol":"https","host":["{{epmServerAddress}}"],"path":["EPM","API","Sets",":epmSetID","Computers",":epmAgentID"],"variable":[{"id":"81aeb533-d5b3-4e60-8423-38c3ada6865f","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."},{"id":"35ea619f-d208-4184-9324-d8597c5607b8","key":"epmAgentID","value":"{{epmAgentID}}","description":"The unique agent identifier, generated in the Get Computers API response."}]},"description":"This method deletes a computer."},"response":[],"_postman_id":"c670a948-a9d1-4234-a970-7719878df846"}],"id":"7b4d2d3e-2da3-42df-be56-31fd105a6c01","_postman_id":"7b4d2d3e-2da3-42df-be56-31fd105a6c01"},{"name":"Events & Audit","item":[{"name":"Get Admin Audit Data","id":"9e4d090c-e687-4fe0-a154-d05434808622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/adminaudit","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","adminaudit"],"query":[{"key":"dateFrom","value":"2024-01-01T00:00:00","description":"The first date until which to gather audit records.","disabled":true},{"key":"dateTo","value":"2024-02-01T00:00:00","description":"The last date until which to gather audit records.","disabled":true},{"key":"offset","value":"0","description":"Number of audit records to skip. Default: 0, Max: 1000","disabled":true},{"key":"limit","value":"50","description":"Number of items to return on a page. Default: 50, Max: 500","disabled":true}],"variable":[{"id":"7ef1e4cf-5d21-4111-9940-4862bb679c05","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method retrieves audit records for actions performed by account administrators.\n\nUsers require at least the View Only Account Administrator permission to call this API."},"response":[],"_postman_id":"9e4d090c-e687-4fe0-a154-d05434808622"},{"name":"Get Aggregated Events Copy","id":"d3aae4e0-4d2d-472c-b7cd-9f011904d2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For more information on filter queries, please read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetAggregatedEvents.htm#Bodyparameters\n    \"filter\": \"aggregatedBy EQ \\\"943E0A8C840430E53D8D641CF4CDC1660C75FFE0,Block\\\" AND (fileName CONTAINS \\\"notepad++\\\" OR fileDescription CONTAINS \\\"notepad++\\\" OR publisher CONTAINS \\\"microsoft\\\" OR policyName CONTAINS \\\"MyPolicy\\\" OR hash CONTAINS \\\"943E0A8C840430E53D8D641CF4CDC1660C75FFE0\\\")\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/events/aggregations/search","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","events","aggregations","search"],"query":[{"key":"limit","value":"250","description":"The number of items to return on a requested page. Default: 250, Max: 1000","disabled":true},{"key":"nextCursor","value":"start","description":"An opaque string used to retrieve the next page of results. Call the API with the value returned in the results of the previous call. For the first page, set the value to \"start\".","disabled":true},{"key":"sortBy","value":"Date","description":"Sort by a specific result. Valid values: Date, Occurrences, ComputersCount","disabled":true},{"key":"sortDir","value":"desc","description":"The sorting direction. Valid values: asc, desc (default)","disabled":true}],"variable":[{"id":"211fc93e-a052-4e91-857f-d6a23d05ca2f","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]}},"response":[],"_postman_id":"d3aae4e0-4d2d-472c-b7cd-9f011904d2fc"},{"name":"Get Detailed Raw Events","id":"72465fca-9606-48cc-b8f8-4093d5366e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For more information on filter queries, please read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetDetailedRawEvents.htm#Bodyparameters\n    \"filter\": \"aggregatedBy EQ \\\"943E0A8C840430E53D8D641CF4CDC1660C75FFE0,Block\\\" AND (fileName CONTAINS \\\"notepad++\\\" OR fileDescription CONTAINS \\\"notepad++\\\" OR publisher CONTAINS \\\"microsoft\\\" OR policyName CONTAINS \\\"MyPolicy\\\" OR hash CONTAINS \\\"943E0A8C840430E53D8D641CF4CDC1660C75FFE0\\\")\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/events/search","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","events","search"],"query":[{"key":"limit","value":"250","description":"The number of items to return on a page. Default: 250, Max: 1000","disabled":true},{"key":"nextCursor","value":"start","description":"An opaque string used to retrieve the next page of results. Call the API with the value returned in the results of the previous call.\n\nFor the first page, set to the value \"start\".","disabled":true},{"key":"sortBy","value":"2024-01-01T00:00:00","description":"Sort by a specific result. Valid value: Date (based on the EventDate parameter) Default: firstSeen","disabled":true},{"key":"sortDir","value":"desc","description":"The sorting direction. Valid value: asc, desc (default)","disabled":true}],"variable":[{"id":"84b56132-c5e3-4c03-98cf-effa4f230a18","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method enables users to retrieve raw events from EPM, according to filters.\n\n**Note:**\n\n- This method replaces [Get raw events (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetRawEvents.htm) and [Get raw event details (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetRawEventDetails.htm) for inbox events.\n    \n- To return all results for a specified time, bypassing the 1000 record limit, use both the arrivalTime and nextCursor parameter. The results are listed in chronological order."},"response":[],"_postman_id":"72465fca-9606-48cc-b8f8-4093d5366e08"},{"name":"Get Aggregated Policy Audits","id":"66f3576f-fe7a-4555-b067-f6d212b358a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For more information on filter queries, please read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetAggregatedPolicyAudits.htm#Bodyparameters\n    \"filter\": \"(fileName CONTAINS \\\"notepad++\\\" OR fileDescription CONTAINS \\\"notepad++\\\" OR publisher CONTAINS \\\"microsoft\\\" OR policyName CONTAINS \\\"MyPolicy\\\" )\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/policyaudits/aggregations/search","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","policyaudits","aggregations","search"],"query":[{"key":"limit","value":"250","description":"The number of items to return on a page. Default: 250, Max: 1000","disabled":true},{"key":"nextCursor","value":"start","description":"An opaque string used to retrieve the next page of results. Call the API with the value returned in the results of the previous call.\nFor the first page, set to the value \"start\".","disabled":true},{"key":"sortBy","value":"2024-01-01T00:00:00","description":"Sort by a specific result. Valid value: Date (based on the EventDate parameter) Default: firstSeen","disabled":true},{"key":"sortDir","value":"desc","description":"The sorting direction. Valid value: asc, desc (default)","disabled":true}],"variable":[{"id":"55b479c0-6d0f-48f7-9e11-5cda18a654df","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method enables users to retrieve aggregated policy audit events from EPM, according to filters.\n\n**Note:**\n\n- This method replaces [Get aggregated events (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetAggregatedEventsDep.htm) for audit events.\n    \n- To return all results for a specified time, bypassing the 1000 record limit, use both the arrivalTime and nextCursor parameter. The results are listed in chronological order."},"response":[],"_postman_id":"66f3576f-fe7a-4555-b067-f6d212b358a7"},{"name":"Get Detailed Policy Audit Raw Events","id":"c75a3846-a10d-437a-80b1-4366a02918cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For more information on filter queries, please read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetPolicyAuditRawEventDetails.htm#Bodyparameters\n    \"filter\": \"(fileName CONTAINS \\\"notepad++\\\" OR fileDescription CONTAINS \\\"notepad++\\\" OR publisher CONTAINS \\\"microsoft\\\" OR policyName CONTAINS \\\"MyPolicy\\\" )\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/policyaudits/search","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","policyaudits","search"],"query":[{"key":"limit","value":"250","description":"The number of items to return on a page. Default: 250, Max: 1000","disabled":true},{"key":"nextCursor","value":"start","description":"An opaque string used to retrieve the next page of results. Call the API with the value returned in the results of the previous call.\nFor the first page, set to the value \"start\".","disabled":true},{"key":"sortBy","value":"2024-01-01T00:00:00","description":"Sort by a specific result. Valid value: Date (based on the EventDate parameter) Default: firstSeen","disabled":true},{"key":"sortDir","value":"desc","description":"The sorting direction. Valid value: asc, desc (default)","disabled":true}],"variable":[{"id":"6a7a1030-834d-4d7f-8dff-9ee391e6e8f9","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method enables users to retrieve policy audit raw events from EPM, according to filters.\n\n**Note:**\n\n- This method replaces [Get raw events (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetRawEvents.htm) and [Get raw event details (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetRawEventDetails.htm) for audit events.\n    \n- To return all results for a specified time, bypassing the 1000 record limit, use both the arrivalTime and nextCursor parameter. The results are listed in chronological order."},"response":[],"_postman_id":"c75a3846-a10d-437a-80b1-4366a02918cb"}],"id":"f2b47b5a-5eeb-413b-95f0-b9589ad52ab1","_postman_id":"f2b47b5a-5eeb-413b-95f0-b9589ad52ab1"},{"name":"Policies","item":[{"name":"Get Policies Details","id":"64ba6c00-f71b-433e-b22f-7fc06cd1dbbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/policies/server/:epmPolicyID","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","policies","server",":epmPolicyID"],"variable":[{"id":"997069b8-f200-436c-934e-c40816783889","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."},{"id":"7e8c5662-3243-428b-afc2-5436295d5edc","key":"epmPolicyID","value":"{{epmPolicyID}}","description":"Unique ID of the policy for which to retrieve details. Retrieve the Policy ID with Get Policies."}]},"description":"This method retrieves details of a policy.\n\n**Note:** This method replaces the [Get policy details (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetPolicyDetailsDep.htm) API."},"response":[],"_postman_id":"64ba6c00-f71b-433e-b22f-7fc06cd1dbbe"},{"name":"Get Policies","id":"ea199eda-285c-41a3-8556-8e630ac37919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // Blank indicates all \n    // For more information on filter queries, please read https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetPolicies.htm#Bodyparameters\n    \"filter\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/policies/server/search","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","policies","server","search"],"query":[{"key":"limit","value":"50","description":"The number of items to return on a page. Default: 50, Max: 1000","disabled":true},{"key":"offset","value":"0","description":"Number of policies to skip. Default: 0","disabled":true},{"key":"sortBy","value":"Updated","description":"Sort by a specific result. Valid value: Column title","disabled":true},{"key":"sortDir","value":"desc","description":"The sorting direction. Valid value: asc, desc (default)","disabled":true}],"variable":[{"id":"c13f8b33-4d99-45be-a62a-aa0a0ada6d79","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method retrieves a list of policies, according to one or more filters.\n\n**Note:** This method replaces the [Get policies (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/GetPoliciesDep.htm) API."},"response":[],"_postman_id":"ea199eda-285c-41a3-8556-8e630ac37919"},{"name":"Delete Policy","id":"4e1e7438-68a1-45a1-b214-fc23110e739e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"https://{{epmServerAddress}}/epm/api/sets/:epmSetID/policies/server/:epmPolicyID","protocol":"https","host":["{{epmServerAddress}}"],"path":["epm","api","sets",":epmSetID","policies","server",":epmPolicyID"],"variable":[{"id":"bdb0da30-92c0-4664-9197-eca244c4628d","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."},{"id":"a959fdee-a40e-4881-bccf-0bb03875a723","key":"epmPolicyID","value":"{{epmPolicyID}}","description":"Unique ID of the policy for which to retrieve details. Retrieve the Policy ID with Get Policies."}]},"description":"This method deletes a policy.\n\n**Note:** This method replaces the [Delete policy (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/DeletePolicyDep.htm) API."},"response":[],"_postman_id":"4e1e7438-68a1-45a1-b214-fc23110e739e"},{"name":"Create Policy","id":"3874bfed-1a54-46e1-ab15-22fee485f373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PolicyDetails\": {\n        \"UIOnStart\": {\n            \"Id\": \"dc58bc84-a89d-4ae5-b200-6524b1f3bee6\",\n            \"AllowedDialogType\": 2\n        },\n        \"UIOnStartAdmin\": {\n            \"Id\": \"3d563080-9aea-4f05-b908-3254646d1414\",\n            \"AllowedDialogType\": 2\n        },\n        \"UIReplaceUacAdmin\": {\n            \"Id\": \"dc58bc84-a89d-4ae5-b200-6524b1f3bee6\",\n            \"AllowedDialogType\": 2\n        },\n        \"UIReplaceUAC\": {\n            \"Id\": \"dc58bc84-a89d-4ae5-b200-6524b1f3bee6\",\n            \"AllowedDialogType\": 2\n        },\n        \"RecordAuditVideo\": false,\n        \"UIAuditVideo\": {\n            \"Id\": \"00000000-0000-0000-0000-000000000000\",\n            \"AllowedDialogType\": 7\n        },\n        \"UIAuditVideoError\": {\n            \"Id\": \"00000000-0000-0000-0000-000000000000\",\n            \"AllowedDialogType\": 10\n        },\n        \"UIAuditVideoInit\": {\n            \"Id\": \"00000000-0000-0000-0000-000000000000\",\n            \"AllowedDialogType\": 17\n        },\n        \"PrevioulsyAppGroup\": false,\n        \"ConditionalEnforcement\": [],\n        \"AccessControl\": null,\n        \"Audit\": false,\n        \"Applications\": [\n            {\n                \"id\": \"fe28e730-0631-45bf-a022-ddc42fe658e1\",\n                \"internalId\": 0,\n                \"applicationType\": 9,\n                \"displayName\": \"\",\n                \"description\": \"\",\n                \"patterns\": {\n                    \"FILE_NAME\": {\n                        \"@type\": \"FileName\",\n                        \"fileSize\": 0,\n                        \"isEmpty\": true,\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"PUBLISHER\": {\n                        \"@type\": \"Publisher\",\n                        \"signatureLevel\": 1,\n                        \"separator\": \";\",\n                        \"caseSensitive\": true,\n                        \"compareAs\": 0,\n                        \"isEmpty\": true,\n                        \"content\": \"\"\n                    },\n                    \"CODE_URL\": {\n                        \"@type\": \"Text\",\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false,\n                        \"isEmpty\": true\n                    },\n                    \"MIME_TYPE\": {\n                        \"@type\": \"Text\",\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false,\n                        \"isEmpty\": true\n                    },\n                    \"CLSID\": {\n                        \"@type\": \"Text\",\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false,\n                        \"isEmpty\": true\n                    },\n                    \"VERSION\": {\n                        \"@type\": \"VersionRange\",\n                        \"minVersion\": \"\",\n                        \"maxVersion\": \"\",\n                        \"isEmpty\": true\n                    }\n                },\n                \"applicationGroupId\": \"00000000-0000-0000-0000-000000000000\",\n                \"internalApplicationGroupId\": 0,\n                \"includeInMatching\": true,\n                \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n                \"restrictOpenSaveFileDialog\": true,\n                \"securityTokenId\": \"00000000-0000-0000-0000-000000000000\",\n                \"protectInstalledFiles\": false\n            },\n            {\n                \"id\": \"265bd246-dca8-4561-a595-47e75f85a693\",\n                \"internalId\": 0,\n                \"applicationType\": 20,\n                \"displayName\": \"\",\n                \"description\": \"\",\n                \"patterns\": {\n                    \"PUBLISHER\": {\n                        \"@type\": \"Publisher\",\n                        \"signatureLevel\": 1,\n                        \"separator\": \";\",\n                        \"caseSensitive\": true,\n                        \"compareAs\": 0,\n                        \"isEmpty\": true,\n                        \"content\": \"\"\n                    },\n                    \"APP_PACKAGE_NAME\": {\n                        \"@type\": \"Text\",\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false,\n                        \"isEmpty\": true\n                    },\n                    \"APP_PACKAGE_VERSION\": {\n                        \"@type\": \"VersionRange\",\n                        \"minVersion\": \"\",\n                        \"maxVersion\": \"\",\n                        \"isEmpty\": true\n                    },\n                    \"CAPABILITIES\": {\n                        \"@type\": \"Capabilities\",\n                        \"capabilities\": [\n                            {\n                                \"name\": \"musicLibrary\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"picturesLibrary\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"videosLibrary\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"removableStorage\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"internetClient\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"internetClientServer\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"privateNetworkClientServer\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"location\",\n                                \"groupType\": \"DeviceCapability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"microphone\",\n                                \"groupType\": \"DeviceCapability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"proximity\",\n                                \"groupType\": \"DeviceCapability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"webcam\",\n                                \"groupType\": \"DeviceCapability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"enterpriseAuthentication\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"sharedUserCertificates\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            },\n                            {\n                                \"name\": \"documentsLibrary\",\n                                \"groupType\": \"Capability\",\n                                \"enabled\": true\n                            }\n                        ],\n                        \"isEmpty\": false\n                    }\n                },\n                \"applicationGroupId\": \"00000000-0000-0000-0000-000000000000\",\n                \"internalApplicationGroupId\": 0,\n                \"includeInMatching\": true,\n                \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n                \"restrictOpenSaveFileDialog\": true,\n                \"securityTokenId\": \"00000000-0000-0000-0000-000000000000\",\n                \"protectInstalledFiles\": false\n            },\n            {\n                \"id\": \"d8e860a8-af74-4876-acad-e5892e976cab\",\n                \"internalId\": 0,\n                \"applicationType\": 5,\n                \"displayName\": \"\",\n                \"description\": \"\",\n                \"patterns\": {\n                    \"FILE_NAME\": {\n                        \"@type\": \"FileName\",\n                        \"hashAlgorithm\": \"\",\n                        \"hash\": \"\",\n                        \"fileSize\": 0,\n                        \"isEmpty\": false,\n                        \"content\": \"aa\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"ARGUMENTS\": {\n                        \"@type\": \"Text\",\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": true,\n                        \"isEmpty\": true\n                    },\n                    \"LOCATION\": {\n                        \"@type\": \"Location\",\n                        \"content\": \"\",\n                        \"withSubfolders\": true,\n                        \"caseSensitive\": false,\n                        \"isEmpty\": true\n                    },\n                    \"LOCATION_TYPE\": {\n                        \"@type\": \"LocationType\",\n                        \"locationType\": \"\",\n                        \"isEmpty\": true\n                    },\n                    \"OWNER\": {\n                        \"@type\": \"AdAccounts\",\n                        \"accounts\": [],\n                        \"isEmpty\": true\n                    },\n                    \"PUBLISHER\": {\n                        \"@type\": \"Publisher\",\n                        \"signatureLevel\": 1,\n                        \"separator\": \";\",\n                        \"caseSensitive\": true,\n                        \"compareAs\": 0,\n                        \"isEmpty\": true,\n                        \"content\": \"\"\n                    },\n                    \"PRODUCT_NAME\": {\n                        \"@type\": \"FileInfo\",\n                        \"elementName\": \"FileVerInfo\",\n                        \"attributeInfoName\": \"ProductName\",\n                        \"isEmpty\": true,\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"COMPANY_NAME\": {\n                        \"@type\": \"FileInfo\",\n                        \"elementName\": \"FileVerInfo\",\n                        \"attributeInfoName\": \"CompanyName\",\n                        \"isEmpty\": true,\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"PRODUCT_CODE\": {\n                        \"@type\": \"FileInfo\",\n                        \"elementName\": \"FileVerInfo\",\n                        \"attributeInfoName\": \"ProductCode\",\n                        \"isEmpty\": true,\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"UPGRADE_CODE\": {\n                        \"@type\": \"FileInfo\",\n                        \"elementName\": \"FileVerInfo\",\n                        \"attributeInfoName\": \"UpgradeCode\",\n                        \"isEmpty\": true,\n                        \"content\": \"\",\n                        \"compareAs\": 0,\n                        \"caseSensitive\": false\n                    },\n                    \"PRODUCT_VERSION\": {\n                        \"@type\": \"VersionRange\",\n                        \"minVersion\": \"\",\n                        \"maxVersion\": \"\",\n                        \"isEmpty\": true\n                    },\n                    \"FILE_ORIGIN\": {\n                        \"@type\": \"FileOrigin\",\n                        \"preexisted\": false,\n                        \"mainSrcType\": \"\",\n                        \"softwareDistributorName\": \"\",\n                        \"softwareDistributorId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"location\": {\n                            \"@type\": \"Location\",\n                            \"content\": \"\",\n                            \"withSubfolders\": true,\n                            \"caseSensitive\": false,\n                            \"isEmpty\": true\n                        },\n                        \"locationType\": {\n                            \"@type\": \"LocationType\",\n                            \"locationType\": \"\",\n                            \"isEmpty\": true\n                        },\n                        \"userGroupList\": {\n                            \"@type\": \"AdAccounts\",\n                            \"accounts\": [],\n                            \"isEmpty\": true\n                        },\n                        \"package\": {\n                            \"@type\": \"Package\",\n                            \"fileName\": {\n                                \"@type\": \"FileName\",\n                                \"hashAlgorithm\": \"\",\n                                \"hash\": \"\",\n                                \"fileSize\": 0,\n                                \"isEmpty\": true,\n                                \"content\": \"\",\n                                \"compareAs\": 0,\n                                \"caseSensitive\": false\n                            },\n                            \"publisher\": {\n                                \"@type\": \"Publisher\",\n                                \"signatureLevel\": 1,\n                                \"separator\": \";\",\n                                \"caseSensitive\": true,\n                                \"compareAs\": 0,\n                                \"isEmpty\": true,\n                                \"content\": \"\"\n                            },\n                            \"isEmpty\": true\n                        },\n                        \"url\": {\n                            \"@type\": \"Text\",\n                            \"content\": \"\",\n                            \"compareAs\": 0,\n                            \"caseSensitive\": false,\n                            \"isEmpty\": true\n                        },\n                        \"isEmpty\": true\n                    },\n                    \"PARENT_PROCESS\": {\n                        \"@type\": \"ParentProcess\",\n                        \"ApplicationGroupId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"AllAncestors\": false,\n                        \"isEmpty\": true\n                    }\n                },\n                \"applicationGroupId\": \"00000000-0000-0000-0000-000000000000\",\n                \"internalApplicationGroupId\": 0,\n                \"includeInMatching\": true,\n                \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n                \"restrictOpenSaveFileDialog\": true,\n                \"securityTokenId\": \"00000000-0000-0000-0000-000000000000\",\n                \"protectInstalledFiles\": false\n            },\n            {\n                \"id\": \"6698bd60-8386-4721-976f-0c91f7de8b53\",\n                \"internalId\": 0,\n                \"applicationType\": 2,\n                \"displayName\": \"some group for public api\",\n                \"description\": \"\",\n                \"patterns\": {},\n                \"applicationGroupId\": \"00000000-0000-0000-0000-000000000000\",\n                \"internalApplicationGroupId\": 0,\n                \"includeInMatching\": true,\n                \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n                \"restrictOpenSaveFileDialog\": false,\n                \"securityTokenId\": \"00000000-0000-0000-0000-000000000000\",\n                \"protectInstalledFiles\": false\n            }\n        ],\n        \"Activation\": {\n            \"ActivateDate\": null,\n            \"DeactivateDate\": null,\n            \"Scheduler\": null\n        },\n        \"Priority\": 40,\n        \"Executors\": [],\n        \"IsAppliedToAllComputers\": true,\n        \"Accounts\": [],\n        \"IncludeADComputerGroups\": [],\n        \"ExcludeADComputerGroups\": [],\n        \"Id\": \"7ee84937-f7dc-45ba-a744-8f42264074d4\",\n        \"Name\": \"Win Allow Test\",\n        \"Description\": \"\",\n        \"PolicyType\": 11,\n        \"IsActive\": true,\n        \"Action\": 1,\n        \"LinkedAgentPolicies\": [\n            {\n                \"Id\": \"0e2f9cf9-5e05-425d-a1df-ba22db5b7696\",\n                \"PolicyType\": 3,\n                \"DefaultApplicationGroupId\": \"c77f4a43-567b-4142-bfe5-9bd11b418136\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{epmDispatcherAddress}}/epm/api/sets/:epmSetID/policies/server","protocol":"https","host":["{{epmDispatcherAddress}}"],"path":["epm","api","sets",":epmSetID","policies","server"],"variable":[{"id":"b6a8ad0d-77dc-419f-8314-67b558b0706d","key":"epmSetID","value":"{{epmSetID}}","description":"ID of a set that the user has permission to view, generated in the Get Sets API response."}]},"description":"This method creates a new policy.\n\n**Note:** This method replaces the [Create policy (deprecated)](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/CreatePolicyDep.htm) API.\n\n## Permissions\n\nUsers require the following user role permissions to call this API:\n\n- The relevant policy permissions under Policy New UI\n    \n- All End-User UI > End-User UI (Privilege Management only) permissions in at least View only mode\n    \n- The Advanced > Configuration > View Global Agent Configuration permission\n    \n\nFor details, see [Role management](https://docs.cyberark.com/EPM/Latest/en/Content/Admin/AccountAdministrator.htm#Role)."},"response":[],"_postman_id":"3874bfed-1a54-46e1-ab15-22fee485f373"}],"id":"a8adaf72-a9f2-414c-9b21-cebaac3d1bc3","_postman_id":"a8adaf72-a9f2-414c-9b21-cebaac3d1bc3"},{"name":"AppGroups","item":[],"id":"401a844d-e94c-42f6-862f-e832c9053b5d","_postman_id":"401a844d-e94c-42f6-862f-e832c9053b5d"},{"name":"AppCatalog","item":[],"id":"a71e603f-dd53-49e3-9b15-0ac4a45aa0b2","_postman_id":"a71e603f-dd53-49e3-9b15-0ac4a45aa0b2"}],"id":"7a4dad7f-b8ff-47bb-b1dc-cf372b7ee336","description":"[https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm](https://docs.cyberark.com/EPM/Latest/en/Content/WebServices/WebServicesIntro.htm)","auth":{"type":"apikey","apikey":{"value":"basic {{epmToken}}","key":"Authorization"}},"_postman_id":"7a4dad7f-b8ff-47bb-b1dc-cf372b7ee336"},{"name":"Platform Discovery by Subdomain","id":"5362d314-12cf-42db-a918-83405ccc3f2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"https://platform-discovery.cyberark.cloud/api/v2/services/subdomain/:saasSubdomain","protocol":"https","host":["platform-discovery","cyberark","cloud"],"path":["api","v2","services","subdomain",":saasSubdomain"],"variable":[{"id":"49e18df8-d17d-49d6-abcc-0e7e920ad77e","key":"saasSubdomain","value":"{{saasSubdomain}}"}]}},"response":[],"_postman_id":"5362d314-12cf-42db-a918-83405ccc3f2d"}],"id":"045fe494-76dd-4403-be19-3e3b55b407cc","_postman_id":"045fe494-76dd-4403-be19-3e3b55b407cc"}],"event":[{"disabled":false,"listen":"prerequest","script":{"id":"766a3a87-c222-46a3-b5fe-6f3cd95f21f6","type":"text/javascript","exec":[""]}},{"disabled":false,"listen":"test","script":{"id":"47cfa652-d7ac-41ed-b4fc-44f38661a23a","type":"text/javascript","exec":[""]}}]}